Max level shown:
1 [ Oct 16 19:55:28 Enabled. ]
2 [ Oct 16 19:55:28 Rereading configuration. ]
3 [ Oct 16 19:55:29 Rereading configuration. ]
4 [ Oct 16 19:55:30 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 16 19:55:30 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.16 19:55:31.002739 [ 1 ] {} <Information> Application: Will watch for the process with pid 22839
29 2024.10.16 19:55:31.003403 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.10.16 19:55:31.255075 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22839
31 2024.10.16 19:55:31.255780 [ 1 ] {} <Information> Application: starting up
32 2024.10.16 19:55:31.256442 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.10.16 19:55:31.344625 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.10.16 19:55:31.396563 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.10.16 19:55:31.396618 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.10.16 19:55:31.396631 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.10.16 19:55:31.396697 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.10.16 19:55:31.397081 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.10.16 19:55:31.398644 [ 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.16 19:55:31.399267 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.10.16 19:55:31.400062 [ 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.16 19:55:31.400085 [ 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.16 19:55:31.400099 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.10.16 19:55:31.400269 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.10.16 19:55:31.401168 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.10.16 19:55:31.407007 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.10.16 19:55:31.407847 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.10.16 19:55:31.409211 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.10.16 19:55:31.409282 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.10.16 19:55:31.410862 [ 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.16 19:55:31.411205 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.10.16 19:55:31.415648 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.10.16 19:55:31.416327 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.10.16 19:55:31.417918 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.10.16 19:55:31.418404 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.10.16 19:55:31.418818 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.10.16 19:55:31.419226 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.10.16 19:55:31.420664 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.10.16 19:55:31.420691 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.10.16 19:55:31.420766 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.10.16 19:55:31.420937 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.10.16 19:55:31.434390 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.10.16 19:55:31.434416 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000146453 sec
68 2024.10.16 19:55:31.434457 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.10.16 19:55:31.434473 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.10.16 19:55:31.435586 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.10.16 19:55:31.436597 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.10.16 19:55:31.449816 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.10.16 19:55:31.449864 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.10.16 19:55:31.449885 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.10.16 19:55:31.449897 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.10.16 19:55:31.449928 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.10.16 19:55:31.449945 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config
78 2024.10.16 19:55:31.449958 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.10.16 19:55:31.449990 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.10.16 19:55:31.450008 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config
81 2024.10.16 19:55:31.450021 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.10.16 19:55:31.450032 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.10.16 19:55:31.450069 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.10.16 19:55:31.450082 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.10.16 19:55:31.450094 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.10.16 19:55:31.450127 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.10.16 19:55:31.450139 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.10.16 19:55:31.476934 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.10.16 19:55:31.478388 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.10.16 19:55:31.478414 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.5842e-05 sec
91 2024.10.16 19:55:31.478427 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.10.16 19:55:31.478438 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.10.16 19:55:31.478461 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.10.16 19:55:31.478647 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.10.16 19:55:31.478688 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.10.16 19:55:31.478702 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.10.16 19:55:31.478713 [ 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.16 19:55:31.478730 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.10.16 19:55:31.485170 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.10.16 19:55:31.485373 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.71 MiB, peak 24.71 MiB, free memory in arenas 0.00 B, will set to 116.70 MiB (RSS), difference: 92.00 MiB
101 2024.10.16 19:55:31.486267 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4871e-05 sec.
102 2024.10.16 19:55:31.486650 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.10.16 19:55:31.486738 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.10.16 19:55:31.486758 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.10.16 19:55:32.326577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
106 2024.10.16 19:55:32.326768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
107 2024.10.16 19:55:32.326800 [ 3 ] {} <Debug> HTTP-Session: ce67a142-e8e6-4908-a015-7be4dd1a94da Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
108 2024.10.16 19:55:32.326849 [ 3 ] {} <Debug> HTTP-Session: ce67a142-e8e6-4908-a015-7be4dd1a94da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.10.16 19:55:32.326864 [ 3 ] {} <Debug> HTTP-Session: ce67a142-e8e6-4908-a015-7be4dd1a94da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.10.16 19:55:32.326945 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.10.16 19:55:32.326991 [ 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.16 19:55:32.327010 [ 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.16 19:55:32.327060 [ 3 ] {} <Trace> HTTP-Session: ce67a142-e8e6-4908-a015-7be4dd1a94da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
114 2024.10.16 19:55:32.328223 [ 3 ] {91d5638a-103f-4e13-9fcc-0b7e25820fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
115 2024.10.16 19:55:32.390802 [ 3 ] {91d5638a-103f-4e13-9fcc-0b7e25820fe9} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62055) (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.16 19:55:32.391590 [ 3 ] {91d5638a-103f-4e13-9fcc-0b7e25820fe9} <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.16 19:55:32.393112 [ 3 ] {} <Debug> HTTP-Session: ce67a142-e8e6-4908-a015-7be4dd1a94da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
166 2024.10.16 19:55:32.393393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
167 2024.10.16 19:55:32.393466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
168 2024.10.16 19:55:32.393494 [ 3 ] {} <Debug> HTTP-Session: 6111ca8d-b333-4e37-b560-42afb9e774f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
169 2024.10.16 19:55:32.393515 [ 3 ] {} <Debug> HTTP-Session: 6111ca8d-b333-4e37-b560-42afb9e774f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
170 2024.10.16 19:55:32.393529 [ 3 ] {} <Debug> HTTP-Session: 6111ca8d-b333-4e37-b560-42afb9e774f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
171 2024.10.16 19:55:32.393583 [ 3 ] {} <Trace> HTTP-Session: 6111ca8d-b333-4e37-b560-42afb9e774f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
172 2024.10.16 19:55:32.393738 [ 3 ] {0c0e7909-74d6-480c-9843-e99632942f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
173 2024.10.16 19:55:32.393992 [ 3 ] {0c0e7909-74d6-480c-9843-e99632942f0b} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62055) (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.16 19:55:32.394120 [ 3 ] {0c0e7909-74d6-480c-9843-e99632942f0b} <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.16 19:55:32.394269 [ 3 ] {} <Debug> HTTP-Session: 6111ca8d-b333-4e37-b560-42afb9e774f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
224 2024.10.16 19:55:32.396109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
225 2024.10.16 19:55:32.396171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
226 2024.10.16 19:55:32.396193 [ 3 ] {} <Debug> HTTP-Session: 21f1cb3d-eeae-4808-a83a-fd4675ce1f3d Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
227 2024.10.16 19:55:32.396212 [ 3 ] {} <Debug> HTTP-Session: 21f1cb3d-eeae-4808-a83a-fd4675ce1f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
228 2024.10.16 19:55:32.396235 [ 3 ] {} <Debug> HTTP-Session: 21f1cb3d-eeae-4808-a83a-fd4675ce1f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
229 2024.10.16 19:55:32.396270 [ 3 ] {} <Trace> HTTP-Session: 21f1cb3d-eeae-4808-a83a-fd4675ce1f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
230 2024.10.16 19:55:32.397667 [ 3 ] {1e267790-3c61-496c-8da6-236a4a5da961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) DROP DATABASE IF EXISTS oximeter (stage: Complete)
231 2024.10.16 19:55:32.398432 [ 3 ] {1e267790-3c61-496c-8da6-236a4a5da961} <Debug> DynamicQueryHandler: Done processing query
232 2024.10.16 19:55:32.398455 [ 3 ] {} <Debug> HTTP-Session: 21f1cb3d-eeae-4808-a83a-fd4675ce1f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
233 2024.10.16 19:55:32.401566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
234 2024.10.16 19:55:32.401649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
235 2024.10.16 19:55:32.401671 [ 3 ] {} <Debug> HTTP-Session: af9e1f55-7480-4c1a-9e43-d4fd6e011d42 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
236 2024.10.16 19:55:32.401691 [ 3 ] {} <Debug> HTTP-Session: af9e1f55-7480-4c1a-9e43-d4fd6e011d42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
237 2024.10.16 19:55:32.401718 [ 3 ] {} <Debug> HTTP-Session: af9e1f55-7480-4c1a-9e43-d4fd6e011d42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
238 2024.10.16 19:55:32.401753 [ 3 ] {} <Trace> HTTP-Session: af9e1f55-7480-4c1a-9e43-d4fd6e011d42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
239 2024.10.16 19:55:32.401855 [ 3 ] {9be812db-31ef-48e4-b238-d6d095564df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
240 2024.10.16 19:55:32.401962 [ 3 ] {9be812db-31ef-48e4-b238-d6d095564df8} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
241 2024.10.16 19:55:32.403407 [ 3 ] {9be812db-31ef-48e4-b238-d6d095564df8} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
242 2024.10.16 19:55:32.403436 [ 3 ] {9be812db-31ef-48e4-b238-d6d095564df8} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.2211e-05 sec
243 2024.10.16 19:55:32.403450 [ 3 ] {9be812db-31ef-48e4-b238-d6d095564df8} <Trace> ReferentialDeps: No tables
244 2024.10.16 19:55:32.403461 [ 3 ] {9be812db-31ef-48e4-b238-d6d095564df8} <Trace> LoadingDeps: No tables
245 2024.10.16 19:55:32.403482 [ 3 ] {9be812db-31ef-48e4-b238-d6d095564df8} <Information> DatabaseAtomic (oximeter): Starting up tables.
246 2024.10.16 19:55:32.403611 [ 3 ] {9be812db-31ef-48e4-b238-d6d095564df8} <Debug> DynamicQueryHandler: Done processing query
247 2024.10.16 19:55:32.403633 [ 3 ] {} <Debug> HTTP-Session: af9e1f55-7480-4c1a-9e43-d4fd6e011d42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
248 2024.10.16 19:55:32.403736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
249 2024.10.16 19:55:32.403787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
250 2024.10.16 19:55:32.403804 [ 3 ] {} <Debug> HTTP-Session: edfa479f-23f9-4695-a7fd-e94ed0cfdd6e Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
251 2024.10.16 19:55:32.403821 [ 3 ] {} <Debug> HTTP-Session: edfa479f-23f9-4695-a7fd-e94ed0cfdd6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
252 2024.10.16 19:55:32.403837 [ 3 ] {} <Debug> HTTP-Session: edfa479f-23f9-4695-a7fd-e94ed0cfdd6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
253 2024.10.16 19:55:32.403868 [ 3 ] {} <Trace> HTTP-Session: edfa479f-23f9-4695-a7fd-e94ed0cfdd6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
254 2024.10.16 19:55:32.404000 [ 3 ] {b6723456-68bb-48a8-8b79-85678dfa12e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) /* 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.16 19:55:32.404048 [ 3 ] {b6723456-68bb-48a8-8b79-85678dfa12e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
257 2024.10.16 19:55:32.412065 [ 3 ] {b6723456-68bb-48a8-8b79-85678dfa12e7} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
258 2024.10.16 19:55:32.415141 [ 3 ] {b6723456-68bb-48a8-8b79-85678dfa12e7} <Debug> oximeter.version (f892329f-7b4f-42a7-a62f-331d85e55d41): Loading data parts
259 2024.10.16 19:55:32.415715 [ 3 ] {b6723456-68bb-48a8-8b79-85678dfa12e7} <Debug> oximeter.version (f892329f-7b4f-42a7-a62f-331d85e55d41): There are no data parts
260 2024.10.16 19:55:32.418567 [ 3 ] {b6723456-68bb-48a8-8b79-85678dfa12e7} <Debug> DynamicQueryHandler: Done processing query
261 2024.10.16 19:55:32.418592 [ 3 ] {} <Debug> HTTP-Session: edfa479f-23f9-4695-a7fd-e94ed0cfdd6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
262 2024.10.16 19:55:32.418745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
263 2024.10.16 19:55:32.418792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
264 2024.10.16 19:55:32.418815 [ 3 ] {} <Debug> HTTP-Session: 700096b9-3db1-4328-95c3-cb21269f4027 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
265 2024.10.16 19:55:32.418833 [ 3 ] {} <Debug> HTTP-Session: 700096b9-3db1-4328-95c3-cb21269f4027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
266 2024.10.16 19:55:32.418846 [ 3 ] {} <Debug> HTTP-Session: 700096b9-3db1-4328-95c3-cb21269f4027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
267 2024.10.16 19:55:32.418879 [ 3 ] {} <Trace> HTTP-Session: 700096b9-3db1-4328-95c3-cb21269f4027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
268 2024.10.16 19:55:32.419057 [ 3 ] {ec9d8662-c476-45da-8131-da3c656af7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) /* 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.16 19:55:32.419124 [ 3 ] {ec9d8662-c476-45da-8131-da3c656af7de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
280 2024.10.16 19:55:32.431227 [ 3 ] {ec9d8662-c476-45da-8131-da3c656af7de} <Debug> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Loading data parts
281 2024.10.16 19:55:32.431460 [ 3 ] {ec9d8662-c476-45da-8131-da3c656af7de} <Debug> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): There are no data parts
282 2024.10.16 19:55:32.433469 [ 3 ] {ec9d8662-c476-45da-8131-da3c656af7de} <Debug> DynamicQueryHandler: Done processing query
283 2024.10.16 19:55:32.433494 [ 3 ] {} <Debug> HTTP-Session: 700096b9-3db1-4328-95c3-cb21269f4027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
284 2024.10.16 19:55:32.433609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
285 2024.10.16 19:55:32.433668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
286 2024.10.16 19:55:32.433686 [ 3 ] {} <Debug> HTTP-Session: 2692180b-a021-4524-a85b-1e298316f0cd Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
287 2024.10.16 19:55:32.433702 [ 3 ] {} <Debug> HTTP-Session: 2692180b-a021-4524-a85b-1e298316f0cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
288 2024.10.16 19:55:32.433726 [ 3 ] {} <Debug> HTTP-Session: 2692180b-a021-4524-a85b-1e298316f0cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
289 2024.10.16 19:55:32.433756 [ 3 ] {} <Trace> HTTP-Session: 2692180b-a021-4524-a85b-1e298316f0cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
290 2024.10.16 19:55:32.433934 [ 3 ] {5a2fe02d-6b95-4fd4-9d7f-19efe99be0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.433981 [ 3 ] {5a2fe02d-6b95-4fd4-9d7f-19efe99be0da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
292 2024.10.16 19:55:32.435566 [ 3 ] {5a2fe02d-6b95-4fd4-9d7f-19efe99be0da} <Debug> oximeter.measurements_i8 (7c325db6-681c-4427-8d64-c4da611314c5): Loading data parts
293 2024.10.16 19:55:32.435724 [ 3 ] {5a2fe02d-6b95-4fd4-9d7f-19efe99be0da} <Debug> oximeter.measurements_i8 (7c325db6-681c-4427-8d64-c4da611314c5): There are no data parts
294 2024.10.16 19:55:32.437197 [ 3 ] {5a2fe02d-6b95-4fd4-9d7f-19efe99be0da} <Debug> DynamicQueryHandler: Done processing query
295 2024.10.16 19:55:32.437234 [ 3 ] {} <Debug> HTTP-Session: 2692180b-a021-4524-a85b-1e298316f0cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
296 2024.10.16 19:55:32.437356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
297 2024.10.16 19:55:32.437404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
298 2024.10.16 19:55:32.437430 [ 3 ] {} <Debug> HTTP-Session: aee47b41-6d38-4568-b580-34777fcb7d8f Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
299 2024.10.16 19:55:32.437446 [ 3 ] {} <Debug> HTTP-Session: aee47b41-6d38-4568-b580-34777fcb7d8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
300 2024.10.16 19:55:32.437460 [ 3 ] {} <Debug> HTTP-Session: aee47b41-6d38-4568-b580-34777fcb7d8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
301 2024.10.16 19:55:32.437496 [ 3 ] {} <Trace> HTTP-Session: aee47b41-6d38-4568-b580-34777fcb7d8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
302 2024.10.16 19:55:32.437668 [ 3 ] {bd90e780-45b3-47a3-a82b-60ad65c16ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.437718 [ 3 ] {bd90e780-45b3-47a3-a82b-60ad65c16ab5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
304 2024.10.16 19:55:32.439265 [ 3 ] {bd90e780-45b3-47a3-a82b-60ad65c16ab5} <Debug> oximeter.measurements_u8 (fd143247-84b2-427b-af50-f8125d234a0d): Loading data parts
305 2024.10.16 19:55:32.439426 [ 3 ] {bd90e780-45b3-47a3-a82b-60ad65c16ab5} <Debug> oximeter.measurements_u8 (fd143247-84b2-427b-af50-f8125d234a0d): There are no data parts
306 2024.10.16 19:55:32.440778 [ 3 ] {bd90e780-45b3-47a3-a82b-60ad65c16ab5} <Debug> DynamicQueryHandler: Done processing query
307 2024.10.16 19:55:32.440803 [ 3 ] {} <Debug> HTTP-Session: aee47b41-6d38-4568-b580-34777fcb7d8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
308 2024.10.16 19:55:32.440926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
309 2024.10.16 19:55:32.440986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
310 2024.10.16 19:55:32.441005 [ 3 ] {} <Debug> HTTP-Session: aeb7633d-53bc-41cf-9d3d-8518ec90c1b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
311 2024.10.16 19:55:32.441021 [ 3 ] {} <Debug> HTTP-Session: aeb7633d-53bc-41cf-9d3d-8518ec90c1b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
312 2024.10.16 19:55:32.441045 [ 3 ] {} <Debug> HTTP-Session: aeb7633d-53bc-41cf-9d3d-8518ec90c1b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
313 2024.10.16 19:55:32.441075 [ 3 ] {} <Trace> HTTP-Session: aeb7633d-53bc-41cf-9d3d-8518ec90c1b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
314 2024.10.16 19:55:32.441252 [ 3 ] {c79293df-cafe-4a94-acea-2d83354ecbd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.441294 [ 3 ] {c79293df-cafe-4a94-acea-2d83354ecbd9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
316 2024.10.16 19:55:32.442990 [ 3 ] {c79293df-cafe-4a94-acea-2d83354ecbd9} <Debug> oximeter.measurements_i16 (be4291e3-3dfc-4088-9d8a-8cfaae5cc3c0): Loading data parts
317 2024.10.16 19:55:32.443163 [ 3 ] {c79293df-cafe-4a94-acea-2d83354ecbd9} <Debug> oximeter.measurements_i16 (be4291e3-3dfc-4088-9d8a-8cfaae5cc3c0): There are no data parts
318 2024.10.16 19:55:32.444539 [ 3 ] {c79293df-cafe-4a94-acea-2d83354ecbd9} <Debug> DynamicQueryHandler: Done processing query
319 2024.10.16 19:55:32.444575 [ 3 ] {} <Debug> HTTP-Session: aeb7633d-53bc-41cf-9d3d-8518ec90c1b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
320 2024.10.16 19:55:32.444692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
321 2024.10.16 19:55:32.444740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
322 2024.10.16 19:55:32.444767 [ 3 ] {} <Debug> HTTP-Session: 51a978e7-7832-45a8-ab27-c7ff26f4664c Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
323 2024.10.16 19:55:32.444782 [ 3 ] {} <Debug> HTTP-Session: 51a978e7-7832-45a8-ab27-c7ff26f4664c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
324 2024.10.16 19:55:32.444795 [ 3 ] {} <Debug> HTTP-Session: 51a978e7-7832-45a8-ab27-c7ff26f4664c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
325 2024.10.16 19:55:32.444831 [ 3 ] {} <Trace> HTTP-Session: 51a978e7-7832-45a8-ab27-c7ff26f4664c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
326 2024.10.16 19:55:32.445005 [ 3 ] {c89cc96e-06f4-4e69-97f4-e609e85a35bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.445056 [ 3 ] {c89cc96e-06f4-4e69-97f4-e609e85a35bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
328 2024.10.16 19:55:32.446598 [ 3 ] {c89cc96e-06f4-4e69-97f4-e609e85a35bc} <Debug> oximeter.measurements_u16 (db4acc97-40a6-4161-84f5-67134a43ddda): Loading data parts
329 2024.10.16 19:55:32.446752 [ 3 ] {c89cc96e-06f4-4e69-97f4-e609e85a35bc} <Debug> oximeter.measurements_u16 (db4acc97-40a6-4161-84f5-67134a43ddda): There are no data parts
330 2024.10.16 19:55:32.448134 [ 3 ] {c89cc96e-06f4-4e69-97f4-e609e85a35bc} <Debug> DynamicQueryHandler: Done processing query
331 2024.10.16 19:55:32.448159 [ 3 ] {} <Debug> HTTP-Session: 51a978e7-7832-45a8-ab27-c7ff26f4664c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
332 2024.10.16 19:55:32.448261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
333 2024.10.16 19:55:32.448316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
334 2024.10.16 19:55:32.448335 [ 3 ] {} <Debug> HTTP-Session: 48eb8be6-d778-40c5-8ffb-f32d0f6fa85e Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
335 2024.10.16 19:55:32.448355 [ 3 ] {} <Debug> HTTP-Session: 48eb8be6-d778-40c5-8ffb-f32d0f6fa85e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
336 2024.10.16 19:55:32.448373 [ 3 ] {} <Debug> HTTP-Session: 48eb8be6-d778-40c5-8ffb-f32d0f6fa85e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
337 2024.10.16 19:55:32.448403 [ 3 ] {} <Trace> HTTP-Session: 48eb8be6-d778-40c5-8ffb-f32d0f6fa85e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
338 2024.10.16 19:55:32.448582 [ 3 ] {2cd09d6a-af9b-4f1b-8f36-2c02e36a19e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.448625 [ 3 ] {2cd09d6a-af9b-4f1b-8f36-2c02e36a19e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
340 2024.10.16 19:55:32.450174 [ 3 ] {2cd09d6a-af9b-4f1b-8f36-2c02e36a19e2} <Debug> oximeter.measurements_i32 (c52f188c-ebd4-4dbd-983b-adbffbe5192d): Loading data parts
341 2024.10.16 19:55:32.450323 [ 3 ] {2cd09d6a-af9b-4f1b-8f36-2c02e36a19e2} <Debug> oximeter.measurements_i32 (c52f188c-ebd4-4dbd-983b-adbffbe5192d): There are no data parts
342 2024.10.16 19:55:32.451669 [ 3 ] {2cd09d6a-af9b-4f1b-8f36-2c02e36a19e2} <Debug> DynamicQueryHandler: Done processing query
343 2024.10.16 19:55:32.451703 [ 3 ] {} <Debug> HTTP-Session: 48eb8be6-d778-40c5-8ffb-f32d0f6fa85e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
344 2024.10.16 19:55:32.451815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
345 2024.10.16 19:55:32.451862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
346 2024.10.16 19:55:32.451888 [ 3 ] {} <Debug> HTTP-Session: c05ef03a-5b66-415f-a938-1f4c9a42c6b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
347 2024.10.16 19:55:32.451904 [ 3 ] {} <Debug> HTTP-Session: c05ef03a-5b66-415f-a938-1f4c9a42c6b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
348 2024.10.16 19:55:32.451917 [ 3 ] {} <Debug> HTTP-Session: c05ef03a-5b66-415f-a938-1f4c9a42c6b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
349 2024.10.16 19:55:32.451952 [ 3 ] {} <Trace> HTTP-Session: c05ef03a-5b66-415f-a938-1f4c9a42c6b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
350 2024.10.16 19:55:32.452125 [ 3 ] {58d0e556-59df-4f6c-98e5-bf36c6b25646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.452179 [ 3 ] {58d0e556-59df-4f6c-98e5-bf36c6b25646} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
352 2024.10.16 19:55:32.453705 [ 3 ] {58d0e556-59df-4f6c-98e5-bf36c6b25646} <Debug> oximeter.measurements_u32 (2fea1bb8-ea3c-42b3-920d-5715f1f1ba4f): Loading data parts
353 2024.10.16 19:55:32.453888 [ 3 ] {58d0e556-59df-4f6c-98e5-bf36c6b25646} <Debug> oximeter.measurements_u32 (2fea1bb8-ea3c-42b3-920d-5715f1f1ba4f): There are no data parts
354 2024.10.16 19:55:32.455239 [ 3 ] {58d0e556-59df-4f6c-98e5-bf36c6b25646} <Debug> DynamicQueryHandler: Done processing query
355 2024.10.16 19:55:32.455263 [ 3 ] {} <Debug> HTTP-Session: c05ef03a-5b66-415f-a938-1f4c9a42c6b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
356 2024.10.16 19:55:32.455371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
357 2024.10.16 19:55:32.455428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
358 2024.10.16 19:55:32.455446 [ 3 ] {} <Debug> HTTP-Session: c6259eda-ec48-4d3a-900e-1718b694bcfb Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
359 2024.10.16 19:55:32.455471 [ 3 ] {} <Debug> HTTP-Session: c6259eda-ec48-4d3a-900e-1718b694bcfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
360 2024.10.16 19:55:32.455484 [ 3 ] {} <Debug> HTTP-Session: c6259eda-ec48-4d3a-900e-1718b694bcfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
361 2024.10.16 19:55:32.455513 [ 3 ] {} <Trace> HTTP-Session: c6259eda-ec48-4d3a-900e-1718b694bcfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
362 2024.10.16 19:55:32.455699 [ 3 ] {a2402bbf-939f-4260-800f-453253ea1579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.455747 [ 3 ] {a2402bbf-939f-4260-800f-453253ea1579} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
364 2024.10.16 19:55:32.457275 [ 3 ] {a2402bbf-939f-4260-800f-453253ea1579} <Debug> oximeter.measurements_i64 (34c2e836-dc3f-43a5-94f2-3244a4e3c04e): Loading data parts
365 2024.10.16 19:55:32.457419 [ 3 ] {a2402bbf-939f-4260-800f-453253ea1579} <Debug> oximeter.measurements_i64 (34c2e836-dc3f-43a5-94f2-3244a4e3c04e): There are no data parts
366 2024.10.16 19:55:32.458733 [ 3 ] {a2402bbf-939f-4260-800f-453253ea1579} <Debug> DynamicQueryHandler: Done processing query
367 2024.10.16 19:55:32.458767 [ 3 ] {} <Debug> HTTP-Session: c6259eda-ec48-4d3a-900e-1718b694bcfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
368 2024.10.16 19:55:32.458886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
369 2024.10.16 19:55:32.458938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
370 2024.10.16 19:55:32.458960 [ 3 ] {} <Debug> HTTP-Session: eac84544-712e-4e4b-8ec4-14f430d63862 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
371 2024.10.16 19:55:32.458976 [ 3 ] {} <Debug> HTTP-Session: eac84544-712e-4e4b-8ec4-14f430d63862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
372 2024.10.16 19:55:32.458990 [ 3 ] {} <Debug> HTTP-Session: eac84544-712e-4e4b-8ec4-14f430d63862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
373 2024.10.16 19:55:32.459032 [ 3 ] {} <Trace> HTTP-Session: eac84544-712e-4e4b-8ec4-14f430d63862 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
374 2024.10.16 19:55:32.459200 [ 3 ] {3d3b54e1-a34c-46f3-81c8-a9792314ec6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.459256 [ 3 ] {3d3b54e1-a34c-46f3-81c8-a9792314ec6f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
376 2024.10.16 19:55:32.460796 [ 3 ] {3d3b54e1-a34c-46f3-81c8-a9792314ec6f} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Loading data parts
377 2024.10.16 19:55:32.460964 [ 3 ] {3d3b54e1-a34c-46f3-81c8-a9792314ec6f} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): There are no data parts
378 2024.10.16 19:55:32.462301 [ 3 ] {3d3b54e1-a34c-46f3-81c8-a9792314ec6f} <Debug> DynamicQueryHandler: Done processing query
379 2024.10.16 19:55:32.462325 [ 3 ] {} <Debug> HTTP-Session: eac84544-712e-4e4b-8ec4-14f430d63862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
380 2024.10.16 19:55:32.462439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
381 2024.10.16 19:55:32.462491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
382 2024.10.16 19:55:32.462509 [ 3 ] {} <Debug> HTTP-Session: c9443f9b-814d-4647-a5a7-8dd928d28fa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
383 2024.10.16 19:55:32.462539 [ 3 ] {} <Debug> HTTP-Session: c9443f9b-814d-4647-a5a7-8dd928d28fa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
384 2024.10.16 19:55:32.462553 [ 3 ] {} <Debug> HTTP-Session: c9443f9b-814d-4647-a5a7-8dd928d28fa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
385 2024.10.16 19:55:32.462582 [ 3 ] {} <Trace> HTTP-Session: c9443f9b-814d-4647-a5a7-8dd928d28fa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2024.10.16 19:55:32.462755 [ 3 ] {a61a1fc2-7ef8-4ed0-aae2-b8b72b9ec711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.462807 [ 3 ] {a61a1fc2-7ef8-4ed0-aae2-b8b72b9ec711} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
388 2024.10.16 19:55:32.464305 [ 3 ] {a61a1fc2-7ef8-4ed0-aae2-b8b72b9ec711} <Debug> oximeter.measurements_f32 (20df3ceb-2f9a-43ae-b9d7-fe610abe6888): Loading data parts
389 2024.10.16 19:55:32.464463 [ 3 ] {a61a1fc2-7ef8-4ed0-aae2-b8b72b9ec711} <Debug> oximeter.measurements_f32 (20df3ceb-2f9a-43ae-b9d7-fe610abe6888): There are no data parts
390 2024.10.16 19:55:32.465781 [ 3 ] {a61a1fc2-7ef8-4ed0-aae2-b8b72b9ec711} <Debug> DynamicQueryHandler: Done processing query
391 2024.10.16 19:55:32.465812 [ 3 ] {} <Debug> HTTP-Session: c9443f9b-814d-4647-a5a7-8dd928d28fa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
392 2024.10.16 19:55:32.465920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
393 2024.10.16 19:55:32.465986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
394 2024.10.16 19:55:32.466006 [ 3 ] {} <Debug> HTTP-Session: f01965ff-0122-4255-96c0-991077c0f583 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
395 2024.10.16 19:55:32.466022 [ 3 ] {} <Debug> HTTP-Session: f01965ff-0122-4255-96c0-991077c0f583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
396 2024.10.16 19:55:32.466048 [ 3 ] {} <Debug> HTTP-Session: f01965ff-0122-4255-96c0-991077c0f583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
397 2024.10.16 19:55:32.466082 [ 3 ] {} <Trace> HTTP-Session: f01965ff-0122-4255-96c0-991077c0f583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
398 2024.10.16 19:55:32.466248 [ 3 ] {bbff699e-1005-4877-88ee-46ea2117647c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.466301 [ 3 ] {bbff699e-1005-4877-88ee-46ea2117647c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
400 2024.10.16 19:55:32.467835 [ 3 ] {bbff699e-1005-4877-88ee-46ea2117647c} <Debug> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Loading data parts
401 2024.10.16 19:55:32.468005 [ 3 ] {bbff699e-1005-4877-88ee-46ea2117647c} <Debug> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): There are no data parts
402 2024.10.16 19:55:32.469331 [ 3 ] {bbff699e-1005-4877-88ee-46ea2117647c} <Debug> DynamicQueryHandler: Done processing query
403 2024.10.16 19:55:32.469355 [ 3 ] {} <Debug> HTTP-Session: f01965ff-0122-4255-96c0-991077c0f583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
404 2024.10.16 19:55:32.469496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
405 2024.10.16 19:55:32.469543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
406 2024.10.16 19:55:32.469561 [ 3 ] {} <Debug> HTTP-Session: 7dd37783-85ae-47fe-a6ce-569107f7be30 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
407 2024.10.16 19:55:32.469587 [ 3 ] {} <Debug> HTTP-Session: 7dd37783-85ae-47fe-a6ce-569107f7be30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
408 2024.10.16 19:55:32.469600 [ 3 ] {} <Debug> HTTP-Session: 7dd37783-85ae-47fe-a6ce-569107f7be30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
409 2024.10.16 19:55:32.469629 [ 3 ] {} <Trace> HTTP-Session: 7dd37783-85ae-47fe-a6ce-569107f7be30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
410 2024.10.16 19:55:32.469804 [ 3 ] {30985650-ff3b-4d59-b869-b4f3246445b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.469856 [ 3 ] {30985650-ff3b-4d59-b869-b4f3246445b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
412 2024.10.16 19:55:32.471372 [ 3 ] {30985650-ff3b-4d59-b869-b4f3246445b5} <Debug> oximeter.measurements_string (5b1d8368-4d77-42c4-a10b-5a8693863883): Loading data parts
413 2024.10.16 19:55:32.471534 [ 3 ] {30985650-ff3b-4d59-b869-b4f3246445b5} <Debug> oximeter.measurements_string (5b1d8368-4d77-42c4-a10b-5a8693863883): There are no data parts
414 2024.10.16 19:55:32.472861 [ 3 ] {30985650-ff3b-4d59-b869-b4f3246445b5} <Debug> DynamicQueryHandler: Done processing query
415 2024.10.16 19:55:32.472885 [ 3 ] {} <Debug> HTTP-Session: 7dd37783-85ae-47fe-a6ce-569107f7be30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
416 2024.10.16 19:55:32.472984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
417 2024.10.16 19:55:32.473048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
418 2024.10.16 19:55:32.473067 [ 3 ] {} <Debug> HTTP-Session: e5ce8013-ee09-461a-b650-4c34295c7842 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
419 2024.10.16 19:55:32.473083 [ 3 ] {} <Debug> HTTP-Session: e5ce8013-ee09-461a-b650-4c34295c7842 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
420 2024.10.16 19:55:32.473104 [ 3 ] {} <Debug> HTTP-Session: e5ce8013-ee09-461a-b650-4c34295c7842 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
421 2024.10.16 19:55:32.473133 [ 3 ] {} <Trace> HTTP-Session: e5ce8013-ee09-461a-b650-4c34295c7842 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
422 2024.10.16 19:55:32.473302 [ 3 ] {814a6cca-4c75-40fc-baf0-71ce16dc1282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.473356 [ 3 ] {814a6cca-4c75-40fc-baf0-71ce16dc1282} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
431 2024.10.16 19:55:32.474898 [ 3 ] {814a6cca-4c75-40fc-baf0-71ce16dc1282} <Debug> oximeter.measurements_bytes (0534f8ab-7425-40fd-bf89-e6880c5b566d): Loading data parts
432 2024.10.16 19:55:32.475057 [ 3 ] {814a6cca-4c75-40fc-baf0-71ce16dc1282} <Debug> oximeter.measurements_bytes (0534f8ab-7425-40fd-bf89-e6880c5b566d): There are no data parts
433 2024.10.16 19:55:32.476381 [ 3 ] {814a6cca-4c75-40fc-baf0-71ce16dc1282} <Debug> DynamicQueryHandler: Done processing query
434 2024.10.16 19:55:32.476406 [ 3 ] {} <Debug> HTTP-Session: e5ce8013-ee09-461a-b650-4c34295c7842 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
435 2024.10.16 19:55:32.476508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
436 2024.10.16 19:55:32.476564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
437 2024.10.16 19:55:32.476583 [ 3 ] {} <Debug> HTTP-Session: 3c49c5b4-d3e2-44f5-82cb-78ace5cbf740 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
438 2024.10.16 19:55:32.476599 [ 3 ] {} <Debug> HTTP-Session: 3c49c5b4-d3e2-44f5-82cb-78ace5cbf740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
439 2024.10.16 19:55:32.476621 [ 3 ] {} <Debug> HTTP-Session: 3c49c5b4-d3e2-44f5-82cb-78ace5cbf740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
440 2024.10.16 19:55:32.476651 [ 3 ] {} <Trace> HTTP-Session: 3c49c5b4-d3e2-44f5-82cb-78ace5cbf740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
441 2024.10.16 19:55:32.476826 [ 3 ] {cbfcdb1d-8e40-48d8-b215-1e0de64b358c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.476885 [ 3 ] {cbfcdb1d-8e40-48d8-b215-1e0de64b358c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
443 2024.10.16 19:55:32.478459 [ 3 ] {cbfcdb1d-8e40-48d8-b215-1e0de64b358c} <Debug> oximeter.measurements_cumulativei64 (41a77ca8-d54e-4a2d-b710-4fa1c8b2d6d4): Loading data parts
444 2024.10.16 19:55:32.478599 [ 3 ] {cbfcdb1d-8e40-48d8-b215-1e0de64b358c} <Debug> oximeter.measurements_cumulativei64 (41a77ca8-d54e-4a2d-b710-4fa1c8b2d6d4): There are no data parts
445 2024.10.16 19:55:32.479946 [ 3 ] {cbfcdb1d-8e40-48d8-b215-1e0de64b358c} <Debug> DynamicQueryHandler: Done processing query
446 2024.10.16 19:55:32.479985 [ 3 ] {} <Debug> HTTP-Session: 3c49c5b4-d3e2-44f5-82cb-78ace5cbf740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
447 2024.10.16 19:55:32.480103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
448 2024.10.16 19:55:32.480156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
449 2024.10.16 19:55:32.480179 [ 3 ] {} <Debug> HTTP-Session: 2aaac3bc-1216-4ea9-8a8d-4c7e1178ffe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
450 2024.10.16 19:55:32.480194 [ 3 ] {} <Debug> HTTP-Session: 2aaac3bc-1216-4ea9-8a8d-4c7e1178ffe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
451 2024.10.16 19:55:32.480208 [ 3 ] {} <Debug> HTTP-Session: 2aaac3bc-1216-4ea9-8a8d-4c7e1178ffe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
452 2024.10.16 19:55:32.480250 [ 3 ] {} <Trace> HTTP-Session: 2aaac3bc-1216-4ea9-8a8d-4c7e1178ffe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
453 2024.10.16 19:55:32.480427 [ 3 ] {0116d230-5cde-48ba-966a-bb407f867021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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.16 19:55:32.480481 [ 3 ] {0116d230-5cde-48ba-966a-bb407f867021} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
455 2024.10.16 19:55:32.482050 [ 3 ] {0116d230-5cde-48ba-966a-bb407f867021} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Loading data parts
456 2024.10.16 19:55:32.482215 [ 3 ] {0116d230-5cde-48ba-966a-bb407f867021} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): There are no data parts
457 2024.10.16 19:55:32.483558 [ 3 ] {0116d230-5cde-48ba-966a-bb407f867021} <Debug> DynamicQueryHandler: Done processing query
458 2024.10.16 19:55:32.483583 [ 3 ] {} <Debug> HTTP-Session: 2aaac3bc-1216-4ea9-8a8d-4c7e1178ffe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
459 2024.10.16 19:55:32.483694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
460 2024.10.16 19:55:32.483741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
461 2024.10.16 19:55:32.483759 [ 3 ] {} <Debug> HTTP-Session: a27276a8-b864-4bfb-abb8-e38e5b2b1db7 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
462 2024.10.16 19:55:32.483790 [ 3 ] {} <Debug> HTTP-Session: a27276a8-b864-4bfb-abb8-e38e5b2b1db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
463 2024.10.16 19:55:32.483803 [ 3 ] {} <Debug> HTTP-Session: a27276a8-b864-4bfb-abb8-e38e5b2b1db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
464 2024.10.16 19:55:32.483833 [ 3 ] {} <Trace> HTTP-Session: a27276a8-b864-4bfb-abb8-e38e5b2b1db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
465 2024.10.16 19:55:32.484022 [ 3 ] {19f78812-f1ed-4d41-b105-7262e9cf9865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
466 2024.10.16 19:55:32.484077 [ 3 ] {19f78812-f1ed-4d41-b105-7262e9cf9865} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
467 2024.10.16 19:55:32.485657 [ 3 ] {19f78812-f1ed-4d41-b105-7262e9cf9865} <Debug> oximeter.measurements_cumulativef32 (d8f404c0-d465-4635-b1e6-9760284409ef): Loading data parts
468 2024.10.16 19:55:32.485835 [ 3 ] {19f78812-f1ed-4d41-b105-7262e9cf9865} <Debug> oximeter.measurements_cumulativef32 (d8f404c0-d465-4635-b1e6-9760284409ef): There are no data parts
469 2024.10.16 19:55:32.487197 [ 3 ] {19f78812-f1ed-4d41-b105-7262e9cf9865} <Debug> DynamicQueryHandler: Done processing query
470 2024.10.16 19:55:32.487223 [ 3 ] {} <Debug> HTTP-Session: a27276a8-b864-4bfb-abb8-e38e5b2b1db7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
471 2024.10.16 19:55:32.487331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
472 2024.10.16 19:55:32.487393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
473 2024.10.16 19:55:32.487413 [ 3 ] {} <Debug> HTTP-Session: c86d2c27-bb47-4dab-ba72-b00de265fea8 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
474 2024.10.16 19:55:32.487428 [ 3 ] {} <Debug> HTTP-Session: c86d2c27-bb47-4dab-ba72-b00de265fea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
475 2024.10.16 19:55:32.487451 [ 3 ] {} <Debug> HTTP-Session: c86d2c27-bb47-4dab-ba72-b00de265fea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
476 2024.10.16 19:55:32.487481 [ 3 ] {} <Trace> HTTP-Session: c86d2c27-bb47-4dab-ba72-b00de265fea8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
477 2024.10.16 19:55:32.487667 [ 3 ] {6e7e0ee6-6a5e-48bc-9098-0bd59fa48461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
478 2024.10.16 19:55:32.487718 [ 3 ] {6e7e0ee6-6a5e-48bc-9098-0bd59fa48461} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
479 2024.10.16 19:55:32.489361 [ 3 ] {6e7e0ee6-6a5e-48bc-9098-0bd59fa48461} <Debug> oximeter.measurements_cumulativef64 (be291385-bef0-44f3-9241-9c8d5f627658): Loading data parts
480 2024.10.16 19:55:32.489531 [ 3 ] {6e7e0ee6-6a5e-48bc-9098-0bd59fa48461} <Debug> oximeter.measurements_cumulativef64 (be291385-bef0-44f3-9241-9c8d5f627658): There are no data parts
481 2024.10.16 19:55:32.490885 [ 3 ] {6e7e0ee6-6a5e-48bc-9098-0bd59fa48461} <Debug> DynamicQueryHandler: Done processing query
482 2024.10.16 19:55:32.490911 [ 3 ] {} <Debug> HTTP-Session: c86d2c27-bb47-4dab-ba72-b00de265fea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
483 2024.10.16 19:55:32.491024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
484 2024.10.16 19:55:32.491091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
485 2024.10.16 19:55:32.491110 [ 3 ] {} <Debug> HTTP-Session: aa03af6f-4dee-4aed-b0da-92662cbf5da9 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
486 2024.10.16 19:55:32.491125 [ 3 ] {} <Debug> HTTP-Session: aa03af6f-4dee-4aed-b0da-92662cbf5da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
487 2024.10.16 19:55:32.491145 [ 3 ] {} <Debug> HTTP-Session: aa03af6f-4dee-4aed-b0da-92662cbf5da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
488 2024.10.16 19:55:32.491178 [ 3 ] {} <Trace> HTTP-Session: aa03af6f-4dee-4aed-b0da-92662cbf5da9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
489 2024.10.16 19:55:32.491422 [ 3 ] {c47392c0-d865-4640-b156-083f357a2b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
490 * NOTE: Array types cannot be Nullable, see
491 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
492 * for more details.
493 *
494 * This means we need to use empty arrays to indicate a missing value. This
495 * is unfortunate, and at this point relies on the fact that an
496 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
497 * to figure out another way to represent missing samples here.
498 */
499 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)
500 2024.10.16 19:55:32.491487 [ 3 ] {c47392c0-d865-4640-b156-083f357a2b40} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
501 2024.10.16 19:55:32.493421 [ 3 ] {c47392c0-d865-4640-b156-083f357a2b40} <Debug> oximeter.measurements_histogrami8 (cc45b846-59f9-46b6-8930-432b72f1695a): Loading data parts
502 2024.10.16 19:55:32.493599 [ 3 ] {c47392c0-d865-4640-b156-083f357a2b40} <Debug> oximeter.measurements_histogrami8 (cc45b846-59f9-46b6-8930-432b72f1695a): There are no data parts
503 2024.10.16 19:55:32.494849 [ 3 ] {c47392c0-d865-4640-b156-083f357a2b40} <Debug> DynamicQueryHandler: Done processing query
504 2024.10.16 19:55:32.494873 [ 3 ] {} <Debug> HTTP-Session: aa03af6f-4dee-4aed-b0da-92662cbf5da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
505 2024.10.16 19:55:32.495008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
506 2024.10.16 19:55:32.495061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
507 2024.10.16 19:55:32.495080 [ 3 ] {} <Debug> HTTP-Session: 6519c973-f3d0-483c-adcf-47608434f896 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
508 2024.10.16 19:55:32.495111 [ 3 ] {} <Debug> HTTP-Session: 6519c973-f3d0-483c-adcf-47608434f896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
509 2024.10.16 19:55:32.495125 [ 3 ] {} <Debug> HTTP-Session: 6519c973-f3d0-483c-adcf-47608434f896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
510 2024.10.16 19:55:32.495154 [ 3 ] {} <Trace> HTTP-Session: 6519c973-f3d0-483c-adcf-47608434f896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
511 2024.10.16 19:55:32.495408 [ 3 ] {cc6404ed-4b80-4abe-9d25-9790de66cee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
512 2024.10.16 19:55:32.495473 [ 3 ] {cc6404ed-4b80-4abe-9d25-9790de66cee2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
513 2024.10.16 19:55:32.497475 [ 3 ] {cc6404ed-4b80-4abe-9d25-9790de66cee2} <Debug> oximeter.measurements_histogramu8 (09ab18dc-af8c-44fa-980b-447a1f82317d): Loading data parts
514 2024.10.16 19:55:32.497643 [ 3 ] {cc6404ed-4b80-4abe-9d25-9790de66cee2} <Debug> oximeter.measurements_histogramu8 (09ab18dc-af8c-44fa-980b-447a1f82317d): There are no data parts
515 2024.10.16 19:55:32.498930 [ 3 ] {cc6404ed-4b80-4abe-9d25-9790de66cee2} <Debug> DynamicQueryHandler: Done processing query
516 2024.10.16 19:55:32.498962 [ 3 ] {} <Debug> HTTP-Session: 6519c973-f3d0-483c-adcf-47608434f896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
517 2024.10.16 19:55:32.499080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
518 2024.10.16 19:55:32.499138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
519 2024.10.16 19:55:32.499157 [ 3 ] {} <Debug> HTTP-Session: 85b7b32f-eedd-4be9-af50-91f9967c949f Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
520 2024.10.16 19:55:32.499172 [ 3 ] {} <Debug> HTTP-Session: 85b7b32f-eedd-4be9-af50-91f9967c949f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
521 2024.10.16 19:55:32.499185 [ 3 ] {} <Debug> HTTP-Session: 85b7b32f-eedd-4be9-af50-91f9967c949f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
522 2024.10.16 19:55:32.499224 [ 3 ] {} <Trace> HTTP-Session: 85b7b32f-eedd-4be9-af50-91f9967c949f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
523 2024.10.16 19:55:32.499468 [ 3 ] {eb201b11-1c1b-439a-aeab-582c166c47b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
524 2024.10.16 19:55:32.499538 [ 3 ] {eb201b11-1c1b-439a-aeab-582c166c47b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
525 2024.10.16 19:55:32.501543 [ 3 ] {eb201b11-1c1b-439a-aeab-582c166c47b6} <Debug> oximeter.measurements_histogrami16 (3ac37b4e-821d-4e5b-9103-da10d210b649): Loading data parts
526 2024.10.16 19:55:32.501727 [ 3 ] {eb201b11-1c1b-439a-aeab-582c166c47b6} <Debug> oximeter.measurements_histogrami16 (3ac37b4e-821d-4e5b-9103-da10d210b649): There are no data parts
527 2024.10.16 19:55:32.502983 [ 3 ] {eb201b11-1c1b-439a-aeab-582c166c47b6} <Debug> DynamicQueryHandler: Done processing query
528 2024.10.16 19:55:32.503009 [ 3 ] {} <Debug> HTTP-Session: 85b7b32f-eedd-4be9-af50-91f9967c949f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
529 2024.10.16 19:55:32.503120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
530 2024.10.16 19:55:32.503167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
531 2024.10.16 19:55:32.503185 [ 3 ] {} <Debug> HTTP-Session: 1993d8d1-ca91-446b-a38c-c828f721d709 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
532 2024.10.16 19:55:32.503211 [ 3 ] {} <Debug> HTTP-Session: 1993d8d1-ca91-446b-a38c-c828f721d709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
533 2024.10.16 19:55:32.503225 [ 3 ] {} <Debug> HTTP-Session: 1993d8d1-ca91-446b-a38c-c828f721d709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
534 2024.10.16 19:55:32.503254 [ 3 ] {} <Trace> HTTP-Session: 1993d8d1-ca91-446b-a38c-c828f721d709 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
535 2024.10.16 19:55:32.503516 [ 3 ] {90fd2c13-e323-4dcf-9d85-c79d6bd173c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
536 2024.10.16 19:55:32.503592 [ 3 ] {90fd2c13-e323-4dcf-9d85-c79d6bd173c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
537 2024.10.16 19:55:32.505527 [ 3 ] {90fd2c13-e323-4dcf-9d85-c79d6bd173c2} <Debug> oximeter.measurements_histogramu16 (52f26b9a-5dbb-46cc-876a-ddd9ff78c0e8): Loading data parts
538 2024.10.16 19:55:32.505692 [ 3 ] {90fd2c13-e323-4dcf-9d85-c79d6bd173c2} <Debug> oximeter.measurements_histogramu16 (52f26b9a-5dbb-46cc-876a-ddd9ff78c0e8): There are no data parts
539 2024.10.16 19:55:32.506962 [ 3 ] {90fd2c13-e323-4dcf-9d85-c79d6bd173c2} <Debug> DynamicQueryHandler: Done processing query
540 2024.10.16 19:55:32.506987 [ 3 ] {} <Debug> HTTP-Session: 1993d8d1-ca91-446b-a38c-c828f721d709 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
541 2024.10.16 19:55:32.507089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
542 2024.10.16 19:55:32.507153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
543 2024.10.16 19:55:32.507172 [ 3 ] {} <Debug> HTTP-Session: 2c60db94-a5de-4ce5-b3c5-b4b9dd7d9caf Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
544 2024.10.16 19:55:32.507188 [ 3 ] {} <Debug> HTTP-Session: 2c60db94-a5de-4ce5-b3c5-b4b9dd7d9caf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
545 2024.10.16 19:55:32.507211 [ 3 ] {} <Debug> HTTP-Session: 2c60db94-a5de-4ce5-b3c5-b4b9dd7d9caf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
546 2024.10.16 19:55:32.507245 [ 3 ] {} <Trace> HTTP-Session: 2c60db94-a5de-4ce5-b3c5-b4b9dd7d9caf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
547 2024.10.16 19:55:32.507488 [ 3 ] {3a131941-3fc7-4645-a9b1-ca6c987d2f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
548 2024.10.16 19:55:32.507552 [ 3 ] {3a131941-3fc7-4645-a9b1-ca6c987d2f51} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
549 2024.10.16 19:55:32.509536 [ 3 ] {3a131941-3fc7-4645-a9b1-ca6c987d2f51} <Debug> oximeter.measurements_histogrami32 (fe3fe891-622b-49d2-b051-08a33ff8a76f): Loading data parts
550 2024.10.16 19:55:32.509719 [ 3 ] {3a131941-3fc7-4645-a9b1-ca6c987d2f51} <Debug> oximeter.measurements_histogrami32 (fe3fe891-622b-49d2-b051-08a33ff8a76f): There are no data parts
551 2024.10.16 19:55:32.510958 [ 3 ] {3a131941-3fc7-4645-a9b1-ca6c987d2f51} <Debug> DynamicQueryHandler: Done processing query
552 2024.10.16 19:55:32.510984 [ 3 ] {} <Debug> HTTP-Session: 2c60db94-a5de-4ce5-b3c5-b4b9dd7d9caf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
553 2024.10.16 19:55:32.511104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
554 2024.10.16 19:55:32.511151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
555 2024.10.16 19:55:32.511169 [ 3 ] {} <Debug> HTTP-Session: badced36-24c8-4db5-a0d2-8d01978b1cf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
556 2024.10.16 19:55:32.511197 [ 3 ] {} <Debug> HTTP-Session: badced36-24c8-4db5-a0d2-8d01978b1cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
557 2024.10.16 19:55:32.511211 [ 3 ] {} <Debug> HTTP-Session: badced36-24c8-4db5-a0d2-8d01978b1cf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
558 2024.10.16 19:55:32.511240 [ 3 ] {} <Trace> HTTP-Session: badced36-24c8-4db5-a0d2-8d01978b1cf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
559 2024.10.16 19:55:32.511493 [ 3 ] {10a7a2dc-08fe-41b8-a884-4ee501d1c7a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
560 2024.10.16 19:55:32.511569 [ 3 ] {10a7a2dc-08fe-41b8-a884-4ee501d1c7a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
561 2024.10.16 19:55:32.513526 [ 3 ] {10a7a2dc-08fe-41b8-a884-4ee501d1c7a2} <Debug> oximeter.measurements_histogramu32 (1af1594b-d096-4855-9107-6a08d902bc75): Loading data parts
562 2024.10.16 19:55:32.513676 [ 3 ] {10a7a2dc-08fe-41b8-a884-4ee501d1c7a2} <Debug> oximeter.measurements_histogramu32 (1af1594b-d096-4855-9107-6a08d902bc75): There are no data parts
563 2024.10.16 19:55:32.514950 [ 3 ] {10a7a2dc-08fe-41b8-a884-4ee501d1c7a2} <Debug> DynamicQueryHandler: Done processing query
564 2024.10.16 19:55:32.514976 [ 3 ] {} <Debug> HTTP-Session: badced36-24c8-4db5-a0d2-8d01978b1cf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
565 2024.10.16 19:55:32.515090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
566 2024.10.16 19:55:32.515153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
567 2024.10.16 19:55:32.515172 [ 3 ] {} <Debug> HTTP-Session: 398bab5b-66db-4fab-86dd-f02f31fe1361 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
568 2024.10.16 19:55:32.515188 [ 3 ] {} <Debug> HTTP-Session: 398bab5b-66db-4fab-86dd-f02f31fe1361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
569 2024.10.16 19:55:32.515223 [ 3 ] {} <Debug> HTTP-Session: 398bab5b-66db-4fab-86dd-f02f31fe1361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
570 2024.10.16 19:55:32.515254 [ 3 ] {} <Trace> HTTP-Session: 398bab5b-66db-4fab-86dd-f02f31fe1361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
571 2024.10.16 19:55:32.515497 [ 3 ] {db097922-e8db-4b6f-9e2a-caf314cfa6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
572 2024.10.16 19:55:32.515562 [ 3 ] {db097922-e8db-4b6f-9e2a-caf314cfa6ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
573 2024.10.16 19:55:32.517531 [ 3 ] {db097922-e8db-4b6f-9e2a-caf314cfa6ca} <Debug> oximeter.measurements_histogrami64 (0f23fe48-87c4-42b3-b0df-9025dc01f656): Loading data parts
574 2024.10.16 19:55:32.517703 [ 3 ] {db097922-e8db-4b6f-9e2a-caf314cfa6ca} <Debug> oximeter.measurements_histogrami64 (0f23fe48-87c4-42b3-b0df-9025dc01f656): There are no data parts
575 2024.10.16 19:55:32.518934 [ 3 ] {db097922-e8db-4b6f-9e2a-caf314cfa6ca} <Debug> DynamicQueryHandler: Done processing query
576 2024.10.16 19:55:32.518959 [ 3 ] {} <Debug> HTTP-Session: 398bab5b-66db-4fab-86dd-f02f31fe1361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
577 2024.10.16 19:55:32.519076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
578 2024.10.16 19:55:32.519123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
579 2024.10.16 19:55:32.519141 [ 3 ] {} <Debug> HTTP-Session: 3ffb21ea-f454-45fb-b4b2-29df6a8ae2c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
580 2024.10.16 19:55:32.519175 [ 3 ] {} <Debug> HTTP-Session: 3ffb21ea-f454-45fb-b4b2-29df6a8ae2c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
581 2024.10.16 19:55:32.519190 [ 3 ] {} <Debug> HTTP-Session: 3ffb21ea-f454-45fb-b4b2-29df6a8ae2c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
582 2024.10.16 19:55:32.519218 [ 3 ] {} <Trace> HTTP-Session: 3ffb21ea-f454-45fb-b4b2-29df6a8ae2c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
583 2024.10.16 19:55:32.519471 [ 3 ] {0fd52dc0-af14-408e-9b58-c9e237261206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
584 2024.10.16 19:55:32.519535 [ 3 ] {0fd52dc0-af14-408e-9b58-c9e237261206} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
585 2024.10.16 19:55:32.521537 [ 3 ] {0fd52dc0-af14-408e-9b58-c9e237261206} <Debug> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Loading data parts
586 2024.10.16 19:55:32.521681 [ 3 ] {0fd52dc0-af14-408e-9b58-c9e237261206} <Debug> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): There are no data parts
587 2024.10.16 19:55:32.522970 [ 3 ] {0fd52dc0-af14-408e-9b58-c9e237261206} <Debug> DynamicQueryHandler: Done processing query
588 2024.10.16 19:55:32.522998 [ 3 ] {} <Debug> HTTP-Session: 3ffb21ea-f454-45fb-b4b2-29df6a8ae2c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
589 2024.10.16 19:55:32.523106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
590 2024.10.16 19:55:32.523167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
591 2024.10.16 19:55:32.523186 [ 3 ] {} <Debug> HTTP-Session: afcf1f41-5787-4099-b413-6f907bc5dd1d Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
592 2024.10.16 19:55:32.523201 [ 3 ] {} <Debug> HTTP-Session: afcf1f41-5787-4099-b413-6f907bc5dd1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
593 2024.10.16 19:55:32.523229 [ 3 ] {} <Debug> HTTP-Session: afcf1f41-5787-4099-b413-6f907bc5dd1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
594 2024.10.16 19:55:32.523258 [ 3 ] {} <Trace> HTTP-Session: afcf1f41-5787-4099-b413-6f907bc5dd1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
595 2024.10.16 19:55:32.523499 [ 3 ] {1302e7aa-c0b7-4756-a231-89befbc6d258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
596 2024.10.16 19:55:32.523570 [ 3 ] {1302e7aa-c0b7-4756-a231-89befbc6d258} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
597 2024.10.16 19:55:32.525610 [ 3 ] {1302e7aa-c0b7-4756-a231-89befbc6d258} <Debug> oximeter.measurements_histogramf32 (f5659318-95f5-4afd-bcff-787746aef244): Loading data parts
598 2024.10.16 19:55:32.525764 [ 3 ] {1302e7aa-c0b7-4756-a231-89befbc6d258} <Debug> oximeter.measurements_histogramf32 (f5659318-95f5-4afd-bcff-787746aef244): There are no data parts
599 2024.10.16 19:55:32.527049 [ 3 ] {1302e7aa-c0b7-4756-a231-89befbc6d258} <Debug> DynamicQueryHandler: Done processing query
600 2024.10.16 19:55:32.527084 [ 3 ] {} <Debug> HTTP-Session: afcf1f41-5787-4099-b413-6f907bc5dd1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
601 2024.10.16 19:55:32.527193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
602 2024.10.16 19:55:32.527241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
603 2024.10.16 19:55:32.527277 [ 3 ] {} <Debug> HTTP-Session: 9fc5fb53-ca62-45fb-8ffd-6506a83c5ce9 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
604 2024.10.16 19:55:32.527294 [ 3 ] {} <Debug> HTTP-Session: 9fc5fb53-ca62-45fb-8ffd-6506a83c5ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
605 2024.10.16 19:55:32.527308 [ 3 ] {} <Debug> HTTP-Session: 9fc5fb53-ca62-45fb-8ffd-6506a83c5ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
606 2024.10.16 19:55:32.527347 [ 3 ] {} <Trace> HTTP-Session: 9fc5fb53-ca62-45fb-8ffd-6506a83c5ce9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
607 2024.10.16 19:55:32.527592 [ 3 ] {9fe7af95-42f4-4381-8719-141a3dd10c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
608 2024.10.16 19:55:32.527657 [ 3 ] {9fe7af95-42f4-4381-8719-141a3dd10c26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
609 2024.10.16 19:55:32.529647 [ 3 ] {9fe7af95-42f4-4381-8719-141a3dd10c26} <Debug> oximeter.measurements_histogramf64 (c7302afc-8ed0-4c9f-9f8f-b6aa16bc4204): Loading data parts
610 2024.10.16 19:55:32.529807 [ 3 ] {9fe7af95-42f4-4381-8719-141a3dd10c26} <Debug> oximeter.measurements_histogramf64 (c7302afc-8ed0-4c9f-9f8f-b6aa16bc4204): There are no data parts
611 2024.10.16 19:55:32.531074 [ 3 ] {9fe7af95-42f4-4381-8719-141a3dd10c26} <Debug> DynamicQueryHandler: Done processing query
612 2024.10.16 19:55:32.531099 [ 3 ] {} <Debug> HTTP-Session: 9fc5fb53-ca62-45fb-8ffd-6506a83c5ce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
613 2024.10.16 19:55:32.531200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
614 2024.10.16 19:55:32.531266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
615 2024.10.16 19:55:32.531285 [ 3 ] {} <Debug> HTTP-Session: a0265333-8ac6-4528-8a7d-5afdb7722d43 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
616 2024.10.16 19:55:32.531300 [ 3 ] {} <Debug> HTTP-Session: a0265333-8ac6-4528-8a7d-5afdb7722d43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
617 2024.10.16 19:55:32.531326 [ 3 ] {} <Debug> HTTP-Session: a0265333-8ac6-4528-8a7d-5afdb7722d43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
618 2024.10.16 19:55:32.531355 [ 3 ] {} <Trace> HTTP-Session: a0265333-8ac6-4528-8a7d-5afdb7722d43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
619 2024.10.16 19:55:32.531537 [ 3 ] {7abc9d1b-560a-4ea5-b6fc-ba35a3342aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) /* The field tables store named dimensions of each timeseries.
620 *
621 * As with the measurement tables, there is one field table for each field data
622 * type. Fields are deduplicated by using the "replacing merge tree", though
623 * this behavior **must not** be relied upon for query correctness.
624 *
625 * The index for the fields differs from the measurements, however. Rows are
626 * sorted by timeseries name, then field name, field value, and finally
627 * timeseries key. This reflects the most common pattern for looking them up:
628 * by field name and possibly value, within a timeseries. The resulting keys are
629 * usually then used to look up measurements.
630 *
631 * NOTE: We may want to consider a secondary index on these tables, sorting by
632 * timeseries name and then key, since it would improve lookups where one
633 * already has the key. Realistically though, these tables are quite small and
634 * so performance benefits will be low in absolute terms.
635 *
636 * TTL: We use a materialized column to expire old field table records. This
637 * column is generated automatically by the database whenever a new row is
638 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
639 * query. Since these tables are `ReplacingMergeTree`s, that means the last
640 * record will remain during a deduplication, which will have the last
641 * timestamp. ClickHouse will then expire old data for us, similar to the
642 * measurement tables.
643 */
644 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)
645 2024.10.16 19:55:32.531596 [ 3 ] {7abc9d1b-560a-4ea5-b6fc-ba35a3342aec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
646 2024.10.16 19:55:32.533486 [ 3 ] {7abc9d1b-560a-4ea5-b6fc-ba35a3342aec} <Debug> oximeter.fields_bool (02dc4df5-b269-4e11-878b-ce91d4c83335): Loading data parts
647 2024.10.16 19:55:32.533642 [ 3 ] {7abc9d1b-560a-4ea5-b6fc-ba35a3342aec} <Debug> oximeter.fields_bool (02dc4df5-b269-4e11-878b-ce91d4c83335): There are no data parts
648 2024.10.16 19:55:32.534821 [ 3 ] {7abc9d1b-560a-4ea5-b6fc-ba35a3342aec} <Debug> DynamicQueryHandler: Done processing query
649 2024.10.16 19:55:32.534848 [ 3 ] {} <Debug> HTTP-Session: a0265333-8ac6-4528-8a7d-5afdb7722d43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
650 2024.10.16 19:55:32.534973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
651 2024.10.16 19:55:32.535024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
652 2024.10.16 19:55:32.535042 [ 3 ] {} <Debug> HTTP-Session: 71484dfe-987c-4cdb-a4d1-c8e3d7a7e625 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
653 2024.10.16 19:55:32.535084 [ 3 ] {} <Debug> HTTP-Session: 71484dfe-987c-4cdb-a4d1-c8e3d7a7e625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
654 2024.10.16 19:55:32.535097 [ 3 ] {} <Debug> HTTP-Session: 71484dfe-987c-4cdb-a4d1-c8e3d7a7e625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
655 2024.10.16 19:55:32.535126 [ 3 ] {} <Trace> HTTP-Session: 71484dfe-987c-4cdb-a4d1-c8e3d7a7e625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
656 2024.10.16 19:55:32.535311 [ 3 ] {6367b98c-bb68-4265-949e-43dde11a3edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
657 2024.10.16 19:55:32.535368 [ 3 ] {6367b98c-bb68-4265-949e-43dde11a3edf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
658 2024.10.16 19:55:32.537071 [ 3 ] {6367b98c-bb68-4265-949e-43dde11a3edf} <Debug> oximeter.fields_i8 (fc7513d3-dd9b-4d2c-9ed9-597708500aee): Loading data parts
659 2024.10.16 19:55:32.537223 [ 3 ] {6367b98c-bb68-4265-949e-43dde11a3edf} <Debug> oximeter.fields_i8 (fc7513d3-dd9b-4d2c-9ed9-597708500aee): There are no data parts
660 2024.10.16 19:55:32.538421 [ 3 ] {6367b98c-bb68-4265-949e-43dde11a3edf} <Debug> DynamicQueryHandler: Done processing query
661 2024.10.16 19:55:32.538445 [ 3 ] {} <Debug> HTTP-Session: 71484dfe-987c-4cdb-a4d1-c8e3d7a7e625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
662 2024.10.16 19:55:32.538550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
663 2024.10.16 19:55:32.538613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
664 2024.10.16 19:55:32.538631 [ 3 ] {} <Debug> HTTP-Session: 1baf9c0b-c50c-4b52-aa5c-ffc3f3b713fe Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
665 2024.10.16 19:55:32.538647 [ 3 ] {} <Debug> HTTP-Session: 1baf9c0b-c50c-4b52-aa5c-ffc3f3b713fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
666 2024.10.16 19:55:32.538672 [ 3 ] {} <Debug> HTTP-Session: 1baf9c0b-c50c-4b52-aa5c-ffc3f3b713fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
667 2024.10.16 19:55:32.538701 [ 3 ] {} <Trace> HTTP-Session: 1baf9c0b-c50c-4b52-aa5c-ffc3f3b713fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
668 2024.10.16 19:55:32.538871 [ 3 ] {60f07bc4-adb6-4509-ab5a-c2f2d27b597f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
669 2024.10.16 19:55:32.538927 [ 3 ] {60f07bc4-adb6-4509-ab5a-c2f2d27b597f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
670 2024.10.16 19:55:32.540701 [ 3 ] {60f07bc4-adb6-4509-ab5a-c2f2d27b597f} <Debug> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Loading data parts
671 2024.10.16 19:55:32.540867 [ 3 ] {60f07bc4-adb6-4509-ab5a-c2f2d27b597f} <Debug> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): There are no data parts
672 2024.10.16 19:55:32.542056 [ 3 ] {60f07bc4-adb6-4509-ab5a-c2f2d27b597f} <Debug> DynamicQueryHandler: Done processing query
673 2024.10.16 19:55:32.542102 [ 3 ] {} <Debug> HTTP-Session: 1baf9c0b-c50c-4b52-aa5c-ffc3f3b713fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
674 2024.10.16 19:55:32.542215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
675 2024.10.16 19:55:32.542264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
676 2024.10.16 19:55:32.542296 [ 3 ] {} <Debug> HTTP-Session: 97d6b5cb-2a15-4e66-a0cf-b89dec4c57ab Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
677 2024.10.16 19:55:32.542312 [ 3 ] {} <Debug> HTTP-Session: 97d6b5cb-2a15-4e66-a0cf-b89dec4c57ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
678 2024.10.16 19:55:32.542325 [ 3 ] {} <Debug> HTTP-Session: 97d6b5cb-2a15-4e66-a0cf-b89dec4c57ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
679 2024.10.16 19:55:32.542365 [ 3 ] {} <Trace> HTTP-Session: 97d6b5cb-2a15-4e66-a0cf-b89dec4c57ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
680 2024.10.16 19:55:32.542537 [ 3 ] {98b29de6-c825-43a3-83f4-92b945486360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
681 2024.10.16 19:55:32.542596 [ 3 ] {98b29de6-c825-43a3-83f4-92b945486360} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
682 2024.10.16 19:55:32.544356 [ 3 ] {98b29de6-c825-43a3-83f4-92b945486360} <Debug> oximeter.fields_i16 (415af26d-3646-4578-a887-27c91d2d10bd): Loading data parts
683 2024.10.16 19:55:32.544516 [ 3 ] {98b29de6-c825-43a3-83f4-92b945486360} <Debug> oximeter.fields_i16 (415af26d-3646-4578-a887-27c91d2d10bd): There are no data parts
684 2024.10.16 19:55:32.545684 [ 3 ] {98b29de6-c825-43a3-83f4-92b945486360} <Debug> DynamicQueryHandler: Done processing query
685 2024.10.16 19:55:32.545709 [ 3 ] {} <Debug> HTTP-Session: 97d6b5cb-2a15-4e66-a0cf-b89dec4c57ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
686 2024.10.16 19:55:32.545815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
687 2024.10.16 19:55:32.545876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
688 2024.10.16 19:55:32.545895 [ 3 ] {} <Debug> HTTP-Session: 00a9a3a1-8ffc-4fde-aaaf-a71e01ff2ba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
689 2024.10.16 19:55:32.545911 [ 3 ] {} <Debug> HTTP-Session: 00a9a3a1-8ffc-4fde-aaaf-a71e01ff2ba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
690 2024.10.16 19:55:32.545936 [ 3 ] {} <Debug> HTTP-Session: 00a9a3a1-8ffc-4fde-aaaf-a71e01ff2ba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
691 2024.10.16 19:55:32.545965 [ 3 ] {} <Trace> HTTP-Session: 00a9a3a1-8ffc-4fde-aaaf-a71e01ff2ba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
692 2024.10.16 19:55:32.546155 [ 3 ] {1d3dbfe1-cd30-4a82-9085-ce9add90908c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
693 2024.10.16 19:55:32.546210 [ 3 ] {1d3dbfe1-cd30-4a82-9085-ce9add90908c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
694 2024.10.16 19:55:32.547984 [ 3 ] {1d3dbfe1-cd30-4a82-9085-ce9add90908c} <Debug> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Loading data parts
695 2024.10.16 19:55:32.548152 [ 3 ] {1d3dbfe1-cd30-4a82-9085-ce9add90908c} <Debug> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): There are no data parts
696 2024.10.16 19:55:32.549319 [ 3 ] {1d3dbfe1-cd30-4a82-9085-ce9add90908c} <Debug> DynamicQueryHandler: Done processing query
697 2024.10.16 19:55:32.549359 [ 3 ] {} <Debug> HTTP-Session: 00a9a3a1-8ffc-4fde-aaaf-a71e01ff2ba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
698 2024.10.16 19:55:32.549464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
699 2024.10.16 19:55:32.549510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
700 2024.10.16 19:55:32.549543 [ 3 ] {} <Debug> HTTP-Session: cf09944a-6054-4a85-aa2a-3fe8d0d990d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
701 2024.10.16 19:55:32.549558 [ 3 ] {} <Debug> HTTP-Session: cf09944a-6054-4a85-aa2a-3fe8d0d990d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
702 2024.10.16 19:55:32.549571 [ 3 ] {} <Debug> HTTP-Session: cf09944a-6054-4a85-aa2a-3fe8d0d990d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
703 2024.10.16 19:55:32.549617 [ 3 ] {} <Trace> HTTP-Session: cf09944a-6054-4a85-aa2a-3fe8d0d990d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
704 2024.10.16 19:55:32.549787 [ 3 ] {c40dbf29-771d-4ad4-9756-473f4555d172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
705 2024.10.16 19:55:32.549843 [ 3 ] {c40dbf29-771d-4ad4-9756-473f4555d172} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
706 2024.10.16 19:55:32.551683 [ 3 ] {c40dbf29-771d-4ad4-9756-473f4555d172} <Debug> oximeter.fields_i32 (a5a0d93f-8247-4b62-87e7-997664898502): Loading data parts
707 2024.10.16 19:55:32.551846 [ 3 ] {c40dbf29-771d-4ad4-9756-473f4555d172} <Debug> oximeter.fields_i32 (a5a0d93f-8247-4b62-87e7-997664898502): There are no data parts
708 2024.10.16 19:55:32.553026 [ 3 ] {c40dbf29-771d-4ad4-9756-473f4555d172} <Debug> DynamicQueryHandler: Done processing query
709 2024.10.16 19:55:32.553052 [ 3 ] {} <Debug> HTTP-Session: cf09944a-6054-4a85-aa2a-3fe8d0d990d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
710 2024.10.16 19:55:32.553167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
711 2024.10.16 19:55:32.553222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
712 2024.10.16 19:55:32.553241 [ 3 ] {} <Debug> HTTP-Session: 0f0f55f8-cc81-4ffe-818f-027026786ce7 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
713 2024.10.16 19:55:32.553275 [ 3 ] {} <Debug> HTTP-Session: 0f0f55f8-cc81-4ffe-818f-027026786ce7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
714 2024.10.16 19:55:32.553289 [ 3 ] {} <Debug> HTTP-Session: 0f0f55f8-cc81-4ffe-818f-027026786ce7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
715 2024.10.16 19:55:32.553319 [ 3 ] {} <Trace> HTTP-Session: 0f0f55f8-cc81-4ffe-818f-027026786ce7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
716 2024.10.16 19:55:32.553505 [ 3 ] {3f91cc79-5342-48fc-83d5-aab0aafabc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
717 2024.10.16 19:55:32.553562 [ 3 ] {3f91cc79-5342-48fc-83d5-aab0aafabc2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
718 2024.10.16 19:55:32.555299 [ 3 ] {3f91cc79-5342-48fc-83d5-aab0aafabc2d} <Debug> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Loading data parts
719 2024.10.16 19:55:32.555465 [ 3 ] {3f91cc79-5342-48fc-83d5-aab0aafabc2d} <Debug> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): There are no data parts
720 2024.10.16 19:55:32.556646 [ 3 ] {3f91cc79-5342-48fc-83d5-aab0aafabc2d} <Debug> DynamicQueryHandler: Done processing query
721 2024.10.16 19:55:32.556671 [ 3 ] {} <Debug> HTTP-Session: 0f0f55f8-cc81-4ffe-818f-027026786ce7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
722 2024.10.16 19:55:32.556765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
723 2024.10.16 19:55:32.556839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
724 2024.10.16 19:55:32.556858 [ 3 ] {} <Debug> HTTP-Session: a88f20eb-2e14-4a8a-b5b1-155f3f6d605b Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
725 2024.10.16 19:55:32.556873 [ 3 ] {} <Debug> HTTP-Session: a88f20eb-2e14-4a8a-b5b1-155f3f6d605b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
726 2024.10.16 19:55:32.556900 [ 3 ] {} <Debug> HTTP-Session: a88f20eb-2e14-4a8a-b5b1-155f3f6d605b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
727 2024.10.16 19:55:32.556930 [ 3 ] {} <Trace> HTTP-Session: a88f20eb-2e14-4a8a-b5b1-155f3f6d605b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
728 2024.10.16 19:55:32.557101 [ 3 ] {8a5e2d08-8184-4ef9-a142-1230615a5284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
729 2024.10.16 19:55:32.557158 [ 3 ] {8a5e2d08-8184-4ef9-a142-1230615a5284} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
730 2024.10.16 19:55:32.558917 [ 3 ] {8a5e2d08-8184-4ef9-a142-1230615a5284} <Debug> oximeter.fields_i64 (4e5589b6-2eb2-4104-a9da-fa9b21889f52): Loading data parts
731 2024.10.16 19:55:32.559083 [ 3 ] {8a5e2d08-8184-4ef9-a142-1230615a5284} <Debug> oximeter.fields_i64 (4e5589b6-2eb2-4104-a9da-fa9b21889f52): There are no data parts
732 2024.10.16 19:55:32.560249 [ 3 ] {8a5e2d08-8184-4ef9-a142-1230615a5284} <Debug> DynamicQueryHandler: Done processing query
733 2024.10.16 19:55:32.560274 [ 3 ] {} <Debug> HTTP-Session: a88f20eb-2e14-4a8a-b5b1-155f3f6d605b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
734 2024.10.16 19:55:32.560463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
735 2024.10.16 19:55:32.560511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
736 2024.10.16 19:55:32.560530 [ 3 ] {} <Debug> HTTP-Session: bf232f77-5d39-4590-a636-96bb30d79d47 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
737 2024.10.16 19:55:32.560553 [ 3 ] {} <Debug> HTTP-Session: bf232f77-5d39-4590-a636-96bb30d79d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
738 2024.10.16 19:55:32.560567 [ 3 ] {} <Debug> HTTP-Session: bf232f77-5d39-4590-a636-96bb30d79d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
739 2024.10.16 19:55:32.560596 [ 3 ] {} <Trace> HTTP-Session: bf232f77-5d39-4590-a636-96bb30d79d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
740 2024.10.16 19:55:32.560772 [ 3 ] {87b0f16d-c2c2-4243-b02f-671f88eda471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
741 2024.10.16 19:55:32.560826 [ 3 ] {87b0f16d-c2c2-4243-b02f-671f88eda471} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
742 2024.10.16 19:55:32.562595 [ 3 ] {87b0f16d-c2c2-4243-b02f-671f88eda471} <Debug> oximeter.fields_u64 (35227964-250c-47d1-97af-7d30e0f6feae): Loading data parts
743 2024.10.16 19:55:32.562748 [ 3 ] {87b0f16d-c2c2-4243-b02f-671f88eda471} <Debug> oximeter.fields_u64 (35227964-250c-47d1-97af-7d30e0f6feae): There are no data parts
744 2024.10.16 19:55:32.563914 [ 3 ] {87b0f16d-c2c2-4243-b02f-671f88eda471} <Debug> DynamicQueryHandler: Done processing query
745 2024.10.16 19:55:32.563940 [ 3 ] {} <Debug> HTTP-Session: bf232f77-5d39-4590-a636-96bb30d79d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
746 2024.10.16 19:55:32.564038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
747 2024.10.16 19:55:32.564085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
748 2024.10.16 19:55:32.564104 [ 3 ] {} <Debug> HTTP-Session: d42707e4-0ea6-4b66-bc1b-44834782bc33 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
749 2024.10.16 19:55:32.564120 [ 3 ] {} <Debug> HTTP-Session: d42707e4-0ea6-4b66-bc1b-44834782bc33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
750 2024.10.16 19:55:32.564134 [ 3 ] {} <Debug> HTTP-Session: d42707e4-0ea6-4b66-bc1b-44834782bc33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
751 2024.10.16 19:55:32.564163 [ 3 ] {} <Trace> HTTP-Session: d42707e4-0ea6-4b66-bc1b-44834782bc33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
752 2024.10.16 19:55:32.564334 [ 3 ] {19c99828-3ad2-40fd-89cd-52346b5d4f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
753 2024.10.16 19:55:32.564379 [ 3 ] {19c99828-3ad2-40fd-89cd-52346b5d4f68} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
754 2024.10.16 19:55:32.566107 [ 3 ] {19c99828-3ad2-40fd-89cd-52346b5d4f68} <Debug> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Loading data parts
755 2024.10.16 19:55:32.566262 [ 3 ] {19c99828-3ad2-40fd-89cd-52346b5d4f68} <Debug> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): There are no data parts
756 2024.10.16 19:55:32.567412 [ 3 ] {19c99828-3ad2-40fd-89cd-52346b5d4f68} <Debug> DynamicQueryHandler: Done processing query
757 2024.10.16 19:55:32.567438 [ 3 ] {} <Debug> HTTP-Session: d42707e4-0ea6-4b66-bc1b-44834782bc33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
758 2024.10.16 19:55:32.567552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
759 2024.10.16 19:55:32.567600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
760 2024.10.16 19:55:32.567619 [ 3 ] {} <Debug> HTTP-Session: 6fa52027-aec0-4f8d-9515-13fdeeb43f13 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
761 2024.10.16 19:55:32.567635 [ 3 ] {} <Debug> HTTP-Session: 6fa52027-aec0-4f8d-9515-13fdeeb43f13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
762 2024.10.16 19:55:32.567649 [ 3 ] {} <Debug> HTTP-Session: 6fa52027-aec0-4f8d-9515-13fdeeb43f13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
763 2024.10.16 19:55:32.567678 [ 3 ] {} <Trace> HTTP-Session: 6fa52027-aec0-4f8d-9515-13fdeeb43f13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
764 2024.10.16 19:55:32.567847 [ 3 ] {bd16f109-f4db-4c6e-959c-b4873d59d7ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
765 2024.10.16 19:55:32.567890 [ 3 ] {bd16f109-f4db-4c6e-959c-b4873d59d7ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
766 2024.10.16 19:55:32.569642 [ 3 ] {bd16f109-f4db-4c6e-959c-b4873d59d7ec} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Loading data parts
767 2024.10.16 19:55:32.569805 [ 3 ] {bd16f109-f4db-4c6e-959c-b4873d59d7ec} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): There are no data parts
768 2024.10.16 19:55:32.570979 [ 3 ] {bd16f109-f4db-4c6e-959c-b4873d59d7ec} <Debug> DynamicQueryHandler: Done processing query
769 2024.10.16 19:55:32.571006 [ 3 ] {} <Debug> HTTP-Session: 6fa52027-aec0-4f8d-9515-13fdeeb43f13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
770 2024.10.16 19:55:32.571105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
771 2024.10.16 19:55:32.571152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
772 2024.10.16 19:55:32.571171 [ 3 ] {} <Debug> HTTP-Session: 322d12da-0257-4d1c-8537-ca5f9031b4b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
773 2024.10.16 19:55:32.571187 [ 3 ] {} <Debug> HTTP-Session: 322d12da-0257-4d1c-8537-ca5f9031b4b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
774 2024.10.16 19:55:32.571201 [ 3 ] {} <Debug> HTTP-Session: 322d12da-0257-4d1c-8537-ca5f9031b4b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
775 2024.10.16 19:55:32.571230 [ 3 ] {} <Trace> HTTP-Session: 322d12da-0257-4d1c-8537-ca5f9031b4b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
776 2024.10.16 19:55:32.571400 [ 3 ] {69508b2f-80ff-4b50-af8a-fcf1eb8acb79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) 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)
777 2024.10.16 19:55:32.571443 [ 3 ] {69508b2f-80ff-4b50-af8a-fcf1eb8acb79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
778 2024.10.16 19:55:32.573213 [ 3 ] {69508b2f-80ff-4b50-af8a-fcf1eb8acb79} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Loading data parts
779 2024.10.16 19:55:32.573364 [ 3 ] {69508b2f-80ff-4b50-af8a-fcf1eb8acb79} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): There are no data parts
780 2024.10.16 19:55:32.574542 [ 3 ] {69508b2f-80ff-4b50-af8a-fcf1eb8acb79} <Debug> DynamicQueryHandler: Done processing query
781 2024.10.16 19:55:32.574568 [ 3 ] {} <Debug> HTTP-Session: 322d12da-0257-4d1c-8537-ca5f9031b4b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
782 2024.10.16 19:55:32.574686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
783 2024.10.16 19:55:32.574733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
784 2024.10.16 19:55:32.574752 [ 3 ] {} <Debug> HTTP-Session: b5123c8e-25a8-4c18-a4e7-fd2dda0a453d Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
785 2024.10.16 19:55:32.574769 [ 3 ] {} <Debug> HTTP-Session: b5123c8e-25a8-4c18-a4e7-fd2dda0a453d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
786 2024.10.16 19:55:32.574783 [ 3 ] {} <Debug> HTTP-Session: b5123c8e-25a8-4c18-a4e7-fd2dda0a453d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
787 2024.10.16 19:55:32.574812 [ 3 ] {} <Trace> HTTP-Session: b5123c8e-25a8-4c18-a4e7-fd2dda0a453d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
788 2024.10.16 19:55:32.575019 [ 3 ] {e51c846b-dbb7-4ae2-8ea2-643000a0fbf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) /* The timeseries schema table stores the extracted schema for the samples
789 * oximeter collects.
790 */
791 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)
792 2024.10.16 19:55:32.575079 [ 3 ] {e51c846b-dbb7-4ae2-8ea2-643000a0fbf6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
793 2024.10.16 19:55:32.576829 [ 3 ] {e51c846b-dbb7-4ae2-8ea2-643000a0fbf6} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Loading data parts
794 2024.10.16 19:55:32.576993 [ 3 ] {e51c846b-dbb7-4ae2-8ea2-643000a0fbf6} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): There are no data parts
795 2024.10.16 19:55:32.578313 [ 3 ] {e51c846b-dbb7-4ae2-8ea2-643000a0fbf6} <Debug> DynamicQueryHandler: Done processing query
796 2024.10.16 19:55:32.578339 [ 3 ] {} <Debug> HTTP-Session: b5123c8e-25a8-4c18-a4e7-fd2dda0a453d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
797 2024.10.16 19:55:32.578472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62055, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
798 2024.10.16 19:55:32.578532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
799 2024.10.16 19:55:32.578555 [ 3 ] {} <Debug> HTTP-Session: 00c22dad-d2f4-4079-b5b9-ad223a2baadd Authenticating user 'default' from [fd00:1122:3344:101::d]:62055
800 2024.10.16 19:55:32.578579 [ 3 ] {} <Debug> HTTP-Session: 00c22dad-d2f4-4079-b5b9-ad223a2baadd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
801 2024.10.16 19:55:32.578598 [ 3 ] {} <Debug> HTTP-Session: 00c22dad-d2f4-4079-b5b9-ad223a2baadd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
802 2024.10.16 19:55:32.578629 [ 3 ] {} <Trace> HTTP-Session: 00c22dad-d2f4-4079-b5b9-ad223a2baadd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
803 2024.10.16 19:55:32.578802 [ 3 ] {0567eb5a-758e-4a02-8872-b95c611f9c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62055) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
804 2024.10.16 19:55:32.580058 [ 3 ] {0567eb5a-758e-4a02-8872-b95c611f9c1b} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
805 2024.10.16 19:55:32.589393 [ 3 ] {0567eb5a-758e-4a02-8872-b95c611f9c1b} <Trace> oximeter.version (f892329f-7b4f-42a7-a62f-331d85e55d41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
806 2024.10.16 19:55:32.589432 [ 3 ] {0567eb5a-758e-4a02-8872-b95c611f9c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
807 2024.10.16 19:55:32.594067 [ 3 ] {0567eb5a-758e-4a02-8872-b95c611f9c1b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
808 2024.10.16 19:55:32.595123 [ 3 ] {0567eb5a-758e-4a02-8872-b95c611f9c1b} <Trace> oximeter.version (f892329f-7b4f-42a7-a62f-331d85e55d41): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
809 2024.10.16 19:55:32.595393 [ 3 ] {0567eb5a-758e-4a02-8872-b95c611f9c1b} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016663 sec., 60.013202904639016 rows/sec., 960.21 B/sec.
810 2024.10.16 19:55:32.595581 [ 3 ] {0567eb5a-758e-4a02-8872-b95c611f9c1b} <Debug> DynamicQueryHandler: Done processing query
811 2024.10.16 19:55:32.595609 [ 3 ] {0567eb5a-758e-4a02-8872-b95c611f9c1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
812 2024.10.16 19:55:32.595626 [ 3 ] {} <Debug> HTTP-Session: 00c22dad-d2f4-4079-b5b9-ad223a2baadd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
813 2024.10.16 19:55:33.000182 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.41 MiB, peak 126.54 MiB, free memory in arenas 0.00 B, will set to 133.66 MiB (RSS), difference: 12.24 MiB
814 2024.10.16 19:55:41.451215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
815 2024.10.16 19:55:41.451318 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
816 2024.10.16 19:55:41.460108 [ 242 ] {} <Debug> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Loading data parts
817 2024.10.16 19:55:41.460366 [ 242 ] {} <Debug> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): There are no data parts
818 2024.10.16 19:55:41.475607 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
819 2024.10.16 19:55:41.475653 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
820 2024.10.16 19:55:41.477931 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
821 2024.10.16 19:55:41.478921 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
822 2024.10.16 19:55:41.479363 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
823 2024.10.16 19:55:42.000342 [ 245 ] {} <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
824 2024.10.16 19:55:46.421305 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache
825 2024.10.16 19:55:46.421375 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache
826 2024.10.16 19:55:47.597956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
827 2024.10.16 19:55:47.598071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
828 2024.10.16 19:55:47.598095 [ 3 ] {} <Debug> HTTP-Session: 088cdd85-a87f-4328-83bc-b19fd3dfc939 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
829 2024.10.16 19:55:47.598120 [ 3 ] {} <Debug> HTTP-Session: 088cdd85-a87f-4328-83bc-b19fd3dfc939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
830 2024.10.16 19:55:47.598135 [ 3 ] {} <Debug> HTTP-Session: 088cdd85-a87f-4328-83bc-b19fd3dfc939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
831 2024.10.16 19:55:47.598184 [ 3 ] {} <Trace> HTTP-Session: 088cdd85-a87f-4328-83bc-b19fd3dfc939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
832 2024.10.16 19:55:47.598373 [ 3 ] {55a0c053-f3a1-4399-9582-d37679627093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete)
833 2024.10.16 19:55:47.598758 [ 3 ] {55a0c053-f3a1-4399-9582-d37679627093} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
834 2024.10.16 19:55:47.599015 [ 3 ] {55a0c053-f3a1-4399-9582-d37679627093} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
835 2024.10.16 19:55:47.601192 [ 3 ] {55a0c053-f3a1-4399-9582-d37679627093} <Debug> DynamicQueryHandler: Done processing query
836 2024.10.16 19:55:47.601222 [ 3 ] {55a0c053-f3a1-4399-9582-d37679627093} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
837 2024.10.16 19:55:47.601239 [ 3 ] {} <Debug> HTTP-Session: 088cdd85-a87f-4328-83bc-b19fd3dfc939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
838 2024.10.16 19:55:47.604613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
839 2024.10.16 19:55:47.604671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
840 2024.10.16 19:55:47.604690 [ 3 ] {} <Debug> HTTP-Session: 1c5993e2-3adf-433e-bdba-271233a99915 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
841 2024.10.16 19:55:47.604708 [ 3 ] {} <Debug> HTTP-Session: 1c5993e2-3adf-433e-bdba-271233a99915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
842 2024.10.16 19:55:47.604722 [ 3 ] {} <Debug> HTTP-Session: 1c5993e2-3adf-433e-bdba-271233a99915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
843 2024.10.16 19:55:47.604754 [ 3 ] {} <Trace> HTTP-Session: 1c5993e2-3adf-433e-bdba-271233a99915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2024.10.16 19:55:47.604904 [ 3 ] {8fb21180-c9f0-47e8-932e-eb8809afbbc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete)
845 2024.10.16 19:55:47.606635 [ 3 ] {8fb21180-c9f0-47e8-932e-eb8809afbbc1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
846 2024.10.16 19:55:47.606689 [ 3 ] {8fb21180-c9f0-47e8-932e-eb8809afbbc1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
847 2024.10.16 19:55:47.607795 [ 3 ] {8fb21180-c9f0-47e8-932e-eb8809afbbc1} <Debug> DynamicQueryHandler: Done processing query
848 2024.10.16 19:55:47.607821 [ 3 ] {8fb21180-c9f0-47e8-932e-eb8809afbbc1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
849 2024.10.16 19:55:47.607837 [ 3 ] {} <Debug> HTTP-Session: 1c5993e2-3adf-433e-bdba-271233a99915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
850 2024.10.16 19:55:47.608128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
851 2024.10.16 19:55:47.608176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
852 2024.10.16 19:55:47.608195 [ 3 ] {} <Debug> HTTP-Session: 0fc7b4ac-d523-44d3-a8c4-4b6cd4fb7539 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
853 2024.10.16 19:55:47.608213 [ 3 ] {} <Debug> HTTP-Session: 0fc7b4ac-d523-44d3-a8c4-4b6cd4fb7539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
854 2024.10.16 19:55:47.608226 [ 3 ] {} <Debug> HTTP-Session: 0fc7b4ac-d523-44d3-a8c4-4b6cd4fb7539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
855 2024.10.16 19:55:47.608257 [ 3 ] {} <Trace> HTTP-Session: 0fc7b4ac-d523-44d3-a8c4-4b6cd4fb7539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
856 2024.10.16 19:55:47.608380 [ 3 ] {e4f816c0-f44a-4400-8081-dcd87dd3dece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete)
857 2024.10.16 19:55:47.608739 [ 3 ] {e4f816c0-f44a-4400-8081-dcd87dd3dece} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
858 2024.10.16 19:55:47.608791 [ 3 ] {e4f816c0-f44a-4400-8081-dcd87dd3dece} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
859 2024.10.16 19:55:47.609737 [ 3 ] {e4f816c0-f44a-4400-8081-dcd87dd3dece} <Debug> DynamicQueryHandler: Done processing query
860 2024.10.16 19:55:47.609762 [ 3 ] {e4f816c0-f44a-4400-8081-dcd87dd3dece} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
861 2024.10.16 19:55:47.609780 [ 3 ] {} <Debug> HTTP-Session: 0fc7b4ac-d523-44d3-a8c4-4b6cd4fb7539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
862 2024.10.16 19:55:47.609993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
863 2024.10.16 19:55:47.610041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
864 2024.10.16 19:55:47.610060 [ 3 ] {} <Debug> HTTP-Session: bae8c07a-a14a-4426-90b1-678d7876f2d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
865 2024.10.16 19:55:47.610077 [ 3 ] {} <Debug> HTTP-Session: bae8c07a-a14a-4426-90b1-678d7876f2d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
866 2024.10.16 19:55:47.610091 [ 3 ] {} <Debug> HTTP-Session: bae8c07a-a14a-4426-90b1-678d7876f2d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
867 2024.10.16 19:55:47.610122 [ 3 ] {} <Trace> HTTP-Session: bae8c07a-a14a-4426-90b1-678d7876f2d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
868 2024.10.16 19:55:47.610243 [ 3 ] {3bcd56bf-fea8-423d-b47f-4f1da2d055ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) 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)
869 2024.10.16 19:55:47.610565 [ 3 ] {3bcd56bf-fea8-423d-b47f-4f1da2d055ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
870 2024.10.16 19:55:47.610619 [ 3 ] {3bcd56bf-fea8-423d-b47f-4f1da2d055ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
871 2024.10.16 19:55:47.611649 [ 3 ] {3bcd56bf-fea8-423d-b47f-4f1da2d055ce} <Debug> DynamicQueryHandler: Done processing query
872 2024.10.16 19:55:47.611675 [ 3 ] {3bcd56bf-fea8-423d-b47f-4f1da2d055ce} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
873 2024.10.16 19:55:47.611692 [ 3 ] {} <Debug> HTTP-Session: bae8c07a-a14a-4426-90b1-678d7876f2d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
874 2024.10.16 19:55:47.612069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
875 2024.10.16 19:55:47.612120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
876 2024.10.16 19:55:47.612139 [ 3 ] {} <Debug> HTTP-Session: 7fbdab4c-4d08-4de5-899d-8a9f3ce3988e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
877 2024.10.16 19:55:47.612157 [ 3 ] {} <Debug> HTTP-Session: 7fbdab4c-4d08-4de5-899d-8a9f3ce3988e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
878 2024.10.16 19:55:47.612172 [ 3 ] {} <Debug> HTTP-Session: 7fbdab4c-4d08-4de5-899d-8a9f3ce3988e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
879 2024.10.16 19:55:47.612203 [ 3 ] {} <Trace> HTTP-Session: 7fbdab4c-4d08-4de5-899d-8a9f3ce3988e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
880 2024.10.16 19:55:47.612369 [ 3 ] {798a799a-2f1c-42f5-98a1-6c97d7409acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) 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)
881 2024.10.16 19:55:47.612698 [ 3 ] {798a799a-2f1c-42f5-98a1-6c97d7409acc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
882 2024.10.16 19:55:47.612750 [ 3 ] {798a799a-2f1c-42f5-98a1-6c97d7409acc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
883 2024.10.16 19:55:47.613852 [ 3 ] {798a799a-2f1c-42f5-98a1-6c97d7409acc} <Debug> DynamicQueryHandler: Done processing query
884 2024.10.16 19:55:47.613878 [ 3 ] {798a799a-2f1c-42f5-98a1-6c97d7409acc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
885 2024.10.16 19:55:47.613895 [ 3 ] {} <Debug> HTTP-Session: 7fbdab4c-4d08-4de5-899d-8a9f3ce3988e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
886 2024.10.16 19:55:47.614120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
887 2024.10.16 19:55:47.614168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
888 2024.10.16 19:55:47.614187 [ 3 ] {} <Debug> HTTP-Session: 8858766d-985b-42bf-a622-bd1ee9e0d448 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
889 2024.10.16 19:55:47.614203 [ 3 ] {} <Debug> HTTP-Session: 8858766d-985b-42bf-a622-bd1ee9e0d448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
890 2024.10.16 19:55:47.614216 [ 3 ] {} <Debug> HTTP-Session: 8858766d-985b-42bf-a622-bd1ee9e0d448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
891 2024.10.16 19:55:47.614247 [ 3 ] {} <Trace> HTTP-Session: 8858766d-985b-42bf-a622-bd1ee9e0d448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
892 2024.10.16 19:55:47.614370 [ 3 ] {ff083aa5-7f20-4298-8f90-25d35af6806a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
893 2024.10.16 19:55:47.614700 [ 3 ] {ff083aa5-7f20-4298-8f90-25d35af6806a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
894 2024.10.16 19:55:47.614753 [ 3 ] {ff083aa5-7f20-4298-8f90-25d35af6806a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
895 2024.10.16 19:55:47.615810 [ 3 ] {ff083aa5-7f20-4298-8f90-25d35af6806a} <Debug> DynamicQueryHandler: Done processing query
896 2024.10.16 19:55:47.615835 [ 3 ] {ff083aa5-7f20-4298-8f90-25d35af6806a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
897 2024.10.16 19:55:47.615852 [ 3 ] {} <Debug> HTTP-Session: 8858766d-985b-42bf-a622-bd1ee9e0d448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
898 2024.10.16 19:55:47.616073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
899 2024.10.16 19:55:47.616131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
900 2024.10.16 19:55:47.616150 [ 3 ] {} <Debug> HTTP-Session: bdc54049-6db1-4d9b-bc1b-5b5cd18cf2f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
901 2024.10.16 19:55:47.616166 [ 3 ] {} <Debug> HTTP-Session: bdc54049-6db1-4d9b-bc1b-5b5cd18cf2f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
902 2024.10.16 19:55:47.616180 [ 3 ] {} <Debug> HTTP-Session: bdc54049-6db1-4d9b-bc1b-5b5cd18cf2f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
903 2024.10.16 19:55:47.616210 [ 3 ] {} <Trace> HTTP-Session: bdc54049-6db1-4d9b-bc1b-5b5cd18cf2f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
904 2024.10.16 19:55:47.616342 [ 3 ] {a420b199-40a8-4361-b5bc-980b2b4806b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
905 2024.10.16 19:55:47.616677 [ 3 ] {a420b199-40a8-4361-b5bc-980b2b4806b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
906 2024.10.16 19:55:47.616730 [ 3 ] {a420b199-40a8-4361-b5bc-980b2b4806b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
907 2024.10.16 19:55:47.617668 [ 3 ] {a420b199-40a8-4361-b5bc-980b2b4806b9} <Debug> DynamicQueryHandler: Done processing query
908 2024.10.16 19:55:47.617694 [ 3 ] {a420b199-40a8-4361-b5bc-980b2b4806b9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
909 2024.10.16 19:55:47.617711 [ 3 ] {} <Debug> HTTP-Session: bdc54049-6db1-4d9b-bc1b-5b5cd18cf2f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
910 2024.10.16 19:55:47.617909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
911 2024.10.16 19:55:47.617957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
912 2024.10.16 19:55:47.617976 [ 3 ] {} <Debug> HTTP-Session: 8446d68b-331f-4100-9f7f-af379d767416 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
913 2024.10.16 19:55:47.617991 [ 3 ] {} <Debug> HTTP-Session: 8446d68b-331f-4100-9f7f-af379d767416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
914 2024.10.16 19:55:47.618005 [ 3 ] {} <Debug> HTTP-Session: 8446d68b-331f-4100-9f7f-af379d767416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
915 2024.10.16 19:55:47.618035 [ 3 ] {} <Trace> HTTP-Session: 8446d68b-331f-4100-9f7f-af379d767416 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
916 2024.10.16 19:55:47.618159 [ 3 ] {3cd6d4d9-e647-4397-b4bd-bb125edb3ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
917 2024.10.16 19:55:47.618496 [ 3 ] {3cd6d4d9-e647-4397-b4bd-bb125edb3ea4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
918 2024.10.16 19:55:47.618547 [ 3 ] {3cd6d4d9-e647-4397-b4bd-bb125edb3ea4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
919 2024.10.16 19:55:47.619466 [ 3 ] {3cd6d4d9-e647-4397-b4bd-bb125edb3ea4} <Debug> DynamicQueryHandler: Done processing query
920 2024.10.16 19:55:47.619492 [ 3 ] {3cd6d4d9-e647-4397-b4bd-bb125edb3ea4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
921 2024.10.16 19:55:47.619508 [ 3 ] {} <Debug> HTTP-Session: 8446d68b-331f-4100-9f7f-af379d767416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
922 2024.10.16 19:55:47.619720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
923 2024.10.16 19:55:47.619767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
924 2024.10.16 19:55:47.619785 [ 3 ] {} <Debug> HTTP-Session: a099c60c-9185-4c7c-adeb-3340979620ed Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
925 2024.10.16 19:55:47.619802 [ 3 ] {} <Debug> HTTP-Session: a099c60c-9185-4c7c-adeb-3340979620ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
926 2024.10.16 19:55:47.619815 [ 3 ] {} <Debug> HTTP-Session: a099c60c-9185-4c7c-adeb-3340979620ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
927 2024.10.16 19:55:47.619846 [ 3 ] {} <Trace> HTTP-Session: a099c60c-9185-4c7c-adeb-3340979620ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
928 2024.10.16 19:55:47.619970 [ 3 ] {835b059e-52ff-4315-9dc4-cdbadc949e71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
929 2024.10.16 19:55:47.620308 [ 3 ] {835b059e-52ff-4315-9dc4-cdbadc949e71} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
930 2024.10.16 19:55:47.620367 [ 3 ] {835b059e-52ff-4315-9dc4-cdbadc949e71} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
931 2024.10.16 19:55:47.621345 [ 3 ] {835b059e-52ff-4315-9dc4-cdbadc949e71} <Debug> DynamicQueryHandler: Done processing query
932 2024.10.16 19:55:47.621370 [ 3 ] {835b059e-52ff-4315-9dc4-cdbadc949e71} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
933 2024.10.16 19:55:47.621387 [ 3 ] {} <Debug> HTTP-Session: a099c60c-9185-4c7c-adeb-3340979620ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
934 2024.10.16 19:55:47.621595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
935 2024.10.16 19:55:47.621643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
936 2024.10.16 19:55:47.621661 [ 3 ] {} <Debug> HTTP-Session: c6e88735-0778-469b-96b8-41153dcecf72 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
937 2024.10.16 19:55:47.621678 [ 3 ] {} <Debug> HTTP-Session: c6e88735-0778-469b-96b8-41153dcecf72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
938 2024.10.16 19:55:47.621692 [ 3 ] {} <Debug> HTTP-Session: c6e88735-0778-469b-96b8-41153dcecf72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
939 2024.10.16 19:55:47.621722 [ 3 ] {} <Trace> HTTP-Session: c6e88735-0778-469b-96b8-41153dcecf72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
940 2024.10.16 19:55:47.621847 [ 3 ] {325186a9-e3ae-483d-b2d0-e8ef4f864e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
941 2024.10.16 19:55:47.622191 [ 3 ] {325186a9-e3ae-483d-b2d0-e8ef4f864e11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
942 2024.10.16 19:55:47.622243 [ 3 ] {325186a9-e3ae-483d-b2d0-e8ef4f864e11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
943 2024.10.16 19:55:47.623205 [ 3 ] {325186a9-e3ae-483d-b2d0-e8ef4f864e11} <Debug> DynamicQueryHandler: Done processing query
944 2024.10.16 19:55:47.623230 [ 3 ] {325186a9-e3ae-483d-b2d0-e8ef4f864e11} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
945 2024.10.16 19:55:47.623246 [ 3 ] {} <Debug> HTTP-Session: c6e88735-0778-469b-96b8-41153dcecf72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
946 2024.10.16 19:55:47.623451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
947 2024.10.16 19:55:47.623498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
948 2024.10.16 19:55:47.623516 [ 3 ] {} <Debug> HTTP-Session: 5bf1f556-de42-4db5-84c0-b13b6172cea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
949 2024.10.16 19:55:47.623533 [ 3 ] {} <Debug> HTTP-Session: 5bf1f556-de42-4db5-84c0-b13b6172cea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
950 2024.10.16 19:55:47.623546 [ 3 ] {} <Debug> HTTP-Session: 5bf1f556-de42-4db5-84c0-b13b6172cea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
951 2024.10.16 19:55:47.623576 [ 3 ] {} <Trace> HTTP-Session: 5bf1f556-de42-4db5-84c0-b13b6172cea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
952 2024.10.16 19:55:47.623702 [ 3 ] {e58b663b-d74a-4741-9e69-30657f344f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
953 2024.10.16 19:55:47.624051 [ 3 ] {e58b663b-d74a-4741-9e69-30657f344f1a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
954 2024.10.16 19:55:47.624103 [ 3 ] {e58b663b-d74a-4741-9e69-30657f344f1a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
955 2024.10.16 19:55:47.625097 [ 3 ] {e58b663b-d74a-4741-9e69-30657f344f1a} <Debug> DynamicQueryHandler: Done processing query
956 2024.10.16 19:55:47.625123 [ 3 ] {e58b663b-d74a-4741-9e69-30657f344f1a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
957 2024.10.16 19:55:47.625139 [ 3 ] {} <Debug> HTTP-Session: 5bf1f556-de42-4db5-84c0-b13b6172cea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
958 2024.10.16 19:55:47.625327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
959 2024.10.16 19:55:47.625375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
960 2024.10.16 19:55:47.625395 [ 3 ] {} <Debug> HTTP-Session: c635ad70-7e2f-47df-b1cb-01fb51242873 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
961 2024.10.16 19:55:47.625411 [ 3 ] {} <Debug> HTTP-Session: c635ad70-7e2f-47df-b1cb-01fb51242873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
962 2024.10.16 19:55:47.625426 [ 3 ] {} <Debug> HTTP-Session: c635ad70-7e2f-47df-b1cb-01fb51242873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
963 2024.10.16 19:55:47.625455 [ 3 ] {} <Trace> HTTP-Session: c635ad70-7e2f-47df-b1cb-01fb51242873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
964 2024.10.16 19:55:47.625584 [ 3 ] {f911d815-2963-4ebf-a67e-a0fe11c42882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
965 2024.10.16 19:55:47.625926 [ 3 ] {f911d815-2963-4ebf-a67e-a0fe11c42882} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
966 2024.10.16 19:55:47.625977 [ 3 ] {f911d815-2963-4ebf-a67e-a0fe11c42882} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
967 2024.10.16 19:55:47.626963 [ 3 ] {f911d815-2963-4ebf-a67e-a0fe11c42882} <Debug> DynamicQueryHandler: Done processing query
968 2024.10.16 19:55:47.626989 [ 3 ] {f911d815-2963-4ebf-a67e-a0fe11c42882} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
969 2024.10.16 19:55:47.627005 [ 3 ] {} <Debug> HTTP-Session: c635ad70-7e2f-47df-b1cb-01fb51242873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
970 2024.10.16 19:55:47.627214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
971 2024.10.16 19:55:47.627262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
972 2024.10.16 19:55:47.627287 [ 3 ] {} <Debug> HTTP-Session: b387107b-99e8-4622-a83f-fa801e7ef331 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
973 2024.10.16 19:55:47.627304 [ 3 ] {} <Debug> HTTP-Session: b387107b-99e8-4622-a83f-fa801e7ef331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
974 2024.10.16 19:55:47.627318 [ 3 ] {} <Debug> HTTP-Session: b387107b-99e8-4622-a83f-fa801e7ef331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
975 2024.10.16 19:55:47.627348 [ 3 ] {} <Trace> HTTP-Session: b387107b-99e8-4622-a83f-fa801e7ef331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
976 2024.10.16 19:55:47.627476 [ 3 ] {180ade6d-91b6-4e88-be7c-a1bfb16e76c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
977 2024.10.16 19:55:47.627842 [ 3 ] {180ade6d-91b6-4e88-be7c-a1bfb16e76c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
978 2024.10.16 19:55:47.627896 [ 3 ] {180ade6d-91b6-4e88-be7c-a1bfb16e76c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
979 2024.10.16 19:55:47.628897 [ 3 ] {180ade6d-91b6-4e88-be7c-a1bfb16e76c7} <Debug> DynamicQueryHandler: Done processing query
980 2024.10.16 19:55:47.628924 [ 3 ] {180ade6d-91b6-4e88-be7c-a1bfb16e76c7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
981 2024.10.16 19:55:47.628940 [ 3 ] {} <Debug> HTTP-Session: b387107b-99e8-4622-a83f-fa801e7ef331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
982 2024.10.16 19:55:47.629134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
983 2024.10.16 19:55:47.629182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
984 2024.10.16 19:55:47.629201 [ 3 ] {} <Debug> HTTP-Session: d63245b8-3622-41ac-9b33-209b886b98d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
985 2024.10.16 19:55:47.629217 [ 3 ] {} <Debug> HTTP-Session: d63245b8-3622-41ac-9b33-209b886b98d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
986 2024.10.16 19:55:47.629231 [ 3 ] {} <Debug> HTTP-Session: d63245b8-3622-41ac-9b33-209b886b98d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
987 2024.10.16 19:55:47.629261 [ 3 ] {} <Trace> HTTP-Session: d63245b8-3622-41ac-9b33-209b886b98d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
988 2024.10.16 19:55:47.629391 [ 3 ] {e05a3b2f-14d8-4be0-95a4-abe4cc4045fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
989 2024.10.16 19:55:47.629741 [ 3 ] {e05a3b2f-14d8-4be0-95a4-abe4cc4045fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
990 2024.10.16 19:55:47.629793 [ 3 ] {e05a3b2f-14d8-4be0-95a4-abe4cc4045fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
991 2024.10.16 19:55:47.630783 [ 3 ] {e05a3b2f-14d8-4be0-95a4-abe4cc4045fa} <Debug> DynamicQueryHandler: Done processing query
992 2024.10.16 19:55:47.630809 [ 3 ] {e05a3b2f-14d8-4be0-95a4-abe4cc4045fa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
993 2024.10.16 19:55:47.630825 [ 3 ] {} <Debug> HTTP-Session: d63245b8-3622-41ac-9b33-209b886b98d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
994 2024.10.16 19:55:47.631033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
995 2024.10.16 19:55:47.631080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
996 2024.10.16 19:55:47.631098 [ 3 ] {} <Debug> HTTP-Session: 28672bed-b4d6-4826-b356-f2fb92c7e202 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
997 2024.10.16 19:55:47.631114 [ 3 ] {} <Debug> HTTP-Session: 28672bed-b4d6-4826-b356-f2fb92c7e202 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
998 2024.10.16 19:55:47.631128 [ 3 ] {} <Debug> HTTP-Session: 28672bed-b4d6-4826-b356-f2fb92c7e202 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
999 2024.10.16 19:55:47.631158 [ 3 ] {} <Trace> HTTP-Session: 28672bed-b4d6-4826-b356-f2fb92c7e202 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1000 2024.10.16 19:55:47.631286 [ 3 ] {f9345321-a3ba-4eb2-8a40-6f65ae284841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1001 2024.10.16 19:55:47.631643 [ 3 ] {f9345321-a3ba-4eb2-8a40-6f65ae284841} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1002 2024.10.16 19:55:47.631696 [ 3 ] {f9345321-a3ba-4eb2-8a40-6f65ae284841} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1003 2024.10.16 19:55:47.632634 [ 3 ] {f9345321-a3ba-4eb2-8a40-6f65ae284841} <Debug> DynamicQueryHandler: Done processing query
1004 2024.10.16 19:55:47.632659 [ 3 ] {f9345321-a3ba-4eb2-8a40-6f65ae284841} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1005 2024.10.16 19:55:47.632675 [ 3 ] {} <Debug> HTTP-Session: 28672bed-b4d6-4826-b356-f2fb92c7e202 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1006 2024.10.16 19:55:47.632876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1007 2024.10.16 19:55:47.632924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1008 2024.10.16 19:55:47.632943 [ 3 ] {} <Debug> HTTP-Session: eee1d6ca-e50f-47bf-84e9-87dd3afc1b51 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1009 2024.10.16 19:55:47.632959 [ 3 ] {} <Debug> HTTP-Session: eee1d6ca-e50f-47bf-84e9-87dd3afc1b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1010 2024.10.16 19:55:47.632972 [ 3 ] {} <Debug> HTTP-Session: eee1d6ca-e50f-47bf-84e9-87dd3afc1b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1011 2024.10.16 19:55:47.633001 [ 3 ] {} <Trace> HTTP-Session: eee1d6ca-e50f-47bf-84e9-87dd3afc1b51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1012 2024.10.16 19:55:47.633130 [ 3 ] {b7ba9bdd-e8cd-423e-ae09-09cca08894a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1013 2024.10.16 19:55:47.633487 [ 3 ] {b7ba9bdd-e8cd-423e-ae09-09cca08894a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1014 2024.10.16 19:55:47.633539 [ 3 ] {b7ba9bdd-e8cd-423e-ae09-09cca08894a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1015 2024.10.16 19:55:47.634547 [ 3 ] {b7ba9bdd-e8cd-423e-ae09-09cca08894a9} <Debug> DynamicQueryHandler: Done processing query
1016 2024.10.16 19:55:47.634571 [ 3 ] {b7ba9bdd-e8cd-423e-ae09-09cca08894a9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1017 2024.10.16 19:55:47.634587 [ 3 ] {} <Debug> HTTP-Session: eee1d6ca-e50f-47bf-84e9-87dd3afc1b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1018 2024.10.16 19:55:47.634787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1019 2024.10.16 19:55:47.634834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1020 2024.10.16 19:55:47.634852 [ 3 ] {} <Debug> HTTP-Session: 8b043744-b5f1-418b-ab5a-961518357e6e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1021 2024.10.16 19:55:47.634868 [ 3 ] {} <Debug> HTTP-Session: 8b043744-b5f1-418b-ab5a-961518357e6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1022 2024.10.16 19:55:47.634882 [ 3 ] {} <Debug> HTTP-Session: 8b043744-b5f1-418b-ab5a-961518357e6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1023 2024.10.16 19:55:47.634913 [ 3 ] {} <Trace> HTTP-Session: 8b043744-b5f1-418b-ab5a-961518357e6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1024 2024.10.16 19:55:47.635044 [ 3 ] {1b80622b-e66b-48ac-9bf7-01bd9b46a28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1025 2024.10.16 19:55:47.635405 [ 3 ] {1b80622b-e66b-48ac-9bf7-01bd9b46a28d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1026 2024.10.16 19:55:47.635456 [ 3 ] {1b80622b-e66b-48ac-9bf7-01bd9b46a28d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1027 2024.10.16 19:55:47.636550 [ 3 ] {1b80622b-e66b-48ac-9bf7-01bd9b46a28d} <Debug> DynamicQueryHandler: Done processing query
1028 2024.10.16 19:55:47.636575 [ 3 ] {1b80622b-e66b-48ac-9bf7-01bd9b46a28d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1029 2024.10.16 19:55:47.636591 [ 3 ] {} <Debug> HTTP-Session: 8b043744-b5f1-418b-ab5a-961518357e6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1030 2024.10.16 19:55:47.636787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1031 2024.10.16 19:55:47.636833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1032 2024.10.16 19:55:47.636852 [ 3 ] {} <Debug> HTTP-Session: d06374e8-0570-4b73-805b-3f49d1ea3e5a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1033 2024.10.16 19:55:47.636868 [ 3 ] {} <Debug> HTTP-Session: d06374e8-0570-4b73-805b-3f49d1ea3e5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1034 2024.10.16 19:55:47.636882 [ 3 ] {} <Debug> HTTP-Session: d06374e8-0570-4b73-805b-3f49d1ea3e5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1035 2024.10.16 19:55:47.636911 [ 3 ] {} <Trace> HTTP-Session: d06374e8-0570-4b73-805b-3f49d1ea3e5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1036 2024.10.16 19:55:47.637042 [ 3 ] {ec382e46-6cec-4bce-a570-9fe3e88c732c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1037 2024.10.16 19:55:47.637408 [ 3 ] {ec382e46-6cec-4bce-a570-9fe3e88c732c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1038 2024.10.16 19:55:47.637460 [ 3 ] {ec382e46-6cec-4bce-a570-9fe3e88c732c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1039 2024.10.16 19:55:47.638439 [ 3 ] {ec382e46-6cec-4bce-a570-9fe3e88c732c} <Debug> DynamicQueryHandler: Done processing query
1040 2024.10.16 19:55:47.638464 [ 3 ] {ec382e46-6cec-4bce-a570-9fe3e88c732c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1041 2024.10.16 19:55:47.638480 [ 3 ] {} <Debug> HTTP-Session: d06374e8-0570-4b73-805b-3f49d1ea3e5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1042 2024.10.16 19:55:47.639692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1043 2024.10.16 19:55:47.639739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1044 2024.10.16 19:55:47.639757 [ 3 ] {} <Debug> HTTP-Session: 82019330-bc58-4cfd-b21a-c3633185d2fc Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1045 2024.10.16 19:55:47.639773 [ 3 ] {} <Debug> HTTP-Session: 82019330-bc58-4cfd-b21a-c3633185d2fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1046 2024.10.16 19:55:47.639787 [ 3 ] {} <Debug> HTTP-Session: 82019330-bc58-4cfd-b21a-c3633185d2fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1047 2024.10.16 19:55:47.639817 [ 3 ] {} <Trace> HTTP-Session: 82019330-bc58-4cfd-b21a-c3633185d2fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1048 2024.10.16 19:55:47.639935 [ 3 ] {d0f2b45a-2aa8-400b-ae4e-bb1d448daeae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1049 2024.10.16 19:55:47.639980 [ 3 ] {d0f2b45a-2aa8-400b-ae4e-bb1d448daeae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1050 2024.10.16 19:55:47.640177 [ 3 ] {d0f2b45a-2aa8-400b-ae4e-bb1d448daeae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1051 2024.10.16 19:55:47.640670 [ 3 ] {d0f2b45a-2aa8-400b-ae4e-bb1d448daeae} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1052 2024.10.16 19:55:47.640709 [ 3 ] {d0f2b45a-2aa8-400b-ae4e-bb1d448daeae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1053 2024.10.16 19:55:47.641339 [ 3 ] {d0f2b45a-2aa8-400b-ae4e-bb1d448daeae} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1054 2024.10.16 19:55:47.641884 [ 3 ] {d0f2b45a-2aa8-400b-ae4e-bb1d448daeae} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1055 2024.10.16 19:55:47.642043 [ 3 ] {d0f2b45a-2aa8-400b-ae4e-bb1d448daeae} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002148 sec., 8379.888268156425 rows/sec., 1.14 MiB/sec.
1056 2024.10.16 19:55:47.642215 [ 3 ] {d0f2b45a-2aa8-400b-ae4e-bb1d448daeae} <Debug> DynamicQueryHandler: Done processing query
1057 2024.10.16 19:55:47.642239 [ 3 ] {d0f2b45a-2aa8-400b-ae4e-bb1d448daeae} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1058 2024.10.16 19:55:47.642254 [ 3 ] {} <Debug> HTTP-Session: 82019330-bc58-4cfd-b21a-c3633185d2fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1059 2024.10.16 19:55:47.642375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 4256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1060 2024.10.16 19:55:47.642422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1061 2024.10.16 19:55:47.642441 [ 3 ] {} <Debug> HTTP-Session: 5c2162cb-3a1c-4a3d-b660-8ed54ef801c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1062 2024.10.16 19:55:47.642457 [ 3 ] {} <Debug> HTTP-Session: 5c2162cb-3a1c-4a3d-b660-8ed54ef801c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1063 2024.10.16 19:55:47.642471 [ 3 ] {} <Debug> HTTP-Session: 5c2162cb-3a1c-4a3d-b660-8ed54ef801c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1064 2024.10.16 19:55:47.642500 [ 3 ] {} <Trace> HTTP-Session: 5c2162cb-3a1c-4a3d-b660-8ed54ef801c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1065 2024.10.16 19:55:47.642603 [ 3 ] {04945e33-ff3b-4b22-87aa-b36d7ef6a7ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1066 2024.10.16 19:55:47.642645 [ 3 ] {04945e33-ff3b-4b22-87aa-b36d7ef6a7ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1067 2024.10.16 19:55:47.642877 [ 3 ] {04945e33-ff3b-4b22-87aa-b36d7ef6a7ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1068 2024.10.16 19:55:47.643994 [ 3 ] {04945e33-ff3b-4b22-87aa-b36d7ef6a7ce} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1069 2024.10.16 19:55:47.644029 [ 3 ] {04945e33-ff3b-4b22-87aa-b36d7ef6a7ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1070 2024.10.16 19:55:47.644543 [ 3 ] {04945e33-ff3b-4b22-87aa-b36d7ef6a7ce} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1071 2024.10.16 19:55:47.645148 [ 3 ] {04945e33-ff3b-4b22-87aa-b36d7ef6a7ce} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1072 2024.10.16 19:55:47.645302 [ 3 ] {04945e33-ff3b-4b22-87aa-b36d7ef6a7ce} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.00272 sec., 11029.411764705881 rows/sec., 881.78 KiB/sec.
1073 2024.10.16 19:55:47.645477 [ 3 ] {04945e33-ff3b-4b22-87aa-b36d7ef6a7ce} <Debug> DynamicQueryHandler: Done processing query
1074 2024.10.16 19:55:47.645501 [ 3 ] {04945e33-ff3b-4b22-87aa-b36d7ef6a7ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1075 2024.10.16 19:55:47.645516 [ 3 ] {} <Debug> HTTP-Session: 5c2162cb-3a1c-4a3d-b660-8ed54ef801c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1076 2024.10.16 19:55:47.645651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 6140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1077 2024.10.16 19:55:47.645700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1078 2024.10.16 19:55:47.645718 [ 3 ] {} <Debug> HTTP-Session: 5d50eaf3-5ea5-4fca-96ef-beba347c5f27 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1079 2024.10.16 19:55:47.645734 [ 3 ] {} <Debug> HTTP-Session: 5d50eaf3-5ea5-4fca-96ef-beba347c5f27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1080 2024.10.16 19:55:47.645748 [ 3 ] {} <Debug> HTTP-Session: 5d50eaf3-5ea5-4fca-96ef-beba347c5f27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1081 2024.10.16 19:55:47.645778 [ 3 ] {} <Trace> HTTP-Session: 5d50eaf3-5ea5-4fca-96ef-beba347c5f27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1082 2024.10.16 19:55:47.645880 [ 3 ] {de1391b0-30b8-48f5-871f-ecb8416b15ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1083 2024.10.16 19:55:47.645922 [ 3 ] {de1391b0-30b8-48f5-871f-ecb8416b15ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1084 2024.10.16 19:55:47.646145 [ 3 ] {de1391b0-30b8-48f5-871f-ecb8416b15ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1085 2024.10.16 19:55:47.646502 [ 3 ] {de1391b0-30b8-48f5-871f-ecb8416b15ab} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1086 2024.10.16 19:55:47.646538 [ 3 ] {de1391b0-30b8-48f5-871f-ecb8416b15ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1087 2024.10.16 19:55:47.646992 [ 3 ] {de1391b0-30b8-48f5-871f-ecb8416b15ab} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1088 2024.10.16 19:55:47.647558 [ 3 ] {de1391b0-30b8-48f5-871f-ecb8416b15ab} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1089 2024.10.16 19:55:47.647711 [ 3 ] {de1391b0-30b8-48f5-871f-ecb8416b15ab} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001861 sec., 19344.438473938742 rows/sec., 1.51 MiB/sec.
1090 2024.10.16 19:55:47.647916 [ 3 ] {de1391b0-30b8-48f5-871f-ecb8416b15ab} <Debug> DynamicQueryHandler: Done processing query
1091 2024.10.16 19:55:47.647940 [ 3 ] {de1391b0-30b8-48f5-871f-ecb8416b15ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1092 2024.10.16 19:55:47.647956 [ 3 ] {} <Debug> HTTP-Session: 5d50eaf3-5ea5-4fca-96ef-beba347c5f27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1093 2024.10.16 19:55:47.648076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1094 2024.10.16 19:55:47.648123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1095 2024.10.16 19:55:47.648142 [ 3 ] {} <Debug> HTTP-Session: 3c073197-f8e9-4d4c-9100-7719a860b6dc Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1096 2024.10.16 19:55:47.648157 [ 3 ] {} <Debug> HTTP-Session: 3c073197-f8e9-4d4c-9100-7719a860b6dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1097 2024.10.16 19:55:47.648171 [ 3 ] {} <Debug> HTTP-Session: 3c073197-f8e9-4d4c-9100-7719a860b6dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1098 2024.10.16 19:55:47.648201 [ 3 ] {} <Trace> HTTP-Session: 3c073197-f8e9-4d4c-9100-7719a860b6dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1099 2024.10.16 19:55:47.648306 [ 3 ] {86dffc30-5c58-4d0f-a487-0a4b071b393a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1100 2024.10.16 19:55:47.648351 [ 3 ] {86dffc30-5c58-4d0f-a487-0a4b071b393a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1101 2024.10.16 19:55:47.648525 [ 3 ] {86dffc30-5c58-4d0f-a487-0a4b071b393a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1102 2024.10.16 19:55:47.650980 [ 3 ] {86dffc30-5c58-4d0f-a487-0a4b071b393a} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1103 2024.10.16 19:55:47.651039 [ 3 ] {86dffc30-5c58-4d0f-a487-0a4b071b393a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1104 2024.10.16 19:55:47.651793 [ 3 ] {86dffc30-5c58-4d0f-a487-0a4b071b393a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1105 2024.10.16 19:55:47.652378 [ 3 ] {86dffc30-5c58-4d0f-a487-0a4b071b393a} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1106 2024.10.16 19:55:47.652539 [ 3 ] {86dffc30-5c58-4d0f-a487-0a4b071b393a} <Debug> executeQuery: Read 28 rows, 2.03 KiB in 0.004251 sec., 6586.6854857680555 rows/sec., 477.37 KiB/sec.
1107 2024.10.16 19:55:47.652812 [ 3 ] {86dffc30-5c58-4d0f-a487-0a4b071b393a} <Debug> DynamicQueryHandler: Done processing query
1108 2024.10.16 19:55:47.652837 [ 3 ] {86dffc30-5c58-4d0f-a487-0a4b071b393a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1109 2024.10.16 19:55:47.652852 [ 3 ] {} <Debug> HTTP-Session: 3c073197-f8e9-4d4c-9100-7719a860b6dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1110 2024.10.16 19:55:47.652967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 2431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1111 2024.10.16 19:55:47.653015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1112 2024.10.16 19:55:47.653033 [ 3 ] {} <Debug> HTTP-Session: 505caacb-f541-4728-b325-4167dafcaa87 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1113 2024.10.16 19:55:47.653049 [ 3 ] {} <Debug> HTTP-Session: 505caacb-f541-4728-b325-4167dafcaa87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1114 2024.10.16 19:55:47.653062 [ 3 ] {} <Debug> HTTP-Session: 505caacb-f541-4728-b325-4167dafcaa87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1115 2024.10.16 19:55:47.653092 [ 3 ] {} <Trace> HTTP-Session: 505caacb-f541-4728-b325-4167dafcaa87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1116 2024.10.16 19:55:47.653193 [ 3 ] {4490cb92-2c1e-4ad4-beea-2528144f6f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1117 2024.10.16 19:55:47.653237 [ 3 ] {4490cb92-2c1e-4ad4-beea-2528144f6f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1118 2024.10.16 19:55:47.653379 [ 3 ] {4490cb92-2c1e-4ad4-beea-2528144f6f9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1119 2024.10.16 19:55:47.653655 [ 3 ] {4490cb92-2c1e-4ad4-beea-2528144f6f9f} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1120 2024.10.16 19:55:47.653690 [ 3 ] {4490cb92-2c1e-4ad4-beea-2528144f6f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1121 2024.10.16 19:55:47.654195 [ 3 ] {4490cb92-2c1e-4ad4-beea-2528144f6f9f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1122 2024.10.16 19:55:47.654817 [ 3 ] {4490cb92-2c1e-4ad4-beea-2528144f6f9f} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1123 2024.10.16 19:55:47.654977 [ 3 ] {4490cb92-2c1e-4ad4-beea-2528144f6f9f} <Debug> executeQuery: Read 16 rows, 1.07 KiB in 0.001811 sec., 8834.89784649365 rows/sec., 588.85 KiB/sec.
1124 2024.10.16 19:55:47.655178 [ 3 ] {4490cb92-2c1e-4ad4-beea-2528144f6f9f} <Debug> DynamicQueryHandler: Done processing query
1125 2024.10.16 19:55:47.655202 [ 3 ] {4490cb92-2c1e-4ad4-beea-2528144f6f9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1126 2024.10.16 19:55:47.655217 [ 3 ] {} <Debug> HTTP-Session: 505caacb-f541-4728-b325-4167dafcaa87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1127 2024.10.16 19:55:48.000144 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.55 MiB, peak 141.70 MiB, free memory in arenas 0.00 B, will set to 137.75 MiB (RSS), difference: 1.19 MiB
1128 2024.10.16 19:55:51.480632 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136
1129 2024.10.16 19:55:51.484439 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1130 2024.10.16 19:55:51.484490 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1131 2024.10.16 19:55:51.486140 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1132 2024.10.16 19:55:51.487411 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1133 2024.10.16 19:55:51.487907 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136
1134 2024.10.16 19:55:52.000161 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 133.76 MiB, peak 141.70 MiB, free memory in arenas 0.00 B, will set to 137.78 MiB (RSS), difference: 4.02 MiB
1135 2024.10.16 19:55:52.600322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 4256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1136 2024.10.16 19:55:52.600438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1137 2024.10.16 19:55:52.600462 [ 3 ] {} <Debug> HTTP-Session: 96e0ea7c-a2d5-469b-bf48-347bfac68965 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1138 2024.10.16 19:55:52.600485 [ 3 ] {} <Debug> HTTP-Session: 96e0ea7c-a2d5-469b-bf48-347bfac68965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1139 2024.10.16 19:55:52.600500 [ 3 ] {} <Debug> HTTP-Session: 96e0ea7c-a2d5-469b-bf48-347bfac68965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1140 2024.10.16 19:55:52.600549 [ 3 ] {} <Trace> HTTP-Session: 96e0ea7c-a2d5-469b-bf48-347bfac68965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1141 2024.10.16 19:55:52.600737 [ 3 ] {2c4158b2-8ce8-4128-ac2d-96dab6f7f44a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1142 2024.10.16 19:55:52.600803 [ 3 ] {2c4158b2-8ce8-4128-ac2d-96dab6f7f44a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1143 2024.10.16 19:55:52.601127 [ 3 ] {2c4158b2-8ce8-4128-ac2d-96dab6f7f44a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1144 2024.10.16 19:55:52.601596 [ 3 ] {2c4158b2-8ce8-4128-ac2d-96dab6f7f44a} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1145 2024.10.16 19:55:52.601637 [ 3 ] {2c4158b2-8ce8-4128-ac2d-96dab6f7f44a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1146 2024.10.16 19:55:52.602189 [ 3 ] {2c4158b2-8ce8-4128-ac2d-96dab6f7f44a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1147 2024.10.16 19:55:52.602888 [ 3 ] {2c4158b2-8ce8-4128-ac2d-96dab6f7f44a} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1148 2024.10.16 19:55:52.603058 [ 3 ] {2c4158b2-8ce8-4128-ac2d-96dab6f7f44a} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002375 sec., 12631.578947368422 rows/sec., 1009.87 KiB/sec.
1149 2024.10.16 19:55:52.603273 [ 3 ] {2c4158b2-8ce8-4128-ac2d-96dab6f7f44a} <Debug> DynamicQueryHandler: Done processing query
1150 2024.10.16 19:55:52.603299 [ 3 ] {2c4158b2-8ce8-4128-ac2d-96dab6f7f44a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1151 2024.10.16 19:55:52.603315 [ 3 ] {} <Debug> HTTP-Session: 96e0ea7c-a2d5-469b-bf48-347bfac68965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1152 2024.10.16 19:55:52.603448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 6140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1153 2024.10.16 19:55:52.603497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1154 2024.10.16 19:55:52.603516 [ 3 ] {} <Debug> HTTP-Session: 50a9966d-d4c8-4637-a338-40d8fc7787c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1155 2024.10.16 19:55:52.603532 [ 3 ] {} <Debug> HTTP-Session: 50a9966d-d4c8-4637-a338-40d8fc7787c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1156 2024.10.16 19:55:52.603546 [ 3 ] {} <Debug> HTTP-Session: 50a9966d-d4c8-4637-a338-40d8fc7787c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1157 2024.10.16 19:55:52.603576 [ 3 ] {} <Trace> HTTP-Session: 50a9966d-d4c8-4637-a338-40d8fc7787c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1158 2024.10.16 19:55:52.603683 [ 3 ] {2429ec9a-8d1e-4ee8-8bbe-f0333a2da2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1159 2024.10.16 19:55:52.603724 [ 3 ] {2429ec9a-8d1e-4ee8-8bbe-f0333a2da2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1160 2024.10.16 19:55:52.603940 [ 3 ] {2429ec9a-8d1e-4ee8-8bbe-f0333a2da2d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1161 2024.10.16 19:55:52.604303 [ 3 ] {2429ec9a-8d1e-4ee8-8bbe-f0333a2da2d4} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1162 2024.10.16 19:55:52.604339 [ 3 ] {2429ec9a-8d1e-4ee8-8bbe-f0333a2da2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1163 2024.10.16 19:55:52.604926 [ 3 ] {2429ec9a-8d1e-4ee8-8bbe-f0333a2da2d4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1164 2024.10.16 19:55:52.605655 [ 3 ] {2429ec9a-8d1e-4ee8-8bbe-f0333a2da2d4} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1165 2024.10.16 19:55:52.605817 [ 3 ] {2429ec9a-8d1e-4ee8-8bbe-f0333a2da2d4} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002161 sec., 16658.95418787598 rows/sec., 1.30 MiB/sec.
1166 2024.10.16 19:55:52.605997 [ 3 ] {2429ec9a-8d1e-4ee8-8bbe-f0333a2da2d4} <Debug> DynamicQueryHandler: Done processing query
1167 2024.10.16 19:55:52.606025 [ 3 ] {2429ec9a-8d1e-4ee8-8bbe-f0333a2da2d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1168 2024.10.16 19:55:52.606042 [ 3 ] {} <Debug> HTTP-Session: 50a9966d-d4c8-4637-a338-40d8fc7787c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1169 2024.10.16 19:55:52.606191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 11537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1170 2024.10.16 19:55:52.606241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1171 2024.10.16 19:55:52.606261 [ 3 ] {} <Debug> HTTP-Session: 7eb7fcd7-4917-4493-9caa-87b89921471e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1172 2024.10.16 19:55:52.606277 [ 3 ] {} <Debug> HTTP-Session: 7eb7fcd7-4917-4493-9caa-87b89921471e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1173 2024.10.16 19:55:52.606292 [ 3 ] {} <Debug> HTTP-Session: 7eb7fcd7-4917-4493-9caa-87b89921471e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1174 2024.10.16 19:55:52.606323 [ 3 ] {} <Trace> HTTP-Session: 7eb7fcd7-4917-4493-9caa-87b89921471e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1175 2024.10.16 19:55:52.606441 [ 3 ] {3c1cf550-13b1-454a-b8d8-b9fd8d01e714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1176 2024.10.16 19:55:52.606488 [ 3 ] {3c1cf550-13b1-454a-b8d8-b9fd8d01e714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1177 2024.10.16 19:55:52.606635 [ 3 ] {3c1cf550-13b1-454a-b8d8-b9fd8d01e714} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1178 2024.10.16 19:55:52.606987 [ 3 ] {3c1cf550-13b1-454a-b8d8-b9fd8d01e714} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1179 2024.10.16 19:55:52.607024 [ 3 ] {3c1cf550-13b1-454a-b8d8-b9fd8d01e714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1180 2024.10.16 19:55:52.607506 [ 3 ] {3c1cf550-13b1-454a-b8d8-b9fd8d01e714} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1181 2024.10.16 19:55:52.608094 [ 3 ] {3c1cf550-13b1-454a-b8d8-b9fd8d01e714} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1182 2024.10.16 19:55:52.608253 [ 3 ] {3c1cf550-13b1-454a-b8d8-b9fd8d01e714} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.00185 sec., 32432.43243243243 rows/sec., 2.28 MiB/sec.
1183 2024.10.16 19:55:52.608516 [ 3 ] {3c1cf550-13b1-454a-b8d8-b9fd8d01e714} <Debug> DynamicQueryHandler: Done processing query
1184 2024.10.16 19:55:52.608541 [ 3 ] {3c1cf550-13b1-454a-b8d8-b9fd8d01e714} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1185 2024.10.16 19:55:52.608558 [ 3 ] {} <Debug> HTTP-Session: 7eb7fcd7-4917-4493-9caa-87b89921471e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1186 2024.10.16 19:55:52.608674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1187 2024.10.16 19:55:52.608724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1188 2024.10.16 19:55:52.608743 [ 3 ] {} <Debug> HTTP-Session: 1d15be5b-feb9-409d-b0e0-74293f393329 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1189 2024.10.16 19:55:52.608760 [ 3 ] {} <Debug> HTTP-Session: 1d15be5b-feb9-409d-b0e0-74293f393329 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1190 2024.10.16 19:55:52.608774 [ 3 ] {} <Debug> HTTP-Session: 1d15be5b-feb9-409d-b0e0-74293f393329 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1191 2024.10.16 19:55:52.608805 [ 3 ] {} <Trace> HTTP-Session: 1d15be5b-feb9-409d-b0e0-74293f393329 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1192 2024.10.16 19:55:52.608910 [ 3 ] {1551e297-7de5-4219-8ecd-088e2b38edbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1193 2024.10.16 19:55:52.608956 [ 3 ] {1551e297-7de5-4219-8ecd-088e2b38edbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1194 2024.10.16 19:55:52.609105 [ 3 ] {1551e297-7de5-4219-8ecd-088e2b38edbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1195 2024.10.16 19:55:52.609412 [ 3 ] {1551e297-7de5-4219-8ecd-088e2b38edbf} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1196 2024.10.16 19:55:52.609449 [ 3 ] {1551e297-7de5-4219-8ecd-088e2b38edbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1197 2024.10.16 19:55:52.609927 [ 3 ] {1551e297-7de5-4219-8ecd-088e2b38edbf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1198 2024.10.16 19:55:52.610491 [ 3 ] {1551e297-7de5-4219-8ecd-088e2b38edbf} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1199 2024.10.16 19:55:52.610638 [ 3 ] {1551e297-7de5-4219-8ecd-088e2b38edbf} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001757 sec., 17074.558907228227 rows/sec., 1.13 MiB/sec.
1200 2024.10.16 19:55:52.610805 [ 3 ] {1551e297-7de5-4219-8ecd-088e2b38edbf} <Debug> DynamicQueryHandler: Done processing query
1201 2024.10.16 19:55:52.610831 [ 3 ] {1551e297-7de5-4219-8ecd-088e2b38edbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1202 2024.10.16 19:55:52.610847 [ 3 ] {} <Debug> HTTP-Session: 1d15be5b-feb9-409d-b0e0-74293f393329 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1203 2024.10.16 19:55:57.598999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1204 2024.10.16 19:55:57.599127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1205 2024.10.16 19:55:57.599154 [ 3 ] {} <Debug> HTTP-Session: 6fd292de-a2f1-49c5-a683-85ce1426472e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1206 2024.10.16 19:55:57.599178 [ 3 ] {} <Debug> HTTP-Session: 6fd292de-a2f1-49c5-a683-85ce1426472e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1207 2024.10.16 19:55:57.599192 [ 3 ] {} <Debug> HTTP-Session: 6fd292de-a2f1-49c5-a683-85ce1426472e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1208 2024.10.16 19:55:57.599241 [ 3 ] {} <Trace> HTTP-Session: 6fd292de-a2f1-49c5-a683-85ce1426472e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1209 2024.10.16 19:55:57.599465 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1210 2024.10.16 19:55:57.599907 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1211 2024.10.16 19:55:57.599989 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1212 2024.10.16 19:55:57.600302 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1213 2024.10.16 19:55:57.600497 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1214 2024.10.16 19:55:57.600811 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1215 2024.10.16 19:55:57.602069 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1216 2024.10.16 19:55:57.602127 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1217 2024.10.16 19:55:57.602148 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1218 2024.10.16 19:55:57.602265 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1219 2024.10.16 19:55:57.602293 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1220 2024.10.16 19:55:57.606446 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.007076 sec., 2543.810062182024 rows/sec., 104.06 KiB/sec.
1221 2024.10.16 19:55:57.606751 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Debug> DynamicQueryHandler: Done processing query
1222 2024.10.16 19:55:57.606778 [ 3 ] {f44a9f6d-3e4e-43d6-a317-5aeb60a9f6c3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1223 2024.10.16 19:55:57.606797 [ 3 ] {} <Debug> HTTP-Session: 6fd292de-a2f1-49c5-a683-85ce1426472e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1224 2024.10.16 19:55:57.609389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1225 2024.10.16 19:55:57.609450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1226 2024.10.16 19:55:57.609470 [ 3 ] {} <Debug> HTTP-Session: 2bdd930d-3c68-4722-b6a7-a12f772183cc Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1227 2024.10.16 19:55:57.609488 [ 3 ] {} <Debug> HTTP-Session: 2bdd930d-3c68-4722-b6a7-a12f772183cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1228 2024.10.16 19:55:57.609503 [ 3 ] {} <Debug> HTTP-Session: 2bdd930d-3c68-4722-b6a7-a12f772183cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1229 2024.10.16 19:55:57.609539 [ 3 ] {} <Trace> HTTP-Session: 2bdd930d-3c68-4722-b6a7-a12f772183cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1230 2024.10.16 19:55:57.609661 [ 3 ] {5cb33dfc-4f57-4625-a9ee-500f6edd3c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1231 2024.10.16 19:55:57.609712 [ 3 ] {5cb33dfc-4f57-4625-a9ee-500f6edd3c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1232 2024.10.16 19:55:57.609892 [ 3 ] {5cb33dfc-4f57-4625-a9ee-500f6edd3c5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1233 2024.10.16 19:55:57.610244 [ 3 ] {5cb33dfc-4f57-4625-a9ee-500f6edd3c5b} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1234 2024.10.16 19:55:57.610283 [ 3 ] {5cb33dfc-4f57-4625-a9ee-500f6edd3c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1235 2024.10.16 19:55:57.611006 [ 3 ] {5cb33dfc-4f57-4625-a9ee-500f6edd3c5b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1236 2024.10.16 19:55:57.611600 [ 3 ] {5cb33dfc-4f57-4625-a9ee-500f6edd3c5b} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1237 2024.10.16 19:55:57.611741 [ 3 ] {5cb33dfc-4f57-4625-a9ee-500f6edd3c5b} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002118 sec., 472.1435316336166 rows/sec., 70.54 KiB/sec.
1238 2024.10.16 19:55:57.611921 [ 3 ] {5cb33dfc-4f57-4625-a9ee-500f6edd3c5b} <Debug> DynamicQueryHandler: Done processing query
1239 2024.10.16 19:55:57.611946 [ 3 ] {5cb33dfc-4f57-4625-a9ee-500f6edd3c5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1240 2024.10.16 19:55:57.611962 [ 3 ] {} <Debug> HTTP-Session: 2bdd930d-3c68-4722-b6a7-a12f772183cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1241 2024.10.16 19:55:57.612086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 6814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1242 2024.10.16 19:55:57.612141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1243 2024.10.16 19:55:57.612161 [ 3 ] {} <Debug> HTTP-Session: 222eb86e-780f-48d1-80cf-61a4e6ec945b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1244 2024.10.16 19:55:57.612178 [ 3 ] {} <Debug> HTTP-Session: 222eb86e-780f-48d1-80cf-61a4e6ec945b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1245 2024.10.16 19:55:57.612192 [ 3 ] {} <Debug> HTTP-Session: 222eb86e-780f-48d1-80cf-61a4e6ec945b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1246 2024.10.16 19:55:57.612225 [ 3 ] {} <Trace> HTTP-Session: 222eb86e-780f-48d1-80cf-61a4e6ec945b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1247 2024.10.16 19:55:57.612342 [ 3 ] {6f597fc0-3160-4e31-8a2c-471eb850716b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1248 2024.10.16 19:55:57.612388 [ 3 ] {6f597fc0-3160-4e31-8a2c-471eb850716b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1249 2024.10.16 19:55:57.612623 [ 3 ] {6f597fc0-3160-4e31-8a2c-471eb850716b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1250 2024.10.16 19:55:57.613007 [ 3 ] {6f597fc0-3160-4e31-8a2c-471eb850716b} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1251 2024.10.16 19:55:57.613046 [ 3 ] {6f597fc0-3160-4e31-8a2c-471eb850716b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1252 2024.10.16 19:55:57.613570 [ 3 ] {6f597fc0-3160-4e31-8a2c-471eb850716b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1253 2024.10.16 19:55:57.614255 [ 3 ] {6f597fc0-3160-4e31-8a2c-471eb850716b} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1254 2024.10.16 19:55:57.614388 [ 3 ] {6f597fc0-3160-4e31-8a2c-471eb850716b} <Debug> executeQuery: Read 46 rows, 3.98 KiB in 0.002084 sec., 22072.936660268715 rows/sec., 1.87 MiB/sec.
1255 2024.10.16 19:55:57.614569 [ 3 ] {6f597fc0-3160-4e31-8a2c-471eb850716b} <Debug> DynamicQueryHandler: Done processing query
1256 2024.10.16 19:55:57.614594 [ 3 ] {6f597fc0-3160-4e31-8a2c-471eb850716b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1257 2024.10.16 19:55:57.614612 [ 3 ] {} <Debug> HTTP-Session: 222eb86e-780f-48d1-80cf-61a4e6ec945b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1258 2024.10.16 19:55:57.614730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1259 2024.10.16 19:55:57.614782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1260 2024.10.16 19:55:57.614802 [ 3 ] {} <Debug> HTTP-Session: 23fba076-c02f-4e2a-b7fa-91761fb7b8c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1261 2024.10.16 19:55:57.614819 [ 3 ] {} <Debug> HTTP-Session: 23fba076-c02f-4e2a-b7fa-91761fb7b8c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1262 2024.10.16 19:55:57.614832 [ 3 ] {} <Debug> HTTP-Session: 23fba076-c02f-4e2a-b7fa-91761fb7b8c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1263 2024.10.16 19:55:57.614864 [ 3 ] {} <Trace> HTTP-Session: 23fba076-c02f-4e2a-b7fa-91761fb7b8c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1264 2024.10.16 19:55:57.614966 [ 3 ] {8e545cc4-f8e6-4908-87c2-c74e8fad2a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1265 2024.10.16 19:55:57.615010 [ 3 ] {8e545cc4-f8e6-4908-87c2-c74e8fad2a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1266 2024.10.16 19:55:57.615235 [ 3 ] {8e545cc4-f8e6-4908-87c2-c74e8fad2a35} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1267 2024.10.16 19:55:57.615650 [ 3 ] {8e545cc4-f8e6-4908-87c2-c74e8fad2a35} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1268 2024.10.16 19:55:57.615685 [ 3 ] {8e545cc4-f8e6-4908-87c2-c74e8fad2a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1269 2024.10.16 19:55:57.616192 [ 3 ] {8e545cc4-f8e6-4908-87c2-c74e8fad2a35} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1270 2024.10.16 19:55:57.616937 [ 3 ] {8e545cc4-f8e6-4908-87c2-c74e8fad2a35} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1271 2024.10.16 19:55:57.617067 [ 3 ] {8e545cc4-f8e6-4908-87c2-c74e8fad2a35} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002125 sec., 3764.705882352941 rows/sec., 283.09 KiB/sec.
1272 2024.10.16 19:55:57.617325 [ 3 ] {8e545cc4-f8e6-4908-87c2-c74e8fad2a35} <Debug> DynamicQueryHandler: Done processing query
1273 2024.10.16 19:55:57.617351 [ 3 ] {8e545cc4-f8e6-4908-87c2-c74e8fad2a35} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1274 2024.10.16 19:55:57.617367 [ 3 ] {} <Debug> HTTP-Session: 23fba076-c02f-4e2a-b7fa-91761fb7b8c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1275 2024.10.16 19:55:57.617506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1276 2024.10.16 19:55:57.617556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1277 2024.10.16 19:55:57.617575 [ 3 ] {} <Debug> HTTP-Session: 1403dd5c-5870-42fd-aaf6-c53052b69dec Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1278 2024.10.16 19:55:57.617592 [ 3 ] {} <Debug> HTTP-Session: 1403dd5c-5870-42fd-aaf6-c53052b69dec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1279 2024.10.16 19:55:57.617606 [ 3 ] {} <Debug> HTTP-Session: 1403dd5c-5870-42fd-aaf6-c53052b69dec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1280 2024.10.16 19:55:57.617636 [ 3 ] {} <Trace> HTTP-Session: 1403dd5c-5870-42fd-aaf6-c53052b69dec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1281 2024.10.16 19:55:57.617746 [ 3 ] {3169b064-7ff6-4a31-98f5-7009f4e8769d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1282 2024.10.16 19:55:57.617788 [ 3 ] {3169b064-7ff6-4a31-98f5-7009f4e8769d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1283 2024.10.16 19:55:57.618032 [ 3 ] {3169b064-7ff6-4a31-98f5-7009f4e8769d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1284 2024.10.16 19:55:57.618375 [ 3 ] {3169b064-7ff6-4a31-98f5-7009f4e8769d} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1285 2024.10.16 19:55:57.618411 [ 3 ] {3169b064-7ff6-4a31-98f5-7009f4e8769d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1286 2024.10.16 19:55:57.618903 [ 3 ] {3169b064-7ff6-4a31-98f5-7009f4e8769d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1287 2024.10.16 19:55:57.619628 [ 3 ] {3169b064-7ff6-4a31-98f5-7009f4e8769d} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1288 2024.10.16 19:55:57.619761 [ 3 ] {3169b064-7ff6-4a31-98f5-7009f4e8769d} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.00205 sec., 21463.41463414634 rows/sec., 1.68 MiB/sec.
1289 2024.10.16 19:55:57.619933 [ 3 ] {3169b064-7ff6-4a31-98f5-7009f4e8769d} <Debug> DynamicQueryHandler: Done processing query
1290 2024.10.16 19:55:57.619957 [ 3 ] {3169b064-7ff6-4a31-98f5-7009f4e8769d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1291 2024.10.16 19:55:57.619974 [ 3 ] {} <Debug> HTTP-Session: 1403dd5c-5870-42fd-aaf6-c53052b69dec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1292 2024.10.16 19:55:57.620118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 11537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1293 2024.10.16 19:55:57.620167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1294 2024.10.16 19:55:57.620187 [ 3 ] {} <Debug> HTTP-Session: 1c203aa8-c55d-4b12-90aa-8a0fe0534cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1295 2024.10.16 19:55:57.620203 [ 3 ] {} <Debug> HTTP-Session: 1c203aa8-c55d-4b12-90aa-8a0fe0534cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1296 2024.10.16 19:55:57.620217 [ 3 ] {} <Debug> HTTP-Session: 1c203aa8-c55d-4b12-90aa-8a0fe0534cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1297 2024.10.16 19:55:57.620248 [ 3 ] {} <Trace> HTTP-Session: 1c203aa8-c55d-4b12-90aa-8a0fe0534cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1298 2024.10.16 19:55:57.620365 [ 3 ] {e3fdd129-7883-4143-a70c-fc5b19d39108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1299 2024.10.16 19:55:57.620409 [ 3 ] {e3fdd129-7883-4143-a70c-fc5b19d39108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1300 2024.10.16 19:55:57.620549 [ 3 ] {e3fdd129-7883-4143-a70c-fc5b19d39108} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1301 2024.10.16 19:55:57.620890 [ 3 ] {e3fdd129-7883-4143-a70c-fc5b19d39108} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1302 2024.10.16 19:55:57.620927 [ 3 ] {e3fdd129-7883-4143-a70c-fc5b19d39108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1303 2024.10.16 19:55:57.621444 [ 3 ] {e3fdd129-7883-4143-a70c-fc5b19d39108} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1304 2024.10.16 19:55:57.622091 [ 3 ] {e3fdd129-7883-4143-a70c-fc5b19d39108} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1305 2024.10.16 19:55:57.622227 [ 3 ] {e3fdd129-7883-4143-a70c-fc5b19d39108} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001905 sec., 31496.062992125982 rows/sec., 2.21 MiB/sec.
1306 2024.10.16 19:55:57.622394 [ 3 ] {e3fdd129-7883-4143-a70c-fc5b19d39108} <Debug> DynamicQueryHandler: Done processing query
1307 2024.10.16 19:55:57.622419 [ 3 ] {e3fdd129-7883-4143-a70c-fc5b19d39108} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1308 2024.10.16 19:55:57.622435 [ 3 ] {} <Debug> HTTP-Session: 1c203aa8-c55d-4b12-90aa-8a0fe0534cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1309 2024.10.16 19:55:57.622628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 14062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1310 2024.10.16 19:55:57.622677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1311 2024.10.16 19:55:57.622697 [ 3 ] {} <Debug> HTTP-Session: f4714aa6-9cb3-438d-b070-26514b3c1f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1312 2024.10.16 19:55:57.622713 [ 3 ] {} <Debug> HTTP-Session: f4714aa6-9cb3-438d-b070-26514b3c1f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1313 2024.10.16 19:55:57.622727 [ 3 ] {} <Debug> HTTP-Session: f4714aa6-9cb3-438d-b070-26514b3c1f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1314 2024.10.16 19:55:57.622760 [ 3 ] {} <Trace> HTTP-Session: f4714aa6-9cb3-438d-b070-26514b3c1f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1315 2024.10.16 19:55:57.622910 [ 3 ] {2469f56b-1851-46a7-941d-94ab684823d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
1316 2024.10.16 19:55:57.622974 [ 3 ] {2469f56b-1851-46a7-941d-94ab684823d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1317 2024.10.16 19:55:57.623421 [ 3 ] {2469f56b-1851-46a7-941d-94ab684823d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1318 2024.10.16 19:55:57.624020 [ 3 ] {2469f56b-1851-46a7-941d-94ab684823d3} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1319 2024.10.16 19:55:57.624057 [ 3 ] {2469f56b-1851-46a7-941d-94ab684823d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1320 2024.10.16 19:55:57.627651 [ 3 ] {2469f56b-1851-46a7-941d-94ab684823d3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1321 2024.10.16 19:55:57.628431 [ 3 ] {2469f56b-1851-46a7-941d-94ab684823d3} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1322 2024.10.16 19:55:57.628583 [ 3 ] {2469f56b-1851-46a7-941d-94ab684823d3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005748 sec., 1391.7884481558804 rows/sec., 2.49 MiB/sec.
1323 2024.10.16 19:55:57.628879 [ 3 ] {2469f56b-1851-46a7-941d-94ab684823d3} <Debug> DynamicQueryHandler: Done processing query
1324 2024.10.16 19:55:57.628906 [ 3 ] {2469f56b-1851-46a7-941d-94ab684823d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
1325 2024.10.16 19:55:57.628922 [ 3 ] {} <Debug> HTTP-Session: f4714aa6-9cb3-438d-b070-26514b3c1f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1326 2024.10.16 19:55:57.629056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1327 2024.10.16 19:55:57.629108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1328 2024.10.16 19:55:57.629129 [ 3 ] {} <Debug> HTTP-Session: 865f9db2-1e4d-40d2-83d4-84e7d9e2311f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1329 2024.10.16 19:55:57.629146 [ 3 ] {} <Debug> HTTP-Session: 865f9db2-1e4d-40d2-83d4-84e7d9e2311f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1330 2024.10.16 19:55:57.629161 [ 3 ] {} <Debug> HTTP-Session: 865f9db2-1e4d-40d2-83d4-84e7d9e2311f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1331 2024.10.16 19:55:57.629192 [ 3 ] {} <Trace> HTTP-Session: 865f9db2-1e4d-40d2-83d4-84e7d9e2311f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1332 2024.10.16 19:55:57.629297 [ 3 ] {a2c8d14d-bd13-4a30-acea-748f2cd186d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1333 2024.10.16 19:55:57.629341 [ 3 ] {a2c8d14d-bd13-4a30-acea-748f2cd186d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1334 2024.10.16 19:55:57.629468 [ 3 ] {a2c8d14d-bd13-4a30-acea-748f2cd186d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1335 2024.10.16 19:55:57.629762 [ 3 ] {a2c8d14d-bd13-4a30-acea-748f2cd186d7} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1336 2024.10.16 19:55:57.629798 [ 3 ] {a2c8d14d-bd13-4a30-acea-748f2cd186d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB.
1337 2024.10.16 19:55:57.630305 [ 3 ] {a2c8d14d-bd13-4a30-acea-748f2cd186d7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1338 2024.10.16 19:55:57.630935 [ 3 ] {a2c8d14d-bd13-4a30-acea-748f2cd186d7} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1339 2024.10.16 19:55:57.631065 [ 3 ] {a2c8d14d-bd13-4a30-acea-748f2cd186d7} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001797 sec., 16694.49081803005 rows/sec., 1.11 MiB/sec.
1340 2024.10.16 19:55:57.631229 [ 3 ] {a2c8d14d-bd13-4a30-acea-748f2cd186d7} <Debug> DynamicQueryHandler: Done processing query
1341 2024.10.16 19:55:57.631254 [ 3 ] {a2c8d14d-bd13-4a30-acea-748f2cd186d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1342 2024.10.16 19:55:57.631270 [ 3 ] {} <Debug> HTTP-Session: 865f9db2-1e4d-40d2-83d4-84e7d9e2311f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1343 2024.10.16 19:56:01.421620 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache
1344 2024.10.16 19:56:01.421681 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache
1345 2024.10.16 19:56:01.489118 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 160
1346 2024.10.16 19:56:01.491830 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1347 2024.10.16 19:56:01.491884 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1348 2024.10.16 19:56:01.493571 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1349 2024.10.16 19:56:01.494881 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1350 2024.10.16 19:56:01.495542 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 160
1351 2024.10.16 19:56:02.603433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1352 2024.10.16 19:56:02.603548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1353 2024.10.16 19:56:02.603581 [ 3 ] {} <Debug> HTTP-Session: 6e7433a2-ec0b-44c6-95cd-679397dd29ff Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1354 2024.10.16 19:56:02.603608 [ 3 ] {} <Debug> HTTP-Session: 6e7433a2-ec0b-44c6-95cd-679397dd29ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1355 2024.10.16 19:56:02.603624 [ 3 ] {} <Debug> HTTP-Session: 6e7433a2-ec0b-44c6-95cd-679397dd29ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1356 2024.10.16 19:56:02.603673 [ 3 ] {} <Trace> HTTP-Session: 6e7433a2-ec0b-44c6-95cd-679397dd29ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1357 2024.10.16 19:56:02.603871 [ 3 ] {680820f1-ece6-4868-8c62-cef7a8e1c784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1358 2024.10.16 19:56:02.603937 [ 3 ] {680820f1-ece6-4868-8c62-cef7a8e1c784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1359 2024.10.16 19:56:02.604266 [ 3 ] {680820f1-ece6-4868-8c62-cef7a8e1c784} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1360 2024.10.16 19:56:02.604739 [ 3 ] {680820f1-ece6-4868-8c62-cef7a8e1c784} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1361 2024.10.16 19:56:02.604784 [ 3 ] {680820f1-ece6-4868-8c62-cef7a8e1c784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1362 2024.10.16 19:56:02.605361 [ 3 ] {680820f1-ece6-4868-8c62-cef7a8e1c784} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1363 2024.10.16 19:56:02.606094 [ 3 ] {680820f1-ece6-4868-8c62-cef7a8e1c784} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1364 2024.10.16 19:56:02.606248 [ 3 ] {680820f1-ece6-4868-8c62-cef7a8e1c784} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00244 sec., 22950.819672131147 rows/sec., 1.75 MiB/sec.
1365 2024.10.16 19:56:02.606600 [ 3 ] {680820f1-ece6-4868-8c62-cef7a8e1c784} <Debug> DynamicQueryHandler: Done processing query
1366 2024.10.16 19:56:02.606630 [ 3 ] {680820f1-ece6-4868-8c62-cef7a8e1c784} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1367 2024.10.16 19:56:02.606647 [ 3 ] {} <Debug> HTTP-Session: 6e7433a2-ec0b-44c6-95cd-679397dd29ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1368 2024.10.16 19:56:02.606835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1369 2024.10.16 19:56:02.606901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1370 2024.10.16 19:56:02.606922 [ 3 ] {} <Debug> HTTP-Session: ce8f12bd-1156-4845-a07b-b1ff759349ee Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1371 2024.10.16 19:56:02.606941 [ 3 ] {} <Debug> HTTP-Session: ce8f12bd-1156-4845-a07b-b1ff759349ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1372 2024.10.16 19:56:02.606957 [ 3 ] {} <Debug> HTTP-Session: ce8f12bd-1156-4845-a07b-b1ff759349ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1373 2024.10.16 19:56:02.606992 [ 3 ] {} <Trace> HTTP-Session: ce8f12bd-1156-4845-a07b-b1ff759349ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1374 2024.10.16 19:56:02.607127 [ 3 ] {6e8f27a9-37fb-4cab-83fa-bfa6f982f0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1375 2024.10.16 19:56:02.607178 [ 3 ] {6e8f27a9-37fb-4cab-83fa-bfa6f982f0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1376 2024.10.16 19:56:02.607435 [ 3 ] {6e8f27a9-37fb-4cab-83fa-bfa6f982f0a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1377 2024.10.16 19:56:02.607809 [ 3 ] {6e8f27a9-37fb-4cab-83fa-bfa6f982f0a6} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1378 2024.10.16 19:56:02.607847 [ 3 ] {6e8f27a9-37fb-4cab-83fa-bfa6f982f0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1379 2024.10.16 19:56:02.608398 [ 3 ] {6e8f27a9-37fb-4cab-83fa-bfa6f982f0a6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1380 2024.10.16 19:56:02.609128 [ 3 ] {6e8f27a9-37fb-4cab-83fa-bfa6f982f0a6} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1381 2024.10.16 19:56:02.609261 [ 3 ] {6e8f27a9-37fb-4cab-83fa-bfa6f982f0a6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002182 sec., 29330.88909257562 rows/sec., 2.29 MiB/sec.
1382 2024.10.16 19:56:02.609448 [ 3 ] {6e8f27a9-37fb-4cab-83fa-bfa6f982f0a6} <Debug> DynamicQueryHandler: Done processing query
1383 2024.10.16 19:56:02.609473 [ 3 ] {6e8f27a9-37fb-4cab-83fa-bfa6f982f0a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1384 2024.10.16 19:56:02.609490 [ 3 ] {} <Debug> HTTP-Session: ce8f12bd-1156-4845-a07b-b1ff759349ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1385 2024.10.16 19:56:02.609701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 22970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1386 2024.10.16 19:56:02.609757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1387 2024.10.16 19:56:02.609777 [ 3 ] {} <Debug> HTTP-Session: 591830a9-46ee-41b4-8636-488ad85662fb Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1388 2024.10.16 19:56:02.609795 [ 3 ] {} <Debug> HTTP-Session: 591830a9-46ee-41b4-8636-488ad85662fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1389 2024.10.16 19:56:02.609810 [ 3 ] {} <Debug> HTTP-Session: 591830a9-46ee-41b4-8636-488ad85662fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1390 2024.10.16 19:56:02.609844 [ 3 ] {} <Trace> HTTP-Session: 591830a9-46ee-41b4-8636-488ad85662fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1391 2024.10.16 19:56:02.609991 [ 3 ] {439c9ea5-7c60-4e32-b2fe-8e76be984a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1392 2024.10.16 19:56:02.610041 [ 3 ] {439c9ea5-7c60-4e32-b2fe-8e76be984a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1393 2024.10.16 19:56:02.610189 [ 3 ] {439c9ea5-7c60-4e32-b2fe-8e76be984a13} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1394 2024.10.16 19:56:02.610566 [ 3 ] {439c9ea5-7c60-4e32-b2fe-8e76be984a13} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1395 2024.10.16 19:56:02.610604 [ 3 ] {439c9ea5-7c60-4e32-b2fe-8e76be984a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1396 2024.10.16 19:56:02.611138 [ 3 ] {439c9ea5-7c60-4e32-b2fe-8e76be984a13} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1397 2024.10.16 19:56:02.611808 [ 3 ] {439c9ea5-7c60-4e32-b2fe-8e76be984a13} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1398 2024.10.16 19:56:02.611944 [ 3 ] {439c9ea5-7c60-4e32-b2fe-8e76be984a13} <Debug> executeQuery: Read 120 rows, 8.57 KiB in 0.002009 sec., 59731.20955699353 rows/sec., 4.17 MiB/sec.
1399 2024.10.16 19:56:02.612211 [ 3 ] {439c9ea5-7c60-4e32-b2fe-8e76be984a13} <Debug> DynamicQueryHandler: Done processing query
1400 2024.10.16 19:56:02.612239 [ 3 ] {439c9ea5-7c60-4e32-b2fe-8e76be984a13} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1401 2024.10.16 19:56:02.612256 [ 3 ] {} <Debug> HTTP-Session: 591830a9-46ee-41b4-8636-488ad85662fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1402 2024.10.16 19:56:02.612388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1403 2024.10.16 19:56:02.612441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1404 2024.10.16 19:56:02.612460 [ 3 ] {} <Debug> HTTP-Session: b580af98-cc3b-4a0e-966e-cb7e501ed739 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1405 2024.10.16 19:56:02.612477 [ 3 ] {} <Debug> HTTP-Session: b580af98-cc3b-4a0e-966e-cb7e501ed739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1406 2024.10.16 19:56:02.612492 [ 3 ] {} <Debug> HTTP-Session: b580af98-cc3b-4a0e-966e-cb7e501ed739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1407 2024.10.16 19:56:02.612523 [ 3 ] {} <Trace> HTTP-Session: b580af98-cc3b-4a0e-966e-cb7e501ed739 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1408 2024.10.16 19:56:02.612636 [ 3 ] {94988dcf-73d3-42b2-895e-b3d222595e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1409 2024.10.16 19:56:02.612682 [ 3 ] {94988dcf-73d3-42b2-895e-b3d222595e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1410 2024.10.16 19:56:02.612824 [ 3 ] {94988dcf-73d3-42b2-895e-b3d222595e35} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1411 2024.10.16 19:56:02.613124 [ 3 ] {94988dcf-73d3-42b2-895e-b3d222595e35} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1412 2024.10.16 19:56:02.613161 [ 3 ] {94988dcf-73d3-42b2-895e-b3d222595e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1413 2024.10.16 19:56:02.613675 [ 3 ] {94988dcf-73d3-42b2-895e-b3d222595e35} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1414 2024.10.16 19:56:02.614409 [ 3 ] {94988dcf-73d3-42b2-895e-b3d222595e35} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1415 2024.10.16 19:56:02.614561 [ 3 ] {94988dcf-73d3-42b2-895e-b3d222595e35} <Debug> executeQuery: Read 48 rows, 3.30 KiB in 0.001952 sec., 24590.16393442623 rows/sec., 1.65 MiB/sec.
1416 2024.10.16 19:56:02.614738 [ 3 ] {94988dcf-73d3-42b2-895e-b3d222595e35} <Debug> DynamicQueryHandler: Done processing query
1417 2024.10.16 19:56:02.614763 [ 3 ] {94988dcf-73d3-42b2-895e-b3d222595e35} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1418 2024.10.16 19:56:02.614779 [ 3 ] {} <Debug> HTTP-Session: b580af98-cc3b-4a0e-966e-cb7e501ed739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1419 2024.10.16 19:56:07.605990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1420 2024.10.16 19:56:07.606109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1421 2024.10.16 19:56:07.606134 [ 3 ] {} <Debug> HTTP-Session: 1ee6c408-1657-4b57-a82f-82889edad95a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1422 2024.10.16 19:56:07.606157 [ 3 ] {} <Debug> HTTP-Session: 1ee6c408-1657-4b57-a82f-82889edad95a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1423 2024.10.16 19:56:07.606172 [ 3 ] {} <Debug> HTTP-Session: 1ee6c408-1657-4b57-a82f-82889edad95a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1424 2024.10.16 19:56:07.606219 [ 3 ] {} <Trace> HTTP-Session: 1ee6c408-1657-4b57-a82f-82889edad95a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1425 2024.10.16 19:56:07.606413 [ 3 ] {7a3e16a8-8169-44be-ba01-8df653dfaaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1426 2024.10.16 19:56:07.606478 [ 3 ] {7a3e16a8-8169-44be-ba01-8df653dfaaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1427 2024.10.16 19:56:07.606873 [ 3 ] {7a3e16a8-8169-44be-ba01-8df653dfaaca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1428 2024.10.16 19:56:07.607338 [ 3 ] {7a3e16a8-8169-44be-ba01-8df653dfaaca} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1429 2024.10.16 19:56:07.607378 [ 3 ] {7a3e16a8-8169-44be-ba01-8df653dfaaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1430 2024.10.16 19:56:07.607930 [ 3 ] {7a3e16a8-8169-44be-ba01-8df653dfaaca} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1431 2024.10.16 19:56:07.608622 [ 3 ] {7a3e16a8-8169-44be-ba01-8df653dfaaca} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1432 2024.10.16 19:56:07.608808 [ 3 ] {7a3e16a8-8169-44be-ba01-8df653dfaaca} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002463 sec., 29232.6431181486 rows/sec., 2.36 MiB/sec.
1433 2024.10.16 19:56:07.609105 [ 3 ] {7a3e16a8-8169-44be-ba01-8df653dfaaca} <Debug> DynamicQueryHandler: Done processing query
1434 2024.10.16 19:56:07.609132 [ 3 ] {7a3e16a8-8169-44be-ba01-8df653dfaaca} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1435 2024.10.16 19:56:07.609148 [ 3 ] {} <Debug> HTTP-Session: 1ee6c408-1657-4b57-a82f-82889edad95a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1436 2024.10.16 19:56:07.609284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1437 2024.10.16 19:56:07.609343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1438 2024.10.16 19:56:07.609363 [ 3 ] {} <Debug> HTTP-Session: 718a0909-ae60-4263-82ea-be9f55539d64 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1439 2024.10.16 19:56:07.609382 [ 3 ] {} <Debug> HTTP-Session: 718a0909-ae60-4263-82ea-be9f55539d64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1440 2024.10.16 19:56:07.609397 [ 3 ] {} <Debug> HTTP-Session: 718a0909-ae60-4263-82ea-be9f55539d64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1441 2024.10.16 19:56:07.609428 [ 3 ] {} <Trace> HTTP-Session: 718a0909-ae60-4263-82ea-be9f55539d64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1442 2024.10.16 19:56:07.609528 [ 3 ] {87a9ab13-cccf-4291-b065-729ba8a71dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1443 2024.10.16 19:56:07.609572 [ 3 ] {87a9ab13-cccf-4291-b065-729ba8a71dc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1444 2024.10.16 19:56:07.609812 [ 3 ] {87a9ab13-cccf-4291-b065-729ba8a71dc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1445 2024.10.16 19:56:07.610145 [ 3 ] {87a9ab13-cccf-4291-b065-729ba8a71dc0} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1446 2024.10.16 19:56:07.610181 [ 3 ] {87a9ab13-cccf-4291-b065-729ba8a71dc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1447 2024.10.16 19:56:07.610688 [ 3 ] {87a9ab13-cccf-4291-b065-729ba8a71dc0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1448 2024.10.16 19:56:07.611383 [ 3 ] {87a9ab13-cccf-4291-b065-729ba8a71dc0} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1449 2024.10.16 19:56:07.611537 [ 3 ] {87a9ab13-cccf-4291-b065-729ba8a71dc0} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002023 sec., 3954.522985664854 rows/sec., 297.36 KiB/sec.
1450 2024.10.16 19:56:07.611740 [ 3 ] {87a9ab13-cccf-4291-b065-729ba8a71dc0} <Debug> DynamicQueryHandler: Done processing query
1451 2024.10.16 19:56:07.611764 [ 3 ] {87a9ab13-cccf-4291-b065-729ba8a71dc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1452 2024.10.16 19:56:07.611780 [ 3 ] {} <Debug> HTTP-Session: 718a0909-ae60-4263-82ea-be9f55539d64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1453 2024.10.16 19:56:07.611899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12236, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1454 2024.10.16 19:56:07.611949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1455 2024.10.16 19:56:07.611967 [ 3 ] {} <Debug> HTTP-Session: 02bc8a7d-0e1c-414d-b381-680017eeec62 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1456 2024.10.16 19:56:07.611984 [ 3 ] {} <Debug> HTTP-Session: 02bc8a7d-0e1c-414d-b381-680017eeec62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1457 2024.10.16 19:56:07.611998 [ 3 ] {} <Debug> HTTP-Session: 02bc8a7d-0e1c-414d-b381-680017eeec62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1458 2024.10.16 19:56:07.612028 [ 3 ] {} <Trace> HTTP-Session: 02bc8a7d-0e1c-414d-b381-680017eeec62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1459 2024.10.16 19:56:07.612140 [ 3 ] {bc907d4c-16e2-4186-bc88-67ecca6ec4ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1460 2024.10.16 19:56:07.612183 [ 3 ] {bc907d4c-16e2-4186-bc88-67ecca6ec4ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1461 2024.10.16 19:56:07.612401 [ 3 ] {bc907d4c-16e2-4186-bc88-67ecca6ec4ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1462 2024.10.16 19:56:07.612752 [ 3 ] {bc907d4c-16e2-4186-bc88-67ecca6ec4ec} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1463 2024.10.16 19:56:07.612788 [ 3 ] {bc907d4c-16e2-4186-bc88-67ecca6ec4ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1464 2024.10.16 19:56:07.613289 [ 3 ] {bc907d4c-16e2-4186-bc88-67ecca6ec4ec} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1465 2024.10.16 19:56:07.613929 [ 3 ] {bc907d4c-16e2-4186-bc88-67ecca6ec4ec} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1466 2024.10.16 19:56:07.614128 [ 3 ] {bc907d4c-16e2-4186-bc88-67ecca6ec4ec} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002015 sec., 35732.00992555831 rows/sec., 2.79 MiB/sec.
1467 2024.10.16 19:56:07.614415 [ 3 ] {bc907d4c-16e2-4186-bc88-67ecca6ec4ec} <Debug> DynamicQueryHandler: Done processing query
1468 2024.10.16 19:56:07.614440 [ 3 ] {bc907d4c-16e2-4186-bc88-67ecca6ec4ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1469 2024.10.16 19:56:07.614455 [ 3 ] {} <Debug> HTTP-Session: 02bc8a7d-0e1c-414d-b381-680017eeec62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1470 2024.10.16 19:56:07.614693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1471 2024.10.16 19:56:07.614741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1472 2024.10.16 19:56:07.614759 [ 3 ] {} <Debug> HTTP-Session: f5966807-45e7-40cf-b73e-d91660820921 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1473 2024.10.16 19:56:07.614775 [ 3 ] {} <Debug> HTTP-Session: f5966807-45e7-40cf-b73e-d91660820921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1474 2024.10.16 19:56:07.614789 [ 3 ] {} <Debug> HTTP-Session: f5966807-45e7-40cf-b73e-d91660820921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1475 2024.10.16 19:56:07.614819 [ 3 ] {} <Trace> HTTP-Session: f5966807-45e7-40cf-b73e-d91660820921 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1476 2024.10.16 19:56:07.614967 [ 3 ] {aa7c989a-d4a5-4f1f-ad45-1ee2141486be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1477 2024.10.16 19:56:07.615013 [ 3 ] {aa7c989a-d4a5-4f1f-ad45-1ee2141486be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1478 2024.10.16 19:56:07.615174 [ 3 ] {aa7c989a-d4a5-4f1f-ad45-1ee2141486be} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1479 2024.10.16 19:56:07.615666 [ 3 ] {aa7c989a-d4a5-4f1f-ad45-1ee2141486be} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1480 2024.10.16 19:56:07.615702 [ 3 ] {aa7c989a-d4a5-4f1f-ad45-1ee2141486be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1481 2024.10.16 19:56:07.616221 [ 3 ] {aa7c989a-d4a5-4f1f-ad45-1ee2141486be} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1482 2024.10.16 19:56:07.616894 [ 3 ] {aa7c989a-d4a5-4f1f-ad45-1ee2141486be} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1483 2024.10.16 19:56:07.617047 [ 3 ] {aa7c989a-d4a5-4f1f-ad45-1ee2141486be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002149 sec., 74453.23406235459 rows/sec., 5.19 MiB/sec.
1484 2024.10.16 19:56:07.617226 [ 3 ] {aa7c989a-d4a5-4f1f-ad45-1ee2141486be} <Debug> DynamicQueryHandler: Done processing query
1485 2024.10.16 19:56:07.617249 [ 3 ] {aa7c989a-d4a5-4f1f-ad45-1ee2141486be} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1486 2024.10.16 19:56:07.617265 [ 3 ] {} <Debug> HTTP-Session: f5966807-45e7-40cf-b73e-d91660820921 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1487 2024.10.16 19:56:07.617415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 14063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1488 2024.10.16 19:56:07.617463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1489 2024.10.16 19:56:07.617481 [ 3 ] {} <Debug> HTTP-Session: 9ae6dc6a-d4a2-4069-8753-4bbd7108037e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1490 2024.10.16 19:56:07.617497 [ 3 ] {} <Debug> HTTP-Session: 9ae6dc6a-d4a2-4069-8753-4bbd7108037e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1491 2024.10.16 19:56:07.617511 [ 3 ] {} <Debug> HTTP-Session: 9ae6dc6a-d4a2-4069-8753-4bbd7108037e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1492 2024.10.16 19:56:07.617540 [ 3 ] {} <Trace> HTTP-Session: 9ae6dc6a-d4a2-4069-8753-4bbd7108037e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1493 2024.10.16 19:56:07.617684 [ 3 ] {5a42de9b-3eb0-43fc-853d-d76bf3d83d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
1494 2024.10.16 19:56:07.617747 [ 3 ] {5a42de9b-3eb0-43fc-853d-d76bf3d83d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1495 2024.10.16 19:56:07.618182 [ 3 ] {5a42de9b-3eb0-43fc-853d-d76bf3d83d92} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1496 2024.10.16 19:56:07.618742 [ 3 ] {5a42de9b-3eb0-43fc-853d-d76bf3d83d92} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1497 2024.10.16 19:56:07.618777 [ 3 ] {5a42de9b-3eb0-43fc-853d-d76bf3d83d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1498 2024.10.16 19:56:07.619532 [ 3 ] {5a42de9b-3eb0-43fc-853d-d76bf3d83d92} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1499 2024.10.16 19:56:07.620307 [ 3 ] {5a42de9b-3eb0-43fc-853d-d76bf3d83d92} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1500 2024.10.16 19:56:07.620460 [ 3 ] {5a42de9b-3eb0-43fc-853d-d76bf3d83d92} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002846 sec., 2810.9627547434998 rows/sec., 5.04 MiB/sec.
1501 2024.10.16 19:56:07.620712 [ 3 ] {5a42de9b-3eb0-43fc-853d-d76bf3d83d92} <Debug> DynamicQueryHandler: Done processing query
1502 2024.10.16 19:56:07.620737 [ 3 ] {5a42de9b-3eb0-43fc-853d-d76bf3d83d92} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
1503 2024.10.16 19:56:07.620754 [ 3 ] {} <Debug> HTTP-Session: 9ae6dc6a-d4a2-4069-8753-4bbd7108037e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1504 2024.10.16 19:56:07.620890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1505 2024.10.16 19:56:07.620938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1506 2024.10.16 19:56:07.620956 [ 3 ] {} <Debug> HTTP-Session: de2be10d-898e-468d-89de-292f78d0b2ed Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1507 2024.10.16 19:56:07.620973 [ 3 ] {} <Debug> HTTP-Session: de2be10d-898e-468d-89de-292f78d0b2ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1508 2024.10.16 19:56:07.620987 [ 3 ] {} <Debug> HTTP-Session: de2be10d-898e-468d-89de-292f78d0b2ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1509 2024.10.16 19:56:07.621017 [ 3 ] {} <Trace> HTTP-Session: de2be10d-898e-468d-89de-292f78d0b2ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1510 2024.10.16 19:56:07.621132 [ 3 ] {d9101697-ebfc-4ae5-8cf7-2a55deee8985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1511 2024.10.16 19:56:07.621175 [ 3 ] {d9101697-ebfc-4ae5-8cf7-2a55deee8985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1512 2024.10.16 19:56:07.621298 [ 3 ] {d9101697-ebfc-4ae5-8cf7-2a55deee8985} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1513 2024.10.16 19:56:07.621608 [ 3 ] {d9101697-ebfc-4ae5-8cf7-2a55deee8985} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1514 2024.10.16 19:56:07.621644 [ 3 ] {d9101697-ebfc-4ae5-8cf7-2a55deee8985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1515 2024.10.16 19:56:07.622141 [ 3 ] {d9101697-ebfc-4ae5-8cf7-2a55deee8985} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1516 2024.10.16 19:56:07.622775 [ 3 ] {d9101697-ebfc-4ae5-8cf7-2a55deee8985} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1517 2024.10.16 19:56:07.622937 [ 3 ] {d9101697-ebfc-4ae5-8cf7-2a55deee8985} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001847 sec., 32485.110990795885 rows/sec., 2.19 MiB/sec.
1518 2024.10.16 19:56:07.623100 [ 3 ] {d9101697-ebfc-4ae5-8cf7-2a55deee8985} <Debug> DynamicQueryHandler: Done processing query
1519 2024.10.16 19:56:07.623125 [ 3 ] {d9101697-ebfc-4ae5-8cf7-2a55deee8985} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1520 2024.10.16 19:56:07.623141 [ 3 ] {} <Debug> HTTP-Session: de2be10d-898e-468d-89de-292f78d0b2ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1521 2024.10.16 19:56:11.495662 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 180
1522 2024.10.16 19:56:11.498424 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1523 2024.10.16 19:56:11.498476 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1524 2024.10.16 19:56:11.500236 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1525 2024.10.16 19:56:11.501597 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1526 2024.10.16 19:56:11.502177 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 180
1527 2024.10.16 19:56:12.605261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1528 2024.10.16 19:56:12.605367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1529 2024.10.16 19:56:12.605393 [ 3 ] {} <Debug> HTTP-Session: 8f6110d2-6f17-41a9-8251-6c54e60f7b8a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1530 2024.10.16 19:56:12.605417 [ 3 ] {} <Debug> HTTP-Session: 8f6110d2-6f17-41a9-8251-6c54e60f7b8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1531 2024.10.16 19:56:12.605431 [ 3 ] {} <Debug> HTTP-Session: 8f6110d2-6f17-41a9-8251-6c54e60f7b8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1532 2024.10.16 19:56:12.605481 [ 3 ] {} <Trace> HTTP-Session: 8f6110d2-6f17-41a9-8251-6c54e60f7b8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1533 2024.10.16 19:56:12.605670 [ 3 ] {731a629f-2322-4661-b1b0-e8af319c6444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1534 2024.10.16 19:56:12.605736 [ 3 ] {731a629f-2322-4661-b1b0-e8af319c6444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1535 2024.10.16 19:56:12.606065 [ 3 ] {731a629f-2322-4661-b1b0-e8af319c6444} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1536 2024.10.16 19:56:12.606569 [ 3 ] {731a629f-2322-4661-b1b0-e8af319c6444} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1537 2024.10.16 19:56:12.606614 [ 3 ] {731a629f-2322-4661-b1b0-e8af319c6444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1538 2024.10.16 19:56:12.607205 [ 3 ] {731a629f-2322-4661-b1b0-e8af319c6444} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1539 2024.10.16 19:56:12.608035 [ 3 ] {731a629f-2322-4661-b1b0-e8af319c6444} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1540 2024.10.16 19:56:12.608212 [ 84 ] {} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1541 2024.10.16 19:56:12.608227 [ 3 ] {731a629f-2322-4661-b1b0-e8af319c6444} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002616 sec., 21406.727828746178 rows/sec., 1.63 MiB/sec.
1542 2024.10.16 19:56:12.608310 [ 84 ] {} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1543 2024.10.16 19:56:12.608373 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1544 2024.10.16 19:56:12.608636 [ 3 ] {731a629f-2322-4661-b1b0-e8af319c6444} <Debug> DynamicQueryHandler: Done processing query
1545 2024.10.16 19:56:12.608686 [ 3 ] {731a629f-2322-4661-b1b0-e8af319c6444} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1546 2024.10.16 19:56:12.608709 [ 3 ] {} <Debug> HTTP-Session: 8f6110d2-6f17-41a9-8251-6c54e60f7b8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1547 2024.10.16 19:56:12.608860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1548 2024.10.16 19:56:12.608919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1549 2024.10.16 19:56:12.608940 [ 3 ] {} <Debug> HTTP-Session: 057b887c-159e-4b43-a48b-5651bebb0fcf Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1550 2024.10.16 19:56:12.608958 [ 3 ] {} <Debug> HTTP-Session: 057b887c-159e-4b43-a48b-5651bebb0fcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1551 2024.10.16 19:56:12.608972 [ 3 ] {} <Debug> HTTP-Session: 057b887c-159e-4b43-a48b-5651bebb0fcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1552 2024.10.16 19:56:12.609008 [ 3 ] {} <Trace> HTTP-Session: 057b887c-159e-4b43-a48b-5651bebb0fcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1553 2024.10.16 19:56:12.609160 [ 3 ] {fafa2c9e-5b7f-46ad-9bb7-976928790e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1554 2024.10.16 19:56:12.609208 [ 3 ] {fafa2c9e-5b7f-46ad-9bb7-976928790e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1555 2024.10.16 19:56:12.609464 [ 3 ] {fafa2c9e-5b7f-46ad-9bb7-976928790e74} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1556 2024.10.16 19:56:12.609857 [ 3 ] {fafa2c9e-5b7f-46ad-9bb7-976928790e74} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1557 2024.10.16 19:56:12.609895 [ 3 ] {fafa2c9e-5b7f-46ad-9bb7-976928790e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1558 2024.10.16 19:56:12.610499 [ 3 ] {fafa2c9e-5b7f-46ad-9bb7-976928790e74} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1559 2024.10.16 19:56:12.610734 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
1560 2024.10.16 19:56:12.611079 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1561 2024.10.16 19:56:12.611293 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part
1562 2024.10.16 19:56:12.611570 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
1563 2024.10.16 19:56:12.611621 [ 3 ] {fafa2c9e-5b7f-46ad-9bb7-976928790e74} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1564 2024.10.16 19:56:12.611934 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part
1565 2024.10.16 19:56:12.612282 [ 84 ] {} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1566 2024.10.16 19:56:12.612485 [ 84 ] {} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1567 2024.10.16 19:56:12.612496 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
1568 2024.10.16 19:56:12.612498 [ 3 ] {fafa2c9e-5b7f-46ad-9bb7-976928790e74} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00337 sec., 18991.097922848665 rows/sec., 1.48 MiB/sec.
1569 2024.10.16 19:56:12.612529 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1570 2024.10.16 19:56:12.612947 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
1571 2024.10.16 19:56:12.613441 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1572 2024.10.16 19:56:12.613518 [ 191 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
1573 2024.10.16 19:56:12.613631 [ 3 ] {fafa2c9e-5b7f-46ad-9bb7-976928790e74} <Debug> DynamicQueryHandler: Done processing query
1574 2024.10.16 19:56:12.613795 [ 3 ] {fafa2c9e-5b7f-46ad-9bb7-976928790e74} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1575 2024.10.16 19:56:12.613862 [ 3 ] {} <Debug> HTTP-Session: 057b887c-159e-4b43-a48b-5651bebb0fcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1576 2024.10.16 19:56:12.614132 [ 191 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1577 2024.10.16 19:56:12.614248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1578 2024.10.16 19:56:12.614248 [ 191 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part
1579 2024.10.16 19:56:12.614383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1580 2024.10.16 19:56:12.614441 [ 3 ] {} <Debug> HTTP-Session: dbf79430-b44c-4d2b-ac14-f3669f8f4872 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1581 2024.10.16 19:56:12.614567 [ 3 ] {} <Debug> HTTP-Session: dbf79430-b44c-4d2b-ac14-f3669f8f4872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1582 2024.10.16 19:56:12.614688 [ 3 ] {} <Debug> HTTP-Session: dbf79430-b44c-4d2b-ac14-f3669f8f4872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1583 2024.10.16 19:56:12.614886 [ 191 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part
1584 2024.10.16 19:56:12.614941 [ 3 ] {} <Trace> HTTP-Session: dbf79430-b44c-4d2b-ac14-f3669f8f4872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1585 2024.10.16 19:56:12.615433 [ 191 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part
1586 2024.10.16 19:56:12.615645 [ 3 ] {49eee7f6-9b81-494a-ad02-e30167a09fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1587 2024.10.16 19:56:12.616036 [ 191 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
1588 2024.10.16 19:56:12.616057 [ 3 ] {49eee7f6-9b81-494a-ad02-e30167a09fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1589 2024.10.16 19:56:12.616832 [ 191 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
1590 2024.10.16 19:56:12.617718 [ 3 ] {49eee7f6-9b81-494a-ad02-e30167a09fa7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1591 2024.10.16 19:56:12.617758 [ 191 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1592 2024.10.16 19:56:12.618878 [ 188 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 5 columns (5 merged, 0 gathered) in 0.010394818 sec., 27898.51635690014 rows/sec., 2.31 MiB/sec.
1593 2024.10.16 19:56:12.619291 [ 188 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1594 2024.10.16 19:56:12.619333 [ 3 ] {49eee7f6-9b81-494a-ad02-e30167a09fa7} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1595 2024.10.16 19:56:12.619436 [ 3 ] {49eee7f6-9b81-494a-ad02-e30167a09fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1596 2024.10.16 19:56:12.621407 [ 3 ] {49eee7f6-9b81-494a-ad02-e30167a09fa7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1597 2024.10.16 19:56:12.621541 [ 188 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_6_1} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1598 2024.10.16 19:56:12.621821 [ 188 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_6_1} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1599 2024.10.16 19:56:12.622142 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1600 2024.10.16 19:56:12.622686 [ 187 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.009833025 sec., 32136.600893417843 rows/sec., 2.63 MiB/sec.
1601 2024.10.16 19:56:12.622925 [ 3 ] {49eee7f6-9b81-494a-ad02-e30167a09fa7} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1602 2024.10.16 19:56:12.623121 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1603 2024.10.16 19:56:12.623148 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1604 2024.10.16 19:56:12.623173 [ 3 ] {49eee7f6-9b81-494a-ad02-e30167a09fa7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007918 sec., 20207.12301086133 rows/sec., 1.41 MiB/sec.
1605 2024.10.16 19:56:12.623279 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1606 2024.10.16 19:56:12.623388 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1607 2024.10.16 19:56:12.623723 [ 201 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::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
1608 2024.10.16 19:56:12.623752 [ 3 ] {49eee7f6-9b81-494a-ad02-e30167a09fa7} <Debug> DynamicQueryHandler: Done processing query
1609 2024.10.16 19:56:12.623823 [ 3 ] {49eee7f6-9b81-494a-ad02-e30167a09fa7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1610 2024.10.16 19:56:12.623898 [ 3 ] {} <Debug> HTTP-Session: dbf79430-b44c-4d2b-ac14-f3669f8f4872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1611 2024.10.16 19:56:12.624237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1612 2024.10.16 19:56:12.624464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1613 2024.10.16 19:56:12.624520 [ 201 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1614 2024.10.16 19:56:12.624536 [ 3 ] {} <Debug> HTTP-Session: a2fb0708-a0a7-45cc-9f72-b4d3a44cf7bd Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1615 2024.10.16 19:56:12.624634 [ 3 ] {} <Debug> HTTP-Session: a2fb0708-a0a7-45cc-9f72-b4d3a44cf7bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1616 2024.10.16 19:56:12.624648 [ 201 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part
1617 2024.10.16 19:56:12.624697 [ 3 ] {} <Debug> HTTP-Session: a2fb0708-a0a7-45cc-9f72-b4d3a44cf7bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1618 2024.10.16 19:56:12.624780 [ 3 ] {} <Trace> HTTP-Session: a2fb0708-a0a7-45cc-9f72-b4d3a44cf7bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1619 2024.10.16 19:56:12.625070 [ 201 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part
1620 2024.10.16 19:56:12.625353 [ 3 ] {81c86ae4-b32f-4d2a-9d36-6d56c44563dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1621 2024.10.16 19:56:12.625516 [ 201 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part
1622 2024.10.16 19:56:12.625564 [ 3 ] {81c86ae4-b32f-4d2a-9d36-6d56c44563dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1623 2024.10.16 19:56:12.625638 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_6_1} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1624 2024.10.16 19:56:12.626000 [ 201 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 120 rows starting from the beginning of the part
1625 2024.10.16 19:56:12.626165 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_6_1} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1626 2024.10.16 19:56:12.626694 [ 201 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::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
1627 2024.10.16 19:56:12.626699 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1628 2024.10.16 19:56:12.627137 [ 201 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
1629 2024.10.16 19:56:12.627412 [ 3 ] {81c86ae4-b32f-4d2a-9d36-6d56c44563dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1630 2024.10.16 19:56:12.627904 [ 3 ] {81c86ae4-b32f-4d2a-9d36-6d56c44563dd} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1631 2024.10.16 19:56:12.627943 [ 3 ] {81c86ae4-b32f-4d2a-9d36-6d56c44563dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1632 2024.10.16 19:56:12.629976 [ 3 ] {81c86ae4-b32f-4d2a-9d36-6d56c44563dd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1633 2024.10.16 19:56:12.630795 [ 3 ] {81c86ae4-b32f-4d2a-9d36-6d56c44563dd} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1634 2024.10.16 19:56:12.631051 [ 84 ] {} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1635 2024.10.16 19:56:12.631109 [ 3 ] {81c86ae4-b32f-4d2a-9d36-6d56c44563dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006033 sec., 9945.300845350572 rows/sec., 686.33 KiB/sec.
1636 2024.10.16 19:56:12.631156 [ 84 ] {} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1637 2024.10.16 19:56:12.631241 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
1638 2024.10.16 19:56:12.631614 [ 3 ] {81c86ae4-b32f-4d2a-9d36-6d56c44563dd} <Debug> DynamicQueryHandler: Done processing query
1639 2024.10.16 19:56:12.631732 [ 3 ] {81c86ae4-b32f-4d2a-9d36-6d56c44563dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1640 2024.10.16 19:56:12.631816 [ 3 ] {} <Debug> HTTP-Session: a2fb0708-a0a7-45cc-9f72-b4d3a44cf7bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1641 2024.10.16 19:56:12.632162 [ 187 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::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
1642 2024.10.16 19:56:12.632207 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 5 columns (5 merged, 0 gathered) in 0.008658059 sec., 67913.60511634305 rows/sec., 4.74 MiB/sec.
1643 2024.10.16 19:56:12.632310 [ 187 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1644 2024.10.16 19:56:12.632355 [ 187 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part
1645 2024.10.16 19:56:12.632460 [ 187 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
1646 2024.10.16 19:56:12.632573 [ 187 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part
1647 2024.10.16 19:56:12.632585 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1648 2024.10.16 19:56:12.632771 [ 187 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 48 rows starting from the beginning of the part
1649 2024.10.16 19:56:12.632898 [ 187 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::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
1650 2024.10.16 19:56:12.633019 [ 187 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
1651 2024.10.16 19:56:12.633888 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1652 2024.10.16 19:56:12.634015 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1653 2024.10.16 19:56:12.634130 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
1654 2024.10.16 19:56:12.634403 [ 200 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 244 rows, containing 4 columns (4 merged, 0 gathered) in 0.002763553 sec., 88292.13697005267 rows/sec., 5.91 MiB/sec.
1655 2024.10.16 19:56:12.634657 [ 195 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1656 2024.10.16 19:56:12.635361 [ 195 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_6_1} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1657 2024.10.16 19:56:12.635435 [ 195 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_6_1} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1658 2024.10.16 19:56:12.635500 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1659 2024.10.16 19:56:14.868626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1660 2024.10.16 19:56:14.868742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1661 2024.10.16 19:56:14.868767 [ 3 ] {} <Debug> HTTP-Session: cea65e52-308b-4f49-9465-e595d0634613 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1662 2024.10.16 19:56:14.868791 [ 3 ] {} <Debug> HTTP-Session: cea65e52-308b-4f49-9465-e595d0634613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1663 2024.10.16 19:56:14.868805 [ 3 ] {} <Debug> HTTP-Session: cea65e52-308b-4f49-9465-e595d0634613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1664 2024.10.16 19:56:14.868853 [ 3 ] {} <Trace> HTTP-Session: cea65e52-308b-4f49-9465-e595d0634613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1665 2024.10.16 19:56:14.869082 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1666 2024.10.16 19:56:14.869446 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1667 2024.10.16 19:56:14.869490 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1668 2024.10.16 19:56:14.869789 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1669 2024.10.16 19:56:14.869868 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1670 2024.10.16 19:56:14.870040 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1671 2024.10.16 19:56:14.870144 [ 255 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1672 2024.10.16 19:56:14.870200 [ 250 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1673 2024.10.16 19:56:14.870317 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1674 2024.10.16 19:56:14.870345 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1675 2024.10.16 19:56:14.870398 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1676 2024.10.16 19:56:14.870423 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1677 2024.10.16 19:56:14.871372 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002389 sec., 7534.533277521976 rows/sec., 308.22 KiB/sec.
1678 2024.10.16 19:56:14.871641 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Debug> DynamicQueryHandler: Done processing query
1679 2024.10.16 19:56:14.871666 [ 3 ] {7e29b83c-a2e5-48f5-addf-41d036f9c14c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1680 2024.10.16 19:56:14.871683 [ 3 ] {} <Debug> HTTP-Session: cea65e52-308b-4f49-9465-e595d0634613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1681 2024.10.16 19:56:14.871963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1682 2024.10.16 19:56:14.872009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1683 2024.10.16 19:56:14.872027 [ 3 ] {} <Debug> HTTP-Session: 8ededd90-80f6-4fad-a13a-ef10b6042b2b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1684 2024.10.16 19:56:14.872044 [ 3 ] {} <Debug> HTTP-Session: 8ededd90-80f6-4fad-a13a-ef10b6042b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1685 2024.10.16 19:56:14.872058 [ 3 ] {} <Debug> HTTP-Session: 8ededd90-80f6-4fad-a13a-ef10b6042b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1686 2024.10.16 19:56:14.872088 [ 3 ] {} <Trace> HTTP-Session: 8ededd90-80f6-4fad-a13a-ef10b6042b2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1687 2024.10.16 19:56:14.872225 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1688 2024.10.16 19:56:14.872486 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1689 2024.10.16 19:56:14.872527 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1690 2024.10.16 19:56:14.872785 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1691 2024.10.16 19:56:14.872848 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1692 2024.10.16 19:56:14.872988 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1693 2024.10.16 19:56:14.873078 [ 256 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1694 2024.10.16 19:56:14.873101 [ 257 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1695 2024.10.16 19:56:14.873197 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1696 2024.10.16 19:56:14.873224 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1697 2024.10.16 19:56:14.873271 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1698 2024.10.16 19:56:14.873294 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1699 2024.10.16 19:56:14.874122 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001961 sec., 9178.990311065783 rows/sec., 375.49 KiB/sec.
1700 2024.10.16 19:56:14.874354 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Debug> DynamicQueryHandler: Done processing query
1701 2024.10.16 19:56:14.874378 [ 3 ] {8a8ffb51-022b-4054-815e-86ca47149292} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1702 2024.10.16 19:56:14.874394 [ 3 ] {} <Debug> HTTP-Session: 8ededd90-80f6-4fad-a13a-ef10b6042b2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1703 2024.10.16 19:56:14.874910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 857, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1704 2024.10.16 19:56:14.874958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1705 2024.10.16 19:56:14.874976 [ 3 ] {} <Debug> HTTP-Session: b875bd9a-148d-4fb9-b4e9-230d281bd20d Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1706 2024.10.16 19:56:14.874992 [ 3 ] {} <Debug> HTTP-Session: b875bd9a-148d-4fb9-b4e9-230d281bd20d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1707 2024.10.16 19:56:14.875006 [ 3 ] {} <Debug> HTTP-Session: b875bd9a-148d-4fb9-b4e9-230d281bd20d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1708 2024.10.16 19:56:14.875036 [ 3 ] {} <Trace> HTTP-Session: b875bd9a-148d-4fb9-b4e9-230d281bd20d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1709 2024.10.16 19:56:14.875174 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1710 2024.10.16 19:56:14.875435 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1711 2024.10.16 19:56:14.875476 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1712 2024.10.16 19:56:14.875739 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1713 2024.10.16 19:56:14.875804 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1714 2024.10.16 19:56:14.875942 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1715 2024.10.16 19:56:14.875998 [ 256 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1716 2024.10.16 19:56:14.876036 [ 257 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1717 2024.10.16 19:56:14.876125 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1718 2024.10.16 19:56:14.876151 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1719 2024.10.16 19:56:14.876198 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1720 2024.10.16 19:56:14.876220 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1721 2024.10.16 19:56:14.877004 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001893 sec., 9508.716323296356 rows/sec., 388.97 KiB/sec.
1722 2024.10.16 19:56:14.877262 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Debug> DynamicQueryHandler: Done processing query
1723 2024.10.16 19:56:14.877290 [ 3 ] {7160ea5a-530a-4d0b-92f0-75688ab129d3} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1724 2024.10.16 19:56:14.877307 [ 3 ] {} <Debug> HTTP-Session: b875bd9a-148d-4fb9-b4e9-230d281bd20d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1725 2024.10.16 19:56:14.877519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1726 2024.10.16 19:56:14.877571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1727 2024.10.16 19:56:14.877591 [ 3 ] {} <Debug> HTTP-Session: 5c81722c-c893-4a3f-832c-4d9f25b21eb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1728 2024.10.16 19:56:14.877608 [ 3 ] {} <Debug> HTTP-Session: 5c81722c-c893-4a3f-832c-4d9f25b21eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1729 2024.10.16 19:56:14.877622 [ 3 ] {} <Debug> HTTP-Session: 5c81722c-c893-4a3f-832c-4d9f25b21eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1730 2024.10.16 19:56:14.877653 [ 3 ] {} <Trace> HTTP-Session: 5c81722c-c893-4a3f-832c-4d9f25b21eb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1731 2024.10.16 19:56:14.877848 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete)
1732 2024.10.16 19:56:14.878129 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1733 2024.10.16 19:56:14.878173 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1734 2024.10.16 19:56:14.878447 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1735 2024.10.16 19:56:14.878514 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1736 2024.10.16 19:56:14.878659 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1737 2024.10.16 19:56:14.878748 [ 257 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1738 2024.10.16 19:56:14.878750 [ 250 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1739 2024.10.16 19:56:14.878852 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1740 2024.10.16 19:56:14.878881 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1741 2024.10.16 19:56:14.878930 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1742 2024.10.16 19:56:14.878954 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1743 2024.10.16 19:56:14.879820 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002039 sec., 8827.856792545364 rows/sec., 361.12 KiB/sec.
1744 2024.10.16 19:56:14.880050 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Debug> DynamicQueryHandler: Done processing query
1745 2024.10.16 19:56:14.880076 [ 3 ] {13dd4318-8f7d-46af-add3-1c79035daad5} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1746 2024.10.16 19:56:14.880093 [ 3 ] {} <Debug> HTTP-Session: 5c81722c-c893-4a3f-832c-4d9f25b21eb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1747 2024.10.16 19:56:14.880296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 908, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1748 2024.10.16 19:56:14.880347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1749 2024.10.16 19:56:14.880366 [ 3 ] {} <Debug> HTTP-Session: 9b20696a-81e8-498a-aef2-9d361513a744 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1750 2024.10.16 19:56:14.880382 [ 3 ] {} <Debug> HTTP-Session: 9b20696a-81e8-498a-aef2-9d361513a744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1751 2024.10.16 19:56:14.880396 [ 3 ] {} <Debug> HTTP-Session: 9b20696a-81e8-498a-aef2-9d361513a744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1752 2024.10.16 19:56:14.880427 [ 3 ] {} <Trace> HTTP-Session: 9b20696a-81e8-498a-aef2-9d361513a744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1753 2024.10.16 19:56:14.880569 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
1754 2024.10.16 19:56:14.880834 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1755 2024.10.16 19:56:14.880877 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1756 2024.10.16 19:56:14.881145 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1757 2024.10.16 19:56:14.881212 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1758 2024.10.16 19:56:14.881354 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1759 2024.10.16 19:56:14.881436 [ 250 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1760 2024.10.16 19:56:14.881441 [ 257 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1761 2024.10.16 19:56:14.881540 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1762 2024.10.16 19:56:14.881569 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1763 2024.10.16 19:56:14.881616 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1764 2024.10.16 19:56:14.881639 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1765 2024.10.16 19:56:14.882543 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00204 sec., 8823.529411764704 rows/sec., 360.95 KiB/sec.
1766 2024.10.16 19:56:14.882774 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Debug> DynamicQueryHandler: Done processing query
1767 2024.10.16 19:56:14.882799 [ 3 ] {450d11e6-e7c8-4110-8fb6-ce67aab18860} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1768 2024.10.16 19:56:14.882816 [ 3 ] {} <Debug> HTTP-Session: 9b20696a-81e8-498a-aef2-9d361513a744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1769 2024.10.16 19:56:14.883051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 932, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1770 2024.10.16 19:56:14.883101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1771 2024.10.16 19:56:14.883120 [ 3 ] {} <Debug> HTTP-Session: 84fe8b33-5003-42f1-95a6-ea21aed0811d Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1772 2024.10.16 19:56:14.883136 [ 3 ] {} <Debug> HTTP-Session: 84fe8b33-5003-42f1-95a6-ea21aed0811d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1773 2024.10.16 19:56:14.883150 [ 3 ] {} <Debug> HTTP-Session: 84fe8b33-5003-42f1-95a6-ea21aed0811d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1774 2024.10.16 19:56:14.883181 [ 3 ] {} <Trace> HTTP-Session: 84fe8b33-5003-42f1-95a6-ea21aed0811d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1775 2024.10.16 19:56:14.883322 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
1776 2024.10.16 19:56:14.883592 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1777 2024.10.16 19:56:14.883635 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1778 2024.10.16 19:56:14.883911 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1779 2024.10.16 19:56:14.883978 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1780 2024.10.16 19:56:14.884122 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1781 2024.10.16 19:56:14.884208 [ 250 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1782 2024.10.16 19:56:14.884211 [ 257 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1783 2024.10.16 19:56:14.884304 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1784 2024.10.16 19:56:14.884332 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1785 2024.10.16 19:56:14.884380 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1786 2024.10.16 19:56:14.884405 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1787 2024.10.16 19:56:14.885324 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002068 sec., 8704.061895551258 rows/sec., 356.06 KiB/sec.
1788 2024.10.16 19:56:14.885550 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Debug> DynamicQueryHandler: Done processing query
1789 2024.10.16 19:56:14.885575 [ 3 ] {bf7ddeaa-5d59-4113-8674-dc41c2b2a997} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1790 2024.10.16 19:56:14.885593 [ 3 ] {} <Debug> HTTP-Session: 84fe8b33-5003-42f1-95a6-ea21aed0811d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1791 2024.10.16 19:56:14.885787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1792 2024.10.16 19:56:14.885835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1793 2024.10.16 19:56:14.885855 [ 3 ] {} <Debug> HTTP-Session: 730c4e31-dcee-4f40-953a-fc89aae9dd46 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1794 2024.10.16 19:56:14.885873 [ 3 ] {} <Debug> HTTP-Session: 730c4e31-dcee-4f40-953a-fc89aae9dd46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1795 2024.10.16 19:56:14.885887 [ 3 ] {} <Debug> HTTP-Session: 730c4e31-dcee-4f40-953a-fc89aae9dd46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1796 2024.10.16 19:56:14.885918 [ 3 ] {} <Trace> HTTP-Session: 730c4e31-dcee-4f40-953a-fc89aae9dd46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1797 2024.10.16 19:56:14.886060 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
1798 2024.10.16 19:56:14.886334 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1799 2024.10.16 19:56:14.886377 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1800 2024.10.16 19:56:14.886655 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1801 2024.10.16 19:56:14.886721 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1802 2024.10.16 19:56:14.886873 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1803 2024.10.16 19:56:14.886955 [ 250 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1804 2024.10.16 19:56:14.886960 [ 257 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1805 2024.10.16 19:56:14.887054 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1806 2024.10.16 19:56:14.887081 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1807 2024.10.16 19:56:14.887128 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1808 2024.10.16 19:56:14.887153 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1809 2024.10.16 19:56:14.888024 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002034 sec., 8849.557522123894 rows/sec., 362.01 KiB/sec.
1810 2024.10.16 19:56:14.888246 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Debug> DynamicQueryHandler: Done processing query
1811 2024.10.16 19:56:14.888270 [ 3 ] {91d81d91-b8e3-4330-a0e7-35a18ffb9edb} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1812 2024.10.16 19:56:14.888286 [ 3 ] {} <Debug> HTTP-Session: 730c4e31-dcee-4f40-953a-fc89aae9dd46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1813 2024.10.16 19:56:14.888492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1814 2024.10.16 19:56:14.888540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1815 2024.10.16 19:56:14.888559 [ 3 ] {} <Debug> HTTP-Session: c07d25a9-8b53-4d16-8b8c-97c153abe70b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1816 2024.10.16 19:56:14.888576 [ 3 ] {} <Debug> HTTP-Session: c07d25a9-8b53-4d16-8b8c-97c153abe70b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1817 2024.10.16 19:56:14.888590 [ 3 ] {} <Debug> HTTP-Session: c07d25a9-8b53-4d16-8b8c-97c153abe70b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1818 2024.10.16 19:56:14.888620 [ 3 ] {} <Trace> HTTP-Session: c07d25a9-8b53-4d16-8b8c-97c153abe70b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1819 2024.10.16 19:56:14.888762 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1820 2024.10.16 19:56:14.889031 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1821 2024.10.16 19:56:14.889074 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1822 2024.10.16 19:56:14.889348 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1823 2024.10.16 19:56:14.889414 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1824 2024.10.16 19:56:14.889555 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1825 2024.10.16 19:56:14.889657 [ 256 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1826 2024.10.16 19:56:14.889671 [ 257 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1827 2024.10.16 19:56:14.889768 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1828 2024.10.16 19:56:14.889795 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1829 2024.10.16 19:56:14.889841 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1830 2024.10.16 19:56:14.889865 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1831 2024.10.16 19:56:14.890625 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00193 sec., 9326.42487046632 rows/sec., 381.52 KiB/sec.
1832 2024.10.16 19:56:14.890857 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Debug> DynamicQueryHandler: Done processing query
1833 2024.10.16 19:56:14.890881 [ 3 ] {0ca35bf7-1368-481e-b1e9-9f8d0bbd1fb7} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1834 2024.10.16 19:56:14.890898 [ 3 ] {} <Debug> HTTP-Session: c07d25a9-8b53-4d16-8b8c-97c153abe70b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1835 2024.10.16 19:56:14.891093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1836 2024.10.16 19:56:14.891141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1837 2024.10.16 19:56:14.891161 [ 3 ] {} <Debug> HTTP-Session: 5d3ac166-17bd-4c33-91d9-b502772733c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1838 2024.10.16 19:56:14.891176 [ 3 ] {} <Debug> HTTP-Session: 5d3ac166-17bd-4c33-91d9-b502772733c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1839 2024.10.16 19:56:14.891190 [ 3 ] {} <Debug> HTTP-Session: 5d3ac166-17bd-4c33-91d9-b502772733c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1840 2024.10.16 19:56:14.891221 [ 3 ] {} <Trace> HTTP-Session: 5d3ac166-17bd-4c33-91d9-b502772733c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1841 2024.10.16 19:56:14.891359 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1842 2024.10.16 19:56:14.891626 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1843 2024.10.16 19:56:14.891669 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1844 2024.10.16 19:56:14.891943 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1845 2024.10.16 19:56:14.892009 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1846 2024.10.16 19:56:14.892149 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1847 2024.10.16 19:56:14.892238 [ 257 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1848 2024.10.16 19:56:14.892240 [ 250 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1849 2024.10.16 19:56:14.892342 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1850 2024.10.16 19:56:14.892368 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1851 2024.10.16 19:56:14.892415 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1852 2024.10.16 19:56:14.892440 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1853 2024.10.16 19:56:14.893399 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002106 sec., 8547.008547008549 rows/sec., 349.63 KiB/sec.
1854 2024.10.16 19:56:14.893644 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Debug> DynamicQueryHandler: Done processing query
1855 2024.10.16 19:56:14.893670 [ 3 ] {f613493c-fdaa-44d5-8a29-0842c3b7c40d} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1856 2024.10.16 19:56:14.893686 [ 3 ] {} <Debug> HTTP-Session: 5d3ac166-17bd-4c33-91d9-b502772733c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1857 2024.10.16 19:56:14.893895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1858 2024.10.16 19:56:14.893943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1859 2024.10.16 19:56:14.893961 [ 3 ] {} <Debug> HTTP-Session: 4d4a9def-4aa7-4639-bc57-481b8fe04772 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1860 2024.10.16 19:56:14.893979 [ 3 ] {} <Debug> HTTP-Session: 4d4a9def-4aa7-4639-bc57-481b8fe04772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1861 2024.10.16 19:56:14.893993 [ 3 ] {} <Debug> HTTP-Session: 4d4a9def-4aa7-4639-bc57-481b8fe04772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1862 2024.10.16 19:56:14.894023 [ 3 ] {} <Trace> HTTP-Session: 4d4a9def-4aa7-4639-bc57-481b8fe04772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1863 2024.10.16 19:56:14.894217 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1864 2024.10.16 19:56:14.894495 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1865 2024.10.16 19:56:14.894539 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1866 2024.10.16 19:56:14.894824 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1867 2024.10.16 19:56:14.894891 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1868 2024.10.16 19:56:14.895038 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1869 2024.10.16 19:56:14.895129 [ 250 ] {571bed54-5357-4117-a418-32e169a2eadf} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1870 2024.10.16 19:56:14.895129 [ 257 ] {571bed54-5357-4117-a418-32e169a2eadf} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1871 2024.10.16 19:56:14.895232 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1872 2024.10.16 19:56:14.895258 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1873 2024.10.16 19:56:14.895307 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1874 2024.10.16 19:56:14.895332 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1875 2024.10.16 19:56:14.896164 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002014 sec., 8937.437934458787 rows/sec., 365.60 KiB/sec.
1876 2024.10.16 19:56:14.896420 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Debug> DynamicQueryHandler: Done processing query
1877 2024.10.16 19:56:14.896447 [ 3 ] {571bed54-5357-4117-a418-32e169a2eadf} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1878 2024.10.16 19:56:14.896466 [ 3 ] {} <Debug> HTTP-Session: 4d4a9def-4aa7-4639-bc57-481b8fe04772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1879 2024.10.16 19:56:14.896663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1880 2024.10.16 19:56:14.896711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1881 2024.10.16 19:56:14.896729 [ 3 ] {} <Debug> HTTP-Session: 91862dde-e2d2-4bda-8bfe-515b7762010c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1882 2024.10.16 19:56:14.896746 [ 3 ] {} <Debug> HTTP-Session: 91862dde-e2d2-4bda-8bfe-515b7762010c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1883 2024.10.16 19:56:14.896760 [ 3 ] {} <Debug> HTTP-Session: 91862dde-e2d2-4bda-8bfe-515b7762010c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1884 2024.10.16 19:56:14.896790 [ 3 ] {} <Trace> HTTP-Session: 91862dde-e2d2-4bda-8bfe-515b7762010c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1885 2024.10.16 19:56:14.896943 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1886 2024.10.16 19:56:14.897217 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1887 2024.10.16 19:56:14.897266 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1888 2024.10.16 19:56:14.897556 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1889 2024.10.16 19:56:14.897621 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1890 2024.10.16 19:56:14.897762 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1891 2024.10.16 19:56:14.897849 [ 257 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1892 2024.10.16 19:56:14.897858 [ 250 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1893 2024.10.16 19:56:14.897980 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1894 2024.10.16 19:56:14.898007 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1895 2024.10.16 19:56:14.898056 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1896 2024.10.16 19:56:14.898079 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1897 2024.10.16 19:56:14.898899 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002027 sec., 8880.118401578688 rows/sec., 363.26 KiB/sec.
1898 2024.10.16 19:56:14.899126 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Debug> DynamicQueryHandler: Done processing query
1899 2024.10.16 19:56:14.899150 [ 3 ] {ce5cda37-1a76-4a0c-b5a6-14ba77a91949} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1900 2024.10.16 19:56:14.899167 [ 3 ] {} <Debug> HTTP-Session: 91862dde-e2d2-4bda-8bfe-515b7762010c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1901 2024.10.16 19:56:14.903039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1902 2024.10.16 19:56:14.903089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1903 2024.10.16 19:56:14.903108 [ 3 ] {} <Debug> HTTP-Session: 2c59ac16-1ac8-47cb-85b9-d3a1c7e742b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1904 2024.10.16 19:56:14.903124 [ 3 ] {} <Debug> HTTP-Session: 2c59ac16-1ac8-47cb-85b9-d3a1c7e742b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1905 2024.10.16 19:56:14.903138 [ 3 ] {} <Debug> HTTP-Session: 2c59ac16-1ac8-47cb-85b9-d3a1c7e742b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1906 2024.10.16 19:56:14.903168 [ 3 ] {} <Trace> HTTP-Session: 2c59ac16-1ac8-47cb-85b9-d3a1c7e742b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1907 2024.10.16 19:56:14.903315 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1908 2024.10.16 19:56:14.903589 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1909 2024.10.16 19:56:14.903633 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1910 2024.10.16 19:56:14.903919 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1911 2024.10.16 19:56:14.903985 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1912 2024.10.16 19:56:14.904123 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1913 2024.10.16 19:56:14.904204 [ 257 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1914 2024.10.16 19:56:14.904211 [ 250 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1915 2024.10.16 19:56:14.904306 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1916 2024.10.16 19:56:14.904334 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1917 2024.10.16 19:56:14.904382 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1918 2024.10.16 19:56:14.904405 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1919 2024.10.16 19:56:14.905259 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002014 sec., 8937.437934458787 rows/sec., 365.60 KiB/sec.
1920 2024.10.16 19:56:14.905487 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Debug> DynamicQueryHandler: Done processing query
1921 2024.10.16 19:56:14.905512 [ 3 ] {22d671f2-0b53-4bb6-a75d-54fe04a66c45} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1922 2024.10.16 19:56:14.905528 [ 3 ] {} <Debug> HTTP-Session: 2c59ac16-1ac8-47cb-85b9-d3a1c7e742b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1923 2024.10.16 19:56:14.909544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1924 2024.10.16 19:56:14.909601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1925 2024.10.16 19:56:14.909625 [ 3 ] {} <Debug> HTTP-Session: 4744e1b1-4a7d-4711-89bc-ba01a1776437 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1926 2024.10.16 19:56:14.909645 [ 3 ] {} <Debug> HTTP-Session: 4744e1b1-4a7d-4711-89bc-ba01a1776437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1927 2024.10.16 19:56:14.909662 [ 3 ] {} <Debug> HTTP-Session: 4744e1b1-4a7d-4711-89bc-ba01a1776437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1928 2024.10.16 19:56:14.909699 [ 3 ] {} <Trace> HTTP-Session: 4744e1b1-4a7d-4711-89bc-ba01a1776437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1929 2024.10.16 19:56:14.909881 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) 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)
1930 2024.10.16 19:56:14.910222 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1931 2024.10.16 19:56:14.910277 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <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
1932 2024.10.16 19:56:14.910602 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1933 2024.10.16 19:56:14.910666 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1934 2024.10.16 19:56:14.910804 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1935 2024.10.16 19:56:14.910897 [ 256 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1936 2024.10.16 19:56:14.910919 [ 257 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1937 2024.10.16 19:56:14.911012 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1938 2024.10.16 19:56:14.911118 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1939 2024.10.16 19:56:14.911167 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <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'))"
1940 2024.10.16 19:56:14.911265 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1941 2024.10.16 19:56:14.912043 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002259 sec., 7968.12749003984 rows/sec., 325.95 KiB/sec.
1942 2024.10.16 19:56:14.912267 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Debug> DynamicQueryHandler: Done processing query
1943 2024.10.16 19:56:14.912292 [ 3 ] {7f93e1ab-e8ca-492a-84a2-45865a5b2cc6} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1944 2024.10.16 19:56:14.912309 [ 3 ] {} <Debug> HTTP-Session: 4744e1b1-4a7d-4711-89bc-ba01a1776437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1945 2024.10.16 19:56:14.912541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1946 2024.10.16 19:56:14.912588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1947 2024.10.16 19:56:14.912607 [ 3 ] {} <Debug> HTTP-Session: c32ce5d4-e214-4e14-a93f-2dcadd3829df Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1948 2024.10.16 19:56:14.912623 [ 3 ] {} <Debug> HTTP-Session: c32ce5d4-e214-4e14-a93f-2dcadd3829df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1949 2024.10.16 19:56:14.912637 [ 3 ] {} <Debug> HTTP-Session: c32ce5d4-e214-4e14-a93f-2dcadd3829df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1950 2024.10.16 19:56:14.912667 [ 3 ] {} <Trace> HTTP-Session: c32ce5d4-e214-4e14-a93f-2dcadd3829df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1951 2024.10.16 19:56:14.912809 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1952 2024.10.16 19:56:14.913090 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1953 2024.10.16 19:56:14.913135 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1954 2024.10.16 19:56:14.913429 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1955 2024.10.16 19:56:14.913493 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1956 2024.10.16 19:56:14.913630 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1957 2024.10.16 19:56:14.913732 [ 257 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1958 2024.10.16 19:56:14.913744 [ 255 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1959 2024.10.16 19:56:14.913840 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1960 2024.10.16 19:56:14.913863 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1961 2024.10.16 19:56:14.913908 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1962 2024.10.16 19:56:14.913930 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1963 2024.10.16 19:56:14.914708 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00197 sec., 9137.055837563452 rows/sec., 373.77 KiB/sec.
1964 2024.10.16 19:56:14.914935 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Debug> DynamicQueryHandler: Done processing query
1965 2024.10.16 19:56:14.914958 [ 3 ] {004fd2b8-a86e-414d-9173-60004ffe9f06} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1966 2024.10.16 19:56:14.914974 [ 3 ] {} <Debug> HTTP-Session: c32ce5d4-e214-4e14-a93f-2dcadd3829df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1967 2024.10.16 19:56:14.915200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1968 2024.10.16 19:56:14.915247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1969 2024.10.16 19:56:14.915265 [ 3 ] {} <Debug> HTTP-Session: fd8a133d-1e17-4386-b64e-0df2ace108e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1970 2024.10.16 19:56:14.915281 [ 3 ] {} <Debug> HTTP-Session: fd8a133d-1e17-4386-b64e-0df2ace108e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1971 2024.10.16 19:56:14.915295 [ 3 ] {} <Debug> HTTP-Session: fd8a133d-1e17-4386-b64e-0df2ace108e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1972 2024.10.16 19:56:14.915326 [ 3 ] {} <Trace> HTTP-Session: fd8a133d-1e17-4386-b64e-0df2ace108e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1973 2024.10.16 19:56:14.915472 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1974 2024.10.16 19:56:14.915750 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1975 2024.10.16 19:56:14.915796 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1976 2024.10.16 19:56:14.916097 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1977 2024.10.16 19:56:14.916160 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1978 2024.10.16 19:56:14.916297 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1979 2024.10.16 19:56:14.916399 [ 257 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1980 2024.10.16 19:56:14.916408 [ 255 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1981 2024.10.16 19:56:14.916505 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
1982 2024.10.16 19:56:14.916527 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
1983 2024.10.16 19:56:14.916574 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1984 2024.10.16 19:56:14.916597 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1985 2024.10.16 19:56:14.917505 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002101 sec., 8567.348881485008 rows/sec., 350.47 KiB/sec.
1986 2024.10.16 19:56:14.917743 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Debug> DynamicQueryHandler: Done processing query
1987 2024.10.16 19:56:14.917768 [ 3 ] {1df3ea5f-e484-4ba7-836a-f2d8437f7572} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
1988 2024.10.16 19:56:14.917784 [ 3 ] {} <Debug> HTTP-Session: fd8a133d-1e17-4386-b64e-0df2ace108e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1989 2024.10.16 19:56:14.917987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1990 2024.10.16 19:56:14.918036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1991 2024.10.16 19:56:14.918055 [ 3 ] {} <Debug> HTTP-Session: 20eb3373-e526-4f5c-8154-9d35dd552f91 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
1992 2024.10.16 19:56:14.918071 [ 3 ] {} <Debug> HTTP-Session: 20eb3373-e526-4f5c-8154-9d35dd552f91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1993 2024.10.16 19:56:14.918091 [ 3 ] {} <Debug> HTTP-Session: 20eb3373-e526-4f5c-8154-9d35dd552f91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1994 2024.10.16 19:56:14.918122 [ 3 ] {} <Trace> HTTP-Session: 20eb3373-e526-4f5c-8154-9d35dd552f91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1995 2024.10.16 19:56:14.918275 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1996 2024.10.16 19:56:14.918556 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1997 2024.10.16 19:56:14.918603 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1998 2024.10.16 19:56:14.918904 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1999 2024.10.16 19:56:14.918968 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2000 2024.10.16 19:56:14.919104 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2001 2024.10.16 19:56:14.919175 [ 257 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2002 2024.10.16 19:56:14.919192 [ 250 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2003 2024.10.16 19:56:14.919281 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
2004 2024.10.16 19:56:14.919308 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
2005 2024.10.16 19:56:14.919356 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2006 2024.10.16 19:56:14.919381 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
2007 2024.10.16 19:56:14.920266 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002063 sec., 8725.15753756665 rows/sec., 356.92 KiB/sec.
2008 2024.10.16 19:56:14.920492 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Debug> DynamicQueryHandler: Done processing query
2009 2024.10.16 19:56:14.920520 [ 3 ] {8f3f1161-2c6a-4479-94d0-388e7abd21ef} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
2010 2024.10.16 19:56:14.920540 [ 3 ] {} <Debug> HTTP-Session: 20eb3373-e526-4f5c-8154-9d35dd552f91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2011 2024.10.16 19:56:14.920755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2012 2024.10.16 19:56:14.920804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2013 2024.10.16 19:56:14.920823 [ 3 ] {} <Debug> HTTP-Session: f096d105-82a8-4a49-8978-e0f0a3b318d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2014 2024.10.16 19:56:14.920839 [ 3 ] {} <Debug> HTTP-Session: f096d105-82a8-4a49-8978-e0f0a3b318d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2015 2024.10.16 19:56:14.920853 [ 3 ] {} <Debug> HTTP-Session: f096d105-82a8-4a49-8978-e0f0a3b318d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2016 2024.10.16 19:56:14.920887 [ 3 ] {} <Trace> HTTP-Session: f096d105-82a8-4a49-8978-e0f0a3b318d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2017 2024.10.16 19:56:14.921035 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2018 2024.10.16 19:56:14.921315 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2019 2024.10.16 19:56:14.921362 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2020 2024.10.16 19:56:14.921665 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2021 2024.10.16 19:56:14.921727 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2022 2024.10.16 19:56:14.921867 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2023 2024.10.16 19:56:14.921943 [ 257 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2024 2024.10.16 19:56:14.921950 [ 250 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2025 2024.10.16 19:56:14.922039 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
2026 2024.10.16 19:56:14.922066 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
2027 2024.10.16 19:56:14.922114 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2028 2024.10.16 19:56:14.922138 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
2029 2024.10.16 19:56:14.922968 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002005 sec., 8977.556109725687 rows/sec., 367.25 KiB/sec.
2030 2024.10.16 19:56:14.923191 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Debug> DynamicQueryHandler: Done processing query
2031 2024.10.16 19:56:14.923216 [ 3 ] {09e9e9d6-72c5-4b54-abb1-3c234d5453f9} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
2032 2024.10.16 19:56:14.923232 [ 3 ] {} <Debug> HTTP-Session: f096d105-82a8-4a49-8978-e0f0a3b318d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2033 2024.10.16 19:56:14.923445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2034 2024.10.16 19:56:14.923493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2035 2024.10.16 19:56:14.923512 [ 3 ] {} <Debug> HTTP-Session: 39dde135-d26d-401a-b554-f21bb887fed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2036 2024.10.16 19:56:14.923528 [ 3 ] {} <Debug> HTTP-Session: 39dde135-d26d-401a-b554-f21bb887fed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2037 2024.10.16 19:56:14.923541 [ 3 ] {} <Debug> HTTP-Session: 39dde135-d26d-401a-b554-f21bb887fed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2038 2024.10.16 19:56:14.923572 [ 3 ] {} <Trace> HTTP-Session: 39dde135-d26d-401a-b554-f21bb887fed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2039 2024.10.16 19:56:14.923721 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2040 2024.10.16 19:56:14.924006 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2041 2024.10.16 19:56:14.924052 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2042 2024.10.16 19:56:14.924363 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2043 2024.10.16 19:56:14.924426 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2044 2024.10.16 19:56:14.924566 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2045 2024.10.16 19:56:14.924647 [ 257 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2046 2024.10.16 19:56:14.924657 [ 250 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2047 2024.10.16 19:56:14.924748 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
2048 2024.10.16 19:56:14.924775 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
2049 2024.10.16 19:56:14.924823 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2050 2024.10.16 19:56:14.924847 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
2051 2024.10.16 19:56:14.925724 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002076 sec., 8670.520231213872 rows/sec., 354.69 KiB/sec.
2052 2024.10.16 19:56:14.925954 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Debug> DynamicQueryHandler: Done processing query
2053 2024.10.16 19:56:14.925979 [ 3 ] {ce15e749-c4f3-41c6-9c83-48bcc67f8bf0} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB.
2054 2024.10.16 19:56:14.925996 [ 3 ] {} <Debug> HTTP-Session: 39dde135-d26d-401a-b554-f21bb887fed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2055 2024.10.16 19:56:15.000147 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 141.17 MiB, peak 151.25 MiB, free memory in arenas 0.00 B, will set to 140.14 MiB (RSS), difference: -1.03 MiB
2056 2024.10.16 19:56:15.006490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 6334, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2057 2024.10.16 19:56:15.006570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2058 2024.10.16 19:56:15.006593 [ 3 ] {} <Debug> HTTP-Session: 0429b342-8c1b-432c-9d39-e5d0a4e22141 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2059 2024.10.16 19:56:15.006614 [ 3 ] {} <Debug> HTTP-Session: 0429b342-8c1b-432c-9d39-e5d0a4e22141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2060 2024.10.16 19:56:15.006628 [ 3 ] {} <Debug> HTTP-Session: 0429b342-8c1b-432c-9d39-e5d0a4e22141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2061 2024.10.16 19:56:15.006674 [ 3 ] {} <Trace> HTTP-Session: 0429b342-8c1b-432c-9d39-e5d0a4e22141 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2062 2024.10.16 19:56:15.006852 [ 3 ] {3b7fed6f-3ca6-4de9-bf83-03e39aef0d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
2063 2024.10.16 19:56:15.006918 [ 3 ] {3b7fed6f-3ca6-4de9-bf83-03e39aef0d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2064 2024.10.16 19:56:15.007133 [ 3 ] {3b7fed6f-3ca6-4de9-bf83-03e39aef0d11} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2065 2024.10.16 19:56:15.007556 [ 3 ] {3b7fed6f-3ca6-4de9-bf83-03e39aef0d11} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2066 2024.10.16 19:56:15.007598 [ 3 ] {3b7fed6f-3ca6-4de9-bf83-03e39aef0d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2067 2024.10.16 19:56:15.008338 [ 3 ] {3b7fed6f-3ca6-4de9-bf83-03e39aef0d11} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2068 2024.10.16 19:56:15.008937 [ 3 ] {3b7fed6f-3ca6-4de9-bf83-03e39aef0d11} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2069 2024.10.16 19:56:15.009088 [ 3 ] {3b7fed6f-3ca6-4de9-bf83-03e39aef0d11} <Debug> executeQuery: Read 18 rows, 3.40 KiB in 0.0023 sec., 7826.086956521739 rows/sec., 1.44 MiB/sec.
2070 2024.10.16 19:56:15.009351 [ 3 ] {3b7fed6f-3ca6-4de9-bf83-03e39aef0d11} <Debug> DynamicQueryHandler: Done processing query
2071 2024.10.16 19:56:15.009377 [ 3 ] {3b7fed6f-3ca6-4de9-bf83-03e39aef0d11} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2072 2024.10.16 19:56:15.009394 [ 3 ] {} <Debug> HTTP-Session: 0429b342-8c1b-432c-9d39-e5d0a4e22141 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2073 2024.10.16 19:56:15.009670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 195872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2074 2024.10.16 19:56:15.009726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2075 2024.10.16 19:56:15.009745 [ 3 ] {} <Debug> HTTP-Session: 881e8110-09ed-4c79-a3a6-6a97dcd29b79 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2076 2024.10.16 19:56:15.009763 [ 3 ] {} <Debug> HTTP-Session: 881e8110-09ed-4c79-a3a6-6a97dcd29b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2077 2024.10.16 19:56:15.009777 [ 3 ] {} <Debug> HTTP-Session: 881e8110-09ed-4c79-a3a6-6a97dcd29b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2078 2024.10.16 19:56:15.009812 [ 3 ] {} <Trace> HTTP-Session: 881e8110-09ed-4c79-a3a6-6a97dcd29b79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2079 2024.10.16 19:56:15.011226 [ 3 ] {66e1b402-31c5-41ca-9abf-1d575fa65f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2080 2024.10.16 19:56:15.011276 [ 3 ] {66e1b402-31c5-41ca-9abf-1d575fa65f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2081 2024.10.16 19:56:15.011526 [ 3 ] {66e1b402-31c5-41ca-9abf-1d575fa65f81} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2082 2024.10.16 19:56:15.012832 [ 3 ] {66e1b402-31c5-41ca-9abf-1d575fa65f81} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2083 2024.10.16 19:56:15.012876 [ 3 ] {66e1b402-31c5-41ca-9abf-1d575fa65f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2084 2024.10.16 19:56:15.013592 [ 3 ] {66e1b402-31c5-41ca-9abf-1d575fa65f81} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2085 2024.10.16 19:56:15.014271 [ 3 ] {66e1b402-31c5-41ca-9abf-1d575fa65f81} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2086 2024.10.16 19:56:15.014435 [ 3 ] {66e1b402-31c5-41ca-9abf-1d575fa65f81} <Debug> executeQuery: Read 1345 rows, 114.56 KiB in 0.004441 sec., 302859.7162801171 rows/sec., 25.19 MiB/sec.
2087 2024.10.16 19:56:15.014773 [ 3 ] {66e1b402-31c5-41ca-9abf-1d575fa65f81} <Debug> DynamicQueryHandler: Done processing query
2088 2024.10.16 19:56:15.014800 [ 3 ] {66e1b402-31c5-41ca-9abf-1d575fa65f81} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
2089 2024.10.16 19:56:15.014816 [ 3 ] {} <Debug> HTTP-Session: 881e8110-09ed-4c79-a3a6-6a97dcd29b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2090 2024.10.16 19:56:15.014986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2091 2024.10.16 19:56:15.015039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2092 2024.10.16 19:56:15.015058 [ 3 ] {} <Debug> HTTP-Session: bdce12d6-12b4-4431-bdbb-08f8b75d25a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2093 2024.10.16 19:56:15.015076 [ 3 ] {} <Debug> HTTP-Session: bdce12d6-12b4-4431-bdbb-08f8b75d25a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2094 2024.10.16 19:56:15.015090 [ 3 ] {} <Debug> HTTP-Session: bdce12d6-12b4-4431-bdbb-08f8b75d25a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2095 2024.10.16 19:56:15.015123 [ 3 ] {} <Trace> HTTP-Session: bdce12d6-12b4-4431-bdbb-08f8b75d25a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2096 2024.10.16 19:56:15.015226 [ 3 ] {976c390b-3409-4b22-9b5b-35f154437705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2097 2024.10.16 19:56:15.015270 [ 3 ] {976c390b-3409-4b22-9b5b-35f154437705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2098 2024.10.16 19:56:15.015517 [ 3 ] {976c390b-3409-4b22-9b5b-35f154437705} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2099 2024.10.16 19:56:15.015820 [ 3 ] {976c390b-3409-4b22-9b5b-35f154437705} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2100 2024.10.16 19:56:15.015857 [ 3 ] {976c390b-3409-4b22-9b5b-35f154437705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2101 2024.10.16 19:56:15.016404 [ 3 ] {976c390b-3409-4b22-9b5b-35f154437705} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2102 2024.10.16 19:56:15.017010 [ 3 ] {976c390b-3409-4b22-9b5b-35f154437705} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2103 2024.10.16 19:56:15.017174 [ 3 ] {976c390b-3409-4b22-9b5b-35f154437705} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001971 sec., 4058.853373921867 rows/sec., 305.21 KiB/sec.
2104 2024.10.16 19:56:15.017409 [ 3 ] {976c390b-3409-4b22-9b5b-35f154437705} <Debug> DynamicQueryHandler: Done processing query
2105 2024.10.16 19:56:15.017434 [ 3 ] {976c390b-3409-4b22-9b5b-35f154437705} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2106 2024.10.16 19:56:15.017449 [ 3 ] {} <Debug> HTTP-Session: bdce12d6-12b4-4431-bdbb-08f8b75d25a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2107 2024.10.16 19:56:15.017612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 32336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2108 2024.10.16 19:56:15.017663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2109 2024.10.16 19:56:15.017682 [ 3 ] {} <Debug> HTTP-Session: 2b145d45-d62b-4e89-b99c-1f371b671871 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2110 2024.10.16 19:56:15.017698 [ 3 ] {} <Debug> HTTP-Session: 2b145d45-d62b-4e89-b99c-1f371b671871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2111 2024.10.16 19:56:15.017712 [ 3 ] {} <Debug> HTTP-Session: 2b145d45-d62b-4e89-b99c-1f371b671871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2112 2024.10.16 19:56:15.017743 [ 3 ] {} <Trace> HTTP-Session: 2b145d45-d62b-4e89-b99c-1f371b671871 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2113 2024.10.16 19:56:15.018004 [ 3 ] {bc2e79aa-4edd-4525-afd1-a25e1a7a505c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2114 2024.10.16 19:56:15.018047 [ 3 ] {bc2e79aa-4edd-4525-afd1-a25e1a7a505c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2115 2024.10.16 19:56:15.018270 [ 3 ] {bc2e79aa-4edd-4525-afd1-a25e1a7a505c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2116 2024.10.16 19:56:15.020758 [ 3 ] {bc2e79aa-4edd-4525-afd1-a25e1a7a505c} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2117 2024.10.16 19:56:15.020797 [ 3 ] {bc2e79aa-4edd-4525-afd1-a25e1a7a505c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2118 2024.10.16 19:56:15.021307 [ 3 ] {bc2e79aa-4edd-4525-afd1-a25e1a7a505c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2119 2024.10.16 19:56:15.022000 [ 3 ] {bc2e79aa-4edd-4525-afd1-a25e1a7a505c} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2120 2024.10.16 19:56:15.022162 [ 3 ] {bc2e79aa-4edd-4525-afd1-a25e1a7a505c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004335 sec., 55824.682814302185 rows/sec., 3.78 MiB/sec.
2121 2024.10.16 19:56:15.022468 [ 3 ] {bc2e79aa-4edd-4525-afd1-a25e1a7a505c} <Debug> DynamicQueryHandler: Done processing query
2122 2024.10.16 19:56:15.022492 [ 3 ] {bc2e79aa-4edd-4525-afd1-a25e1a7a505c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
2123 2024.10.16 19:56:15.022508 [ 3 ] {} <Debug> HTTP-Session: 2b145d45-d62b-4e89-b99c-1f371b671871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2124 2024.10.16 19:56:15.022637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2125 2024.10.16 19:56:15.022688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2126 2024.10.16 19:56:15.022707 [ 3 ] {} <Debug> HTTP-Session: 6ab919fc-db4c-4cb2-aaf4-3ee9fcf874b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2127 2024.10.16 19:56:15.022724 [ 3 ] {} <Debug> HTTP-Session: 6ab919fc-db4c-4cb2-aaf4-3ee9fcf874b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2128 2024.10.16 19:56:15.022738 [ 3 ] {} <Debug> HTTP-Session: 6ab919fc-db4c-4cb2-aaf4-3ee9fcf874b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2129 2024.10.16 19:56:15.022770 [ 3 ] {} <Trace> HTTP-Session: 6ab919fc-db4c-4cb2-aaf4-3ee9fcf874b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2130 2024.10.16 19:56:15.022876 [ 3 ] {7fb8a1ff-3080-4c5f-8c85-2e1f69e42629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2131 2024.10.16 19:56:15.022919 [ 3 ] {7fb8a1ff-3080-4c5f-8c85-2e1f69e42629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2132 2024.10.16 19:56:15.023168 [ 3 ] {7fb8a1ff-3080-4c5f-8c85-2e1f69e42629} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2133 2024.10.16 19:56:15.023480 [ 3 ] {7fb8a1ff-3080-4c5f-8c85-2e1f69e42629} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2134 2024.10.16 19:56:15.023517 [ 3 ] {7fb8a1ff-3080-4c5f-8c85-2e1f69e42629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2135 2024.10.16 19:56:15.024082 [ 3 ] {7fb8a1ff-3080-4c5f-8c85-2e1f69e42629} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2136 2024.10.16 19:56:15.024758 [ 3 ] {7fb8a1ff-3080-4c5f-8c85-2e1f69e42629} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2137 2024.10.16 19:56:15.024918 [ 3 ] {7fb8a1ff-3080-4c5f-8c85-2e1f69e42629} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002071 sec., 2897.151134717528 rows/sec., 171.17 KiB/sec.
2138 2024.10.16 19:56:15.025145 [ 3 ] {7fb8a1ff-3080-4c5f-8c85-2e1f69e42629} <Debug> DynamicQueryHandler: Done processing query
2139 2024.10.16 19:56:15.025169 [ 3 ] {7fb8a1ff-3080-4c5f-8c85-2e1f69e42629} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2140 2024.10.16 19:56:15.025185 [ 3 ] {} <Debug> HTTP-Session: 6ab919fc-db4c-4cb2-aaf4-3ee9fcf874b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2141 2024.10.16 19:56:15.025387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 138089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2142 2024.10.16 19:56:15.025436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2143 2024.10.16 19:56:15.025455 [ 3 ] {} <Debug> HTTP-Session: d17e67b8-309a-4572-94fa-5b8bd0776c5e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2144 2024.10.16 19:56:15.025471 [ 3 ] {} <Debug> HTTP-Session: d17e67b8-309a-4572-94fa-5b8bd0776c5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2145 2024.10.16 19:56:15.025485 [ 3 ] {} <Debug> HTTP-Session: d17e67b8-309a-4572-94fa-5b8bd0776c5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2146 2024.10.16 19:56:15.025516 [ 3 ] {} <Trace> HTTP-Session: d17e67b8-309a-4572-94fa-5b8bd0776c5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2147 2024.10.16 19:56:15.025854 [ 3 ] {d46e7fe4-4330-4ad1-99be-af19f14d5e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2148 2024.10.16 19:56:15.025898 [ 3 ] {d46e7fe4-4330-4ad1-99be-af19f14d5e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2149 2024.10.16 19:56:15.026123 [ 3 ] {d46e7fe4-4330-4ad1-99be-af19f14d5e02} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2150 2024.10.16 19:56:15.026937 [ 3 ] {d46e7fe4-4330-4ad1-99be-af19f14d5e02} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2151 2024.10.16 19:56:15.026974 [ 3 ] {d46e7fe4-4330-4ad1-99be-af19f14d5e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2152 2024.10.16 19:56:15.027578 [ 3 ] {d46e7fe4-4330-4ad1-99be-af19f14d5e02} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2153 2024.10.16 19:56:15.028260 [ 3 ] {d46e7fe4-4330-4ad1-99be-af19f14d5e02} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2154 2024.10.16 19:56:15.028425 [ 3 ] {d46e7fe4-4330-4ad1-99be-af19f14d5e02} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002781 sec., 304207.1197411003 rows/sec., 21.99 MiB/sec.
2155 2024.10.16 19:56:15.028607 [ 3 ] {d46e7fe4-4330-4ad1-99be-af19f14d5e02} <Debug> DynamicQueryHandler: Done processing query
2156 2024.10.16 19:56:15.028630 [ 3 ] {d46e7fe4-4330-4ad1-99be-af19f14d5e02} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
2157 2024.10.16 19:56:15.028646 [ 3 ] {} <Debug> HTTP-Session: d17e67b8-309a-4572-94fa-5b8bd0776c5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2158 2024.10.16 19:56:15.028785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2159 2024.10.16 19:56:15.028835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2160 2024.10.16 19:56:15.028853 [ 3 ] {} <Debug> HTTP-Session: d2d5fcde-d58f-4417-b3ec-ab724eae49af Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2161 2024.10.16 19:56:15.028871 [ 3 ] {} <Debug> HTTP-Session: d2d5fcde-d58f-4417-b3ec-ab724eae49af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2162 2024.10.16 19:56:15.028884 [ 3 ] {} <Debug> HTTP-Session: d2d5fcde-d58f-4417-b3ec-ab724eae49af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2163 2024.10.16 19:56:15.028915 [ 3 ] {} <Trace> HTTP-Session: d2d5fcde-d58f-4417-b3ec-ab724eae49af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2164 2024.10.16 19:56:15.029011 [ 3 ] {93ffd573-906b-4d84-8bb8-1aa2858b31c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2165 2024.10.16 19:56:15.029055 [ 3 ] {93ffd573-906b-4d84-8bb8-1aa2858b31c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2166 2024.10.16 19:56:15.029184 [ 3 ] {93ffd573-906b-4d84-8bb8-1aa2858b31c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2167 2024.10.16 19:56:15.029468 [ 3 ] {93ffd573-906b-4d84-8bb8-1aa2858b31c3} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2168 2024.10.16 19:56:15.029503 [ 3 ] {93ffd573-906b-4d84-8bb8-1aa2858b31c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2169 2024.10.16 19:56:15.030048 [ 3 ] {93ffd573-906b-4d84-8bb8-1aa2858b31c3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2170 2024.10.16 19:56:15.030700 [ 3 ] {93ffd573-906b-4d84-8bb8-1aa2858b31c3} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2171 2024.10.16 19:56:15.030866 [ 3 ] {93ffd573-906b-4d84-8bb8-1aa2858b31c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001878 sec., 3194.888178913738 rows/sec., 166.92 KiB/sec.
2172 2024.10.16 19:56:15.031129 [ 3 ] {93ffd573-906b-4d84-8bb8-1aa2858b31c3} <Debug> DynamicQueryHandler: Done processing query
2173 2024.10.16 19:56:15.031154 [ 3 ] {93ffd573-906b-4d84-8bb8-1aa2858b31c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2174 2024.10.16 19:56:15.031169 [ 3 ] {} <Debug> HTTP-Session: d2d5fcde-d58f-4417-b3ec-ab724eae49af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2175 2024.10.16 19:56:15.031561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 423149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2176 2024.10.16 19:56:15.031616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2177 2024.10.16 19:56:15.031635 [ 3 ] {} <Debug> HTTP-Session: cf420f26-c24e-41b1-af03-ff356e59678c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2178 2024.10.16 19:56:15.031653 [ 3 ] {} <Debug> HTTP-Session: cf420f26-c24e-41b1-af03-ff356e59678c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2179 2024.10.16 19:56:15.031666 [ 3 ] {} <Debug> HTTP-Session: cf420f26-c24e-41b1-af03-ff356e59678c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2180 2024.10.16 19:56:15.031698 [ 3 ] {} <Trace> HTTP-Session: cf420f26-c24e-41b1-af03-ff356e59678c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2181 2024.10.16 19:56:15.032795 [ 3 ] {bb640f9d-a239-422b-81db-7860be1de0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2182 2024.10.16 19:56:15.032846 [ 3 ] {bb640f9d-a239-422b-81db-7860be1de0e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2183 2024.10.16 19:56:15.033015 [ 3 ] {bb640f9d-a239-422b-81db-7860be1de0e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2184 2024.10.16 19:56:15.034822 [ 3 ] {bb640f9d-a239-422b-81db-7860be1de0e9} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2185 2024.10.16 19:56:15.034865 [ 3 ] {bb640f9d-a239-422b-81db-7860be1de0e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2186 2024.10.16 19:56:15.035728 [ 3 ] {bb640f9d-a239-422b-81db-7860be1de0e9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2187 2024.10.16 19:56:15.036505 [ 3 ] {bb640f9d-a239-422b-81db-7860be1de0e9} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2188 2024.10.16 19:56:15.036682 [ 3 ] {bb640f9d-a239-422b-81db-7860be1de0e9} <Debug> executeQuery: Read 2241 rows, 152.97 KiB in 0.004735 sec., 473284.0549102429 rows/sec., 31.55 MiB/sec.
2189 2024.10.16 19:56:15.036853 [ 3 ] {bb640f9d-a239-422b-81db-7860be1de0e9} <Debug> DynamicQueryHandler: Done processing query
2190 2024.10.16 19:56:15.036878 [ 3 ] {bb640f9d-a239-422b-81db-7860be1de0e9} <Debug> MemoryTracker: Peak memory usage (for query): 5.38 MiB.
2191 2024.10.16 19:56:15.036894 [ 3 ] {} <Debug> HTTP-Session: cf420f26-c24e-41b1-af03-ff356e59678c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2192 2024.10.16 19:56:15.037182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2193 2024.10.16 19:56:15.037230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2194 2024.10.16 19:56:15.037249 [ 3 ] {} <Debug> HTTP-Session: ba9be729-1861-4598-8580-b7de5c321454 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2195 2024.10.16 19:56:15.037265 [ 3 ] {} <Debug> HTTP-Session: ba9be729-1861-4598-8580-b7de5c321454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2196 2024.10.16 19:56:15.037279 [ 3 ] {} <Debug> HTTP-Session: ba9be729-1861-4598-8580-b7de5c321454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2197 2024.10.16 19:56:15.037310 [ 3 ] {} <Trace> HTTP-Session: ba9be729-1861-4598-8580-b7de5c321454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2198 2024.10.16 19:56:15.037400 [ 3 ] {651d9d4a-afd2-4070-8754-594769345717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2199 2024.10.16 19:56:15.037444 [ 3 ] {651d9d4a-afd2-4070-8754-594769345717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2200 2024.10.16 19:56:15.037568 [ 3 ] {651d9d4a-afd2-4070-8754-594769345717} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2201 2024.10.16 19:56:15.037840 [ 3 ] {651d9d4a-afd2-4070-8754-594769345717} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2202 2024.10.16 19:56:15.037876 [ 3 ] {651d9d4a-afd2-4070-8754-594769345717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2203 2024.10.16 19:56:15.038426 [ 3 ] {651d9d4a-afd2-4070-8754-594769345717} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2204 2024.10.16 19:56:15.039071 [ 3 ] {651d9d4a-afd2-4070-8754-594769345717} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2205 2024.10.16 19:56:15.039215 [ 3 ] {651d9d4a-afd2-4070-8754-594769345717} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00183 sec., 546.448087431694 rows/sec., 36.82 KiB/sec.
2206 2024.10.16 19:56:15.039481 [ 3 ] {651d9d4a-afd2-4070-8754-594769345717} <Debug> DynamicQueryHandler: Done processing query
2207 2024.10.16 19:56:15.039505 [ 3 ] {651d9d4a-afd2-4070-8754-594769345717} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2208 2024.10.16 19:56:15.039520 [ 3 ] {} <Debug> HTTP-Session: ba9be729-1861-4598-8580-b7de5c321454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2209 2024.10.16 19:56:15.039644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 14125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2210 2024.10.16 19:56:15.039691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2211 2024.10.16 19:56:15.039710 [ 3 ] {} <Debug> HTTP-Session: c20fcd0e-cfd7-4cdf-b51a-3daf9e76977c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2212 2024.10.16 19:56:15.039727 [ 3 ] {} <Debug> HTTP-Session: c20fcd0e-cfd7-4cdf-b51a-3daf9e76977c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2213 2024.10.16 19:56:15.039741 [ 3 ] {} <Debug> HTTP-Session: c20fcd0e-cfd7-4cdf-b51a-3daf9e76977c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2214 2024.10.16 19:56:15.039771 [ 3 ] {} <Trace> HTTP-Session: c20fcd0e-cfd7-4cdf-b51a-3daf9e76977c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2215 2024.10.16 19:56:15.039990 [ 3 ] {53fe3f7e-65a7-400e-b1dd-a152e54732a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2216 2024.10.16 19:56:15.040061 [ 3 ] {53fe3f7e-65a7-400e-b1dd-a152e54732a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2217 2024.10.16 19:56:15.040492 [ 3 ] {53fe3f7e-65a7-400e-b1dd-a152e54732a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2218 2024.10.16 19:56:15.040952 [ 3 ] {53fe3f7e-65a7-400e-b1dd-a152e54732a1} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2219 2024.10.16 19:56:15.040989 [ 3 ] {53fe3f7e-65a7-400e-b1dd-a152e54732a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2220 2024.10.16 19:56:15.041753 [ 3 ] {53fe3f7e-65a7-400e-b1dd-a152e54732a1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2221 2024.10.16 19:56:15.042486 [ 3 ] {53fe3f7e-65a7-400e-b1dd-a152e54732a1} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2222 2024.10.16 19:56:15.042696 [ 3 ] {53fe3f7e-65a7-400e-b1dd-a152e54732a1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00279 sec., 2867.383512544803 rows/sec., 5.14 MiB/sec.
2223 2024.10.16 19:56:15.043099 [ 3 ] {53fe3f7e-65a7-400e-b1dd-a152e54732a1} <Debug> DynamicQueryHandler: Done processing query
2224 2024.10.16 19:56:15.043122 [ 3 ] {53fe3f7e-65a7-400e-b1dd-a152e54732a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
2225 2024.10.16 19:56:15.043138 [ 3 ] {} <Debug> HTTP-Session: c20fcd0e-cfd7-4cdf-b51a-3daf9e76977c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2226 2024.10.16 19:56:15.043264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 6700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2227 2024.10.16 19:56:15.043311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2228 2024.10.16 19:56:15.043330 [ 3 ] {} <Debug> HTTP-Session: cfe1fad5-7829-4e33-b392-6643d3eeee8b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2229 2024.10.16 19:56:15.043346 [ 3 ] {} <Debug> HTTP-Session: cfe1fad5-7829-4e33-b392-6643d3eeee8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2230 2024.10.16 19:56:15.043360 [ 3 ] {} <Debug> HTTP-Session: cfe1fad5-7829-4e33-b392-6643d3eeee8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2231 2024.10.16 19:56:15.043391 [ 3 ] {} <Trace> HTTP-Session: cfe1fad5-7829-4e33-b392-6643d3eeee8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2232 2024.10.16 19:56:15.043498 [ 3 ] {95e7a67c-ef62-4f5a-8f27-eea23e032655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2233 2024.10.16 19:56:15.043542 [ 3 ] {95e7a67c-ef62-4f5a-8f27-eea23e032655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2234 2024.10.16 19:56:15.043675 [ 3 ] {95e7a67c-ef62-4f5a-8f27-eea23e032655} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2235 2024.10.16 19:56:15.043953 [ 3 ] {95e7a67c-ef62-4f5a-8f27-eea23e032655} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2236 2024.10.16 19:56:15.043989 [ 3 ] {95e7a67c-ef62-4f5a-8f27-eea23e032655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2237 2024.10.16 19:56:15.044481 [ 3 ] {95e7a67c-ef62-4f5a-8f27-eea23e032655} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2238 2024.10.16 19:56:15.045158 [ 3 ] {95e7a67c-ef62-4f5a-8f27-eea23e032655} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2239 2024.10.16 19:56:15.045307 [ 3 ] {95e7a67c-ef62-4f5a-8f27-eea23e032655} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001837 sec., 25040.827436037016 rows/sec., 1.51 MiB/sec.
2240 2024.10.16 19:56:15.045466 [ 3 ] {95e7a67c-ef62-4f5a-8f27-eea23e032655} <Debug> DynamicQueryHandler: Done processing query
2241 2024.10.16 19:56:15.045490 [ 3 ] {95e7a67c-ef62-4f5a-8f27-eea23e032655} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2242 2024.10.16 19:56:15.045506 [ 3 ] {} <Debug> HTTP-Session: cfe1fad5-7829-4e33-b392-6643d3eeee8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2243 2024.10.16 19:56:16.000152 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 141.07 MiB, peak 151.25 MiB, free memory in arenas 0.00 B, will set to 142.59 MiB (RSS), difference: 1.52 MiB
2244 2024.10.16 19:56:16.421753 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
2245 2024.10.16 19:56:16.421811 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
2246 2024.10.16 19:56:17.604057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2247 2024.10.16 19:56:17.604209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2248 2024.10.16 19:56:17.604240 [ 3 ] {} <Debug> HTTP-Session: 941910aa-7e1a-43e6-9902-f827b65dd446 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2249 2024.10.16 19:56:17.604276 [ 3 ] {} <Debug> HTTP-Session: 941910aa-7e1a-43e6-9902-f827b65dd446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2250 2024.10.16 19:56:17.604298 [ 3 ] {} <Debug> HTTP-Session: 941910aa-7e1a-43e6-9902-f827b65dd446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2251 2024.10.16 19:56:17.604366 [ 3 ] {} <Trace> HTTP-Session: 941910aa-7e1a-43e6-9902-f827b65dd446 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2252 2024.10.16 19:56:17.604654 [ 3 ] {610624eb-546e-45b4-a78a-c7ffd5311601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2253 2024.10.16 19:56:17.604753 [ 3 ] {610624eb-546e-45b4-a78a-c7ffd5311601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2254 2024.10.16 19:56:17.605215 [ 3 ] {610624eb-546e-45b4-a78a-c7ffd5311601} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2255 2024.10.16 19:56:17.605846 [ 3 ] {610624eb-546e-45b4-a78a-c7ffd5311601} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2256 2024.10.16 19:56:17.605908 [ 3 ] {610624eb-546e-45b4-a78a-c7ffd5311601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2257 2024.10.16 19:56:17.606714 [ 3 ] {610624eb-546e-45b4-a78a-c7ffd5311601} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2258 2024.10.16 19:56:17.607740 [ 3 ] {610624eb-546e-45b4-a78a-c7ffd5311601} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2259 2024.10.16 19:56:17.608003 [ 3 ] {610624eb-546e-45b4-a78a-c7ffd5311601} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.003431 sec., 16321.772078111338 rows/sec., 1.25 MiB/sec.
2260 2024.10.16 19:56:17.608304 [ 3 ] {610624eb-546e-45b4-a78a-c7ffd5311601} <Debug> DynamicQueryHandler: Done processing query
2261 2024.10.16 19:56:17.608344 [ 3 ] {610624eb-546e-45b4-a78a-c7ffd5311601} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2262 2024.10.16 19:56:17.608367 [ 3 ] {} <Debug> HTTP-Session: 941910aa-7e1a-43e6-9902-f827b65dd446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2263 2024.10.16 19:56:17.608561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2264 2024.10.16 19:56:17.608633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2265 2024.10.16 19:56:17.608663 [ 3 ] {} <Debug> HTTP-Session: 5e54956a-7ade-4e83-975e-efc84a1a3034 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2266 2024.10.16 19:56:17.608686 [ 3 ] {} <Debug> HTTP-Session: 5e54956a-7ade-4e83-975e-efc84a1a3034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2267 2024.10.16 19:56:17.608708 [ 3 ] {} <Debug> HTTP-Session: 5e54956a-7ade-4e83-975e-efc84a1a3034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2268 2024.10.16 19:56:17.608753 [ 3 ] {} <Trace> HTTP-Session: 5e54956a-7ade-4e83-975e-efc84a1a3034 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2269 2024.10.16 19:56:17.608926 [ 3 ] {9ee4d634-0855-4dea-b265-715d9c065d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2270 2024.10.16 19:56:17.608991 [ 3 ] {9ee4d634-0855-4dea-b265-715d9c065d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2271 2024.10.16 19:56:17.609318 [ 3 ] {9ee4d634-0855-4dea-b265-715d9c065d8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2272 2024.10.16 19:56:17.609874 [ 3 ] {9ee4d634-0855-4dea-b265-715d9c065d8e} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2273 2024.10.16 19:56:17.609931 [ 3 ] {9ee4d634-0855-4dea-b265-715d9c065d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2274 2024.10.16 19:56:17.610634 [ 3 ] {9ee4d634-0855-4dea-b265-715d9c065d8e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2275 2024.10.16 19:56:17.611682 [ 3 ] {9ee4d634-0855-4dea-b265-715d9c065d8e} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2276 2024.10.16 19:56:17.611908 [ 3 ] {9ee4d634-0855-4dea-b265-715d9c065d8e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003038 sec., 21066.491112574062 rows/sec., 1.64 MiB/sec.
2277 2024.10.16 19:56:17.612177 [ 3 ] {9ee4d634-0855-4dea-b265-715d9c065d8e} <Debug> DynamicQueryHandler: Done processing query
2278 2024.10.16 19:56:17.612216 [ 3 ] {9ee4d634-0855-4dea-b265-715d9c065d8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2279 2024.10.16 19:56:17.612238 [ 3 ] {} <Debug> HTTP-Session: 5e54956a-7ade-4e83-975e-efc84a1a3034 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2280 2024.10.16 19:56:17.612471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 18382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2281 2024.10.16 19:56:17.612547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2282 2024.10.16 19:56:17.612579 [ 3 ] {} <Debug> HTTP-Session: f2479d82-ff32-4454-ad6b-4bf345368afe Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2283 2024.10.16 19:56:17.612602 [ 3 ] {} <Debug> HTTP-Session: f2479d82-ff32-4454-ad6b-4bf345368afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2284 2024.10.16 19:56:17.612622 [ 3 ] {} <Debug> HTTP-Session: f2479d82-ff32-4454-ad6b-4bf345368afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2285 2024.10.16 19:56:17.612668 [ 3 ] {} <Trace> HTTP-Session: f2479d82-ff32-4454-ad6b-4bf345368afe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2286 2024.10.16 19:56:17.612860 [ 3 ] {353cc79f-6785-4a90-9c78-c5c11c6ed158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2287 2024.10.16 19:56:17.612935 [ 3 ] {353cc79f-6785-4a90-9c78-c5c11c6ed158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2288 2024.10.16 19:56:17.613166 [ 3 ] {353cc79f-6785-4a90-9c78-c5c11c6ed158} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2289 2024.10.16 19:56:17.613655 [ 3 ] {353cc79f-6785-4a90-9c78-c5c11c6ed158} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2290 2024.10.16 19:56:17.613710 [ 3 ] {353cc79f-6785-4a90-9c78-c5c11c6ed158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2291 2024.10.16 19:56:17.614530 [ 3 ] {353cc79f-6785-4a90-9c78-c5c11c6ed158} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2292 2024.10.16 19:56:17.615414 [ 3 ] {353cc79f-6785-4a90-9c78-c5c11c6ed158} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2293 2024.10.16 19:56:17.615619 [ 3 ] {353cc79f-6785-4a90-9c78-c5c11c6ed158} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.002824 sec., 33994.33427762039 rows/sec., 2.37 MiB/sec.
2294 2024.10.16 19:56:17.615847 [ 3 ] {353cc79f-6785-4a90-9c78-c5c11c6ed158} <Debug> DynamicQueryHandler: Done processing query
2295 2024.10.16 19:56:17.615878 [ 3 ] {353cc79f-6785-4a90-9c78-c5c11c6ed158} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2296 2024.10.16 19:56:17.615901 [ 3 ] {} <Debug> HTTP-Session: f2479d82-ff32-4454-ad6b-4bf345368afe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2297 2024.10.16 19:56:17.616066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2298 2024.10.16 19:56:17.616128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2299 2024.10.16 19:56:17.616155 [ 3 ] {} <Debug> HTTP-Session: 6d16d47d-b66c-4375-801a-b59d8b0ee241 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2300 2024.10.16 19:56:17.616177 [ 3 ] {} <Debug> HTTP-Session: 6d16d47d-b66c-4375-801a-b59d8b0ee241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2301 2024.10.16 19:56:17.616196 [ 3 ] {} <Debug> HTTP-Session: 6d16d47d-b66c-4375-801a-b59d8b0ee241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2302 2024.10.16 19:56:17.616237 [ 3 ] {} <Trace> HTTP-Session: 6d16d47d-b66c-4375-801a-b59d8b0ee241 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2303 2024.10.16 19:56:17.616377 [ 3 ] {eaf92822-319a-4a1b-9a35-708e08a8a273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2304 2024.10.16 19:56:17.616436 [ 3 ] {eaf92822-319a-4a1b-9a35-708e08a8a273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2305 2024.10.16 19:56:17.616620 [ 3 ] {eaf92822-319a-4a1b-9a35-708e08a8a273} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2306 2024.10.16 19:56:17.617040 [ 3 ] {eaf92822-319a-4a1b-9a35-708e08a8a273} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2307 2024.10.16 19:56:17.617088 [ 3 ] {eaf92822-319a-4a1b-9a35-708e08a8a273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2308 2024.10.16 19:56:17.617776 [ 3 ] {eaf92822-319a-4a1b-9a35-708e08a8a273} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2309 2024.10.16 19:56:17.618619 [ 3 ] {eaf92822-319a-4a1b-9a35-708e08a8a273} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2310 2024.10.16 19:56:17.618841 [ 3 ] {eaf92822-319a-4a1b-9a35-708e08a8a273} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.002485 sec., 14486.921529175052 rows/sec., 999.75 KiB/sec.
2311 2024.10.16 19:56:17.619061 [ 3 ] {eaf92822-319a-4a1b-9a35-708e08a8a273} <Debug> DynamicQueryHandler: Done processing query
2312 2024.10.16 19:56:17.619094 [ 3 ] {eaf92822-319a-4a1b-9a35-708e08a8a273} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2313 2024.10.16 19:56:17.619113 [ 3 ] {} <Debug> HTTP-Session: 6d16d47d-b66c-4375-801a-b59d8b0ee241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2314 2024.10.16 19:56:21.503273 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 74 entries to flush up to offset 254
2315 2024.10.16 19:56:21.506974 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2316 2024.10.16 19:56:21.507026 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2317 2024.10.16 19:56:21.508578 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2318 2024.10.16 19:56:21.509543 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2319 2024.10.16 19:56:21.510560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 254
2320 2024.10.16 19:56:22.605089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2321 2024.10.16 19:56:22.605203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2322 2024.10.16 19:56:22.605228 [ 3 ] {} <Debug> HTTP-Session: 4961e75b-e9fb-41da-8d42-102e4e485fe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2323 2024.10.16 19:56:22.605252 [ 3 ] {} <Debug> HTTP-Session: 4961e75b-e9fb-41da-8d42-102e4e485fe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2324 2024.10.16 19:56:22.605267 [ 3 ] {} <Debug> HTTP-Session: 4961e75b-e9fb-41da-8d42-102e4e485fe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2325 2024.10.16 19:56:22.605315 [ 3 ] {} <Trace> HTTP-Session: 4961e75b-e9fb-41da-8d42-102e4e485fe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2326 2024.10.16 19:56:22.605513 [ 3 ] {dd8f7a6b-8386-4ef4-8779-6e840b3de0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2327 2024.10.16 19:56:22.605581 [ 3 ] {dd8f7a6b-8386-4ef4-8779-6e840b3de0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2328 2024.10.16 19:56:22.605911 [ 3 ] {dd8f7a6b-8386-4ef4-8779-6e840b3de0ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2329 2024.10.16 19:56:22.606378 [ 3 ] {dd8f7a6b-8386-4ef4-8779-6e840b3de0ac} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2330 2024.10.16 19:56:22.606425 [ 3 ] {dd8f7a6b-8386-4ef4-8779-6e840b3de0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2331 2024.10.16 19:56:22.606931 [ 3 ] {dd8f7a6b-8386-4ef4-8779-6e840b3de0ac} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2332 2024.10.16 19:56:22.607520 [ 3 ] {dd8f7a6b-8386-4ef4-8779-6e840b3de0ac} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2333 2024.10.16 19:56:22.607695 [ 3 ] {dd8f7a6b-8386-4ef4-8779-6e840b3de0ac} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002243 sec., 24966.562639322336 rows/sec., 1.91 MiB/sec.
2334 2024.10.16 19:56:22.607938 [ 3 ] {dd8f7a6b-8386-4ef4-8779-6e840b3de0ac} <Debug> DynamicQueryHandler: Done processing query
2335 2024.10.16 19:56:22.607964 [ 3 ] {dd8f7a6b-8386-4ef4-8779-6e840b3de0ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2336 2024.10.16 19:56:22.607981 [ 3 ] {} <Debug> HTTP-Session: 4961e75b-e9fb-41da-8d42-102e4e485fe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2337 2024.10.16 19:56:22.608136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2338 2024.10.16 19:56:22.608191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2339 2024.10.16 19:56:22.608211 [ 3 ] {} <Debug> HTTP-Session: 973aaf89-95ab-4643-aa33-7f3048dfd73b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2340 2024.10.16 19:56:22.608231 [ 3 ] {} <Debug> HTTP-Session: 973aaf89-95ab-4643-aa33-7f3048dfd73b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2341 2024.10.16 19:56:22.608245 [ 3 ] {} <Debug> HTTP-Session: 973aaf89-95ab-4643-aa33-7f3048dfd73b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2342 2024.10.16 19:56:22.608279 [ 3 ] {} <Trace> HTTP-Session: 973aaf89-95ab-4643-aa33-7f3048dfd73b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2343 2024.10.16 19:56:22.608404 [ 3 ] {3c90057c-f9f2-4aff-99ba-7a1279738b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2344 2024.10.16 19:56:22.608451 [ 3 ] {3c90057c-f9f2-4aff-99ba-7a1279738b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2345 2024.10.16 19:56:22.608685 [ 3 ] {3c90057c-f9f2-4aff-99ba-7a1279738b8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2346 2024.10.16 19:56:22.609040 [ 3 ] {3c90057c-f9f2-4aff-99ba-7a1279738b8c} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2347 2024.10.16 19:56:22.609078 [ 3 ] {3c90057c-f9f2-4aff-99ba-7a1279738b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2348 2024.10.16 19:56:22.609554 [ 3 ] {3c90057c-f9f2-4aff-99ba-7a1279738b8c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2349 2024.10.16 19:56:22.610214 [ 3 ] {3c90057c-f9f2-4aff-99ba-7a1279738b8c} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2350 2024.10.16 19:56:22.610381 [ 3 ] {3c90057c-f9f2-4aff-99ba-7a1279738b8c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002012 sec., 31809.145129224653 rows/sec., 2.48 MiB/sec.
2351 2024.10.16 19:56:22.610599 [ 3 ] {3c90057c-f9f2-4aff-99ba-7a1279738b8c} <Debug> DynamicQueryHandler: Done processing query
2352 2024.10.16 19:56:22.610623 [ 3 ] {3c90057c-f9f2-4aff-99ba-7a1279738b8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2353 2024.10.16 19:56:22.610639 [ 3 ] {} <Debug> HTTP-Session: 973aaf89-95ab-4643-aa33-7f3048dfd73b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2354 2024.10.16 19:56:22.610816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2355 2024.10.16 19:56:22.610864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2356 2024.10.16 19:56:22.610884 [ 3 ] {} <Debug> HTTP-Session: 927ce7af-8634-4fa1-8e81-ea67b3ac2b7d Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2357 2024.10.16 19:56:22.610902 [ 3 ] {} <Debug> HTTP-Session: 927ce7af-8634-4fa1-8e81-ea67b3ac2b7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2358 2024.10.16 19:56:22.610915 [ 3 ] {} <Debug> HTTP-Session: 927ce7af-8634-4fa1-8e81-ea67b3ac2b7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2359 2024.10.16 19:56:22.610948 [ 3 ] {} <Trace> HTTP-Session: 927ce7af-8634-4fa1-8e81-ea67b3ac2b7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2360 2024.10.16 19:56:22.611092 [ 3 ] {8b0eb799-d308-4eab-9e39-3e71c2e69062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2361 2024.10.16 19:56:22.611139 [ 3 ] {8b0eb799-d308-4eab-9e39-3e71c2e69062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2362 2024.10.16 19:56:22.611280 [ 3 ] {8b0eb799-d308-4eab-9e39-3e71c2e69062} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2363 2024.10.16 19:56:22.611717 [ 3 ] {8b0eb799-d308-4eab-9e39-3e71c2e69062} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2364 2024.10.16 19:56:22.611753 [ 3 ] {8b0eb799-d308-4eab-9e39-3e71c2e69062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2365 2024.10.16 19:56:22.612288 [ 3 ] {8b0eb799-d308-4eab-9e39-3e71c2e69062} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2366 2024.10.16 19:56:22.612937 [ 3 ] {8b0eb799-d308-4eab-9e39-3e71c2e69062} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2367 2024.10.16 19:56:22.613104 [ 3 ] {8b0eb799-d308-4eab-9e39-3e71c2e69062} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00207 sec., 77294.68599033817 rows/sec., 5.38 MiB/sec.
2368 2024.10.16 19:56:22.613282 [ 3 ] {8b0eb799-d308-4eab-9e39-3e71c2e69062} <Debug> DynamicQueryHandler: Done processing query
2369 2024.10.16 19:56:22.613306 [ 3 ] {8b0eb799-d308-4eab-9e39-3e71c2e69062} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2370 2024.10.16 19:56:22.613322 [ 3 ] {} <Debug> HTTP-Session: 927ce7af-8634-4fa1-8e81-ea67b3ac2b7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2371 2024.10.16 19:56:22.613440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2372 2024.10.16 19:56:22.613490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2373 2024.10.16 19:56:22.613509 [ 3 ] {} <Debug> HTTP-Session: 72712663-4d79-4282-9221-c463692189eb Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2374 2024.10.16 19:56:22.613526 [ 3 ] {} <Debug> HTTP-Session: 72712663-4d79-4282-9221-c463692189eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2375 2024.10.16 19:56:22.613540 [ 3 ] {} <Debug> HTTP-Session: 72712663-4d79-4282-9221-c463692189eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2376 2024.10.16 19:56:22.613571 [ 3 ] {} <Trace> HTTP-Session: 72712663-4d79-4282-9221-c463692189eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2377 2024.10.16 19:56:22.613695 [ 3 ] {d8b0ec19-1848-4707-9df0-5caa0669d613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2378 2024.10.16 19:56:22.613740 [ 3 ] {d8b0ec19-1848-4707-9df0-5caa0669d613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2379 2024.10.16 19:56:22.613866 [ 3 ] {d8b0ec19-1848-4707-9df0-5caa0669d613} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2380 2024.10.16 19:56:22.614159 [ 3 ] {d8b0ec19-1848-4707-9df0-5caa0669d613} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2381 2024.10.16 19:56:22.614194 [ 3 ] {d8b0ec19-1848-4707-9df0-5caa0669d613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2382 2024.10.16 19:56:22.614723 [ 3 ] {d8b0ec19-1848-4707-9df0-5caa0669d613} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2383 2024.10.16 19:56:22.615363 [ 3 ] {d8b0ec19-1848-4707-9df0-5caa0669d613} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2384 2024.10.16 19:56:22.615520 [ 3 ] {d8b0ec19-1848-4707-9df0-5caa0669d613} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001866 sec., 32154.34083601286 rows/sec., 2.17 MiB/sec.
2385 2024.10.16 19:56:22.615803 [ 3 ] {d8b0ec19-1848-4707-9df0-5caa0669d613} <Debug> DynamicQueryHandler: Done processing query
2386 2024.10.16 19:56:22.615828 [ 3 ] {d8b0ec19-1848-4707-9df0-5caa0669d613} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2387 2024.10.16 19:56:22.615844 [ 3 ] {} <Debug> HTTP-Session: 72712663-4d79-4282-9221-c463692189eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2388 2024.10.16 19:56:27.608992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2389 2024.10.16 19:56:27.609117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2390 2024.10.16 19:56:27.609144 [ 3 ] {} <Debug> HTTP-Session: 8b2a6887-d896-495f-90ec-8c319f9ebd4f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2391 2024.10.16 19:56:27.609168 [ 3 ] {} <Debug> HTTP-Session: 8b2a6887-d896-495f-90ec-8c319f9ebd4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2392 2024.10.16 19:56:27.609184 [ 3 ] {} <Debug> HTTP-Session: 8b2a6887-d896-495f-90ec-8c319f9ebd4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2393 2024.10.16 19:56:27.609232 [ 3 ] {} <Trace> HTTP-Session: 8b2a6887-d896-495f-90ec-8c319f9ebd4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2394 2024.10.16 19:56:27.609475 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2395 2024.10.16 19:56:27.609882 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2396 2024.10.16 19:56:27.609936 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2397 2024.10.16 19:56:27.610302 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2398 2024.10.16 19:56:27.610385 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2399 2024.10.16 19:56:27.610560 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2400 2024.10.16 19:56:27.610653 [ 255 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2401 2024.10.16 19:56:27.610737 [ 257 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2402 2024.10.16 19:56:27.610737 [ 250 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2403 2024.10.16 19:56:27.610878 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
2404 2024.10.16 19:56:27.610909 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
2405 2024.10.16 19:56:27.613084 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2406 2024.10.16 19:56:27.615211 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Reading approx. 36 rows with 2 streams
2407 2024.10.16 19:56:27.615295 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2408 2024.10.16 19:56:27.615346 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2409 2024.10.16 19:56:27.616899 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.007536 sec., 4777.070063694267 rows/sec., 177.92 KiB/sec.
2410 2024.10.16 19:56:27.617287 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Debug> DynamicQueryHandler: Done processing query
2411 2024.10.16 19:56:27.617316 [ 3 ] {f8d89ac2-c361-4e1e-853b-3657353260a5} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB.
2412 2024.10.16 19:56:27.617334 [ 3 ] {} <Debug> HTTP-Session: 8b2a6887-d896-495f-90ec-8c319f9ebd4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2413 2024.10.16 19:56:27.617564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2414 2024.10.16 19:56:27.617624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2415 2024.10.16 19:56:27.617647 [ 3 ] {} <Debug> HTTP-Session: 141b7ee1-ab00-48bd-9964-59dcc4993621 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2416 2024.10.16 19:56:27.617666 [ 3 ] {} <Debug> HTTP-Session: 141b7ee1-ab00-48bd-9964-59dcc4993621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2417 2024.10.16 19:56:27.617681 [ 3 ] {} <Debug> HTTP-Session: 141b7ee1-ab00-48bd-9964-59dcc4993621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2418 2024.10.16 19:56:27.617719 [ 3 ] {} <Trace> HTTP-Session: 141b7ee1-ab00-48bd-9964-59dcc4993621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2419 2024.10.16 19:56:27.617955 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2420 2024.10.16 19:56:27.618291 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2421 2024.10.16 19:56:27.618345 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2422 2024.10.16 19:56:27.618682 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2423 2024.10.16 19:56:27.618753 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2424 2024.10.16 19:56:27.618904 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2425 2024.10.16 19:56:27.619060 [ 257 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2426 2024.10.16 19:56:27.619066 [ 258 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2427 2024.10.16 19:56:27.619088 [ 260 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2428 2024.10.16 19:56:27.619224 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
2429 2024.10.16 19:56:27.619255 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
2430 2024.10.16 19:56:27.619344 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2431 2024.10.16 19:56:27.619367 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Reading approx. 36 rows with 2 streams
2432 2024.10.16 19:56:27.619407 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2433 2024.10.16 19:56:27.619453 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2434 2024.10.16 19:56:27.620763 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.002901 sec., 12409.513960703207 rows/sec., 462.19 KiB/sec.
2435 2024.10.16 19:56:27.621081 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Debug> DynamicQueryHandler: Done processing query
2436 2024.10.16 19:56:27.621106 [ 3 ] {acd96d3e-f2b0-456f-b0ce-e1855f35ed96} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2437 2024.10.16 19:56:27.621123 [ 3 ] {} <Debug> HTTP-Session: 141b7ee1-ab00-48bd-9964-59dcc4993621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2438 2024.10.16 19:56:27.621354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2439 2024.10.16 19:56:27.621409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2440 2024.10.16 19:56:27.621429 [ 3 ] {} <Debug> HTTP-Session: ebbf94fb-6283-4ecf-b0d2-607d4b1cc387 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2441 2024.10.16 19:56:27.621447 [ 3 ] {} <Debug> HTTP-Session: ebbf94fb-6283-4ecf-b0d2-607d4b1cc387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2442 2024.10.16 19:56:27.621462 [ 3 ] {} <Debug> HTTP-Session: ebbf94fb-6283-4ecf-b0d2-607d4b1cc387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2443 2024.10.16 19:56:27.621499 [ 3 ] {} <Trace> HTTP-Session: ebbf94fb-6283-4ecf-b0d2-607d4b1cc387 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2444 2024.10.16 19:56:27.621662 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2445 2024.10.16 19:56:27.621973 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2446 2024.10.16 19:56:27.622025 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2447 2024.10.16 19:56:27.622351 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2448 2024.10.16 19:56:27.622418 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2449 2024.10.16 19:56:27.622562 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2450 2024.10.16 19:56:27.622687 [ 255 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2451 2024.10.16 19:56:27.622721 [ 259 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2452 2024.10.16 19:56:27.622734 [ 260 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2453 2024.10.16 19:56:27.622868 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
2454 2024.10.16 19:56:27.622899 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
2455 2024.10.16 19:56:27.622982 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2456 2024.10.16 19:56:27.623003 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Reading approx. 36 rows with 2 streams
2457 2024.10.16 19:56:27.623044 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2458 2024.10.16 19:56:27.623087 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2459 2024.10.16 19:56:27.624358 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.002778 sec., 12958.963282937364 rows/sec., 482.66 KiB/sec.
2460 2024.10.16 19:56:27.624680 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Debug> DynamicQueryHandler: Done processing query
2461 2024.10.16 19:56:27.624706 [ 3 ] {a8998366-12bc-4cea-849d-d5b250a5f2e6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2462 2024.10.16 19:56:27.624724 [ 3 ] {} <Debug> HTTP-Session: ebbf94fb-6283-4ecf-b0d2-607d4b1cc387 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2463 2024.10.16 19:56:27.627905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2464 2024.10.16 19:56:27.627956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2465 2024.10.16 19:56:27.627976 [ 3 ] {} <Debug> HTTP-Session: 0c4bf0fa-0583-4aed-9b1f-9bf95539f285 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2466 2024.10.16 19:56:27.627993 [ 3 ] {} <Debug> HTTP-Session: 0c4bf0fa-0583-4aed-9b1f-9bf95539f285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2467 2024.10.16 19:56:27.628007 [ 3 ] {} <Debug> HTTP-Session: 0c4bf0fa-0583-4aed-9b1f-9bf95539f285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2468 2024.10.16 19:56:27.628143 [ 3 ] {} <Trace> HTTP-Session: 0c4bf0fa-0583-4aed-9b1f-9bf95539f285 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2469 2024.10.16 19:56:27.628260 [ 3 ] {ed60bfa0-6ee9-45a4-af71-13b49d739139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
2470 2024.10.16 19:56:27.628309 [ 3 ] {ed60bfa0-6ee9-45a4-af71-13b49d739139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2471 2024.10.16 19:56:27.628483 [ 3 ] {ed60bfa0-6ee9-45a4-af71-13b49d739139} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2472 2024.10.16 19:56:27.628808 [ 3 ] {ed60bfa0-6ee9-45a4-af71-13b49d739139} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2473 2024.10.16 19:56:27.628848 [ 3 ] {ed60bfa0-6ee9-45a4-af71-13b49d739139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2474 2024.10.16 19:56:27.629512 [ 3 ] {ed60bfa0-6ee9-45a4-af71-13b49d739139} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2475 2024.10.16 19:56:27.630071 [ 3 ] {ed60bfa0-6ee9-45a4-af71-13b49d739139} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2476 2024.10.16 19:56:27.630288 [ 3 ] {ed60bfa0-6ee9-45a4-af71-13b49d739139} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.002066 sec., 1452.081316553727 rows/sec., 132.35 KiB/sec.
2477 2024.10.16 19:56:27.630497 [ 3 ] {ed60bfa0-6ee9-45a4-af71-13b49d739139} <Debug> DynamicQueryHandler: Done processing query
2478 2024.10.16 19:56:27.630522 [ 3 ] {ed60bfa0-6ee9-45a4-af71-13b49d739139} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2479 2024.10.16 19:56:27.630538 [ 3 ] {} <Debug> HTTP-Session: 0c4bf0fa-0583-4aed-9b1f-9bf95539f285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2480 2024.10.16 19:56:27.630716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 37700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2481 2024.10.16 19:56:27.630766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2482 2024.10.16 19:56:27.630786 [ 3 ] {} <Debug> HTTP-Session: 8deed1b2-cde6-4e2a-b066-3b8f87a8b237 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2483 2024.10.16 19:56:27.630803 [ 3 ] {} <Debug> HTTP-Session: 8deed1b2-cde6-4e2a-b066-3b8f87a8b237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2484 2024.10.16 19:56:27.630818 [ 3 ] {} <Debug> HTTP-Session: 8deed1b2-cde6-4e2a-b066-3b8f87a8b237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2485 2024.10.16 19:56:27.630856 [ 3 ] {} <Trace> HTTP-Session: 8deed1b2-cde6-4e2a-b066-3b8f87a8b237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2486 2024.10.16 19:56:27.631031 [ 3 ] {0a6a6a16-9067-47d8-80bd-7c32cd7bd5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2487 2024.10.16 19:56:27.631074 [ 3 ] {0a6a6a16-9067-47d8-80bd-7c32cd7bd5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2488 2024.10.16 19:56:27.631307 [ 3 ] {0a6a6a16-9067-47d8-80bd-7c32cd7bd5be} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2489 2024.10.16 19:56:27.631830 [ 3 ] {0a6a6a16-9067-47d8-80bd-7c32cd7bd5be} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2490 2024.10.16 19:56:27.631868 [ 3 ] {0a6a6a16-9067-47d8-80bd-7c32cd7bd5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2491 2024.10.16 19:56:27.632395 [ 3 ] {0a6a6a16-9067-47d8-80bd-7c32cd7bd5be} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2492 2024.10.16 19:56:27.633245 [ 3 ] {0a6a6a16-9067-47d8-80bd-7c32cd7bd5be} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2493 2024.10.16 19:56:27.633376 [ 3 ] {0a6a6a16-9067-47d8-80bd-7c32cd7bd5be} <Debug> executeQuery: Read 249 rows, 22.57 KiB in 0.00243 sec., 102469.13580246914 rows/sec., 9.07 MiB/sec.
2494 2024.10.16 19:56:27.633710 [ 3 ] {0a6a6a16-9067-47d8-80bd-7c32cd7bd5be} <Debug> DynamicQueryHandler: Done processing query
2495 2024.10.16 19:56:27.633737 [ 3 ] {0a6a6a16-9067-47d8-80bd-7c32cd7bd5be} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
2496 2024.10.16 19:56:27.633753 [ 3 ] {} <Debug> HTTP-Session: 8deed1b2-cde6-4e2a-b066-3b8f87a8b237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2497 2024.10.16 19:56:27.633880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2498 2024.10.16 19:56:27.633931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2499 2024.10.16 19:56:27.633950 [ 3 ] {} <Debug> HTTP-Session: 147323ac-4930-4569-84ec-36b079698470 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2500 2024.10.16 19:56:27.633967 [ 3 ] {} <Debug> HTTP-Session: 147323ac-4930-4569-84ec-36b079698470 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2501 2024.10.16 19:56:27.633980 [ 3 ] {} <Debug> HTTP-Session: 147323ac-4930-4569-84ec-36b079698470 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2502 2024.10.16 19:56:27.634010 [ 3 ] {} <Trace> HTTP-Session: 147323ac-4930-4569-84ec-36b079698470 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2503 2024.10.16 19:56:27.634119 [ 3 ] {c014f937-ed03-480c-9bd6-f04cdfdc91ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2504 2024.10.16 19:56:27.634163 [ 3 ] {c014f937-ed03-480c-9bd6-f04cdfdc91ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2505 2024.10.16 19:56:27.634410 [ 3 ] {c014f937-ed03-480c-9bd6-f04cdfdc91ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2506 2024.10.16 19:56:27.634729 [ 3 ] {c014f937-ed03-480c-9bd6-f04cdfdc91ab} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2507 2024.10.16 19:56:27.634765 [ 3 ] {c014f937-ed03-480c-9bd6-f04cdfdc91ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2508 2024.10.16 19:56:27.635265 [ 3 ] {c014f937-ed03-480c-9bd6-f04cdfdc91ab} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2509 2024.10.16 19:56:27.635988 [ 3 ] {c014f937-ed03-480c-9bd6-f04cdfdc91ab} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2510 2024.10.16 19:56:27.636114 [ 3 ] {c014f937-ed03-480c-9bd6-f04cdfdc91ab} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.002026 sec., 14807.502467917078 rows/sec., 1.09 MiB/sec.
2511 2024.10.16 19:56:27.636332 [ 3 ] {c014f937-ed03-480c-9bd6-f04cdfdc91ab} <Debug> DynamicQueryHandler: Done processing query
2512 2024.10.16 19:56:27.636356 [ 3 ] {c014f937-ed03-480c-9bd6-f04cdfdc91ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2513 2024.10.16 19:56:27.636372 [ 3 ] {} <Debug> HTTP-Session: 147323ac-4930-4569-84ec-36b079698470 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2514 2024.10.16 19:56:27.636491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2515 2024.10.16 19:56:27.636539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2516 2024.10.16 19:56:27.636559 [ 3 ] {} <Debug> HTTP-Session: 0621af64-3def-48bf-9899-baccf2c8ba5f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2517 2024.10.16 19:56:27.636576 [ 3 ] {} <Debug> HTTP-Session: 0621af64-3def-48bf-9899-baccf2c8ba5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2518 2024.10.16 19:56:27.636590 [ 3 ] {} <Debug> HTTP-Session: 0621af64-3def-48bf-9899-baccf2c8ba5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2519 2024.10.16 19:56:27.636620 [ 3 ] {} <Trace> HTTP-Session: 0621af64-3def-48bf-9899-baccf2c8ba5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2520 2024.10.16 19:56:27.636718 [ 3 ] {44475b98-6c62-4a02-b65d-cf19b3ef5a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2521 2024.10.16 19:56:27.636760 [ 3 ] {44475b98-6c62-4a02-b65d-cf19b3ef5a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2522 2024.10.16 19:56:27.636989 [ 3 ] {44475b98-6c62-4a02-b65d-cf19b3ef5a12} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2523 2024.10.16 19:56:27.637299 [ 3 ] {44475b98-6c62-4a02-b65d-cf19b3ef5a12} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2524 2024.10.16 19:56:27.637335 [ 3 ] {44475b98-6c62-4a02-b65d-cf19b3ef5a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2525 2024.10.16 19:56:27.637845 [ 3 ] {44475b98-6c62-4a02-b65d-cf19b3ef5a12} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2526 2024.10.16 19:56:27.638480 [ 3 ] {44475b98-6c62-4a02-b65d-cf19b3ef5a12} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2527 2024.10.16 19:56:27.638614 [ 3 ] {44475b98-6c62-4a02-b65d-cf19b3ef5a12} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001923 sec., 7280.291211648466 rows/sec., 509.86 KiB/sec.
2528 2024.10.16 19:56:27.638915 [ 3 ] {44475b98-6c62-4a02-b65d-cf19b3ef5a12} <Debug> DynamicQueryHandler: Done processing query
2529 2024.10.16 19:56:27.638940 [ 3 ] {44475b98-6c62-4a02-b65d-cf19b3ef5a12} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2530 2024.10.16 19:56:27.638956 [ 3 ] {} <Debug> HTTP-Session: 0621af64-3def-48bf-9899-baccf2c8ba5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2531 2024.10.16 19:56:27.639067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2532 2024.10.16 19:56:27.639115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2533 2024.10.16 19:56:27.639134 [ 3 ] {} <Debug> HTTP-Session: 65bb3c7c-eebb-4872-9f06-27f978684a41 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2534 2024.10.16 19:56:27.639151 [ 3 ] {} <Debug> HTTP-Session: 65bb3c7c-eebb-4872-9f06-27f978684a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2535 2024.10.16 19:56:27.639165 [ 3 ] {} <Debug> HTTP-Session: 65bb3c7c-eebb-4872-9f06-27f978684a41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2536 2024.10.16 19:56:27.639196 [ 3 ] {} <Trace> HTTP-Session: 65bb3c7c-eebb-4872-9f06-27f978684a41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2537 2024.10.16 19:56:27.639291 [ 3 ] {b6650ecd-ead5-41c2-813f-e68a8f065316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2538 2024.10.16 19:56:27.639334 [ 3 ] {b6650ecd-ead5-41c2-813f-e68a8f065316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2539 2024.10.16 19:56:27.639577 [ 3 ] {b6650ecd-ead5-41c2-813f-e68a8f065316} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2540 2024.10.16 19:56:27.639874 [ 3 ] {b6650ecd-ead5-41c2-813f-e68a8f065316} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2541 2024.10.16 19:56:27.639909 [ 3 ] {b6650ecd-ead5-41c2-813f-e68a8f065316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2542 2024.10.16 19:56:27.640431 [ 3 ] {b6650ecd-ead5-41c2-813f-e68a8f065316} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2543 2024.10.16 19:56:27.641146 [ 3 ] {b6650ecd-ead5-41c2-813f-e68a8f065316} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2544 2024.10.16 19:56:27.641276 [ 3 ] {b6650ecd-ead5-41c2-813f-e68a8f065316} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002009 sec., 2986.5604778496768 rows/sec., 176.45 KiB/sec.
2545 2024.10.16 19:56:27.641442 [ 3 ] {b6650ecd-ead5-41c2-813f-e68a8f065316} <Debug> DynamicQueryHandler: Done processing query
2546 2024.10.16 19:56:27.641467 [ 3 ] {b6650ecd-ead5-41c2-813f-e68a8f065316} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2547 2024.10.16 19:56:27.641483 [ 3 ] {} <Debug> HTTP-Session: 65bb3c7c-eebb-4872-9f06-27f978684a41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2548 2024.10.16 19:56:27.641687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68569, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2549 2024.10.16 19:56:27.641736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2550 2024.10.16 19:56:27.641756 [ 3 ] {} <Debug> HTTP-Session: 5031b2dd-b996-4fe1-8555-5dc1cc56fdfe Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2551 2024.10.16 19:56:27.641772 [ 3 ] {} <Debug> HTTP-Session: 5031b2dd-b996-4fe1-8555-5dc1cc56fdfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2552 2024.10.16 19:56:27.641786 [ 3 ] {} <Debug> HTTP-Session: 5031b2dd-b996-4fe1-8555-5dc1cc56fdfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2553 2024.10.16 19:56:27.641816 [ 3 ] {} <Trace> HTTP-Session: 5031b2dd-b996-4fe1-8555-5dc1cc56fdfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2554 2024.10.16 19:56:27.642016 [ 3 ] {ab669b78-c5ba-40cf-a002-6f94c428c321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2555 2024.10.16 19:56:27.642058 [ 3 ] {ab669b78-c5ba-40cf-a002-6f94c428c321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2556 2024.10.16 19:56:27.642273 [ 3 ] {ab669b78-c5ba-40cf-a002-6f94c428c321} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2557 2024.10.16 19:56:27.642819 [ 3 ] {ab669b78-c5ba-40cf-a002-6f94c428c321} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2558 2024.10.16 19:56:27.642856 [ 3 ] {ab669b78-c5ba-40cf-a002-6f94c428c321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2559 2024.10.16 19:56:27.643360 [ 3 ] {ab669b78-c5ba-40cf-a002-6f94c428c321} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2560 2024.10.16 19:56:27.643989 [ 3 ] {ab669b78-c5ba-40cf-a002-6f94c428c321} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2561 2024.10.16 19:56:27.644124 [ 3 ] {ab669b78-c5ba-40cf-a002-6f94c428c321} <Debug> executeQuery: Read 422 rows, 30.90 KiB in 0.002216 sec., 190433.2129963899 rows/sec., 13.62 MiB/sec.
2562 2024.10.16 19:56:27.644341 [ 3 ] {ab669b78-c5ba-40cf-a002-6f94c428c321} <Debug> DynamicQueryHandler: Done processing query
2563 2024.10.16 19:56:27.644366 [ 3 ] {ab669b78-c5ba-40cf-a002-6f94c428c321} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
2564 2024.10.16 19:56:27.644383 [ 3 ] {} <Debug> HTTP-Session: 5031b2dd-b996-4fe1-8555-5dc1cc56fdfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2565 2024.10.16 19:56:27.644505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2566 2024.10.16 19:56:27.644554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2567 2024.10.16 19:56:27.644573 [ 3 ] {} <Debug> HTTP-Session: 334543d7-ece0-4a57-92c6-05fe184503c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2568 2024.10.16 19:56:27.644589 [ 3 ] {} <Debug> HTTP-Session: 334543d7-ece0-4a57-92c6-05fe184503c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2569 2024.10.16 19:56:27.644603 [ 3 ] {} <Debug> HTTP-Session: 334543d7-ece0-4a57-92c6-05fe184503c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2570 2024.10.16 19:56:27.644633 [ 3 ] {} <Trace> HTTP-Session: 334543d7-ece0-4a57-92c6-05fe184503c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2571 2024.10.16 19:56:27.644727 [ 3 ] {326094e1-b176-486b-a9b8-d167975e257c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2572 2024.10.16 19:56:27.644772 [ 3 ] {326094e1-b176-486b-a9b8-d167975e257c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2573 2024.10.16 19:56:27.644896 [ 3 ] {326094e1-b176-486b-a9b8-d167975e257c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2574 2024.10.16 19:56:27.645157 [ 3 ] {326094e1-b176-486b-a9b8-d167975e257c} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2575 2024.10.16 19:56:27.645193 [ 3 ] {326094e1-b176-486b-a9b8-d167975e257c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2576 2024.10.16 19:56:27.645684 [ 3 ] {326094e1-b176-486b-a9b8-d167975e257c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2577 2024.10.16 19:56:27.646269 [ 3 ] {326094e1-b176-486b-a9b8-d167975e257c} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2578 2024.10.16 19:56:27.646393 [ 3 ] {326094e1-b176-486b-a9b8-d167975e257c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001691 sec., 3548.1963335304554 rows/sec., 185.38 KiB/sec.
2579 2024.10.16 19:56:27.646554 [ 3 ] {326094e1-b176-486b-a9b8-d167975e257c} <Debug> DynamicQueryHandler: Done processing query
2580 2024.10.16 19:56:27.646579 [ 3 ] {326094e1-b176-486b-a9b8-d167975e257c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2581 2024.10.16 19:56:27.646595 [ 3 ] {} <Debug> HTTP-Session: 334543d7-ece0-4a57-92c6-05fe184503c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2582 2024.10.16 19:56:27.646760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2583 2024.10.16 19:56:27.646808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2584 2024.10.16 19:56:27.646827 [ 3 ] {} <Debug> HTTP-Session: d2c3b9b6-1400-4035-af8a-3eded450661a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2585 2024.10.16 19:56:27.646845 [ 3 ] {} <Debug> HTTP-Session: d2c3b9b6-1400-4035-af8a-3eded450661a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2586 2024.10.16 19:56:27.646859 [ 3 ] {} <Debug> HTTP-Session: d2c3b9b6-1400-4035-af8a-3eded450661a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2587 2024.10.16 19:56:27.646889 [ 3 ] {} <Trace> HTTP-Session: d2c3b9b6-1400-4035-af8a-3eded450661a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2588 2024.10.16 19:56:27.647044 [ 3 ] {edd577fd-9c0f-49e8-be7a-f8bded97d116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2589 2024.10.16 19:56:27.647090 [ 3 ] {edd577fd-9c0f-49e8-be7a-f8bded97d116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2590 2024.10.16 19:56:27.647227 [ 3 ] {edd577fd-9c0f-49e8-be7a-f8bded97d116} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2591 2024.10.16 19:56:27.647646 [ 3 ] {edd577fd-9c0f-49e8-be7a-f8bded97d116} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2592 2024.10.16 19:56:27.647682 [ 3 ] {edd577fd-9c0f-49e8-be7a-f8bded97d116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2593 2024.10.16 19:56:27.648206 [ 3 ] {edd577fd-9c0f-49e8-be7a-f8bded97d116} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2594 2024.10.16 19:56:27.648837 [ 3 ] {edd577fd-9c0f-49e8-be7a-f8bded97d116} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2595 2024.10.16 19:56:27.648971 [ 3 ] {edd577fd-9c0f-49e8-be7a-f8bded97d116} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002006 sec., 118145.56331006979 rows/sec., 7.92 MiB/sec.
2596 2024.10.16 19:56:27.649126 [ 3 ] {edd577fd-9c0f-49e8-be7a-f8bded97d116} <Debug> DynamicQueryHandler: Done processing query
2597 2024.10.16 19:56:27.649150 [ 3 ] {edd577fd-9c0f-49e8-be7a-f8bded97d116} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2598 2024.10.16 19:56:27.649166 [ 3 ] {} <Debug> HTTP-Session: d2c3b9b6-1400-4035-af8a-3eded450661a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2599 2024.10.16 19:56:27.649272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2600 2024.10.16 19:56:27.649320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2601 2024.10.16 19:56:27.649339 [ 3 ] {} <Debug> HTTP-Session: eaf104b7-542c-4323-81c5-dfc37705df74 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2602 2024.10.16 19:56:27.649355 [ 3 ] {} <Debug> HTTP-Session: eaf104b7-542c-4323-81c5-dfc37705df74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2603 2024.10.16 19:56:27.649369 [ 3 ] {} <Debug> HTTP-Session: eaf104b7-542c-4323-81c5-dfc37705df74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2604 2024.10.16 19:56:27.649400 [ 3 ] {} <Trace> HTTP-Session: eaf104b7-542c-4323-81c5-dfc37705df74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2605 2024.10.16 19:56:27.649491 [ 3 ] {d0c7ed3b-b896-4ef5-a2cb-fb278bb187e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2606 2024.10.16 19:56:27.649535 [ 3 ] {d0c7ed3b-b896-4ef5-a2cb-fb278bb187e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2607 2024.10.16 19:56:27.649658 [ 3 ] {d0c7ed3b-b896-4ef5-a2cb-fb278bb187e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2608 2024.10.16 19:56:27.649912 [ 3 ] {d0c7ed3b-b896-4ef5-a2cb-fb278bb187e9} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2609 2024.10.16 19:56:27.649946 [ 3 ] {d0c7ed3b-b896-4ef5-a2cb-fb278bb187e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2610 2024.10.16 19:56:27.650436 [ 3 ] {d0c7ed3b-b896-4ef5-a2cb-fb278bb187e9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2611 2024.10.16 19:56:27.651056 [ 3 ] {d0c7ed3b-b896-4ef5-a2cb-fb278bb187e9} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2612 2024.10.16 19:56:27.651182 [ 3 ] {d0c7ed3b-b896-4ef5-a2cb-fb278bb187e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001713 sec., 583.7711617046118 rows/sec., 39.34 KiB/sec.
2613 2024.10.16 19:56:27.651346 [ 3 ] {d0c7ed3b-b896-4ef5-a2cb-fb278bb187e9} <Debug> DynamicQueryHandler: Done processing query
2614 2024.10.16 19:56:27.651371 [ 3 ] {d0c7ed3b-b896-4ef5-a2cb-fb278bb187e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2615 2024.10.16 19:56:27.651388 [ 3 ] {} <Debug> HTTP-Session: eaf104b7-542c-4323-81c5-dfc37705df74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2616 2024.10.16 19:56:27.651537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 50143, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2617 2024.10.16 19:56:27.651585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2618 2024.10.16 19:56:27.651604 [ 3 ] {} <Debug> HTTP-Session: 919ccc59-d62e-4674-9b2c-bf55f1916cdb Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2619 2024.10.16 19:56:27.651622 [ 3 ] {} <Debug> HTTP-Session: 919ccc59-d62e-4674-9b2c-bf55f1916cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2620 2024.10.16 19:56:27.651636 [ 3 ] {} <Debug> HTTP-Session: 919ccc59-d62e-4674-9b2c-bf55f1916cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2621 2024.10.16 19:56:27.651667 [ 3 ] {} <Trace> HTTP-Session: 919ccc59-d62e-4674-9b2c-bf55f1916cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2622 2024.10.16 19:56:27.652002 [ 3 ] {281a4387-8a89-4dd5-9a70-bd46c7b06901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2623 2024.10.16 19:56:27.652066 [ 3 ] {281a4387-8a89-4dd5-9a70-bd46c7b06901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2624 2024.10.16 19:56:27.652465 [ 3 ] {281a4387-8a89-4dd5-9a70-bd46c7b06901} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2625 2024.10.16 19:56:27.653133 [ 3 ] {281a4387-8a89-4dd5-9a70-bd46c7b06901} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2626 2024.10.16 19:56:27.653177 [ 3 ] {281a4387-8a89-4dd5-9a70-bd46c7b06901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2627 2024.10.16 19:56:27.654135 [ 3 ] {281a4387-8a89-4dd5-9a70-bd46c7b06901} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2628 2024.10.16 19:56:27.654914 [ 3 ] {281a4387-8a89-4dd5-9a70-bd46c7b06901} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2629 2024.10.16 19:56:27.655077 [ 3 ] {281a4387-8a89-4dd5-9a70-bd46c7b06901} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003318 sec., 9041.591320072332 rows/sec., 16.20 MiB/sec.
2630 2024.10.16 19:56:27.655501 [ 3 ] {281a4387-8a89-4dd5-9a70-bd46c7b06901} <Debug> DynamicQueryHandler: Done processing query
2631 2024.10.16 19:56:27.655526 [ 3 ] {281a4387-8a89-4dd5-9a70-bd46c7b06901} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
2632 2024.10.16 19:56:27.655543 [ 3 ] {} <Debug> HTTP-Session: 919ccc59-d62e-4674-9b2c-bf55f1916cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2633 2024.10.16 19:56:27.655663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 2430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2634 2024.10.16 19:56:27.655713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2635 2024.10.16 19:56:27.655732 [ 3 ] {} <Debug> HTTP-Session: 3dfe5f17-4c6f-40f0-b105-7c9857e7bfc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2636 2024.10.16 19:56:27.655748 [ 3 ] {} <Debug> HTTP-Session: 3dfe5f17-4c6f-40f0-b105-7c9857e7bfc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2637 2024.10.16 19:56:27.655763 [ 3 ] {} <Debug> HTTP-Session: 3dfe5f17-4c6f-40f0-b105-7c9857e7bfc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2638 2024.10.16 19:56:27.655794 [ 3 ] {} <Trace> HTTP-Session: 3dfe5f17-4c6f-40f0-b105-7c9857e7bfc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2639 2024.10.16 19:56:27.655894 [ 3 ] {6b7d2b86-c15f-4350-b0e5-af5eb8f49821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
2640 2024.10.16 19:56:27.655940 [ 3 ] {6b7d2b86-c15f-4350-b0e5-af5eb8f49821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2641 2024.10.16 19:56:27.656075 [ 3 ] {6b7d2b86-c15f-4350-b0e5-af5eb8f49821} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2642 2024.10.16 19:56:27.656360 [ 3 ] {6b7d2b86-c15f-4350-b0e5-af5eb8f49821} <Trace> oximeter.measurements_i64 (34c2e836-dc3f-43a5-94f2-3244a4e3c04e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2643 2024.10.16 19:56:27.656396 [ 3 ] {6b7d2b86-c15f-4350-b0e5-af5eb8f49821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2644 2024.10.16 19:56:27.656935 [ 3 ] {6b7d2b86-c15f-4350-b0e5-af5eb8f49821} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2645 2024.10.16 19:56:27.657557 [ 3 ] {6b7d2b86-c15f-4350-b0e5-af5eb8f49821} <Trace> oximeter.measurements_i64 (34c2e836-dc3f-43a5-94f2-3244a4e3c04e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2646 2024.10.16 19:56:27.657688 [ 3 ] {6b7d2b86-c15f-4350-b0e5-af5eb8f49821} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.00182 sec., 8241.758241758242 rows/sec., 613.30 KiB/sec.
2647 2024.10.16 19:56:27.657891 [ 3 ] {6b7d2b86-c15f-4350-b0e5-af5eb8f49821} <Debug> DynamicQueryHandler: Done processing query
2648 2024.10.16 19:56:27.657915 [ 3 ] {6b7d2b86-c15f-4350-b0e5-af5eb8f49821} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2649 2024.10.16 19:56:27.657931 [ 3 ] {} <Debug> HTTP-Session: 3dfe5f17-4c6f-40f0-b105-7c9857e7bfc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2650 2024.10.16 19:56:27.658057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2651 2024.10.16 19:56:27.658105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2652 2024.10.16 19:56:27.658125 [ 3 ] {} <Debug> HTTP-Session: dfa4497f-3680-4691-a821-a62a556fc47f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2653 2024.10.16 19:56:27.658142 [ 3 ] {} <Debug> HTTP-Session: dfa4497f-3680-4691-a821-a62a556fc47f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2654 2024.10.16 19:56:27.658156 [ 3 ] {} <Debug> HTTP-Session: dfa4497f-3680-4691-a821-a62a556fc47f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2655 2024.10.16 19:56:27.658186 [ 3 ] {} <Trace> HTTP-Session: dfa4497f-3680-4691-a821-a62a556fc47f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2656 2024.10.16 19:56:27.658313 [ 3 ] {5aa551c1-2bca-4036-9d83-e019e049f908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2657 2024.10.16 19:56:27.658356 [ 3 ] {5aa551c1-2bca-4036-9d83-e019e049f908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2658 2024.10.16 19:56:27.658483 [ 3 ] {5aa551c1-2bca-4036-9d83-e019e049f908} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2659 2024.10.16 19:56:27.658785 [ 3 ] {5aa551c1-2bca-4036-9d83-e019e049f908} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2660 2024.10.16 19:56:27.658821 [ 3 ] {5aa551c1-2bca-4036-9d83-e019e049f908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2661 2024.10.16 19:56:27.659407 [ 3 ] {5aa551c1-2bca-4036-9d83-e019e049f908} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2662 2024.10.16 19:56:27.660004 [ 3 ] {5aa551c1-2bca-4036-9d83-e019e049f908} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2663 2024.10.16 19:56:27.660139 [ 3 ] {5aa551c1-2bca-4036-9d83-e019e049f908} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001879 sec., 43640.23416711017 rows/sec., 2.77 MiB/sec.
2664 2024.10.16 19:56:27.660305 [ 3 ] {5aa551c1-2bca-4036-9d83-e019e049f908} <Debug> DynamicQueryHandler: Done processing query
2665 2024.10.16 19:56:27.660331 [ 3 ] {5aa551c1-2bca-4036-9d83-e019e049f908} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2666 2024.10.16 19:56:27.660348 [ 3 ] {} <Debug> HTTP-Session: dfa4497f-3680-4691-a821-a62a556fc47f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2667 2024.10.16 19:56:31.421872 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache
2668 2024.10.16 19:56:31.421971 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache
2669 2024.10.16 19:56:31.511863 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 292
2670 2024.10.16 19:56:31.514862 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2671 2024.10.16 19:56:31.514913 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2672 2024.10.16 19:56:31.516948 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2673 2024.10.16 19:56:31.517939 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2674 2024.10.16 19:56:31.518151 [ 66 ] {} <Debug> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2675 2024.10.16 19:56:31.518275 [ 66 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2676 2024.10.16 19:56:31.518336 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2677 2024.10.16 19:56:31.518846 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
2678 2024.10.16 19:56:31.519841 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 292
2679 2024.10.16 19:56:31.520482 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2680 2024.10.16 19:56:31.520647 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
2681 2024.10.16 19:56:31.521267 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part
2682 2024.10.16 19:56:31.521815 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
2683 2024.10.16 19:56:31.522360 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part
2684 2024.10.16 19:56:31.522877 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 74 rows starting from the beginning of the part
2685 2024.10.16 19:56:31.523452 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part
2686 2024.10.16 19:56:31.557200 [ 200 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 72 columns (72 merged, 0 gathered) in 0.038700857 sec., 7545.052555296127 rows/sec., 6.94 MiB/sec.
2687 2024.10.16 19:56:31.558073 [ 198 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2688 2024.10.16 19:56:31.559557 [ 198 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_6_1} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2689 2024.10.16 19:56:31.559637 [ 198 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_6_1} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2690 2024.10.16 19:56:31.559846 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB.
2691 2024.10.16 19:56:32.605549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2692 2024.10.16 19:56:32.605654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2693 2024.10.16 19:56:32.605679 [ 3 ] {} <Debug> HTTP-Session: 42c74f5e-9825-458f-a1a3-3cdc2578e907 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2694 2024.10.16 19:56:32.605703 [ 3 ] {} <Debug> HTTP-Session: 42c74f5e-9825-458f-a1a3-3cdc2578e907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2695 2024.10.16 19:56:32.605718 [ 3 ] {} <Debug> HTTP-Session: 42c74f5e-9825-458f-a1a3-3cdc2578e907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2696 2024.10.16 19:56:32.605765 [ 3 ] {} <Trace> HTTP-Session: 42c74f5e-9825-458f-a1a3-3cdc2578e907 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2697 2024.10.16 19:56:32.605954 [ 3 ] {33e20c9c-8ea9-4cfa-a27b-854c1863d645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2698 2024.10.16 19:56:32.606025 [ 3 ] {33e20c9c-8ea9-4cfa-a27b-854c1863d645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2699 2024.10.16 19:56:32.606352 [ 3 ] {33e20c9c-8ea9-4cfa-a27b-854c1863d645} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2700 2024.10.16 19:56:32.606800 [ 3 ] {33e20c9c-8ea9-4cfa-a27b-854c1863d645} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2701 2024.10.16 19:56:32.606842 [ 3 ] {33e20c9c-8ea9-4cfa-a27b-854c1863d645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2702 2024.10.16 19:56:32.607284 [ 3 ] {33e20c9c-8ea9-4cfa-a27b-854c1863d645} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2703 2024.10.16 19:56:32.607675 [ 3 ] {33e20c9c-8ea9-4cfa-a27b-854c1863d645} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2704 2024.10.16 19:56:32.607823 [ 3 ] {33e20c9c-8ea9-4cfa-a27b-854c1863d645} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.22 MiB/sec.
2705 2024.10.16 19:56:32.607930 [ 63 ] {} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2706 2024.10.16 19:56:32.608061 [ 63 ] {} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2707 2024.10.16 19:56:32.608113 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2708 2024.10.16 19:56:32.608134 [ 3 ] {33e20c9c-8ea9-4cfa-a27b-854c1863d645} <Debug> DynamicQueryHandler: Done processing query
2709 2024.10.16 19:56:32.608180 [ 3 ] {33e20c9c-8ea9-4cfa-a27b-854c1863d645} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2710 2024.10.16 19:56:32.608239 [ 3 ] {} <Debug> HTTP-Session: 42c74f5e-9825-458f-a1a3-3cdc2578e907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2711 2024.10.16 19:56:32.608672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2712 2024.10.16 19:56:32.608993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2713 2024.10.16 19:56:32.609083 [ 200 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
2714 2024.10.16 19:56:32.609124 [ 3 ] {} <Debug> HTTP-Session: 6551e4a9-f3bc-46d5-b455-16c5dfcfa115 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2715 2024.10.16 19:56:32.609177 [ 3 ] {} <Debug> HTTP-Session: 6551e4a9-f3bc-46d5-b455-16c5dfcfa115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2716 2024.10.16 19:56:32.609215 [ 3 ] {} <Debug> HTTP-Session: 6551e4a9-f3bc-46d5-b455-16c5dfcfa115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2717 2024.10.16 19:56:32.609297 [ 3 ] {} <Trace> HTTP-Session: 6551e4a9-f3bc-46d5-b455-16c5dfcfa115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2718 2024.10.16 19:56:32.609551 [ 200 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2719 2024.10.16 19:56:32.609583 [ 3 ] {597f03e9-c0df-459b-87ee-1c43a098a37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2720 2024.10.16 19:56:32.609641 [ 200 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part
2721 2024.10.16 19:56:32.609666 [ 3 ] {597f03e9-c0df-459b-87ee-1c43a098a37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2722 2024.10.16 19:56:32.609997 [ 200 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1345 rows starting from the beginning of the part
2723 2024.10.16 19:56:32.610342 [ 200 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
2724 2024.10.16 19:56:32.610804 [ 200 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
2725 2024.10.16 19:56:32.611200 [ 200 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 249 rows starting from the beginning of the part
2726 2024.10.16 19:56:32.611606 [ 200 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
2727 2024.10.16 19:56:32.611915 [ 3 ] {597f03e9-c0df-459b-87ee-1c43a098a37d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2728 2024.10.16 19:56:32.613023 [ 3 ] {597f03e9-c0df-459b-87ee-1c43a098a37d} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2729 2024.10.16 19:56:32.613086 [ 3 ] {597f03e9-c0df-459b-87ee-1c43a098a37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2730 2024.10.16 19:56:32.614117 [ 3 ] {597f03e9-c0df-459b-87ee-1c43a098a37d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2731 2024.10.16 19:56:32.614939 [ 3 ] {597f03e9-c0df-459b-87ee-1c43a098a37d} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2732 2024.10.16 19:56:32.615189 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1834 rows, containing 5 columns (5 merged, 0 gathered) in 0.006905998 sec., 265566.2512500004 rows/sec., 23.10 MiB/sec.
2733 2024.10.16 19:56:32.615298 [ 63 ] {} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2734 2024.10.16 19:56:32.615363 [ 3 ] {597f03e9-c0df-459b-87ee-1c43a098a37d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005878 sec., 10888.057162300101 rows/sec., 870.23 KiB/sec.
2735 2024.10.16 19:56:32.615375 [ 63 ] {} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2736 2024.10.16 19:56:32.615456 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2737 2024.10.16 19:56:32.615890 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2738 2024.10.16 19:56:32.616067 [ 3 ] {597f03e9-c0df-459b-87ee-1c43a098a37d} <Debug> DynamicQueryHandler: Done processing query
2739 2024.10.16 19:56:32.616278 [ 3 ] {597f03e9-c0df-459b-87ee-1c43a098a37d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2740 2024.10.16 19:56:32.616424 [ 196 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
2741 2024.10.16 19:56:32.616474 [ 3 ] {} <Debug> HTTP-Session: 6551e4a9-f3bc-46d5-b455-16c5dfcfa115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2742 2024.10.16 19:56:32.616943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2743 2024.10.16 19:56:32.617278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2744 2024.10.16 19:56:32.617437 [ 3 ] {} <Debug> HTTP-Session: ba73f153-b6b8-49ad-b483-aeec6cb9b6c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2745 2024.10.16 19:56:32.617523 [ 3 ] {} <Debug> HTTP-Session: ba73f153-b6b8-49ad-b483-aeec6cb9b6c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2746 2024.10.16 19:56:32.617551 [ 196 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2747 2024.10.16 19:56:32.617574 [ 3 ] {} <Debug> HTTP-Session: ba73f153-b6b8-49ad-b483-aeec6cb9b6c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2748 2024.10.16 19:56:32.617678 [ 196 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part
2749 2024.10.16 19:56:32.617692 [ 3 ] {} <Trace> HTTP-Session: ba73f153-b6b8-49ad-b483-aeec6cb9b6c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2750 2024.10.16 19:56:32.617997 [ 196 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part
2751 2024.10.16 19:56:32.618161 [ 3 ] {bf31aa67-3f04-45ed-8902-a126f67d3701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2752 2024.10.16 19:56:32.618453 [ 196 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
2753 2024.10.16 19:56:32.618454 [ 3 ] {bf31aa67-3f04-45ed-8902-a126f67d3701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2754 2024.10.16 19:56:32.618478 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_11_2} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2755 2024.10.16 19:56:32.618987 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_11_2} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2756 2024.10.16 19:56:32.618998 [ 196 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part
2757 2024.10.16 19:56:32.619459 [ 196 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 422 rows starting from the beginning of the part
2758 2024.10.16 19:56:32.619604 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
2759 2024.10.16 19:56:32.619982 [ 196 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
2760 2024.10.16 19:56:32.620424 [ 3 ] {bf31aa67-3f04-45ed-8902-a126f67d3701} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2761 2024.10.16 19:56:32.621055 [ 3 ] {bf31aa67-3f04-45ed-8902-a126f67d3701} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2762 2024.10.16 19:56:32.621103 [ 3 ] {bf31aa67-3f04-45ed-8902-a126f67d3701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2763 2024.10.16 19:56:32.621717 [ 3 ] {bf31aa67-3f04-45ed-8902-a126f67d3701} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2764 2024.10.16 19:56:32.622148 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1532 rows, containing 5 columns (5 merged, 0 gathered) in 0.006508529 sec., 235383.44839517502 rows/sec., 18.09 MiB/sec.
2765 2024.10.16 19:56:32.622218 [ 3 ] {bf31aa67-3f04-45ed-8902-a126f67d3701} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2766 2024.10.16 19:56:32.622478 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2767 2024.10.16 19:56:32.622493 [ 3 ] {bf31aa67-3f04-45ed-8902-a126f67d3701} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004551 sec., 35157.10832784003 rows/sec., 2.45 MiB/sec.
2768 2024.10.16 19:56:32.622556 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2769 2024.10.16 19:56:32.622607 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2770 2024.10.16 19:56:32.622821 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2771 2024.10.16 19:56:32.623224 [ 3 ] {bf31aa67-3f04-45ed-8902-a126f67d3701} <Debug> DynamicQueryHandler: Done processing query
2772 2024.10.16 19:56:32.623236 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::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
2773 2024.10.16 19:56:32.623391 [ 3 ] {bf31aa67-3f04-45ed-8902-a126f67d3701} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2774 2024.10.16 19:56:32.623605 [ 3 ] {} <Debug> HTTP-Session: ba73f153-b6b8-49ad-b483-aeec6cb9b6c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2775 2024.10.16 19:56:32.623923 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2776 2024.10.16 19:56:32.623996 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 588 rows starting from the beginning of the part
2777 2024.10.16 19:56:32.624119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2778 2024.10.16 19:56:32.624262 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_11_2} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2779 2024.10.16 19:56:32.624301 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2241 rows starting from the beginning of the part
2780 2024.10.16 19:56:32.624361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2781 2024.10.16 19:56:32.624659 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_11_2} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2782 2024.10.16 19:56:32.624708 [ 3 ] {} <Debug> HTTP-Session: de608867-819e-4d20-8c18-c1d4583e1cd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2783 2024.10.16 19:56:32.624734 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 96 rows starting from the beginning of the part
2784 2024.10.16 19:56:32.624855 [ 3 ] {} <Debug> HTTP-Session: de608867-819e-4d20-8c18-c1d4583e1cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2785 2024.10.16 19:56:32.625014 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
2786 2024.10.16 19:56:32.625141 [ 3 ] {} <Debug> HTTP-Session: de608867-819e-4d20-8c18-c1d4583e1cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2787 2024.10.16 19:56:32.625176 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part
2788 2024.10.16 19:56:32.625495 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part
2789 2024.10.16 19:56:32.625508 [ 3 ] {} <Trace> HTTP-Session: de608867-819e-4d20-8c18-c1d4583e1cd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2790 2024.10.16 19:56:32.625749 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part
2791 2024.10.16 19:56:32.626095 [ 3 ] {142e493c-1e3e-4d5b-992c-168811dd6f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2792 2024.10.16 19:56:32.626291 [ 3 ] {142e493c-1e3e-4d5b-992c-168811dd6f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2793 2024.10.16 19:56:32.626691 [ 3 ] {142e493c-1e3e-4d5b-992c-168811dd6f0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2794 2024.10.16 19:56:32.627418 [ 3 ] {142e493c-1e3e-4d5b-992c-168811dd6f0a} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2795 2024.10.16 19:56:32.627478 [ 3 ] {142e493c-1e3e-4d5b-992c-168811dd6f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2796 2024.10.16 19:56:32.628507 [ 3 ] {142e493c-1e3e-4d5b-992c-168811dd6f0a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2797 2024.10.16 19:56:32.629352 [ 3 ] {142e493c-1e3e-4d5b-992c-168811dd6f0a} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2798 2024.10.16 19:56:32.629412 [ 200 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3482 rows, containing 5 columns (5 merged, 0 gathered) in 0.006351725 sec., 548197.5368895851 rows/sec., 37.05 MiB/sec.
2799 2024.10.16 19:56:32.629617 [ 63 ] {} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2800 2024.10.16 19:56:32.629639 [ 3 ] {142e493c-1e3e-4d5b-992c-168811dd6f0a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003784 sec., 15856.236786469344 rows/sec., 1.07 MiB/sec.
2801 2024.10.16 19:56:32.629698 [ 63 ] {} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2802 2024.10.16 19:56:32.629862 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2803 2024.10.16 19:56:32.630060 [ 200 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2804 2024.10.16 19:56:32.630262 [ 3 ] {142e493c-1e3e-4d5b-992c-168811dd6f0a} <Debug> DynamicQueryHandler: Done processing query
2805 2024.10.16 19:56:32.630422 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::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
2806 2024.10.16 19:56:32.630442 [ 3 ] {142e493c-1e3e-4d5b-992c-168811dd6f0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2807 2024.10.16 19:56:32.630801 [ 3 ] {} <Debug> HTTP-Session: de608867-819e-4d20-8c18-c1d4583e1cd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2808 2024.10.16 19:56:32.631533 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2809 2024.10.16 19:56:32.631626 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 244 rows starting from the beginning of the part
2810 2024.10.16 19:56:32.631887 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part
2811 2024.10.16 19:56:32.632111 [ 200 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2812 2024.10.16 19:56:32.632306 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part
2813 2024.10.16 19:56:32.632473 [ 200 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2814 2024.10.16 19:56:32.632515 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part
2815 2024.10.16 19:56:32.632757 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
2816 2024.10.16 19:56:32.632820 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part
2817 2024.10.16 19:56:32.633005 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part
2818 2024.10.16 19:56:32.634146 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 4 columns (4 merged, 0 gathered) in 0.004104314 sec., 128645.12802870345 rows/sec., 8.49 MiB/sec.
2819 2024.10.16 19:56:32.634342 [ 197 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2820 2024.10.16 19:56:32.634737 [ 197 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_11_2} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2821 2024.10.16 19:56:32.634813 [ 197 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_11_2} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2822 2024.10.16 19:56:32.634895 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
2823 2024.10.16 19:56:37.610803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 37700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2824 2024.10.16 19:56:37.610940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2825 2024.10.16 19:56:37.610970 [ 3 ] {} <Debug> HTTP-Session: a1f2a751-8c7a-45b6-976d-2671b3de80f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2826 2024.10.16 19:56:37.610998 [ 3 ] {} <Debug> HTTP-Session: a1f2a751-8c7a-45b6-976d-2671b3de80f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2827 2024.10.16 19:56:37.611017 [ 3 ] {} <Debug> HTTP-Session: a1f2a751-8c7a-45b6-976d-2671b3de80f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2828 2024.10.16 19:56:37.611072 [ 3 ] {} <Trace> HTTP-Session: a1f2a751-8c7a-45b6-976d-2671b3de80f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2829 2024.10.16 19:56:37.611328 [ 3 ] {b4cacc09-ee2c-4f5d-955f-4486b24942c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2830 2024.10.16 19:56:37.611394 [ 3 ] {b4cacc09-ee2c-4f5d-955f-4486b24942c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2831 2024.10.16 19:56:37.611717 [ 3 ] {b4cacc09-ee2c-4f5d-955f-4486b24942c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2832 2024.10.16 19:56:37.612338 [ 3 ] {b4cacc09-ee2c-4f5d-955f-4486b24942c3} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2833 2024.10.16 19:56:37.612375 [ 3 ] {b4cacc09-ee2c-4f5d-955f-4486b24942c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2834 2024.10.16 19:56:37.612807 [ 3 ] {b4cacc09-ee2c-4f5d-955f-4486b24942c3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2835 2024.10.16 19:56:37.613209 [ 3 ] {b4cacc09-ee2c-4f5d-955f-4486b24942c3} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2836 2024.10.16 19:56:37.613360 [ 3 ] {b4cacc09-ee2c-4f5d-955f-4486b24942c3} <Debug> executeQuery: Read 249 rows, 22.57 KiB in 0.002145 sec., 116083.91608391608 rows/sec., 10.27 MiB/sec.
2837 2024.10.16 19:56:37.613591 [ 3 ] {b4cacc09-ee2c-4f5d-955f-4486b24942c3} <Debug> DynamicQueryHandler: Done processing query
2838 2024.10.16 19:56:37.613619 [ 3 ] {b4cacc09-ee2c-4f5d-955f-4486b24942c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
2839 2024.10.16 19:56:37.613636 [ 3 ] {} <Debug> HTTP-Session: a1f2a751-8c7a-45b6-976d-2671b3de80f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2840 2024.10.16 19:56:37.613783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2841 2024.10.16 19:56:37.613833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2842 2024.10.16 19:56:37.613854 [ 3 ] {} <Debug> HTTP-Session: 3d9122f8-cf5c-4177-b406-903ce9eddf81 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2843 2024.10.16 19:56:37.613872 [ 3 ] {} <Debug> HTTP-Session: 3d9122f8-cf5c-4177-b406-903ce9eddf81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2844 2024.10.16 19:56:37.613886 [ 3 ] {} <Debug> HTTP-Session: 3d9122f8-cf5c-4177-b406-903ce9eddf81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2845 2024.10.16 19:56:37.613918 [ 3 ] {} <Trace> HTTP-Session: 3d9122f8-cf5c-4177-b406-903ce9eddf81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2846 2024.10.16 19:56:37.614023 [ 3 ] {7f31b91c-50c6-457e-ab8a-356770a80d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2847 2024.10.16 19:56:37.614067 [ 3 ] {7f31b91c-50c6-457e-ab8a-356770a80d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2848 2024.10.16 19:56:37.614291 [ 3 ] {7f31b91c-50c6-457e-ab8a-356770a80d4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2849 2024.10.16 19:56:37.614660 [ 3 ] {7f31b91c-50c6-457e-ab8a-356770a80d4f} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2850 2024.10.16 19:56:37.614697 [ 3 ] {7f31b91c-50c6-457e-ab8a-356770a80d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2851 2024.10.16 19:56:37.615043 [ 3 ] {7f31b91c-50c6-457e-ab8a-356770a80d4f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2852 2024.10.16 19:56:37.615413 [ 3 ] {7f31b91c-50c6-457e-ab8a-356770a80d4f} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2853 2024.10.16 19:56:37.615547 [ 3 ] {7f31b91c-50c6-457e-ab8a-356770a80d4f} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001557 sec., 19267.82273603083 rows/sec., 1.41 MiB/sec.
2854 2024.10.16 19:56:37.615781 [ 3 ] {7f31b91c-50c6-457e-ab8a-356770a80d4f} <Debug> DynamicQueryHandler: Done processing query
2855 2024.10.16 19:56:37.615807 [ 3 ] {7f31b91c-50c6-457e-ab8a-356770a80d4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
2856 2024.10.16 19:56:37.615826 [ 3 ] {} <Debug> HTTP-Session: 3d9122f8-cf5c-4177-b406-903ce9eddf81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2857 2024.10.16 19:56:37.615948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2858 2024.10.16 19:56:37.615998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2859 2024.10.16 19:56:37.616017 [ 3 ] {} <Debug> HTTP-Session: ada94fa4-4e45-4a11-b2a0-ae451c55999c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2860 2024.10.16 19:56:37.616034 [ 3 ] {} <Debug> HTTP-Session: ada94fa4-4e45-4a11-b2a0-ae451c55999c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2861 2024.10.16 19:56:37.616048 [ 3 ] {} <Debug> HTTP-Session: ada94fa4-4e45-4a11-b2a0-ae451c55999c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2862 2024.10.16 19:56:37.616080 [ 3 ] {} <Trace> HTTP-Session: ada94fa4-4e45-4a11-b2a0-ae451c55999c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2863 2024.10.16 19:56:37.616181 [ 3 ] {1011f9d9-5460-4bd1-a26b-9a43389dd64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2864 2024.10.16 19:56:37.616223 [ 3 ] {1011f9d9-5460-4bd1-a26b-9a43389dd64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2865 2024.10.16 19:56:37.616447 [ 3 ] {1011f9d9-5460-4bd1-a26b-9a43389dd64b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2866 2024.10.16 19:56:37.616768 [ 3 ] {1011f9d9-5460-4bd1-a26b-9a43389dd64b} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2867 2024.10.16 19:56:37.616805 [ 3 ] {1011f9d9-5460-4bd1-a26b-9a43389dd64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2868 2024.10.16 19:56:37.617163 [ 3 ] {1011f9d9-5460-4bd1-a26b-9a43389dd64b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2869 2024.10.16 19:56:37.617528 [ 3 ] {1011f9d9-5460-4bd1-a26b-9a43389dd64b} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2870 2024.10.16 19:56:37.617666 [ 3 ] {1011f9d9-5460-4bd1-a26b-9a43389dd64b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001503 sec., 9314.703925482369 rows/sec., 652.34 KiB/sec.
2871 2024.10.16 19:56:37.617989 [ 3 ] {1011f9d9-5460-4bd1-a26b-9a43389dd64b} <Debug> DynamicQueryHandler: Done processing query
2872 2024.10.16 19:56:37.618019 [ 3 ] {1011f9d9-5460-4bd1-a26b-9a43389dd64b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2873 2024.10.16 19:56:37.618036 [ 3 ] {} <Debug> HTTP-Session: ada94fa4-4e45-4a11-b2a0-ae451c55999c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2874 2024.10.16 19:56:37.618169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2875 2024.10.16 19:56:37.618219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2876 2024.10.16 19:56:37.618239 [ 3 ] {} <Debug> HTTP-Session: 69165871-d59e-4939-84a7-79cd0168b63f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2877 2024.10.16 19:56:37.618259 [ 3 ] {} <Debug> HTTP-Session: 69165871-d59e-4939-84a7-79cd0168b63f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2878 2024.10.16 19:56:37.618274 [ 3 ] {} <Debug> HTTP-Session: 69165871-d59e-4939-84a7-79cd0168b63f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2879 2024.10.16 19:56:37.618305 [ 3 ] {} <Trace> HTTP-Session: 69165871-d59e-4939-84a7-79cd0168b63f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2880 2024.10.16 19:56:37.618408 [ 3 ] {765a965c-7f65-48f5-af32-7da47e4a11f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2881 2024.10.16 19:56:37.618453 [ 3 ] {765a965c-7f65-48f5-af32-7da47e4a11f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2882 2024.10.16 19:56:37.618702 [ 3 ] {765a965c-7f65-48f5-af32-7da47e4a11f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2883 2024.10.16 19:56:37.619022 [ 3 ] {765a965c-7f65-48f5-af32-7da47e4a11f9} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2884 2024.10.16 19:56:37.619061 [ 3 ] {765a965c-7f65-48f5-af32-7da47e4a11f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2885 2024.10.16 19:56:37.619417 [ 3 ] {765a965c-7f65-48f5-af32-7da47e4a11f9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2886 2024.10.16 19:56:37.619800 [ 3 ] {765a965c-7f65-48f5-af32-7da47e4a11f9} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2887 2024.10.16 19:56:37.619936 [ 3 ] {765a965c-7f65-48f5-af32-7da47e4a11f9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 228.12 KiB/sec.
2888 2024.10.16 19:56:37.620112 [ 3 ] {765a965c-7f65-48f5-af32-7da47e4a11f9} <Debug> DynamicQueryHandler: Done processing query
2889 2024.10.16 19:56:37.620138 [ 3 ] {765a965c-7f65-48f5-af32-7da47e4a11f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2890 2024.10.16 19:56:37.620155 [ 3 ] {} <Debug> HTTP-Session: 69165871-d59e-4939-84a7-79cd0168b63f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2891 2024.10.16 19:56:37.620310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 66864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2892 2024.10.16 19:56:37.620359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2893 2024.10.16 19:56:37.620379 [ 3 ] {} <Debug> HTTP-Session: d58bd645-4c70-4565-b5a5-157c81427ae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2894 2024.10.16 19:56:37.620396 [ 3 ] {} <Debug> HTTP-Session: d58bd645-4c70-4565-b5a5-157c81427ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2895 2024.10.16 19:56:37.620410 [ 3 ] {} <Debug> HTTP-Session: d58bd645-4c70-4565-b5a5-157c81427ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2896 2024.10.16 19:56:37.620446 [ 3 ] {} <Trace> HTTP-Session: d58bd645-4c70-4565-b5a5-157c81427ae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2897 2024.10.16 19:56:37.620664 [ 3 ] {bacb36d4-7af0-46b8-b197-f45b9eb75771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2898 2024.10.16 19:56:37.620708 [ 3 ] {bacb36d4-7af0-46b8-b197-f45b9eb75771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2899 2024.10.16 19:56:37.620932 [ 3 ] {bacb36d4-7af0-46b8-b197-f45b9eb75771} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2900 2024.10.16 19:56:37.621577 [ 3 ] {bacb36d4-7af0-46b8-b197-f45b9eb75771} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2901 2024.10.16 19:56:37.621615 [ 3 ] {bacb36d4-7af0-46b8-b197-f45b9eb75771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2902 2024.10.16 19:56:37.622054 [ 3 ] {bacb36d4-7af0-46b8-b197-f45b9eb75771} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2903 2024.10.16 19:56:37.622422 [ 3 ] {bacb36d4-7af0-46b8-b197-f45b9eb75771} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2904 2024.10.16 19:56:37.622552 [ 3 ] {bacb36d4-7af0-46b8-b197-f45b9eb75771} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001993 sec., 206723.53236327146 rows/sec., 14.74 MiB/sec.
2905 2024.10.16 19:56:37.622730 [ 3 ] {bacb36d4-7af0-46b8-b197-f45b9eb75771} <Debug> DynamicQueryHandler: Done processing query
2906 2024.10.16 19:56:37.622757 [ 3 ] {bacb36d4-7af0-46b8-b197-f45b9eb75771} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
2907 2024.10.16 19:56:37.622774 [ 3 ] {} <Debug> HTTP-Session: d58bd645-4c70-4565-b5a5-157c81427ae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2908 2024.10.16 19:56:37.622902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2909 2024.10.16 19:56:37.622954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2910 2024.10.16 19:56:37.622974 [ 3 ] {} <Debug> HTTP-Session: c19f42ca-8f56-4788-886c-70b6868eb71e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2911 2024.10.16 19:56:37.622991 [ 3 ] {} <Debug> HTTP-Session: c19f42ca-8f56-4788-886c-70b6868eb71e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2912 2024.10.16 19:56:37.623007 [ 3 ] {} <Debug> HTTP-Session: c19f42ca-8f56-4788-886c-70b6868eb71e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2913 2024.10.16 19:56:37.623040 [ 3 ] {} <Trace> HTTP-Session: c19f42ca-8f56-4788-886c-70b6868eb71e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2914 2024.10.16 19:56:37.623135 [ 3 ] {fe5bdbec-1b78-4980-bbfe-f4657b6df122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2915 2024.10.16 19:56:37.623179 [ 3 ] {fe5bdbec-1b78-4980-bbfe-f4657b6df122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2916 2024.10.16 19:56:37.623309 [ 3 ] {fe5bdbec-1b78-4980-bbfe-f4657b6df122} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2917 2024.10.16 19:56:37.623595 [ 3 ] {fe5bdbec-1b78-4980-bbfe-f4657b6df122} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2918 2024.10.16 19:56:37.623630 [ 3 ] {fe5bdbec-1b78-4980-bbfe-f4657b6df122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2919 2024.10.16 19:56:37.623981 [ 3 ] {fe5bdbec-1b78-4980-bbfe-f4657b6df122} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2920 2024.10.16 19:56:37.624309 [ 3 ] {fe5bdbec-1b78-4980-bbfe-f4657b6df122} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2921 2024.10.16 19:56:37.624462 [ 3 ] {fe5bdbec-1b78-4980-bbfe-f4657b6df122} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001346 sec., 4457.652303120357 rows/sec., 232.89 KiB/sec.
2922 2024.10.16 19:56:37.624649 [ 3 ] {fe5bdbec-1b78-4980-bbfe-f4657b6df122} <Debug> DynamicQueryHandler: Done processing query
2923 2024.10.16 19:56:37.624674 [ 3 ] {fe5bdbec-1b78-4980-bbfe-f4657b6df122} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2924 2024.10.16 19:56:37.624690 [ 3 ] {} <Debug> HTTP-Session: c19f42ca-8f56-4788-886c-70b6868eb71e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2925 2024.10.16 19:56:37.624842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2926 2024.10.16 19:56:37.624890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2927 2024.10.16 19:56:37.624908 [ 3 ] {} <Debug> HTTP-Session: 2646fde0-0320-4c2d-85c8-2d4114dbfb3a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2928 2024.10.16 19:56:37.624924 [ 3 ] {} <Debug> HTTP-Session: 2646fde0-0320-4c2d-85c8-2d4114dbfb3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2929 2024.10.16 19:56:37.624938 [ 3 ] {} <Debug> HTTP-Session: 2646fde0-0320-4c2d-85c8-2d4114dbfb3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2930 2024.10.16 19:56:37.624968 [ 3 ] {} <Trace> HTTP-Session: 2646fde0-0320-4c2d-85c8-2d4114dbfb3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2931 2024.10.16 19:56:37.625177 [ 3 ] {11612f60-0047-4e95-8f59-984b54605cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2932 2024.10.16 19:56:37.625222 [ 3 ] {11612f60-0047-4e95-8f59-984b54605cc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2933 2024.10.16 19:56:37.625365 [ 3 ] {11612f60-0047-4e95-8f59-984b54605cc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2934 2024.10.16 19:56:37.625801 [ 3 ] {11612f60-0047-4e95-8f59-984b54605cc9} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2935 2024.10.16 19:56:37.625838 [ 3 ] {11612f60-0047-4e95-8f59-984b54605cc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2936 2024.10.16 19:56:37.626221 [ 3 ] {11612f60-0047-4e95-8f59-984b54605cc9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2937 2024.10.16 19:56:37.626556 [ 3 ] {11612f60-0047-4e95-8f59-984b54605cc9} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2938 2024.10.16 19:56:37.626706 [ 3 ] {11612f60-0047-4e95-8f59-984b54605cc9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00165 sec., 143636.36363636365 rows/sec., 9.63 MiB/sec.
2939 2024.10.16 19:56:37.626887 [ 3 ] {11612f60-0047-4e95-8f59-984b54605cc9} <Debug> DynamicQueryHandler: Done processing query
2940 2024.10.16 19:56:37.626911 [ 3 ] {11612f60-0047-4e95-8f59-984b54605cc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2941 2024.10.16 19:56:37.626928 [ 3 ] {} <Debug> HTTP-Session: 2646fde0-0320-4c2d-85c8-2d4114dbfb3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2942 2024.10.16 19:56:37.627037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2943 2024.10.16 19:56:37.627084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2944 2024.10.16 19:56:37.627103 [ 3 ] {} <Debug> HTTP-Session: 26b59fb3-041e-4110-88fb-43751ca7a9e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2945 2024.10.16 19:56:37.627120 [ 3 ] {} <Debug> HTTP-Session: 26b59fb3-041e-4110-88fb-43751ca7a9e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2946 2024.10.16 19:56:37.627135 [ 3 ] {} <Debug> HTTP-Session: 26b59fb3-041e-4110-88fb-43751ca7a9e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2947 2024.10.16 19:56:37.627165 [ 3 ] {} <Trace> HTTP-Session: 26b59fb3-041e-4110-88fb-43751ca7a9e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2948 2024.10.16 19:56:37.627255 [ 3 ] {f08ce1c4-fb38-44e3-ba2c-504187a253e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2949 2024.10.16 19:56:37.627300 [ 3 ] {f08ce1c4-fb38-44e3-ba2c-504187a253e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2950 2024.10.16 19:56:37.627426 [ 3 ] {f08ce1c4-fb38-44e3-ba2c-504187a253e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2951 2024.10.16 19:56:37.627718 [ 3 ] {f08ce1c4-fb38-44e3-ba2c-504187a253e0} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2952 2024.10.16 19:56:37.627754 [ 3 ] {f08ce1c4-fb38-44e3-ba2c-504187a253e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2953 2024.10.16 19:56:37.628090 [ 3 ] {f08ce1c4-fb38-44e3-ba2c-504187a253e0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2954 2024.10.16 19:56:37.628406 [ 3 ] {f08ce1c4-fb38-44e3-ba2c-504187a253e0} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2955 2024.10.16 19:56:37.628558 [ 3 ] {f08ce1c4-fb38-44e3-ba2c-504187a253e0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00132 sec., 757.5757575757576 rows/sec., 51.05 KiB/sec.
2956 2024.10.16 19:56:37.628773 [ 3 ] {f08ce1c4-fb38-44e3-ba2c-504187a253e0} <Debug> DynamicQueryHandler: Done processing query
2957 2024.10.16 19:56:37.628797 [ 3 ] {f08ce1c4-fb38-44e3-ba2c-504187a253e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2958 2024.10.16 19:56:37.628813 [ 3 ] {} <Debug> HTTP-Session: 26b59fb3-041e-4110-88fb-43751ca7a9e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2959 2024.10.16 19:56:37.628955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 50235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2960 2024.10.16 19:56:37.629003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2961 2024.10.16 19:56:37.629022 [ 3 ] {} <Debug> HTTP-Session: 0d8496b3-f1af-44d5-85df-8957ca68dbac Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2962 2024.10.16 19:56:37.629039 [ 3 ] {} <Debug> HTTP-Session: 0d8496b3-f1af-44d5-85df-8957ca68dbac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2963 2024.10.16 19:56:37.629052 [ 3 ] {} <Debug> HTTP-Session: 0d8496b3-f1af-44d5-85df-8957ca68dbac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2964 2024.10.16 19:56:37.629082 [ 3 ] {} <Trace> HTTP-Session: 0d8496b3-f1af-44d5-85df-8957ca68dbac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2965 2024.10.16 19:56:37.629395 [ 3 ] {68c83ac2-d6d1-43da-960d-58143a008bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2966 2024.10.16 19:56:37.629460 [ 3 ] {68c83ac2-d6d1-43da-960d-58143a008bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2967 2024.10.16 19:56:37.629862 [ 3 ] {68c83ac2-d6d1-43da-960d-58143a008bb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2968 2024.10.16 19:56:37.630573 [ 3 ] {68c83ac2-d6d1-43da-960d-58143a008bb4} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2969 2024.10.16 19:56:37.630609 [ 3 ] {68c83ac2-d6d1-43da-960d-58143a008bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2970 2024.10.16 19:56:37.631231 [ 3 ] {68c83ac2-d6d1-43da-960d-58143a008bb4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2971 2024.10.16 19:56:37.631641 [ 3 ] {68c83ac2-d6d1-43da-960d-58143a008bb4} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2972 2024.10.16 19:56:37.631833 [ 3 ] {68c83ac2-d6d1-43da-960d-58143a008bb4} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002669 sec., 11240.164855751218 rows/sec., 20.14 MiB/sec.
2973 2024.10.16 19:56:37.632065 [ 3 ] {68c83ac2-d6d1-43da-960d-58143a008bb4} <Debug> DynamicQueryHandler: Done processing query
2974 2024.10.16 19:56:37.632090 [ 3 ] {68c83ac2-d6d1-43da-960d-58143a008bb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
2975 2024.10.16 19:56:37.632107 [ 3 ] {} <Debug> HTTP-Session: 0d8496b3-f1af-44d5-85df-8957ca68dbac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2976 2024.10.16 19:56:37.632229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2977 2024.10.16 19:56:37.632278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2978 2024.10.16 19:56:37.632296 [ 3 ] {} <Debug> HTTP-Session: 9b6ec6cd-ec47-49b1-9683-1066433b7ec4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
2979 2024.10.16 19:56:37.632313 [ 3 ] {} <Debug> HTTP-Session: 9b6ec6cd-ec47-49b1-9683-1066433b7ec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2980 2024.10.16 19:56:37.632327 [ 3 ] {} <Debug> HTTP-Session: 9b6ec6cd-ec47-49b1-9683-1066433b7ec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2981 2024.10.16 19:56:37.632357 [ 3 ] {} <Trace> HTTP-Session: 9b6ec6cd-ec47-49b1-9683-1066433b7ec4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2982 2024.10.16 19:56:37.632490 [ 3 ] {a6c1a5b8-a881-44a1-836a-509c8f7b97c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2983 2024.10.16 19:56:37.632534 [ 3 ] {a6c1a5b8-a881-44a1-836a-509c8f7b97c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2984 2024.10.16 19:56:37.632661 [ 3 ] {a6c1a5b8-a881-44a1-836a-509c8f7b97c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2985 2024.10.16 19:56:37.633007 [ 3 ] {a6c1a5b8-a881-44a1-836a-509c8f7b97c6} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2986 2024.10.16 19:56:37.633042 [ 3 ] {a6c1a5b8-a881-44a1-836a-509c8f7b97c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2987 2024.10.16 19:56:37.633402 [ 3 ] {a6c1a5b8-a881-44a1-836a-509c8f7b97c6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2988 2024.10.16 19:56:37.633720 [ 3 ] {a6c1a5b8-a881-44a1-836a-509c8f7b97c6} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2989 2024.10.16 19:56:37.633880 [ 3 ] {a6c1a5b8-a881-44a1-836a-509c8f7b97c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001442 sec., 56865.464632454925 rows/sec., 3.61 MiB/sec.
2990 2024.10.16 19:56:37.634051 [ 3 ] {a6c1a5b8-a881-44a1-836a-509c8f7b97c6} <Debug> DynamicQueryHandler: Done processing query
2991 2024.10.16 19:56:37.634076 [ 3 ] {a6c1a5b8-a881-44a1-836a-509c8f7b97c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2992 2024.10.16 19:56:37.634092 [ 3 ] {} <Debug> HTTP-Session: 9b6ec6cd-ec47-49b1-9683-1066433b7ec4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2993 2024.10.16 19:56:41.521016 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 320
2994 2024.10.16 19:56:41.523796 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2995 2024.10.16 19:56:41.523853 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
2996 2024.10.16 19:56:41.525421 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2997 2024.10.16 19:56:41.526429 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2998 2024.10.16 19:56:41.527813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 320
2999 2024.10.16 19:56:42.605053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3000 2024.10.16 19:56:42.605169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3001 2024.10.16 19:56:42.605200 [ 3 ] {} <Debug> HTTP-Session: edfcb55f-46bf-4968-b67d-900f15c49eaf Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3002 2024.10.16 19:56:42.605229 [ 3 ] {} <Debug> HTTP-Session: edfcb55f-46bf-4968-b67d-900f15c49eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3003 2024.10.16 19:56:42.605247 [ 3 ] {} <Debug> HTTP-Session: edfcb55f-46bf-4968-b67d-900f15c49eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3004 2024.10.16 19:56:42.605302 [ 3 ] {} <Trace> HTTP-Session: edfcb55f-46bf-4968-b67d-900f15c49eaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3005 2024.10.16 19:56:42.605498 [ 3 ] {c105168d-a503-4901-8373-30268707587d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3006 2024.10.16 19:56:42.605563 [ 3 ] {c105168d-a503-4901-8373-30268707587d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3007 2024.10.16 19:56:42.605897 [ 3 ] {c105168d-a503-4901-8373-30268707587d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3008 2024.10.16 19:56:42.606434 [ 3 ] {c105168d-a503-4901-8373-30268707587d} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3009 2024.10.16 19:56:42.606480 [ 3 ] {c105168d-a503-4901-8373-30268707587d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3010 2024.10.16 19:56:42.606909 [ 3 ] {c105168d-a503-4901-8373-30268707587d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3011 2024.10.16 19:56:42.607304 [ 3 ] {c105168d-a503-4901-8373-30268707587d} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3012 2024.10.16 19:56:42.607460 [ 3 ] {c105168d-a503-4901-8373-30268707587d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002025 sec., 27654.320987654322 rows/sec., 2.11 MiB/sec.
3013 2024.10.16 19:56:42.607695 [ 3 ] {c105168d-a503-4901-8373-30268707587d} <Debug> DynamicQueryHandler: Done processing query
3014 2024.10.16 19:56:42.607722 [ 3 ] {c105168d-a503-4901-8373-30268707587d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3015 2024.10.16 19:56:42.607739 [ 3 ] {} <Debug> HTTP-Session: edfcb55f-46bf-4968-b67d-900f15c49eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3016 2024.10.16 19:56:42.607891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3017 2024.10.16 19:56:42.607947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3018 2024.10.16 19:56:42.607968 [ 3 ] {} <Debug> HTTP-Session: 63a9f9ae-10bf-490a-bd0f-5df69c208751 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3019 2024.10.16 19:56:42.607985 [ 3 ] {} <Debug> HTTP-Session: 63a9f9ae-10bf-490a-bd0f-5df69c208751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3020 2024.10.16 19:56:42.607999 [ 3 ] {} <Debug> HTTP-Session: 63a9f9ae-10bf-490a-bd0f-5df69c208751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3021 2024.10.16 19:56:42.608034 [ 3 ] {} <Trace> HTTP-Session: 63a9f9ae-10bf-490a-bd0f-5df69c208751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3022 2024.10.16 19:56:42.608159 [ 3 ] {18bb354e-a0b7-4098-8735-46cd8e964f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3023 2024.10.16 19:56:42.608205 [ 3 ] {18bb354e-a0b7-4098-8735-46cd8e964f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3024 2024.10.16 19:56:42.608440 [ 3 ] {18bb354e-a0b7-4098-8735-46cd8e964f13} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3025 2024.10.16 19:56:42.608832 [ 3 ] {18bb354e-a0b7-4098-8735-46cd8e964f13} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3026 2024.10.16 19:56:42.608870 [ 3 ] {18bb354e-a0b7-4098-8735-46cd8e964f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3027 2024.10.16 19:56:42.609230 [ 3 ] {18bb354e-a0b7-4098-8735-46cd8e964f13} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3028 2024.10.16 19:56:42.609608 [ 3 ] {18bb354e-a0b7-4098-8735-46cd8e964f13} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3029 2024.10.16 19:56:42.609777 [ 3 ] {18bb354e-a0b7-4098-8735-46cd8e964f13} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001652 sec., 38740.9200968523 rows/sec., 3.02 MiB/sec.
3030 2024.10.16 19:56:42.610006 [ 3 ] {18bb354e-a0b7-4098-8735-46cd8e964f13} <Debug> DynamicQueryHandler: Done processing query
3031 2024.10.16 19:56:42.610031 [ 3 ] {18bb354e-a0b7-4098-8735-46cd8e964f13} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3032 2024.10.16 19:56:42.610048 [ 3 ] {} <Debug> HTTP-Session: 63a9f9ae-10bf-490a-bd0f-5df69c208751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3033 2024.10.16 19:56:42.610209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3034 2024.10.16 19:56:42.610284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3035 2024.10.16 19:56:42.610314 [ 3 ] {} <Debug> HTTP-Session: b685aca0-d2ee-4862-a802-7407e48eb648 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3036 2024.10.16 19:56:42.610336 [ 3 ] {} <Debug> HTTP-Session: b685aca0-d2ee-4862-a802-7407e48eb648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3037 2024.10.16 19:56:42.610354 [ 3 ] {} <Debug> HTTP-Session: b685aca0-d2ee-4862-a802-7407e48eb648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3038 2024.10.16 19:56:42.610393 [ 3 ] {} <Trace> HTTP-Session: b685aca0-d2ee-4862-a802-7407e48eb648 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3039 2024.10.16 19:56:42.610573 [ 3 ] {32ce7d47-a369-45ff-a3f8-8855028eae34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3040 2024.10.16 19:56:42.610629 [ 3 ] {32ce7d47-a369-45ff-a3f8-8855028eae34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3041 2024.10.16 19:56:42.610808 [ 3 ] {32ce7d47-a369-45ff-a3f8-8855028eae34} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3042 2024.10.16 19:56:42.611334 [ 3 ] {32ce7d47-a369-45ff-a3f8-8855028eae34} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3043 2024.10.16 19:56:42.611371 [ 3 ] {32ce7d47-a369-45ff-a3f8-8855028eae34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3044 2024.10.16 19:56:42.611771 [ 3 ] {32ce7d47-a369-45ff-a3f8-8855028eae34} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3045 2024.10.16 19:56:42.612107 [ 3 ] {32ce7d47-a369-45ff-a3f8-8855028eae34} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3046 2024.10.16 19:56:42.612269 [ 3 ] {32ce7d47-a369-45ff-a3f8-8855028eae34} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001773 sec., 90242.52679075014 rows/sec., 6.29 MiB/sec.
3047 2024.10.16 19:56:42.612498 [ 3 ] {32ce7d47-a369-45ff-a3f8-8855028eae34} <Debug> DynamicQueryHandler: Done processing query
3048 2024.10.16 19:56:42.612524 [ 3 ] {32ce7d47-a369-45ff-a3f8-8855028eae34} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3049 2024.10.16 19:56:42.612540 [ 3 ] {} <Debug> HTTP-Session: b685aca0-d2ee-4862-a802-7407e48eb648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3050 2024.10.16 19:56:42.612671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3051 2024.10.16 19:56:42.612719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3052 2024.10.16 19:56:42.612737 [ 3 ] {} <Debug> HTTP-Session: 78e2ff4b-374d-4ec8-a5e3-e85b56a787bd Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3053 2024.10.16 19:56:42.612753 [ 3 ] {} <Debug> HTTP-Session: 78e2ff4b-374d-4ec8-a5e3-e85b56a787bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3054 2024.10.16 19:56:42.612767 [ 3 ] {} <Debug> HTTP-Session: 78e2ff4b-374d-4ec8-a5e3-e85b56a787bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3055 2024.10.16 19:56:42.612798 [ 3 ] {} <Trace> HTTP-Session: 78e2ff4b-374d-4ec8-a5e3-e85b56a787bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3056 2024.10.16 19:56:42.612921 [ 3 ] {72be444f-53d9-426d-a606-e7b7ce2b7f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3057 2024.10.16 19:56:42.612965 [ 3 ] {72be444f-53d9-426d-a606-e7b7ce2b7f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3058 2024.10.16 19:56:42.613091 [ 3 ] {72be444f-53d9-426d-a606-e7b7ce2b7f39} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3059 2024.10.16 19:56:42.613411 [ 3 ] {72be444f-53d9-426d-a606-e7b7ce2b7f39} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3060 2024.10.16 19:56:42.613447 [ 3 ] {72be444f-53d9-426d-a606-e7b7ce2b7f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3061 2024.10.16 19:56:42.613816 [ 3 ] {72be444f-53d9-426d-a606-e7b7ce2b7f39} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3062 2024.10.16 19:56:42.614138 [ 3 ] {72be444f-53d9-426d-a606-e7b7ce2b7f39} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3063 2024.10.16 19:56:42.614295 [ 3 ] {72be444f-53d9-426d-a606-e7b7ce2b7f39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec.
3064 2024.10.16 19:56:42.614613 [ 3 ] {72be444f-53d9-426d-a606-e7b7ce2b7f39} <Debug> DynamicQueryHandler: Done processing query
3065 2024.10.16 19:56:42.614638 [ 3 ] {72be444f-53d9-426d-a606-e7b7ce2b7f39} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3066 2024.10.16 19:56:42.614655 [ 3 ] {} <Debug> HTTP-Session: 78e2ff4b-374d-4ec8-a5e3-e85b56a787bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3067 2024.10.16 19:56:44.680131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3068 2024.10.16 19:56:44.680253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3069 2024.10.16 19:56:44.680279 [ 3 ] {} <Debug> HTTP-Session: deb28cff-ad17-4f46-9a65-0ac3e882465a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3070 2024.10.16 19:56:44.680303 [ 3 ] {} <Debug> HTTP-Session: deb28cff-ad17-4f46-9a65-0ac3e882465a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3071 2024.10.16 19:56:44.680319 [ 3 ] {} <Debug> HTTP-Session: deb28cff-ad17-4f46-9a65-0ac3e882465a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3072 2024.10.16 19:56:44.680368 [ 3 ] {} <Trace> HTTP-Session: deb28cff-ad17-4f46-9a65-0ac3e882465a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3073 2024.10.16 19:56:44.680618 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) 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)
3074 2024.10.16 19:56:44.681036 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3075 2024.10.16 19:56:44.681090 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <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
3076 2024.10.16 19:56:44.681467 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3077 2024.10.16 19:56:44.681551 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3078 2024.10.16 19:56:44.681731 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
3079 2024.10.16 19:56:44.681901 [ 255 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3080 2024.10.16 19:56:44.681991 [ 259 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
3081 2024.10.16 19:56:44.682010 [ 250 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3082 2024.10.16 19:56:44.682031 [ 260 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3083 2024.10.16 19:56:44.682229 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (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
3084 2024.10.16 19:56:44.682259 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Spreading mark ranges among streams (default reading)
3085 2024.10.16 19:56:44.682384 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3086 2024.10.16 19:56:44.682410 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (SelectExecutor): Reading approx. 39 rows with 3 streams
3087 2024.10.16 19:56:44.682453 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <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'))"
3088 2024.10.16 19:56:44.682500 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <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'))"
3089 2024.10.16 19:56:44.682545 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <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'))"
3090 2024.10.16 19:56:44.684573 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Debug> executeQuery: Read 39 rows, 1.48 KiB in 0.004072 sec., 9577.603143418468 rows/sec., 363.33 KiB/sec.
3091 2024.10.16 19:56:44.684980 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Debug> DynamicQueryHandler: Done processing query
3092 2024.10.16 19:56:44.685008 [ 3 ] {29bd927b-de84-4283-8525-e77ce274ee48} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
3093 2024.10.16 19:56:44.685028 [ 3 ] {} <Debug> HTTP-Session: deb28cff-ad17-4f46-9a65-0ac3e882465a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3094 2024.10.16 19:56:44.727832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3095 2024.10.16 19:56:44.727950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3096 2024.10.16 19:56:44.727980 [ 3 ] {} <Debug> HTTP-Session: 6eb84969-727e-451e-abbb-3777ef5ba5a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3097 2024.10.16 19:56:44.728008 [ 3 ] {} <Debug> HTTP-Session: 6eb84969-727e-451e-abbb-3777ef5ba5a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3098 2024.10.16 19:56:44.728027 [ 3 ] {} <Debug> HTTP-Session: 6eb84969-727e-451e-abbb-3777ef5ba5a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3099 2024.10.16 19:56:44.728082 [ 3 ] {} <Trace> HTTP-Session: 6eb84969-727e-451e-abbb-3777ef5ba5a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3100 2024.10.16 19:56:44.728276 [ 3 ] {d0d30639-bf56-4962-8962-73d93b52789f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
3101 2024.10.16 19:56:44.728358 [ 3 ] {d0d30639-bf56-4962-8962-73d93b52789f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3102 2024.10.16 19:56:44.728599 [ 3 ] {d0d30639-bf56-4962-8962-73d93b52789f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3103 2024.10.16 19:56:44.729027 [ 3 ] {d0d30639-bf56-4962-8962-73d93b52789f} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3104 2024.10.16 19:56:44.729071 [ 3 ] {d0d30639-bf56-4962-8962-73d93b52789f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3105 2024.10.16 19:56:44.729613 [ 3 ] {d0d30639-bf56-4962-8962-73d93b52789f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3106 2024.10.16 19:56:44.729959 [ 3 ] {d0d30639-bf56-4962-8962-73d93b52789f} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3107 2024.10.16 19:56:44.730142 [ 3 ] {d0d30639-bf56-4962-8962-73d93b52789f} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001922 sec., 520.2913631633714 rows/sec., 117.88 KiB/sec.
3108 2024.10.16 19:56:44.730350 [ 3 ] {d0d30639-bf56-4962-8962-73d93b52789f} <Debug> DynamicQueryHandler: Done processing query
3109 2024.10.16 19:56:44.730377 [ 3 ] {d0d30639-bf56-4962-8962-73d93b52789f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3110 2024.10.16 19:56:44.730393 [ 3 ] {} <Debug> HTTP-Session: 6eb84969-727e-451e-abbb-3777ef5ba5a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3111 2024.10.16 19:56:44.730506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3112 2024.10.16 19:56:44.730558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3113 2024.10.16 19:56:44.730578 [ 3 ] {} <Debug> HTTP-Session: 05b3e542-2960-444a-ae37-858012bbc5f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3114 2024.10.16 19:56:44.730595 [ 3 ] {} <Debug> HTTP-Session: 05b3e542-2960-444a-ae37-858012bbc5f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3115 2024.10.16 19:56:44.730608 [ 3 ] {} <Debug> HTTP-Session: 05b3e542-2960-444a-ae37-858012bbc5f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3116 2024.10.16 19:56:44.730641 [ 3 ] {} <Trace> HTTP-Session: 05b3e542-2960-444a-ae37-858012bbc5f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3117 2024.10.16 19:56:44.730736 [ 3 ] {10cb7038-e7db-448a-a7b9-1954a542c542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3118 2024.10.16 19:56:44.730782 [ 3 ] {10cb7038-e7db-448a-a7b9-1954a542c542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3119 2024.10.16 19:56:44.731034 [ 3 ] {10cb7038-e7db-448a-a7b9-1954a542c542} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3120 2024.10.16 19:56:44.731383 [ 3 ] {10cb7038-e7db-448a-a7b9-1954a542c542} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3121 2024.10.16 19:56:44.731423 [ 3 ] {10cb7038-e7db-448a-a7b9-1954a542c542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3122 2024.10.16 19:56:44.731853 [ 3 ] {10cb7038-e7db-448a-a7b9-1954a542c542} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
3123 2024.10.16 19:56:44.732241 [ 3 ] {10cb7038-e7db-448a-a7b9-1954a542c542} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3124 2024.10.16 19:56:44.732404 [ 3 ] {10cb7038-e7db-448a-a7b9-1954a542c542} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001691 sec., 1182.7321111768185 rows/sec., 96.44 KiB/sec.
3125 2024.10.16 19:56:44.732670 [ 3 ] {10cb7038-e7db-448a-a7b9-1954a542c542} <Debug> DynamicQueryHandler: Done processing query
3126 2024.10.16 19:56:44.732695 [ 3 ] {10cb7038-e7db-448a-a7b9-1954a542c542} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3127 2024.10.16 19:56:44.732712 [ 3 ] {} <Debug> HTTP-Session: 05b3e542-2960-444a-ae37-858012bbc5f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3128 2024.10.16 19:56:44.733077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 193447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3129 2024.10.16 19:56:44.733128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3130 2024.10.16 19:56:44.733147 [ 3 ] {} <Debug> HTTP-Session: df7a9240-d0a3-424c-ab15-84bec1bda1e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3131 2024.10.16 19:56:44.733166 [ 3 ] {} <Debug> HTTP-Session: df7a9240-d0a3-424c-ab15-84bec1bda1e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3132 2024.10.16 19:56:44.733180 [ 3 ] {} <Debug> HTTP-Session: df7a9240-d0a3-424c-ab15-84bec1bda1e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3133 2024.10.16 19:56:44.733231 [ 3 ] {} <Trace> HTTP-Session: df7a9240-d0a3-424c-ab15-84bec1bda1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3134 2024.10.16 19:56:44.734424 [ 3 ] {f6b9a36d-8aa7-44e6-9c4b-17d09fdb6fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3135 2024.10.16 19:56:44.734488 [ 3 ] {f6b9a36d-8aa7-44e6-9c4b-17d09fdb6fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3136 2024.10.16 19:56:44.734779 [ 3 ] {f6b9a36d-8aa7-44e6-9c4b-17d09fdb6fbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3137 2024.10.16 19:56:44.736020 [ 3 ] {f6b9a36d-8aa7-44e6-9c4b-17d09fdb6fbf} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3138 2024.10.16 19:56:44.736061 [ 3 ] {f6b9a36d-8aa7-44e6-9c4b-17d09fdb6fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3139 2024.10.16 19:56:44.736568 [ 3 ] {f6b9a36d-8aa7-44e6-9c4b-17d09fdb6fbf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3140 2024.10.16 19:56:44.736952 [ 3 ] {f6b9a36d-8aa7-44e6-9c4b-17d09fdb6fbf} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3141 2024.10.16 19:56:44.737125 [ 3 ] {f6b9a36d-8aa7-44e6-9c4b-17d09fdb6fbf} <Debug> executeQuery: Read 1330 rows, 113.05 KiB in 0.003678 sec., 361609.5704187058 rows/sec., 30.02 MiB/sec.
3142 2024.10.16 19:56:44.737317 [ 3 ] {f6b9a36d-8aa7-44e6-9c4b-17d09fdb6fbf} <Debug> DynamicQueryHandler: Done processing query
3143 2024.10.16 19:56:44.737345 [ 3 ] {f6b9a36d-8aa7-44e6-9c4b-17d09fdb6fbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB.
3144 2024.10.16 19:56:44.737361 [ 3 ] {} <Debug> HTTP-Session: df7a9240-d0a3-424c-ab15-84bec1bda1e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3145 2024.10.16 19:56:44.737535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3146 2024.10.16 19:56:44.737588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3147 2024.10.16 19:56:44.737608 [ 3 ] {} <Debug> HTTP-Session: ecc4e17c-d0ca-43b3-afdd-3a08e91ce53b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3148 2024.10.16 19:56:44.737625 [ 3 ] {} <Debug> HTTP-Session: ecc4e17c-d0ca-43b3-afdd-3a08e91ce53b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3149 2024.10.16 19:56:44.737668 [ 3 ] {} <Debug> HTTP-Session: ecc4e17c-d0ca-43b3-afdd-3a08e91ce53b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3150 2024.10.16 19:56:44.737700 [ 3 ] {} <Trace> HTTP-Session: ecc4e17c-d0ca-43b3-afdd-3a08e91ce53b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3151 2024.10.16 19:56:44.737800 [ 3 ] {2b9f6a61-e7a0-45f5-93ff-37fd24b9cda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3152 2024.10.16 19:56:44.737844 [ 3 ] {2b9f6a61-e7a0-45f5-93ff-37fd24b9cda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3153 2024.10.16 19:56:44.738079 [ 3 ] {2b9f6a61-e7a0-45f5-93ff-37fd24b9cda7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3154 2024.10.16 19:56:44.738396 [ 3 ] {2b9f6a61-e7a0-45f5-93ff-37fd24b9cda7} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3155 2024.10.16 19:56:44.738435 [ 3 ] {2b9f6a61-e7a0-45f5-93ff-37fd24b9cda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3156 2024.10.16 19:56:44.738785 [ 3 ] {2b9f6a61-e7a0-45f5-93ff-37fd24b9cda7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3157 2024.10.16 19:56:44.739146 [ 3 ] {2b9f6a61-e7a0-45f5-93ff-37fd24b9cda7} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3158 2024.10.16 19:56:44.739329 [ 32 ] {} <Debug> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3159 2024.10.16 19:56:44.739348 [ 3 ] {2b9f6a61-e7a0-45f5-93ff-37fd24b9cda7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001562 sec., 1280.4097311139565 rows/sec., 89.40 KiB/sec.
3160 2024.10.16 19:56:44.739412 [ 32 ] {} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3161 2024.10.16 19:56:44.739479 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3162 2024.10.16 19:56:44.739755 [ 3 ] {2b9f6a61-e7a0-45f5-93ff-37fd24b9cda7} <Debug> DynamicQueryHandler: Done processing query
3163 2024.10.16 19:56:44.739830 [ 3 ] {2b9f6a61-e7a0-45f5-93ff-37fd24b9cda7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3164 2024.10.16 19:56:44.739855 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::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
3165 2024.10.16 19:56:44.739885 [ 3 ] {} <Debug> HTTP-Session: ecc4e17c-d0ca-43b3-afdd-3a08e91ce53b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3166 2024.10.16 19:56:44.740057 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3167 2024.10.16 19:56:44.740100 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::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
3168 2024.10.16 19:56:44.740143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 32336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3169 2024.10.16 19:56:44.740287 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::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
3170 2024.10.16 19:56:44.740301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3171 2024.10.16 19:56:44.740416 [ 3 ] {} <Debug> HTTP-Session: 0af10d2e-1ecc-4d85-9332-e6fede0d0100 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3172 2024.10.16 19:56:44.740511 [ 3 ] {} <Debug> HTTP-Session: 0af10d2e-1ecc-4d85-9332-e6fede0d0100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3173 2024.10.16 19:56:44.740580 [ 3 ] {} <Debug> HTTP-Session: 0af10d2e-1ecc-4d85-9332-e6fede0d0100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3174 2024.10.16 19:56:44.740594 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
3175 2024.10.16 19:56:44.740685 [ 3 ] {} <Trace> HTTP-Session: 0af10d2e-1ecc-4d85-9332-e6fede0d0100 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3176 2024.10.16 19:56:44.740908 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part
3177 2024.10.16 19:56:44.741191 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part
3178 2024.10.16 19:56:44.741195 [ 3 ] {f67bd42c-734b-4c9d-b59a-48ec2e7beb6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3179 2024.10.16 19:56:44.741370 [ 3 ] {f67bd42c-734b-4c9d-b59a-48ec2e7beb6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3180 2024.10.16 19:56:44.741476 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
3181 2024.10.16 19:56:44.742429 [ 3 ] {f67bd42c-734b-4c9d-b59a-48ec2e7beb6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3182 2024.10.16 19:56:44.743523 [ 3 ] {f67bd42c-734b-4c9d-b59a-48ec2e7beb6d} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3183 2024.10.16 19:56:44.743600 [ 3 ] {f67bd42c-734b-4c9d-b59a-48ec2e7beb6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3184 2024.10.16 19:56:44.744361 [ 188 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 86 rows, containing 5 columns (5 merged, 0 gathered) in 0.00478995 sec., 17954.258395181576 rows/sec., 1.38 MiB/sec.
3185 2024.10.16 19:56:44.744512 [ 188 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3186 2024.10.16 19:56:44.744511 [ 3 ] {f67bd42c-734b-4c9d-b59a-48ec2e7beb6d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3187 2024.10.16 19:56:44.745164 [ 3 ] {f67bd42c-734b-4c9d-b59a-48ec2e7beb6d} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3188 2024.10.16 19:56:44.745229 [ 188 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_6_1} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3189 2024.10.16 19:56:44.745385 [ 3 ] {f67bd42c-734b-4c9d-b59a-48ec2e7beb6d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004443 sec., 54467.702003151026 rows/sec., 3.69 MiB/sec.
3190 2024.10.16 19:56:44.745396 [ 188 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_6_1} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3191 2024.10.16 19:56:44.745552 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3192 2024.10.16 19:56:44.745655 [ 3 ] {f67bd42c-734b-4c9d-b59a-48ec2e7beb6d} <Debug> DynamicQueryHandler: Done processing query
3193 2024.10.16 19:56:44.745682 [ 3 ] {f67bd42c-734b-4c9d-b59a-48ec2e7beb6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
3194 2024.10.16 19:56:44.745698 [ 3 ] {} <Debug> HTTP-Session: 0af10d2e-1ecc-4d85-9332-e6fede0d0100 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3195 2024.10.16 19:56:44.745829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3196 2024.10.16 19:56:44.745882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3197 2024.10.16 19:56:44.745902 [ 3 ] {} <Debug> HTTP-Session: c00aa503-0c94-46a9-b96c-3ac177dd44c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3198 2024.10.16 19:56:44.745932 [ 3 ] {} <Debug> HTTP-Session: c00aa503-0c94-46a9-b96c-3ac177dd44c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3199 2024.10.16 19:56:44.745946 [ 3 ] {} <Debug> HTTP-Session: c00aa503-0c94-46a9-b96c-3ac177dd44c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3200 2024.10.16 19:56:44.745978 [ 3 ] {} <Trace> HTTP-Session: c00aa503-0c94-46a9-b96c-3ac177dd44c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3201 2024.10.16 19:56:44.746089 [ 3 ] {1f419c4b-4c50-4d2d-82d3-e61c2d8c333d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3202 2024.10.16 19:56:44.746133 [ 3 ] {1f419c4b-4c50-4d2d-82d3-e61c2d8c333d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3203 2024.10.16 19:56:44.746372 [ 3 ] {1f419c4b-4c50-4d2d-82d3-e61c2d8c333d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3204 2024.10.16 19:56:44.746680 [ 3 ] {1f419c4b-4c50-4d2d-82d3-e61c2d8c333d} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3205 2024.10.16 19:56:44.746717 [ 3 ] {1f419c4b-4c50-4d2d-82d3-e61c2d8c333d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3206 2024.10.16 19:56:44.747063 [ 3 ] {1f419c4b-4c50-4d2d-82d3-e61c2d8c333d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3207 2024.10.16 19:56:44.747442 [ 3 ] {1f419c4b-4c50-4d2d-82d3-e61c2d8c333d} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3208 2024.10.16 19:56:44.747603 [ 3 ] {1f419c4b-4c50-4d2d-82d3-e61c2d8c333d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 230.49 KiB/sec.
3209 2024.10.16 19:56:44.747780 [ 3 ] {1f419c4b-4c50-4d2d-82d3-e61c2d8c333d} <Debug> DynamicQueryHandler: Done processing query
3210 2024.10.16 19:56:44.747815 [ 3 ] {1f419c4b-4c50-4d2d-82d3-e61c2d8c333d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3211 2024.10.16 19:56:44.747841 [ 3 ] {} <Debug> HTTP-Session: c00aa503-0c94-46a9-b96c-3ac177dd44c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3212 2024.10.16 19:56:44.748100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 137074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3213 2024.10.16 19:56:44.748167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3214 2024.10.16 19:56:44.748190 [ 3 ] {} <Debug> HTTP-Session: 8f72fb44-2534-4097-b3e9-d86d1b227058 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3215 2024.10.16 19:56:44.748207 [ 3 ] {} <Debug> HTTP-Session: 8f72fb44-2534-4097-b3e9-d86d1b227058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3216 2024.10.16 19:56:44.748221 [ 3 ] {} <Debug> HTTP-Session: 8f72fb44-2534-4097-b3e9-d86d1b227058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3217 2024.10.16 19:56:44.748253 [ 3 ] {} <Trace> HTTP-Session: 8f72fb44-2534-4097-b3e9-d86d1b227058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3218 2024.10.16 19:56:44.748615 [ 3 ] {20d08481-2f8d-41f8-9259-6a146c6dbac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3219 2024.10.16 19:56:44.748660 [ 3 ] {20d08481-2f8d-41f8-9259-6a146c6dbac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3220 2024.10.16 19:56:44.748889 [ 3 ] {20d08481-2f8d-41f8-9259-6a146c6dbac8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3221 2024.10.16 19:56:44.752106 [ 3 ] {20d08481-2f8d-41f8-9259-6a146c6dbac8} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3222 2024.10.16 19:56:44.752182 [ 3 ] {20d08481-2f8d-41f8-9259-6a146c6dbac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3223 2024.10.16 19:56:44.752681 [ 3 ] {20d08481-2f8d-41f8-9259-6a146c6dbac8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3224 2024.10.16 19:56:44.753056 [ 3 ] {20d08481-2f8d-41f8-9259-6a146c6dbac8} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3225 2024.10.16 19:56:44.753213 [ 3 ] {20d08481-2f8d-41f8-9259-6a146c6dbac8} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.004803 sec., 174890.6933166771 rows/sec., 12.63 MiB/sec.
3226 2024.10.16 19:56:44.753401 [ 3 ] {20d08481-2f8d-41f8-9259-6a146c6dbac8} <Debug> DynamicQueryHandler: Done processing query
3227 2024.10.16 19:56:44.753428 [ 3 ] {20d08481-2f8d-41f8-9259-6a146c6dbac8} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
3228 2024.10.16 19:56:44.753445 [ 3 ] {} <Debug> HTTP-Session: 8f72fb44-2534-4097-b3e9-d86d1b227058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3229 2024.10.16 19:56:44.753670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3230 2024.10.16 19:56:44.753722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3231 2024.10.16 19:56:44.753742 [ 3 ] {} <Debug> HTTP-Session: de762425-a8d6-4149-86fc-8dfc15001d27 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3232 2024.10.16 19:56:44.753760 [ 3 ] {} <Debug> HTTP-Session: de762425-a8d6-4149-86fc-8dfc15001d27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3233 2024.10.16 19:56:44.753774 [ 3 ] {} <Debug> HTTP-Session: de762425-a8d6-4149-86fc-8dfc15001d27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3234 2024.10.16 19:56:44.753808 [ 3 ] {} <Trace> HTTP-Session: de762425-a8d6-4149-86fc-8dfc15001d27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3235 2024.10.16 19:56:44.753905 [ 3 ] {2303154e-3d4e-45d4-b090-b6e6947a6623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3236 2024.10.16 19:56:44.753952 [ 3 ] {2303154e-3d4e-45d4-b090-b6e6947a6623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3237 2024.10.16 19:56:44.754089 [ 3 ] {2303154e-3d4e-45d4-b090-b6e6947a6623} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3238 2024.10.16 19:56:44.754375 [ 3 ] {2303154e-3d4e-45d4-b090-b6e6947a6623} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3239 2024.10.16 19:56:44.754412 [ 3 ] {2303154e-3d4e-45d4-b090-b6e6947a6623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3240 2024.10.16 19:56:44.754783 [ 3 ] {2303154e-3d4e-45d4-b090-b6e6947a6623} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3241 2024.10.16 19:56:44.755121 [ 3 ] {2303154e-3d4e-45d4-b090-b6e6947a6623} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3242 2024.10.16 19:56:44.755290 [ 3 ] {2303154e-3d4e-45d4-b090-b6e6947a6623} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 222.64 KiB/sec.
3243 2024.10.16 19:56:44.755551 [ 3 ] {2303154e-3d4e-45d4-b090-b6e6947a6623} <Debug> DynamicQueryHandler: Done processing query
3244 2024.10.16 19:56:44.755576 [ 3 ] {2303154e-3d4e-45d4-b090-b6e6947a6623} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3245 2024.10.16 19:56:44.755593 [ 3 ] {} <Debug> HTTP-Session: de762425-a8d6-4149-86fc-8dfc15001d27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3246 2024.10.16 19:56:44.755835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 186468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3247 2024.10.16 19:56:44.755884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3248 2024.10.16 19:56:44.755904 [ 3 ] {} <Debug> HTTP-Session: bb58c999-4a2a-4404-935c-712258f0879f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3249 2024.10.16 19:56:44.755921 [ 3 ] {} <Debug> HTTP-Session: bb58c999-4a2a-4404-935c-712258f0879f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3250 2024.10.16 19:56:44.755935 [ 3 ] {} <Debug> HTTP-Session: bb58c999-4a2a-4404-935c-712258f0879f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3251 2024.10.16 19:56:44.755966 [ 3 ] {} <Trace> HTTP-Session: bb58c999-4a2a-4404-935c-712258f0879f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3252 2024.10.16 19:56:44.756496 [ 3 ] {a5423f03-a2cc-4600-a38a-720cee7cbafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3253 2024.10.16 19:56:44.756546 [ 3 ] {a5423f03-a2cc-4600-a38a-720cee7cbafb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3254 2024.10.16 19:56:44.756709 [ 3 ] {a5423f03-a2cc-4600-a38a-720cee7cbafb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3255 2024.10.16 19:56:44.757619 [ 3 ] {a5423f03-a2cc-4600-a38a-720cee7cbafb} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3256 2024.10.16 19:56:44.757657 [ 3 ] {a5423f03-a2cc-4600-a38a-720cee7cbafb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3257 2024.10.16 19:56:44.758110 [ 3 ] {a5423f03-a2cc-4600-a38a-720cee7cbafb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3258 2024.10.16 19:56:44.758480 [ 3 ] {a5423f03-a2cc-4600-a38a-720cee7cbafb} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3259 2024.10.16 19:56:44.758616 [ 3 ] {a5423f03-a2cc-4600-a38a-720cee7cbafb} <Debug> executeQuery: Read 988 rows, 67.32 KiB in 0.002469 sec., 400162.0089104901 rows/sec., 26.63 MiB/sec.
3260 2024.10.16 19:56:44.758840 [ 3 ] {a5423f03-a2cc-4600-a38a-720cee7cbafb} <Debug> DynamicQueryHandler: Done processing query
3261 2024.10.16 19:56:44.758866 [ 3 ] {a5423f03-a2cc-4600-a38a-720cee7cbafb} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
3262 2024.10.16 19:56:44.758884 [ 3 ] {} <Debug> HTTP-Session: bb58c999-4a2a-4404-935c-712258f0879f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3263 2024.10.16 19:56:44.759202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3264 2024.10.16 19:56:44.759252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3265 2024.10.16 19:56:44.759271 [ 3 ] {} <Debug> HTTP-Session: bbabe9e1-e4e4-4bcd-b73d-5fc6f79b61e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3266 2024.10.16 19:56:44.759287 [ 3 ] {} <Debug> HTTP-Session: bbabe9e1-e4e4-4bcd-b73d-5fc6f79b61e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3267 2024.10.16 19:56:44.759301 [ 3 ] {} <Debug> HTTP-Session: bbabe9e1-e4e4-4bcd-b73d-5fc6f79b61e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3268 2024.10.16 19:56:44.759331 [ 3 ] {} <Trace> HTTP-Session: bbabe9e1-e4e4-4bcd-b73d-5fc6f79b61e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3269 2024.10.16 19:56:44.759423 [ 3 ] {1e334cf0-fcdd-4730-a176-399d353542b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3270 2024.10.16 19:56:44.759467 [ 3 ] {1e334cf0-fcdd-4730-a176-399d353542b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3271 2024.10.16 19:56:44.759597 [ 3 ] {1e334cf0-fcdd-4730-a176-399d353542b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3272 2024.10.16 19:56:44.759878 [ 3 ] {1e334cf0-fcdd-4730-a176-399d353542b1} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3273 2024.10.16 19:56:44.759915 [ 3 ] {1e334cf0-fcdd-4730-a176-399d353542b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3274 2024.10.16 19:56:44.760273 [ 3 ] {1e334cf0-fcdd-4730-a176-399d353542b1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3275 2024.10.16 19:56:44.760608 [ 3 ] {1e334cf0-fcdd-4730-a176-399d353542b1} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3276 2024.10.16 19:56:44.760763 [ 3 ] {1e334cf0-fcdd-4730-a176-399d353542b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001355 sec., 738.0073800738007 rows/sec., 49.73 KiB/sec.
3277 2024.10.16 19:56:44.760924 [ 3 ] {1e334cf0-fcdd-4730-a176-399d353542b1} <Debug> DynamicQueryHandler: Done processing query
3278 2024.10.16 19:56:44.760948 [ 3 ] {1e334cf0-fcdd-4730-a176-399d353542b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3279 2024.10.16 19:56:44.760966 [ 3 ] {} <Debug> HTTP-Session: bbabe9e1-e4e4-4bcd-b73d-5fc6f79b61e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3280 2024.10.16 19:56:44.761093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 6700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3281 2024.10.16 19:56:44.761141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3282 2024.10.16 19:56:44.761162 [ 3 ] {} <Debug> HTTP-Session: f991531a-c65f-4c8a-9082-1549a933e23e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3283 2024.10.16 19:56:44.761180 [ 3 ] {} <Debug> HTTP-Session: f991531a-c65f-4c8a-9082-1549a933e23e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3284 2024.10.16 19:56:44.761194 [ 3 ] {} <Debug> HTTP-Session: f991531a-c65f-4c8a-9082-1549a933e23e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3285 2024.10.16 19:56:44.761229 [ 3 ] {} <Trace> HTTP-Session: f991531a-c65f-4c8a-9082-1549a933e23e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3286 2024.10.16 19:56:44.761335 [ 3 ] {0a690e4a-0723-47a1-a540-db79671a85c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3287 2024.10.16 19:56:44.761379 [ 3 ] {0a690e4a-0723-47a1-a540-db79671a85c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3288 2024.10.16 19:56:44.761537 [ 3 ] {0a690e4a-0723-47a1-a540-db79671a85c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3289 2024.10.16 19:56:44.761863 [ 3 ] {0a690e4a-0723-47a1-a540-db79671a85c0} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3290 2024.10.16 19:56:44.761901 [ 3 ] {0a690e4a-0723-47a1-a540-db79671a85c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3291 2024.10.16 19:56:44.762273 [ 3 ] {0a690e4a-0723-47a1-a540-db79671a85c0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3292 2024.10.16 19:56:44.762643 [ 3 ] {0a690e4a-0723-47a1-a540-db79671a85c0} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3293 2024.10.16 19:56:44.762800 [ 3 ] {0a690e4a-0723-47a1-a540-db79671a85c0} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001484 sec., 30997.30458221024 rows/sec., 1.87 MiB/sec.
3294 2024.10.16 19:56:44.762971 [ 3 ] {0a690e4a-0723-47a1-a540-db79671a85c0} <Debug> DynamicQueryHandler: Done processing query
3295 2024.10.16 19:56:44.763000 [ 3 ] {0a690e4a-0723-47a1-a540-db79671a85c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
3296 2024.10.16 19:56:44.763020 [ 3 ] {} <Debug> HTTP-Session: f991531a-c65f-4c8a-9082-1549a933e23e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3297 2024.10.16 19:56:46.422233 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache
3298 2024.10.16 19:56:46.422300 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache
3299 2024.10.16 19:56:47.603875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3300 2024.10.16 19:56:47.603995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3301 2024.10.16 19:56:47.604025 [ 3 ] {} <Debug> HTTP-Session: fbf0dd3d-f04d-4366-b2dd-b87413eb029b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3302 2024.10.16 19:56:47.604053 [ 3 ] {} <Debug> HTTP-Session: fbf0dd3d-f04d-4366-b2dd-b87413eb029b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3303 2024.10.16 19:56:47.604071 [ 3 ] {} <Debug> HTTP-Session: fbf0dd3d-f04d-4366-b2dd-b87413eb029b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3304 2024.10.16 19:56:47.604127 [ 3 ] {} <Trace> HTTP-Session: fbf0dd3d-f04d-4366-b2dd-b87413eb029b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3305 2024.10.16 19:56:47.604322 [ 3 ] {5a93573d-8197-41c8-b67f-d2bd887b28cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3306 2024.10.16 19:56:47.604398 [ 3 ] {5a93573d-8197-41c8-b67f-d2bd887b28cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3307 2024.10.16 19:56:47.604739 [ 3 ] {5a93573d-8197-41c8-b67f-d2bd887b28cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3308 2024.10.16 19:56:47.605181 [ 3 ] {5a93573d-8197-41c8-b67f-d2bd887b28cd} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3309 2024.10.16 19:56:47.605229 [ 3 ] {5a93573d-8197-41c8-b67f-d2bd887b28cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3310 2024.10.16 19:56:47.605640 [ 3 ] {5a93573d-8197-41c8-b67f-d2bd887b28cd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3311 2024.10.16 19:56:47.606032 [ 3 ] {5a93573d-8197-41c8-b67f-d2bd887b28cd} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3312 2024.10.16 19:56:47.606201 [ 3 ] {5a93573d-8197-41c8-b67f-d2bd887b28cd} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001931 sec., 3107.1983428275507 rows/sec., 253.37 KiB/sec.
3313 2024.10.16 19:56:47.606521 [ 3 ] {5a93573d-8197-41c8-b67f-d2bd887b28cd} <Debug> DynamicQueryHandler: Done processing query
3314 2024.10.16 19:56:47.606548 [ 3 ] {5a93573d-8197-41c8-b67f-d2bd887b28cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3315 2024.10.16 19:56:47.606565 [ 3 ] {} <Debug> HTTP-Session: fbf0dd3d-f04d-4366-b2dd-b87413eb029b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3316 2024.10.16 19:56:47.606758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 17549, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3317 2024.10.16 19:56:47.606813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3318 2024.10.16 19:56:47.606833 [ 3 ] {} <Debug> HTTP-Session: 1652c893-8c50-4334-9818-5e4f9174ebc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3319 2024.10.16 19:56:47.606851 [ 3 ] {} <Debug> HTTP-Session: 1652c893-8c50-4334-9818-5e4f9174ebc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3320 2024.10.16 19:56:47.606865 [ 3 ] {} <Debug> HTTP-Session: 1652c893-8c50-4334-9818-5e4f9174ebc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3321 2024.10.16 19:56:47.606900 [ 3 ] {} <Trace> HTTP-Session: 1652c893-8c50-4334-9818-5e4f9174ebc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3322 2024.10.16 19:56:47.607035 [ 3 ] {45bb0435-f689-47b9-b96c-949198124160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3323 2024.10.16 19:56:47.607084 [ 3 ] {45bb0435-f689-47b9-b96c-949198124160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3324 2024.10.16 19:56:47.607338 [ 3 ] {45bb0435-f689-47b9-b96c-949198124160} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3325 2024.10.16 19:56:47.607840 [ 3 ] {45bb0435-f689-47b9-b96c-949198124160} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3326 2024.10.16 19:56:47.607879 [ 3 ] {45bb0435-f689-47b9-b96c-949198124160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3327 2024.10.16 19:56:47.608245 [ 3 ] {45bb0435-f689-47b9-b96c-949198124160} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3328 2024.10.16 19:56:47.608616 [ 3 ] {45bb0435-f689-47b9-b96c-949198124160} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3329 2024.10.16 19:56:47.608771 [ 3 ] {45bb0435-f689-47b9-b96c-949198124160} <Debug> executeQuery: Read 119 rows, 10.30 KiB in 0.001781 sec., 66816.39528354857 rows/sec., 5.65 MiB/sec.
3330 2024.10.16 19:56:47.608954 [ 3 ] {45bb0435-f689-47b9-b96c-949198124160} <Debug> DynamicQueryHandler: Done processing query
3331 2024.10.16 19:56:47.608979 [ 3 ] {45bb0435-f689-47b9-b96c-949198124160} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB.
3332 2024.10.16 19:56:47.608995 [ 3 ] {} <Debug> HTTP-Session: 1652c893-8c50-4334-9818-5e4f9174ebc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3333 2024.10.16 19:56:47.609127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3334 2024.10.16 19:56:47.609175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3335 2024.10.16 19:56:47.609195 [ 3 ] {} <Debug> HTTP-Session: 1183216e-f111-4b6f-9dd3-403a6d576d31 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3336 2024.10.16 19:56:47.609211 [ 3 ] {} <Debug> HTTP-Session: 1183216e-f111-4b6f-9dd3-403a6d576d31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3337 2024.10.16 19:56:47.609225 [ 3 ] {} <Debug> HTTP-Session: 1183216e-f111-4b6f-9dd3-403a6d576d31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3338 2024.10.16 19:56:47.609255 [ 3 ] {} <Trace> HTTP-Session: 1183216e-f111-4b6f-9dd3-403a6d576d31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3339 2024.10.16 19:56:47.609365 [ 3 ] {cdeb81e1-8cbb-491b-9ad9-7bd4749157e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3340 2024.10.16 19:56:47.609409 [ 3 ] {cdeb81e1-8cbb-491b-9ad9-7bd4749157e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3341 2024.10.16 19:56:47.609634 [ 3 ] {cdeb81e1-8cbb-491b-9ad9-7bd4749157e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3342 2024.10.16 19:56:47.609991 [ 3 ] {cdeb81e1-8cbb-491b-9ad9-7bd4749157e4} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3343 2024.10.16 19:56:47.610028 [ 3 ] {cdeb81e1-8cbb-491b-9ad9-7bd4749157e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3344 2024.10.16 19:56:47.610371 [ 3 ] {cdeb81e1-8cbb-491b-9ad9-7bd4749157e4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3345 2024.10.16 19:56:47.610728 [ 3 ] {cdeb81e1-8cbb-491b-9ad9-7bd4749157e4} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3346 2024.10.16 19:56:47.610877 [ 3 ] {cdeb81e1-8cbb-491b-9ad9-7bd4749157e4} <Debug> executeQuery: Read 36 rows, 2.67 KiB in 0.001549 sec., 23240.800516462234 rows/sec., 1.69 MiB/sec.
3347 2024.10.16 19:56:47.611053 [ 3 ] {cdeb81e1-8cbb-491b-9ad9-7bd4749157e4} <Debug> DynamicQueryHandler: Done processing query
3348 2024.10.16 19:56:47.611076 [ 3 ] {cdeb81e1-8cbb-491b-9ad9-7bd4749157e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3349 2024.10.16 19:56:47.611092 [ 3 ] {} <Debug> HTTP-Session: 1183216e-f111-4b6f-9dd3-403a6d576d31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3350 2024.10.16 19:56:47.611236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 16986, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3351 2024.10.16 19:56:47.611285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3352 2024.10.16 19:56:47.611305 [ 3 ] {} <Debug> HTTP-Session: f457be18-bfc7-48a0-9d1a-52173ed22a14 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3353 2024.10.16 19:56:47.611321 [ 3 ] {} <Debug> HTTP-Session: f457be18-bfc7-48a0-9d1a-52173ed22a14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3354 2024.10.16 19:56:47.611335 [ 3 ] {} <Debug> HTTP-Session: f457be18-bfc7-48a0-9d1a-52173ed22a14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3355 2024.10.16 19:56:47.611366 [ 3 ] {} <Trace> HTTP-Session: f457be18-bfc7-48a0-9d1a-52173ed22a14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3356 2024.10.16 19:56:47.611488 [ 3 ] {b246833e-a646-4e52-9714-0e178b273232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3357 2024.10.16 19:56:47.611530 [ 3 ] {b246833e-a646-4e52-9714-0e178b273232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3358 2024.10.16 19:56:47.611755 [ 3 ] {b246833e-a646-4e52-9714-0e178b273232} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3359 2024.10.16 19:56:47.612191 [ 3 ] {b246833e-a646-4e52-9714-0e178b273232} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3360 2024.10.16 19:56:47.612229 [ 3 ] {b246833e-a646-4e52-9714-0e178b273232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3361 2024.10.16 19:56:47.612579 [ 3 ] {b246833e-a646-4e52-9714-0e178b273232} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3362 2024.10.16 19:56:47.612922 [ 3 ] {b246833e-a646-4e52-9714-0e178b273232} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3363 2024.10.16 19:56:47.613083 [ 3 ] {b246833e-a646-4e52-9714-0e178b273232} <Debug> executeQuery: Read 100 rows, 8.01 KiB in 0.001632 sec., 61274.509803921566 rows/sec., 4.79 MiB/sec.
3364 2024.10.16 19:56:47.613258 [ 3 ] {b246833e-a646-4e52-9714-0e178b273232} <Debug> DynamicQueryHandler: Done processing query
3365 2024.10.16 19:56:47.613281 [ 3 ] {b246833e-a646-4e52-9714-0e178b273232} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
3366 2024.10.16 19:56:47.613297 [ 3 ] {} <Debug> HTTP-Session: f457be18-bfc7-48a0-9d1a-52173ed22a14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3367 2024.10.16 19:56:47.613421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 18953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3368 2024.10.16 19:56:47.613469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3369 2024.10.16 19:56:47.613488 [ 3 ] {} <Debug> HTTP-Session: a72fab28-6472-4f17-b52b-0b605aa1f72e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3370 2024.10.16 19:56:47.613505 [ 3 ] {} <Debug> HTTP-Session: a72fab28-6472-4f17-b52b-0b605aa1f72e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3371 2024.10.16 19:56:47.613519 [ 3 ] {} <Debug> HTTP-Session: a72fab28-6472-4f17-b52b-0b605aa1f72e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3372 2024.10.16 19:56:47.613550 [ 3 ] {} <Trace> HTTP-Session: a72fab28-6472-4f17-b52b-0b605aa1f72e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3373 2024.10.16 19:56:47.613684 [ 3 ] {593484cb-c05a-4b10-b3a4-17c03b13d889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3374 2024.10.16 19:56:47.613730 [ 3 ] {593484cb-c05a-4b10-b3a4-17c03b13d889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3375 2024.10.16 19:56:47.613874 [ 3 ] {593484cb-c05a-4b10-b3a4-17c03b13d889} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3376 2024.10.16 19:56:47.614232 [ 3 ] {593484cb-c05a-4b10-b3a4-17c03b13d889} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3377 2024.10.16 19:56:47.614267 [ 3 ] {593484cb-c05a-4b10-b3a4-17c03b13d889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3378 2024.10.16 19:56:47.614650 [ 3 ] {593484cb-c05a-4b10-b3a4-17c03b13d889} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3379 2024.10.16 19:56:47.614978 [ 3 ] {593484cb-c05a-4b10-b3a4-17c03b13d889} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3380 2024.10.16 19:56:47.615139 [ 3 ] {593484cb-c05a-4b10-b3a4-17c03b13d889} <Debug> executeQuery: Read 99 rows, 7.06 KiB in 0.001508 sec., 65649.8673740053 rows/sec., 4.57 MiB/sec.
3381 2024.10.16 19:56:47.615345 [ 3 ] {593484cb-c05a-4b10-b3a4-17c03b13d889} <Debug> DynamicQueryHandler: Done processing query
3382 2024.10.16 19:56:47.615369 [ 3 ] {593484cb-c05a-4b10-b3a4-17c03b13d889} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3383 2024.10.16 19:56:47.615386 [ 3 ] {} <Debug> HTTP-Session: a72fab28-6472-4f17-b52b-0b605aa1f72e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3384 2024.10.16 19:56:47.615584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 50170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3385 2024.10.16 19:56:47.615632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3386 2024.10.16 19:56:47.615651 [ 3 ] {} <Debug> HTTP-Session: 535d9ce3-dfee-4f17-b269-d41e03cb8a8f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3387 2024.10.16 19:56:47.615668 [ 3 ] {} <Debug> HTTP-Session: 535d9ce3-dfee-4f17-b269-d41e03cb8a8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3388 2024.10.16 19:56:47.615683 [ 3 ] {} <Debug> HTTP-Session: 535d9ce3-dfee-4f17-b269-d41e03cb8a8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3389 2024.10.16 19:56:47.615713 [ 3 ] {} <Trace> HTTP-Session: 535d9ce3-dfee-4f17-b269-d41e03cb8a8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3390 2024.10.16 19:56:47.616043 [ 3 ] {7bc61803-7e39-4650-8cba-ea2bc5cdf29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3391 2024.10.16 19:56:47.616107 [ 3 ] {7bc61803-7e39-4650-8cba-ea2bc5cdf29c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3392 2024.10.16 19:56:47.616522 [ 3 ] {7bc61803-7e39-4650-8cba-ea2bc5cdf29c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3393 2024.10.16 19:56:47.617293 [ 3 ] {7bc61803-7e39-4650-8cba-ea2bc5cdf29c} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3394 2024.10.16 19:56:47.617328 [ 3 ] {7bc61803-7e39-4650-8cba-ea2bc5cdf29c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3395 2024.10.16 19:56:47.617955 [ 3 ] {7bc61803-7e39-4650-8cba-ea2bc5cdf29c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3396 2024.10.16 19:56:47.618358 [ 3 ] {7bc61803-7e39-4650-8cba-ea2bc5cdf29c} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3397 2024.10.16 19:56:47.618523 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3398 2024.10.16 19:56:47.618552 [ 3 ] {7bc61803-7e39-4650-8cba-ea2bc5cdf29c} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002748 sec., 10917.03056768559 rows/sec., 19.56 MiB/sec.
3399 2024.10.16 19:56:47.618603 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3400 2024.10.16 19:56:47.618678 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3401 2024.10.16 19:56:47.619238 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::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
3402 2024.10.16 19:56:47.619335 [ 3 ] {7bc61803-7e39-4650-8cba-ea2bc5cdf29c} <Debug> DynamicQueryHandler: Done processing query
3403 2024.10.16 19:56:47.619364 [ 3 ] {7bc61803-7e39-4650-8cba-ea2bc5cdf29c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
3404 2024.10.16 19:56:47.619389 [ 3 ] {} <Debug> HTTP-Session: 535d9ce3-dfee-4f17-b269-d41e03cb8a8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3405 2024.10.16 19:56:47.619541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3406 2024.10.16 19:56:47.619613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3407 2024.10.16 19:56:47.619650 [ 3 ] {} <Debug> HTTP-Session: fa0b4685-2cec-496b-8249-7066adabfa25 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3408 2024.10.16 19:56:47.619658 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3409 2024.10.16 19:56:47.619672 [ 3 ] {} <Debug> HTTP-Session: fa0b4685-2cec-496b-8249-7066adabfa25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3410 2024.10.16 19:56:47.619700 [ 3 ] {} <Debug> HTTP-Session: fa0b4685-2cec-496b-8249-7066adabfa25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3411 2024.10.16 19:56:47.619744 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::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
3412 2024.10.16 19:56:47.619750 [ 3 ] {} <Trace> HTTP-Session: fa0b4685-2cec-496b-8249-7066adabfa25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3413 2024.10.16 19:56:47.619962 [ 3 ] {e6ff0e45-f83b-4a51-a9c2-88fc72fc9c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3414 2024.10.16 19:56:47.620116 [ 3 ] {e6ff0e45-f83b-4a51-a9c2-88fc72fc9c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3415 2024.10.16 19:56:47.620299 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::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
3416 2024.10.16 19:56:47.620862 [ 3 ] {e6ff0e45-f83b-4a51-a9c2-88fc72fc9c9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3417 2024.10.16 19:56:47.620969 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
3418 2024.10.16 19:56:47.621440 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part
3419 2024.10.16 19:56:47.621629 [ 3 ] {e6ff0e45-f83b-4a51-a9c2-88fc72fc9c9d} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3420 2024.10.16 19:56:47.621727 [ 3 ] {e6ff0e45-f83b-4a51-a9c2-88fc72fc9c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3421 2024.10.16 19:56:47.622012 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part
3422 2024.10.16 19:56:47.622541 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part
3423 2024.10.16 19:56:47.622826 [ 3 ] {e6ff0e45-f83b-4a51-a9c2-88fc72fc9c9d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3424 2024.10.16 19:56:47.623422 [ 3 ] {e6ff0e45-f83b-4a51-a9c2-88fc72fc9c9d} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3425 2024.10.16 19:56:47.623714 [ 3 ] {e6ff0e45-f83b-4a51-a9c2-88fc72fc9c9d} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.003862 sec., 9321.595028482652 rows/sec., 643.29 KiB/sec.
3426 2024.10.16 19:56:47.623972 [ 3 ] {e6ff0e45-f83b-4a51-a9c2-88fc72fc9c9d} <Debug> DynamicQueryHandler: Done processing query
3427 2024.10.16 19:56:47.624006 [ 3 ] {e6ff0e45-f83b-4a51-a9c2-88fc72fc9c9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
3428 2024.10.16 19:56:47.624031 [ 3 ] {} <Debug> HTTP-Session: fa0b4685-2cec-496b-8249-7066adabfa25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3429 2024.10.16 19:56:47.625676 [ 194 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 19 columns (19 merged, 0 gathered) in 0.006864808 sec., 16606.436771429006 rows/sec., 29.76 MiB/sec.
3430 2024.10.16 19:56:47.626089 [ 191 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3431 2024.10.16 19:56:47.626808 [ 191 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3432 2024.10.16 19:56:47.626904 [ 191 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3433 2024.10.16 19:56:47.627063 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
3434 2024.10.16 19:56:51.528932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 366
3435 2024.10.16 19:56:51.532196 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3436 2024.10.16 19:56:51.532247 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3437 2024.10.16 19:56:51.533810 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3438 2024.10.16 19:56:51.534846 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3439 2024.10.16 19:56:51.535319 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 366
3440 2024.10.16 19:56:52.605125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3441 2024.10.16 19:56:52.605277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3442 2024.10.16 19:56:52.605317 [ 3 ] {} <Debug> HTTP-Session: 6245c07b-3a31-4eee-b9f0-c9ca79beeedb Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3443 2024.10.16 19:56:52.605351 [ 3 ] {} <Debug> HTTP-Session: 6245c07b-3a31-4eee-b9f0-c9ca79beeedb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3444 2024.10.16 19:56:52.605375 [ 3 ] {} <Debug> HTTP-Session: 6245c07b-3a31-4eee-b9f0-c9ca79beeedb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3445 2024.10.16 19:56:52.605442 [ 3 ] {} <Trace> HTTP-Session: 6245c07b-3a31-4eee-b9f0-c9ca79beeedb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3446 2024.10.16 19:56:52.605712 [ 3 ] {6c7ab896-2e7f-43c8-a68b-486f0611584c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3447 2024.10.16 19:56:52.605795 [ 3 ] {6c7ab896-2e7f-43c8-a68b-486f0611584c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3448 2024.10.16 19:56:52.606126 [ 3 ] {6c7ab896-2e7f-43c8-a68b-486f0611584c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3449 2024.10.16 19:56:52.606625 [ 3 ] {6c7ab896-2e7f-43c8-a68b-486f0611584c} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3450 2024.10.16 19:56:52.606668 [ 3 ] {6c7ab896-2e7f-43c8-a68b-486f0611584c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3451 2024.10.16 19:56:52.607095 [ 3 ] {6c7ab896-2e7f-43c8-a68b-486f0611584c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3452 2024.10.16 19:56:52.607484 [ 3 ] {6c7ab896-2e7f-43c8-a68b-486f0611584c} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3453 2024.10.16 19:56:52.607669 [ 46 ] {} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3454 2024.10.16 19:56:52.607679 [ 3 ] {6c7ab896-2e7f-43c8-a68b-486f0611584c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00205 sec., 27317.073170731706 rows/sec., 2.09 MiB/sec.
3455 2024.10.16 19:56:52.607757 [ 46 ] {} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3456 2024.10.16 19:56:52.607827 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3457 2024.10.16 19:56:52.608083 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
3458 2024.10.16 19:56:52.608133 [ 3 ] {6c7ab896-2e7f-43c8-a68b-486f0611584c} <Debug> DynamicQueryHandler: Done processing query
3459 2024.10.16 19:56:52.608225 [ 3 ] {6c7ab896-2e7f-43c8-a68b-486f0611584c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3460 2024.10.16 19:56:52.608277 [ 3 ] {} <Debug> HTTP-Session: 6245c07b-3a31-4eee-b9f0-c9ca79beeedb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3461 2024.10.16 19:56:52.608394 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3462 2024.10.16 19:56:52.608439 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
3463 2024.10.16 19:56:52.608625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3464 2024.10.16 19:56:52.608666 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 249 rows starting from the beginning of the part
3465 2024.10.16 19:56:52.608778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3466 2024.10.16 19:56:52.608909 [ 3 ] {} <Debug> HTTP-Session: fc4dc80e-71c4-4557-a92d-c9ca41625c20 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3467 2024.10.16 19:56:52.608974 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part
3468 2024.10.16 19:56:52.608996 [ 3 ] {} <Debug> HTTP-Session: fc4dc80e-71c4-4557-a92d-c9ca41625c20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3469 2024.10.16 19:56:52.609050 [ 3 ] {} <Debug> HTTP-Session: fc4dc80e-71c4-4557-a92d-c9ca41625c20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3470 2024.10.16 19:56:52.609231 [ 3 ] {} <Trace> HTTP-Session: fc4dc80e-71c4-4557-a92d-c9ca41625c20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3471 2024.10.16 19:56:52.609263 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1330 rows starting from the beginning of the part
3472 2024.10.16 19:56:52.609518 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 119 rows starting from the beginning of the part
3473 2024.10.16 19:56:52.609744 [ 3 ] {ca476430-966e-4ea6-a527-3600687e3e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3474 2024.10.16 19:56:52.609812 [ 189 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part
3475 2024.10.16 19:56:52.609895 [ 3 ] {ca476430-966e-4ea6-a527-3600687e3e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3476 2024.10.16 19:56:52.610899 [ 3 ] {ca476430-966e-4ea6-a527-3600687e3e3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3477 2024.10.16 19:56:52.612040 [ 3 ] {ca476430-966e-4ea6-a527-3600687e3e3c} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3478 2024.10.16 19:56:52.612090 [ 3 ] {ca476430-966e-4ea6-a527-3600687e3e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3479 2024.10.16 19:56:52.612871 [ 3 ] {ca476430-966e-4ea6-a527-3600687e3e3c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3480 2024.10.16 19:56:52.613686 [ 194 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3199 rows, containing 5 columns (5 merged, 0 gathered) in 0.005742141 sec., 557109.2733529183 rows/sec., 48.62 MiB/sec.
3481 2024.10.16 19:56:52.613697 [ 3 ] {ca476430-966e-4ea6-a527-3600687e3e3c} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3482 2024.10.16 19:56:52.613931 [ 46 ] {} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3483 2024.10.16 19:56:52.613955 [ 3 ] {ca476430-966e-4ea6-a527-3600687e3e3c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004446 sec., 14394.961763382815 rows/sec., 1.12 MiB/sec.
3484 2024.10.16 19:56:52.614002 [ 46 ] {} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3485 2024.10.16 19:56:52.614103 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3486 2024.10.16 19:56:52.614160 [ 194 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3487 2024.10.16 19:56:52.614708 [ 3 ] {ca476430-966e-4ea6-a527-3600687e3e3c} <Debug> DynamicQueryHandler: Done processing query
3488 2024.10.16 19:56:52.614808 [ 3 ] {ca476430-966e-4ea6-a527-3600687e3e3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3489 2024.10.16 19:56:52.614845 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
3490 2024.10.16 19:56:52.614896 [ 3 ] {} <Debug> HTTP-Session: fc4dc80e-71c4-4557-a92d-c9ca41625c20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3491 2024.10.16 19:56:52.615187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3492 2024.10.16 19:56:52.615391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3493 2024.10.16 19:56:52.615502 [ 3 ] {} <Debug> HTTP-Session: 3cd789e8-2577-4635-adef-09c34368ce02 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3494 2024.10.16 19:56:52.615574 [ 3 ] {} <Debug> HTTP-Session: 3cd789e8-2577-4635-adef-09c34368ce02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3495 2024.10.16 19:56:52.615661 [ 3 ] {} <Debug> HTTP-Session: 3cd789e8-2577-4635-adef-09c34368ce02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3496 2024.10.16 19:56:52.615781 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3497 2024.10.16 19:56:52.615853 [ 3 ] {} <Trace> HTTP-Session: 3cd789e8-2577-4635-adef-09c34368ce02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3498 2024.10.16 19:56:52.615965 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
3499 2024.10.16 19:56:52.616462 [ 3 ] {93c9749e-9472-4ef9-8c51-186b343344f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3500 2024.10.16 19:56:52.616515 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 412 rows starting from the beginning of the part
3501 2024.10.16 19:56:52.616606 [ 3 ] {93c9749e-9472-4ef9-8c51-186b343344f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3502 2024.10.16 19:56:52.616921 [ 194 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_16_3} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3503 2024.10.16 19:56:52.617258 [ 194 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_16_3} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3504 2024.10.16 19:56:52.617278 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part
3505 2024.10.16 19:56:52.617545 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
3506 2024.10.16 19:56:52.617780 [ 3 ] {93c9749e-9472-4ef9-8c51-186b343344f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3507 2024.10.16 19:56:52.617833 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 840 rows starting from the beginning of the part
3508 2024.10.16 19:56:52.618089 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 100 rows starting from the beginning of the part
3509 2024.10.16 19:56:52.618393 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part
3510 2024.10.16 19:56:52.619075 [ 3 ] {93c9749e-9472-4ef9-8c51-186b343344f7} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3511 2024.10.16 19:56:52.619129 [ 3 ] {93c9749e-9472-4ef9-8c51-186b343344f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3512 2024.10.16 19:56:52.620126 [ 3 ] {93c9749e-9472-4ef9-8c51-186b343344f7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3513 2024.10.16 19:56:52.621027 [ 3 ] {93c9749e-9472-4ef9-8c51-186b343344f7} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3514 2024.10.16 19:56:52.621230 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3515 2024.10.16 19:56:52.621293 [ 3 ] {93c9749e-9472-4ef9-8c51-186b343344f7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005159 sec., 31013.762357045936 rows/sec., 2.16 MiB/sec.
3516 2024.10.16 19:56:52.621304 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3517 2024.10.16 19:56:52.621375 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3518 2024.10.16 19:56:52.622145 [ 3 ] {93c9749e-9472-4ef9-8c51-186b343344f7} <Debug> DynamicQueryHandler: Done processing query
3519 2024.10.16 19:56:52.622268 [ 3 ] {93c9749e-9472-4ef9-8c51-186b343344f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3520 2024.10.16 19:56:52.622371 [ 199 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::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
3521 2024.10.16 19:56:52.622412 [ 3 ] {} <Debug> HTTP-Session: 3cd789e8-2577-4635-adef-09c34368ce02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3522 2024.10.16 19:56:52.622690 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2358 rows, containing 5 columns (5 merged, 0 gathered) in 0.008395862 sec., 280852.6390738676 rows/sec., 21.50 MiB/sec.
3523 2024.10.16 19:56:52.622794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3524 2024.10.16 19:56:52.622871 [ 199 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3525 2024.10.16 19:56:52.622924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3526 2024.10.16 19:56:52.622978 [ 199 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3482 rows starting from the beginning of the part
3527 2024.10.16 19:56:52.623007 [ 3 ] {} <Debug> HTTP-Session: 71256838-6ef0-4b8b-be11-3744775571bd Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3528 2024.10.16 19:56:52.623017 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3529 2024.10.16 19:56:52.623056 [ 3 ] {} <Debug> HTTP-Session: 71256838-6ef0-4b8b-be11-3744775571bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3530 2024.10.16 19:56:52.623125 [ 3 ] {} <Debug> HTTP-Session: 71256838-6ef0-4b8b-be11-3744775571bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3531 2024.10.16 19:56:52.623357 [ 3 ] {} <Trace> HTTP-Session: 71256838-6ef0-4b8b-be11-3744775571bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3532 2024.10.16 19:56:52.623495 [ 199 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part
3533 2024.10.16 19:56:52.624051 [ 199 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part
3534 2024.10.16 19:56:52.624186 [ 3 ] {b541676a-6052-48ac-a858-11c001049bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3535 2024.10.16 19:56:52.624473 [ 3 ] {b541676a-6052-48ac-a858-11c001049bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3536 2024.10.16 19:56:52.624716 [ 199 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 988 rows starting from the beginning of the part
3537 2024.10.16 19:56:52.625301 [ 199 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 99 rows starting from the beginning of the part
3538 2024.10.16 19:56:52.625352 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_16_3} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3539 2024.10.16 19:56:52.625752 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_16_3} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3540 2024.10.16 19:56:52.625948 [ 199 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part
3541 2024.10.16 19:56:52.626124 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
3542 2024.10.16 19:56:52.626220 [ 3 ] {b541676a-6052-48ac-a858-11c001049bc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3543 2024.10.16 19:56:52.627104 [ 3 ] {b541676a-6052-48ac-a858-11c001049bc3} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3544 2024.10.16 19:56:52.627170 [ 3 ] {b541676a-6052-48ac-a858-11c001049bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3545 2024.10.16 19:56:52.627894 [ 3 ] {b541676a-6052-48ac-a858-11c001049bc3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3546 2024.10.16 19:56:52.628785 [ 3 ] {b541676a-6052-48ac-a858-11c001049bc3} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3547 2024.10.16 19:56:52.629046 [ 3 ] {b541676a-6052-48ac-a858-11c001049bc3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005259 sec., 11409.013120365089 rows/sec., 787.34 KiB/sec.
3548 2024.10.16 19:56:52.629060 [ 45 ] {} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3549 2024.10.16 19:56:52.629127 [ 45 ] {} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3550 2024.10.16 19:56:52.629163 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3551 2024.10.16 19:56:52.629434 [ 3 ] {b541676a-6052-48ac-a858-11c001049bc3} <Debug> DynamicQueryHandler: Done processing query
3552 2024.10.16 19:56:52.629526 [ 3 ] {b541676a-6052-48ac-a858-11c001049bc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3553 2024.10.16 19:56:52.629566 [ 193 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::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
3554 2024.10.16 19:56:52.629582 [ 3 ] {} <Debug> HTTP-Session: 71256838-6ef0-4b8b-be11-3744775571bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3555 2024.10.16 19:56:52.629774 [ 193 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3556 2024.10.16 19:56:52.629825 [ 193 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 528 rows starting from the beginning of the part
3557 2024.10.16 19:56:52.629990 [ 193 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part
3558 2024.10.16 19:56:52.630167 [ 193 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part
3559 2024.10.16 19:56:52.630292 [ 193 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part
3560 2024.10.16 19:56:52.630438 [ 193 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part
3561 2024.10.16 19:56:52.630557 [ 193 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part
3562 2024.10.16 19:56:52.631652 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 812 rows, containing 4 columns (4 merged, 0 gathered) in 0.002307453 sec., 351903.15902425745 rows/sec., 23.11 MiB/sec.
3563 2024.10.16 19:56:52.631869 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3564 2024.10.16 19:56:52.632506 [ 199 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5126 rows, containing 5 columns (5 merged, 0 gathered) in 0.010970072 sec., 467271.31781815103 rows/sec., 31.55 MiB/sec.
3565 2024.10.16 19:56:52.632581 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_16_3} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3566 2024.10.16 19:56:52.632674 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_16_3} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3567 2024.10.16 19:56:52.632768 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
3568 2024.10.16 19:56:52.633086 [ 200 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3569 2024.10.16 19:56:52.633602 [ 200 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3570 2024.10.16 19:56:52.633684 [ 200 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3571 2024.10.16 19:56:52.633785 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB.
3572 2024.10.16 19:56:55.051649 [ 43 ] {} <Debug> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3573 2024.10.16 19:56:55.051723 [ 43 ] {} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3574 2024.10.16 19:56:55.051747 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3575 2024.10.16 19:56:55.051960 [ 186 ] {56281702-75ca-4410-a890-dba9d611ff30::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
3576 2024.10.16 19:56:55.052331 [ 186 ] {56281702-75ca-4410-a890-dba9d611ff30::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3577 2024.10.16 19:56:55.052377 [ 186 ] {56281702-75ca-4410-a890-dba9d611ff30::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
3578 2024.10.16 19:56:55.052473 [ 186 ] {56281702-75ca-4410-a890-dba9d611ff30::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
3579 2024.10.16 19:56:55.052620 [ 186 ] {56281702-75ca-4410-a890-dba9d611ff30::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 18 rows starting from the beginning of the part
3580 2024.10.16 19:56:55.052775 [ 186 ] {56281702-75ca-4410-a890-dba9d611ff30::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
3581 2024.10.16 19:56:55.052912 [ 186 ] {56281702-75ca-4410-a890-dba9d611ff30::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
3582 2024.10.16 19:56:55.055141 [ 200 ] {56281702-75ca-4410-a890-dba9d611ff30::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003306256 sec., 12400.73363950039 rows/sec., 1.94 MiB/sec.
3583 2024.10.16 19:56:55.055314 [ 186 ] {56281702-75ca-4410-a890-dba9d611ff30::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3584 2024.10.16 19:56:55.055799 [ 186 ] {56281702-75ca-4410-a890-dba9d611ff30::all_1_5_1} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3585 2024.10.16 19:56:55.055880 [ 186 ] {56281702-75ca-4410-a890-dba9d611ff30::all_1_5_1} <Trace> oximeter.timeseries_schema (56281702-75ca-4410-a890-dba9d611ff30) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3586 2024.10.16 19:56:55.055963 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
3587 2024.10.16 19:56:57.612855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3588 2024.10.16 19:56:57.612980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3589 2024.10.16 19:56:57.613005 [ 3 ] {} <Debug> HTTP-Session: 88abdd23-8b78-4859-9735-e9121ed1215d Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3590 2024.10.16 19:56:57.613029 [ 3 ] {} <Debug> HTTP-Session: 88abdd23-8b78-4859-9735-e9121ed1215d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3591 2024.10.16 19:56:57.613044 [ 3 ] {} <Debug> HTTP-Session: 88abdd23-8b78-4859-9735-e9121ed1215d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3592 2024.10.16 19:56:57.613093 [ 3 ] {} <Trace> HTTP-Session: 88abdd23-8b78-4859-9735-e9121ed1215d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3593 2024.10.16 19:56:57.613343 [ 3 ] {7664275b-7d4e-42ba-86a8-f11c5674d0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3594 2024.10.16 19:56:57.613413 [ 3 ] {7664275b-7d4e-42ba-86a8-f11c5674d0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3595 2024.10.16 19:56:57.613750 [ 3 ] {7664275b-7d4e-42ba-86a8-f11c5674d0e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3596 2024.10.16 19:56:57.614405 [ 3 ] {7664275b-7d4e-42ba-86a8-f11c5674d0e5} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3597 2024.10.16 19:56:57.614448 [ 3 ] {7664275b-7d4e-42ba-86a8-f11c5674d0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3598 2024.10.16 19:56:57.614911 [ 3 ] {7664275b-7d4e-42ba-86a8-f11c5674d0e5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3599 2024.10.16 19:56:57.615305 [ 3 ] {7664275b-7d4e-42ba-86a8-f11c5674d0e5} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3600 2024.10.16 19:56:57.615455 [ 3 ] {7664275b-7d4e-42ba-86a8-f11c5674d0e5} <Debug> executeQuery: Read 267 rows, 24.26 KiB in 0.002227 sec., 119892.23170184105 rows/sec., 10.64 MiB/sec.
3601 2024.10.16 19:56:57.615681 [ 3 ] {7664275b-7d4e-42ba-86a8-f11c5674d0e5} <Debug> DynamicQueryHandler: Done processing query
3602 2024.10.16 19:56:57.615709 [ 3 ] {7664275b-7d4e-42ba-86a8-f11c5674d0e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
3603 2024.10.16 19:56:57.615727 [ 3 ] {} <Debug> HTTP-Session: 88abdd23-8b78-4859-9735-e9121ed1215d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3604 2024.10.16 19:56:57.615883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3605 2024.10.16 19:56:57.615943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3606 2024.10.16 19:56:57.615963 [ 3 ] {} <Debug> HTTP-Session: 1d957cd5-3cb9-45f0-8fff-efc08c8f3b3e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3607 2024.10.16 19:56:57.615982 [ 3 ] {} <Debug> HTTP-Session: 1d957cd5-3cb9-45f0-8fff-efc08c8f3b3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3608 2024.10.16 19:56:57.615997 [ 3 ] {} <Debug> HTTP-Session: 1d957cd5-3cb9-45f0-8fff-efc08c8f3b3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3609 2024.10.16 19:56:57.616033 [ 3 ] {} <Trace> HTTP-Session: 1d957cd5-3cb9-45f0-8fff-efc08c8f3b3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3610 2024.10.16 19:56:57.616149 [ 3 ] {9288cdee-68ba-4cdd-bed5-a02552310bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3611 2024.10.16 19:56:57.616196 [ 3 ] {9288cdee-68ba-4cdd-bed5-a02552310bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3612 2024.10.16 19:56:57.616432 [ 3 ] {9288cdee-68ba-4cdd-bed5-a02552310bad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3613 2024.10.16 19:56:57.616789 [ 3 ] {9288cdee-68ba-4cdd-bed5-a02552310bad} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3614 2024.10.16 19:56:57.616842 [ 3 ] {9288cdee-68ba-4cdd-bed5-a02552310bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3615 2024.10.16 19:56:57.617209 [ 3 ] {9288cdee-68ba-4cdd-bed5-a02552310bad} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3616 2024.10.16 19:56:57.617577 [ 3 ] {9288cdee-68ba-4cdd-bed5-a02552310bad} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3617 2024.10.16 19:56:57.617707 [ 3 ] {9288cdee-68ba-4cdd-bed5-a02552310bad} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001596 sec., 24436.09022556391 rows/sec., 1.79 MiB/sec.
3618 2024.10.16 19:56:57.617887 [ 3 ] {9288cdee-68ba-4cdd-bed5-a02552310bad} <Debug> DynamicQueryHandler: Done processing query
3619 2024.10.16 19:56:57.617913 [ 3 ] {9288cdee-68ba-4cdd-bed5-a02552310bad} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3620 2024.10.16 19:56:57.617929 [ 3 ] {} <Debug> HTTP-Session: 1d957cd5-3cb9-45f0-8fff-efc08c8f3b3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3621 2024.10.16 19:56:57.618069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3622 2024.10.16 19:56:57.618123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3623 2024.10.16 19:56:57.618142 [ 3 ] {} <Debug> HTTP-Session: 8aa74951-c68e-4295-bd7f-af3b96128148 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3624 2024.10.16 19:56:57.618160 [ 3 ] {} <Debug> HTTP-Session: 8aa74951-c68e-4295-bd7f-af3b96128148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3625 2024.10.16 19:56:57.618174 [ 3 ] {} <Debug> HTTP-Session: 8aa74951-c68e-4295-bd7f-af3b96128148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3626 2024.10.16 19:56:57.618206 [ 3 ] {} <Trace> HTTP-Session: 8aa74951-c68e-4295-bd7f-af3b96128148 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3627 2024.10.16 19:56:57.618314 [ 3 ] {7303415c-670c-4eac-a764-8c0d6edb2d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3628 2024.10.16 19:56:57.618359 [ 3 ] {7303415c-670c-4eac-a764-8c0d6edb2d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3629 2024.10.16 19:56:57.618585 [ 3 ] {7303415c-670c-4eac-a764-8c0d6edb2d06} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3630 2024.10.16 19:56:57.618897 [ 3 ] {7303415c-670c-4eac-a764-8c0d6edb2d06} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3631 2024.10.16 19:56:57.618933 [ 3 ] {7303415c-670c-4eac-a764-8c0d6edb2d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3632 2024.10.16 19:56:57.619286 [ 3 ] {7303415c-670c-4eac-a764-8c0d6edb2d06} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3633 2024.10.16 19:56:57.619648 [ 3 ] {7303415c-670c-4eac-a764-8c0d6edb2d06} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3634 2024.10.16 19:56:57.619775 [ 3 ] {7303415c-670c-4eac-a764-8c0d6edb2d06} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001493 sec., 9377.093101138647 rows/sec., 656.71 KiB/sec.
3635 2024.10.16 19:56:57.619947 [ 3 ] {7303415c-670c-4eac-a764-8c0d6edb2d06} <Debug> DynamicQueryHandler: Done processing query
3636 2024.10.16 19:56:57.619972 [ 3 ] {7303415c-670c-4eac-a764-8c0d6edb2d06} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3637 2024.10.16 19:56:57.619989 [ 3 ] {} <Debug> HTTP-Session: 8aa74951-c68e-4295-bd7f-af3b96128148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3638 2024.10.16 19:56:57.620105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3639 2024.10.16 19:56:57.620155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3640 2024.10.16 19:56:57.620176 [ 3 ] {} <Debug> HTTP-Session: 6143466d-16c0-4e77-a51d-54c9812313e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3641 2024.10.16 19:56:57.620192 [ 3 ] {} <Debug> HTTP-Session: 6143466d-16c0-4e77-a51d-54c9812313e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3642 2024.10.16 19:56:57.620207 [ 3 ] {} <Debug> HTTP-Session: 6143466d-16c0-4e77-a51d-54c9812313e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3643 2024.10.16 19:56:57.620238 [ 3 ] {} <Trace> HTTP-Session: 6143466d-16c0-4e77-a51d-54c9812313e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3644 2024.10.16 19:56:57.620333 [ 3 ] {a6ba86ff-1e51-422f-a190-0efc94d7063f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3645 2024.10.16 19:56:57.620376 [ 3 ] {a6ba86ff-1e51-422f-a190-0efc94d7063f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3646 2024.10.16 19:56:57.620599 [ 3 ] {a6ba86ff-1e51-422f-a190-0efc94d7063f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3647 2024.10.16 19:56:57.620890 [ 3 ] {a6ba86ff-1e51-422f-a190-0efc94d7063f} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3648 2024.10.16 19:56:57.620926 [ 3 ] {a6ba86ff-1e51-422f-a190-0efc94d7063f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3649 2024.10.16 19:56:57.621267 [ 3 ] {a6ba86ff-1e51-422f-a190-0efc94d7063f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3650 2024.10.16 19:56:57.621638 [ 3 ] {a6ba86ff-1e51-422f-a190-0efc94d7063f} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3651 2024.10.16 19:56:57.621764 [ 41 ] {} <Debug> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3652 2024.10.16 19:56:57.621768 [ 3 ] {a6ba86ff-1e51-422f-a190-0efc94d7063f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 243.14 KiB/sec.
3653 2024.10.16 19:56:57.621804 [ 41 ] {} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3654 2024.10.16 19:56:57.621843 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3655 2024.10.16 19:56:57.622044 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
3656 2024.10.16 19:56:57.622058 [ 3 ] {a6ba86ff-1e51-422f-a190-0efc94d7063f} <Debug> DynamicQueryHandler: Done processing query
3657 2024.10.16 19:56:57.622145 [ 3 ] {a6ba86ff-1e51-422f-a190-0efc94d7063f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3658 2024.10.16 19:56:57.622172 [ 3 ] {} <Debug> HTTP-Session: 6143466d-16c0-4e77-a51d-54c9812313e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3659 2024.10.16 19:56:57.622308 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3660 2024.10.16 19:56:57.622355 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
3661 2024.10.16 19:56:57.622454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 70098, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3662 2024.10.16 19:56:57.622597 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
3663 2024.10.16 19:56:57.622617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3664 2024.10.16 19:56:57.622703 [ 3 ] {} <Debug> HTTP-Session: 02cfb3d6-29b4-48a3-a3c0-dff037d71c2c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3665 2024.10.16 19:56:57.622808 [ 3 ] {} <Debug> HTTP-Session: 02cfb3d6-29b4-48a3-a3c0-dff037d71c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3666 2024.10.16 19:56:57.622882 [ 3 ] {} <Debug> HTTP-Session: 02cfb3d6-29b4-48a3-a3c0-dff037d71c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3667 2024.10.16 19:56:57.622916 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
3668 2024.10.16 19:56:57.623013 [ 3 ] {} <Trace> HTTP-Session: 02cfb3d6-29b4-48a3-a3c0-dff037d71c2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3669 2024.10.16 19:56:57.623240 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
3670 2024.10.16 19:56:57.623537 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
3671 2024.10.16 19:56:57.623673 [ 3 ] {f61eaa4d-aeb4-424b-983e-4b9af26c192d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3672 2024.10.16 19:56:57.623910 [ 3 ] {f61eaa4d-aeb4-424b-983e-4b9af26c192d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3673 2024.10.16 19:56:57.624797 [ 3 ] {f61eaa4d-aeb4-424b-983e-4b9af26c192d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3674 2024.10.16 19:56:57.626033 [ 3 ] {f61eaa4d-aeb4-424b-983e-4b9af26c192d} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3675 2024.10.16 19:56:57.626049 [ 200 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004095304 sec., 7325.463506494268 rows/sec., 465.00 KiB/sec.
3676 2024.10.16 19:56:57.626082 [ 3 ] {f61eaa4d-aeb4-424b-983e-4b9af26c192d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3677 2024.10.16 19:56:57.626273 [ 198 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3678 2024.10.16 19:56:57.626953 [ 3 ] {f61eaa4d-aeb4-424b-983e-4b9af26c192d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3679 2024.10.16 19:56:57.627343 [ 198 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_5_1} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3680 2024.10.16 19:56:57.627586 [ 198 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_5_1} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3681 2024.10.16 19:56:57.627759 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3682 2024.10.16 19:56:57.627847 [ 3 ] {f61eaa4d-aeb4-424b-983e-4b9af26c192d} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3683 2024.10.16 19:56:57.627994 [ 3 ] {f61eaa4d-aeb4-424b-983e-4b9af26c192d} <Debug> executeQuery: Read 431 rows, 31.62 KiB in 0.004636 sec., 92968.07592752372 rows/sec., 6.66 MiB/sec.
3684 2024.10.16 19:56:57.628196 [ 3 ] {f61eaa4d-aeb4-424b-983e-4b9af26c192d} <Debug> DynamicQueryHandler: Done processing query
3685 2024.10.16 19:56:57.628221 [ 3 ] {f61eaa4d-aeb4-424b-983e-4b9af26c192d} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB.
3686 2024.10.16 19:56:57.628238 [ 3 ] {} <Debug> HTTP-Session: 02cfb3d6-29b4-48a3-a3c0-dff037d71c2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3687 2024.10.16 19:56:57.628378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3688 2024.10.16 19:56:57.628428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3689 2024.10.16 19:56:57.628449 [ 3 ] {} <Debug> HTTP-Session: 9f0c248d-61a3-4be0-aae0-3f72bfab9ff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3690 2024.10.16 19:56:57.628465 [ 3 ] {} <Debug> HTTP-Session: 9f0c248d-61a3-4be0-aae0-3f72bfab9ff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3691 2024.10.16 19:56:57.628480 [ 3 ] {} <Debug> HTTP-Session: 9f0c248d-61a3-4be0-aae0-3f72bfab9ff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3692 2024.10.16 19:56:57.628512 [ 3 ] {} <Trace> HTTP-Session: 9f0c248d-61a3-4be0-aae0-3f72bfab9ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3693 2024.10.16 19:56:57.628610 [ 3 ] {6f0478e7-0da7-419d-9d99-9434d0be3b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3694 2024.10.16 19:56:57.628656 [ 3 ] {6f0478e7-0da7-419d-9d99-9434d0be3b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3695 2024.10.16 19:56:57.628793 [ 3 ] {6f0478e7-0da7-419d-9d99-9434d0be3b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3696 2024.10.16 19:56:57.629070 [ 3 ] {6f0478e7-0da7-419d-9d99-9434d0be3b52} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3697 2024.10.16 19:56:57.629105 [ 3 ] {6f0478e7-0da7-419d-9d99-9434d0be3b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3698 2024.10.16 19:56:57.629454 [ 3 ] {6f0478e7-0da7-419d-9d99-9434d0be3b52} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3699 2024.10.16 19:56:57.629782 [ 3 ] {6f0478e7-0da7-419d-9d99-9434d0be3b52} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3700 2024.10.16 19:56:57.629909 [ 3 ] {6f0478e7-0da7-419d-9d99-9434d0be3b52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001327 sec., 4521.4770158251695 rows/sec., 236.23 KiB/sec.
3701 2024.10.16 19:56:57.630071 [ 3 ] {6f0478e7-0da7-419d-9d99-9434d0be3b52} <Debug> DynamicQueryHandler: Done processing query
3702 2024.10.16 19:56:57.630096 [ 3 ] {6f0478e7-0da7-419d-9d99-9434d0be3b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3703 2024.10.16 19:56:57.630112 [ 3 ] {} <Debug> HTTP-Session: 9f0c248d-61a3-4be0-aae0-3f72bfab9ff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3704 2024.10.16 19:56:57.630285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3705 2024.10.16 19:56:57.630332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3706 2024.10.16 19:56:57.630351 [ 3 ] {} <Debug> HTTP-Session: f76a606a-c0c9-4d0a-8cf6-f6f8f4d88915 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3707 2024.10.16 19:56:57.630367 [ 3 ] {} <Debug> HTTP-Session: f76a606a-c0c9-4d0a-8cf6-f6f8f4d88915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3708 2024.10.16 19:56:57.630381 [ 3 ] {} <Debug> HTTP-Session: f76a606a-c0c9-4d0a-8cf6-f6f8f4d88915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3709 2024.10.16 19:56:57.630414 [ 3 ] {} <Trace> HTTP-Session: f76a606a-c0c9-4d0a-8cf6-f6f8f4d88915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3710 2024.10.16 19:56:57.630643 [ 3 ] {7bec6cbc-5180-496b-bdce-bb43b90c36fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3711 2024.10.16 19:56:57.630690 [ 3 ] {7bec6cbc-5180-496b-bdce-bb43b90c36fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3712 2024.10.16 19:56:57.630834 [ 3 ] {7bec6cbc-5180-496b-bdce-bb43b90c36fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3713 2024.10.16 19:56:57.631313 [ 3 ] {7bec6cbc-5180-496b-bdce-bb43b90c36fc} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3714 2024.10.16 19:56:57.631348 [ 3 ] {7bec6cbc-5180-496b-bdce-bb43b90c36fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3715 2024.10.16 19:56:57.631733 [ 3 ] {7bec6cbc-5180-496b-bdce-bb43b90c36fc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3716 2024.10.16 19:56:57.632091 [ 3 ] {7bec6cbc-5180-496b-bdce-bb43b90c36fc} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3717 2024.10.16 19:56:57.632216 [ 3 ] {7bec6cbc-5180-496b-bdce-bb43b90c36fc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001716 sec., 138111.8881118881 rows/sec., 9.26 MiB/sec.
3718 2024.10.16 19:56:57.632541 [ 3 ] {7bec6cbc-5180-496b-bdce-bb43b90c36fc} <Debug> DynamicQueryHandler: Done processing query
3719 2024.10.16 19:56:57.632571 [ 3 ] {7bec6cbc-5180-496b-bdce-bb43b90c36fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3720 2024.10.16 19:56:57.632587 [ 3 ] {} <Debug> HTTP-Session: f76a606a-c0c9-4d0a-8cf6-f6f8f4d88915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3721 2024.10.16 19:56:57.632714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3722 2024.10.16 19:56:57.632763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3723 2024.10.16 19:56:57.632782 [ 3 ] {} <Debug> HTTP-Session: 1c08ec2c-1117-4edd-afbc-fc06e1cba8cc Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3724 2024.10.16 19:56:57.632799 [ 3 ] {} <Debug> HTTP-Session: 1c08ec2c-1117-4edd-afbc-fc06e1cba8cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3725 2024.10.16 19:56:57.632813 [ 3 ] {} <Debug> HTTP-Session: 1c08ec2c-1117-4edd-afbc-fc06e1cba8cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3726 2024.10.16 19:56:57.632844 [ 3 ] {} <Trace> HTTP-Session: 1c08ec2c-1117-4edd-afbc-fc06e1cba8cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3727 2024.10.16 19:56:57.632938 [ 3 ] {01bae662-0681-403a-ada2-d9e7e654df35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3728 2024.10.16 19:56:57.632986 [ 3 ] {01bae662-0681-403a-ada2-d9e7e654df35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3729 2024.10.16 19:56:57.633134 [ 3 ] {01bae662-0681-403a-ada2-d9e7e654df35} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3730 2024.10.16 19:56:57.633407 [ 3 ] {01bae662-0681-403a-ada2-d9e7e654df35} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3731 2024.10.16 19:56:57.633441 [ 3 ] {01bae662-0681-403a-ada2-d9e7e654df35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3732 2024.10.16 19:56:57.633791 [ 3 ] {01bae662-0681-403a-ada2-d9e7e654df35} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3733 2024.10.16 19:56:57.634120 [ 3 ] {01bae662-0681-403a-ada2-d9e7e654df35} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3734 2024.10.16 19:56:57.634245 [ 41 ] {} <Debug> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3735 2024.10.16 19:56:57.634249 [ 3 ] {01bae662-0681-403a-ada2-d9e7e654df35} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001334 sec., 749.625187406297 rows/sec., 50.51 KiB/sec.
3736 2024.10.16 19:56:57.634277 [ 41 ] {} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3737 2024.10.16 19:56:57.634317 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3738 2024.10.16 19:56:57.634469 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
3739 2024.10.16 19:56:57.634481 [ 3 ] {01bae662-0681-403a-ada2-d9e7e654df35} <Debug> DynamicQueryHandler: Done processing query
3740 2024.10.16 19:56:57.634542 [ 3 ] {01bae662-0681-403a-ada2-d9e7e654df35} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3741 2024.10.16 19:56:57.634571 [ 3 ] {} <Debug> HTTP-Session: 1c08ec2c-1117-4edd-afbc-fc06e1cba8cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3742 2024.10.16 19:56:57.634641 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3743 2024.10.16 19:56:57.634672 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
3744 2024.10.16 19:56:57.634745 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
3745 2024.10.16 19:56:57.634845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 64964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3746 2024.10.16 19:56:57.635006 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
3747 2024.10.16 19:56:57.635010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3748 2024.10.16 19:56:57.635081 [ 3 ] {} <Debug> HTTP-Session: d6e709b1-1e01-45c8-a970-f77c9dcba124 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3749 2024.10.16 19:56:57.635202 [ 3 ] {} <Debug> HTTP-Session: d6e709b1-1e01-45c8-a970-f77c9dcba124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3750 2024.10.16 19:56:57.635259 [ 3 ] {} <Debug> HTTP-Session: d6e709b1-1e01-45c8-a970-f77c9dcba124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3751 2024.10.16 19:56:57.635290 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
3752 2024.10.16 19:56:57.635382 [ 3 ] {} <Trace> HTTP-Session: d6e709b1-1e01-45c8-a970-f77c9dcba124 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3753 2024.10.16 19:56:57.635656 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
3754 2024.10.16 19:56:57.636267 [ 3 ] {60d5f0cc-06f4-480c-bb8d-5cb6f02bd72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3755 2024.10.16 19:56:57.636363 [ 3 ] {60d5f0cc-06f4-480c-bb8d-5cb6f02bd72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3756 2024.10.16 19:56:57.637502 [ 200 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.003100171 sec., 1612.8142608907701 rows/sec., 108.68 KiB/sec.
3757 2024.10.16 19:56:57.637634 [ 3 ] {60d5f0cc-06f4-480c-bb8d-5cb6f02bd72a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3758 2024.10.16 19:56:57.637780 [ 200 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3759 2024.10.16 19:56:57.638359 [ 200 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_5_1} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3760 2024.10.16 19:56:57.638637 [ 200 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_5_1} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3761 2024.10.16 19:56:57.638892 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3762 2024.10.16 19:56:57.639003 [ 3 ] {60d5f0cc-06f4-480c-bb8d-5cb6f02bd72a} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3763 2024.10.16 19:56:57.639046 [ 3 ] {60d5f0cc-06f4-480c-bb8d-5cb6f02bd72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3764 2024.10.16 19:56:57.639719 [ 3 ] {60d5f0cc-06f4-480c-bb8d-5cb6f02bd72a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3765 2024.10.16 19:56:57.640147 [ 3 ] {60d5f0cc-06f4-480c-bb8d-5cb6f02bd72a} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3766 2024.10.16 19:56:57.640290 [ 3 ] {60d5f0cc-06f4-480c-bb8d-5cb6f02bd72a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004646 sec., 8394.31769263883 rows/sec., 15.04 MiB/sec.
3767 2024.10.16 19:56:57.640519 [ 3 ] {60d5f0cc-06f4-480c-bb8d-5cb6f02bd72a} <Debug> DynamicQueryHandler: Done processing query
3768 2024.10.16 19:56:57.640544 [ 3 ] {60d5f0cc-06f4-480c-bb8d-5cb6f02bd72a} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
3769 2024.10.16 19:56:57.640561 [ 3 ] {} <Debug> HTTP-Session: d6e709b1-1e01-45c8-a970-f77c9dcba124 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3770 2024.10.16 19:56:57.640684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3771 2024.10.16 19:56:57.640733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3772 2024.10.16 19:56:57.640754 [ 3 ] {} <Debug> HTTP-Session: ea60ccea-8dda-4188-91cc-43a2e96d95fc Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3773 2024.10.16 19:56:57.640771 [ 3 ] {} <Debug> HTTP-Session: ea60ccea-8dda-4188-91cc-43a2e96d95fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3774 2024.10.16 19:56:57.640786 [ 3 ] {} <Debug> HTTP-Session: ea60ccea-8dda-4188-91cc-43a2e96d95fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3775 2024.10.16 19:56:57.640817 [ 3 ] {} <Trace> HTTP-Session: ea60ccea-8dda-4188-91cc-43a2e96d95fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3776 2024.10.16 19:56:57.640912 [ 3 ] {e150fd9f-b097-4a02-afd2-10caf5daf350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
3777 2024.10.16 19:56:57.640955 [ 3 ] {e150fd9f-b097-4a02-afd2-10caf5daf350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
3778 2024.10.16 19:56:57.641084 [ 3 ] {e150fd9f-b097-4a02-afd2-10caf5daf350} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3779 2024.10.16 19:56:57.641368 [ 3 ] {e150fd9f-b097-4a02-afd2-10caf5daf350} <Trace> oximeter.measurements_i64 (34c2e836-dc3f-43a5-94f2-3244a4e3c04e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3780 2024.10.16 19:56:57.641403 [ 3 ] {e150fd9f-b097-4a02-afd2-10caf5daf350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3781 2024.10.16 19:56:57.641757 [ 3 ] {e150fd9f-b097-4a02-afd2-10caf5daf350} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3782 2024.10.16 19:56:57.642079 [ 3 ] {e150fd9f-b097-4a02-afd2-10caf5daf350} <Trace> oximeter.measurements_i64 (34c2e836-dc3f-43a5-94f2-3244a4e3c04e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3783 2024.10.16 19:56:57.642197 [ 3 ] {e150fd9f-b097-4a02-afd2-10caf5daf350} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.00131 sec., 9160.30534351145 rows/sec., 668.68 KiB/sec.
3784 2024.10.16 19:56:57.642461 [ 3 ] {e150fd9f-b097-4a02-afd2-10caf5daf350} <Debug> DynamicQueryHandler: Done processing query
3785 2024.10.16 19:56:57.642486 [ 3 ] {e150fd9f-b097-4a02-afd2-10caf5daf350} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3786 2024.10.16 19:56:57.642503 [ 3 ] {} <Debug> HTTP-Session: ea60ccea-8dda-4188-91cc-43a2e96d95fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3787 2024.10.16 19:56:57.642633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3788 2024.10.16 19:56:57.642683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3789 2024.10.16 19:56:57.642703 [ 3 ] {} <Debug> HTTP-Session: 6a04252d-6acc-44e5-9068-6afdcee80396 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3790 2024.10.16 19:56:57.642721 [ 3 ] {} <Debug> HTTP-Session: 6a04252d-6acc-44e5-9068-6afdcee80396 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3791 2024.10.16 19:56:57.642736 [ 3 ] {} <Debug> HTTP-Session: 6a04252d-6acc-44e5-9068-6afdcee80396 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3792 2024.10.16 19:56:57.642770 [ 3 ] {} <Trace> HTTP-Session: 6a04252d-6acc-44e5-9068-6afdcee80396 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3793 2024.10.16 19:56:57.642935 [ 3 ] {3b7cd938-06b0-443a-8051-3b2369f6afd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3794 2024.10.16 19:56:57.642992 [ 3 ] {3b7cd938-06b0-443a-8051-3b2369f6afd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3795 2024.10.16 19:56:57.643195 [ 3 ] {3b7cd938-06b0-443a-8051-3b2369f6afd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3796 2024.10.16 19:56:57.643589 [ 3 ] {3b7cd938-06b0-443a-8051-3b2369f6afd0} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3797 2024.10.16 19:56:57.643639 [ 3 ] {3b7cd938-06b0-443a-8051-3b2369f6afd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB.
3798 2024.10.16 19:56:57.644003 [ 3 ] {3b7cd938-06b0-443a-8051-3b2369f6afd0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3799 2024.10.16 19:56:57.644430 [ 3 ] {3b7cd938-06b0-443a-8051-3b2369f6afd0} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3800 2024.10.16 19:56:57.644584 [ 3 ] {3b7cd938-06b0-443a-8051-3b2369f6afd0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001718 sec., 47729.91850989523 rows/sec., 3.03 MiB/sec.
3801 2024.10.16 19:56:57.644792 [ 3 ] {3b7cd938-06b0-443a-8051-3b2369f6afd0} <Debug> DynamicQueryHandler: Done processing query
3802 2024.10.16 19:56:57.644816 [ 3 ] {3b7cd938-06b0-443a-8051-3b2369f6afd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3803 2024.10.16 19:56:57.644832 [ 3 ] {} <Debug> HTTP-Session: 6a04252d-6acc-44e5-9068-6afdcee80396 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3804 2024.10.16 19:57:01.422382 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
3805 2024.10.16 19:57:01.422482 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
3806 2024.10.16 19:57:01.536492 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 396
3807 2024.10.16 19:57:01.539383 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3808 2024.10.16 19:57:01.539447 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3809 2024.10.16 19:57:01.540960 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3810 2024.10.16 19:57:01.541975 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3811 2024.10.16 19:57:01.543008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 396
3812 2024.10.16 19:57:02.605008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3813 2024.10.16 19:57:02.605146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3814 2024.10.16 19:57:02.605177 [ 3 ] {} <Debug> HTTP-Session: d1562573-4916-4e31-9d1d-c94c0d49b020 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3815 2024.10.16 19:57:02.605205 [ 3 ] {} <Debug> HTTP-Session: d1562573-4916-4e31-9d1d-c94c0d49b020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3816 2024.10.16 19:57:02.605223 [ 3 ] {} <Debug> HTTP-Session: d1562573-4916-4e31-9d1d-c94c0d49b020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3817 2024.10.16 19:57:02.605278 [ 3 ] {} <Trace> HTTP-Session: d1562573-4916-4e31-9d1d-c94c0d49b020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3818 2024.10.16 19:57:02.605467 [ 3 ] {00d15d5f-8ec0-48fd-a0d7-a9c7dd94135d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3819 2024.10.16 19:57:02.605540 [ 3 ] {00d15d5f-8ec0-48fd-a0d7-a9c7dd94135d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3820 2024.10.16 19:57:02.605916 [ 3 ] {00d15d5f-8ec0-48fd-a0d7-a9c7dd94135d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3821 2024.10.16 19:57:02.606371 [ 3 ] {00d15d5f-8ec0-48fd-a0d7-a9c7dd94135d} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3822 2024.10.16 19:57:02.606422 [ 3 ] {00d15d5f-8ec0-48fd-a0d7-a9c7dd94135d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3823 2024.10.16 19:57:02.606840 [ 3 ] {00d15d5f-8ec0-48fd-a0d7-a9c7dd94135d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3824 2024.10.16 19:57:02.607249 [ 3 ] {00d15d5f-8ec0-48fd-a0d7-a9c7dd94135d} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3825 2024.10.16 19:57:02.607395 [ 3 ] {00d15d5f-8ec0-48fd-a0d7-a9c7dd94135d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001984 sec., 1008.0645161290322 rows/sec., 82.20 KiB/sec.
3826 2024.10.16 19:57:02.607604 [ 3 ] {00d15d5f-8ec0-48fd-a0d7-a9c7dd94135d} <Debug> DynamicQueryHandler: Done processing query
3827 2024.10.16 19:57:02.607631 [ 3 ] {00d15d5f-8ec0-48fd-a0d7-a9c7dd94135d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3828 2024.10.16 19:57:02.607648 [ 3 ] {} <Debug> HTTP-Session: d1562573-4916-4e31-9d1d-c94c0d49b020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3829 2024.10.16 19:57:02.607820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3830 2024.10.16 19:57:02.607872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3831 2024.10.16 19:57:02.607893 [ 3 ] {} <Debug> HTTP-Session: c17bf869-cd96-4252-8789-20b0c11b84b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3832 2024.10.16 19:57:02.607910 [ 3 ] {} <Debug> HTTP-Session: c17bf869-cd96-4252-8789-20b0c11b84b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3833 2024.10.16 19:57:02.607924 [ 3 ] {} <Debug> HTTP-Session: c17bf869-cd96-4252-8789-20b0c11b84b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3834 2024.10.16 19:57:02.607958 [ 3 ] {} <Trace> HTTP-Session: c17bf869-cd96-4252-8789-20b0c11b84b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3835 2024.10.16 19:57:02.608091 [ 3 ] {13e59b2b-6cc1-43f4-a0eb-7f00a86f0942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3836 2024.10.16 19:57:02.608138 [ 3 ] {13e59b2b-6cc1-43f4-a0eb-7f00a86f0942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3837 2024.10.16 19:57:02.608362 [ 3 ] {13e59b2b-6cc1-43f4-a0eb-7f00a86f0942} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3838 2024.10.16 19:57:02.608777 [ 3 ] {13e59b2b-6cc1-43f4-a0eb-7f00a86f0942} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3839 2024.10.16 19:57:02.608814 [ 3 ] {13e59b2b-6cc1-43f4-a0eb-7f00a86f0942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3840 2024.10.16 19:57:02.609182 [ 3 ] {13e59b2b-6cc1-43f4-a0eb-7f00a86f0942} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3841 2024.10.16 19:57:02.609539 [ 3 ] {13e59b2b-6cc1-43f4-a0eb-7f00a86f0942} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3842 2024.10.16 19:57:02.609670 [ 3 ] {13e59b2b-6cc1-43f4-a0eb-7f00a86f0942} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001621 sec., 35163.4793337446 rows/sec., 2.68 MiB/sec.
3843 2024.10.16 19:57:02.609844 [ 3 ] {13e59b2b-6cc1-43f4-a0eb-7f00a86f0942} <Debug> DynamicQueryHandler: Done processing query
3844 2024.10.16 19:57:02.609868 [ 3 ] {13e59b2b-6cc1-43f4-a0eb-7f00a86f0942} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
3845 2024.10.16 19:57:02.609884 [ 3 ] {} <Debug> HTTP-Session: c17bf869-cd96-4252-8789-20b0c11b84b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3846 2024.10.16 19:57:02.609998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3847 2024.10.16 19:57:02.610047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3848 2024.10.16 19:57:02.610066 [ 3 ] {} <Debug> HTTP-Session: 5de41c64-3e9c-4c58-8564-91ea49a98a98 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3849 2024.10.16 19:57:02.610083 [ 3 ] {} <Debug> HTTP-Session: 5de41c64-3e9c-4c58-8564-91ea49a98a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3850 2024.10.16 19:57:02.610097 [ 3 ] {} <Debug> HTTP-Session: 5de41c64-3e9c-4c58-8564-91ea49a98a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3851 2024.10.16 19:57:02.610128 [ 3 ] {} <Trace> HTTP-Session: 5de41c64-3e9c-4c58-8564-91ea49a98a98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3852 2024.10.16 19:57:02.610220 [ 3 ] {234fdafe-e374-40f1-9ca6-246f201570c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3853 2024.10.16 19:57:02.610261 [ 3 ] {234fdafe-e374-40f1-9ca6-246f201570c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3854 2024.10.16 19:57:02.610479 [ 3 ] {234fdafe-e374-40f1-9ca6-246f201570c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3855 2024.10.16 19:57:02.610776 [ 3 ] {234fdafe-e374-40f1-9ca6-246f201570c7} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3856 2024.10.16 19:57:02.610811 [ 3 ] {234fdafe-e374-40f1-9ca6-246f201570c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3857 2024.10.16 19:57:02.611238 [ 3 ] {234fdafe-e374-40f1-9ca6-246f201570c7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3858 2024.10.16 19:57:02.611713 [ 3 ] {234fdafe-e374-40f1-9ca6-246f201570c7} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3859 2024.10.16 19:57:02.611840 [ 3 ] {234fdafe-e374-40f1-9ca6-246f201570c7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001644 sec., 1216.54501216545 rows/sec., 84.94 KiB/sec.
3860 2024.10.16 19:57:02.612007 [ 3 ] {234fdafe-e374-40f1-9ca6-246f201570c7} <Debug> DynamicQueryHandler: Done processing query
3861 2024.10.16 19:57:02.612031 [ 3 ] {234fdafe-e374-40f1-9ca6-246f201570c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3862 2024.10.16 19:57:02.612048 [ 3 ] {} <Debug> HTTP-Session: 5de41c64-3e9c-4c58-8564-91ea49a98a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3863 2024.10.16 19:57:02.612177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 11223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3864 2024.10.16 19:57:02.612226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3865 2024.10.16 19:57:02.612245 [ 3 ] {} <Debug> HTTP-Session: 8aa9992f-877e-48e1-99fd-e7dd42e6df0d Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3866 2024.10.16 19:57:02.612287 [ 3 ] {} <Debug> HTTP-Session: 8aa9992f-877e-48e1-99fd-e7dd42e6df0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3867 2024.10.16 19:57:02.612301 [ 3 ] {} <Debug> HTTP-Session: 8aa9992f-877e-48e1-99fd-e7dd42e6df0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3868 2024.10.16 19:57:02.612331 [ 3 ] {} <Trace> HTTP-Session: 8aa9992f-877e-48e1-99fd-e7dd42e6df0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3869 2024.10.16 19:57:02.612445 [ 3 ] {25960075-932d-4abf-a688-022bfe644112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3870 2024.10.16 19:57:02.612487 [ 3 ] {25960075-932d-4abf-a688-022bfe644112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3871 2024.10.16 19:57:02.612708 [ 3 ] {25960075-932d-4abf-a688-022bfe644112} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3872 2024.10.16 19:57:02.613135 [ 3 ] {25960075-932d-4abf-a688-022bfe644112} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3873 2024.10.16 19:57:02.613171 [ 3 ] {25960075-932d-4abf-a688-022bfe644112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3874 2024.10.16 19:57:02.613554 [ 3 ] {25960075-932d-4abf-a688-022bfe644112} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3875 2024.10.16 19:57:02.613923 [ 3 ] {25960075-932d-4abf-a688-022bfe644112} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3876 2024.10.16 19:57:02.614052 [ 3 ] {25960075-932d-4abf-a688-022bfe644112} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001647 sec., 40072.85974499089 rows/sec., 3.13 MiB/sec.
3877 2024.10.16 19:57:02.614271 [ 3 ] {25960075-932d-4abf-a688-022bfe644112} <Debug> DynamicQueryHandler: Done processing query
3878 2024.10.16 19:57:02.614295 [ 3 ] {25960075-932d-4abf-a688-022bfe644112} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3879 2024.10.16 19:57:02.614312 [ 3 ] {} <Debug> HTTP-Session: 8aa9992f-877e-48e1-99fd-e7dd42e6df0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3880 2024.10.16 19:57:02.614486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3881 2024.10.16 19:57:02.614534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3882 2024.10.16 19:57:02.614554 [ 3 ] {} <Debug> HTTP-Session: 3ac06618-31a1-4130-bdb3-acdb3dd90d4c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3883 2024.10.16 19:57:02.614570 [ 3 ] {} <Debug> HTTP-Session: 3ac06618-31a1-4130-bdb3-acdb3dd90d4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3884 2024.10.16 19:57:02.614584 [ 3 ] {} <Debug> HTTP-Session: 3ac06618-31a1-4130-bdb3-acdb3dd90d4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3885 2024.10.16 19:57:02.614615 [ 3 ] {} <Trace> HTTP-Session: 3ac06618-31a1-4130-bdb3-acdb3dd90d4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3886 2024.10.16 19:57:02.614762 [ 3 ] {1c9599c6-f0c3-4bb8-ad32-a3a56406a54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3887 2024.10.16 19:57:02.614808 [ 3 ] {1c9599c6-f0c3-4bb8-ad32-a3a56406a54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3888 2024.10.16 19:57:02.614952 [ 3 ] {1c9599c6-f0c3-4bb8-ad32-a3a56406a54b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3889 2024.10.16 19:57:02.615368 [ 3 ] {1c9599c6-f0c3-4bb8-ad32-a3a56406a54b} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3890 2024.10.16 19:57:02.615404 [ 3 ] {1c9599c6-f0c3-4bb8-ad32-a3a56406a54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3891 2024.10.16 19:57:02.615797 [ 3 ] {1c9599c6-f0c3-4bb8-ad32-a3a56406a54b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3892 2024.10.16 19:57:02.616158 [ 3 ] {1c9599c6-f0c3-4bb8-ad32-a3a56406a54b} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3893 2024.10.16 19:57:02.616353 [ 3 ] {1c9599c6-f0c3-4bb8-ad32-a3a56406a54b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00166 sec., 96987.95180722892 rows/sec., 6.75 MiB/sec.
3894 2024.10.16 19:57:02.616677 [ 3 ] {1c9599c6-f0c3-4bb8-ad32-a3a56406a54b} <Debug> DynamicQueryHandler: Done processing query
3895 2024.10.16 19:57:02.616701 [ 3 ] {1c9599c6-f0c3-4bb8-ad32-a3a56406a54b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3896 2024.10.16 19:57:02.616717 [ 3 ] {} <Debug> HTTP-Session: 3ac06618-31a1-4130-bdb3-acdb3dd90d4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3897 2024.10.16 19:57:02.616857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3898 2024.10.16 19:57:02.616906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3899 2024.10.16 19:57:02.616925 [ 3 ] {} <Debug> HTTP-Session: 39a7c621-9f20-4060-a96f-8cd121b0516b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3900 2024.10.16 19:57:02.616942 [ 3 ] {} <Debug> HTTP-Session: 39a7c621-9f20-4060-a96f-8cd121b0516b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3901 2024.10.16 19:57:02.616956 [ 3 ] {} <Debug> HTTP-Session: 39a7c621-9f20-4060-a96f-8cd121b0516b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3902 2024.10.16 19:57:02.616988 [ 3 ] {} <Trace> HTTP-Session: 39a7c621-9f20-4060-a96f-8cd121b0516b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3903 2024.10.16 19:57:02.617099 [ 3 ] {6a14e2e3-e1f2-425e-bd41-021c1e3eb773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3904 2024.10.16 19:57:02.617144 [ 3 ] {6a14e2e3-e1f2-425e-bd41-021c1e3eb773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3905 2024.10.16 19:57:02.617298 [ 3 ] {6a14e2e3-e1f2-425e-bd41-021c1e3eb773} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3906 2024.10.16 19:57:02.617610 [ 3 ] {6a14e2e3-e1f2-425e-bd41-021c1e3eb773} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3907 2024.10.16 19:57:02.617647 [ 3 ] {6a14e2e3-e1f2-425e-bd41-021c1e3eb773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3908 2024.10.16 19:57:02.618004 [ 3 ] {6a14e2e3-e1f2-425e-bd41-021c1e3eb773} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3909 2024.10.16 19:57:02.618323 [ 3 ] {6a14e2e3-e1f2-425e-bd41-021c1e3eb773} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3910 2024.10.16 19:57:02.618475 [ 3 ] {6a14e2e3-e1f2-425e-bd41-021c1e3eb773} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec.
3911 2024.10.16 19:57:02.618648 [ 3 ] {6a14e2e3-e1f2-425e-bd41-021c1e3eb773} <Debug> DynamicQueryHandler: Done processing query
3912 2024.10.16 19:57:02.618672 [ 3 ] {6a14e2e3-e1f2-425e-bd41-021c1e3eb773} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3913 2024.10.16 19:57:02.618688 [ 3 ] {} <Debug> HTTP-Session: 39a7c621-9f20-4060-a96f-8cd121b0516b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3914 2024.10.16 19:57:07.613393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3915 2024.10.16 19:57:07.613518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3916 2024.10.16 19:57:07.613544 [ 3 ] {} <Debug> HTTP-Session: d3e2ed0c-9df6-44ed-bbb3-20873eb5f894 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3917 2024.10.16 19:57:07.613569 [ 3 ] {} <Debug> HTTP-Session: d3e2ed0c-9df6-44ed-bbb3-20873eb5f894 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3918 2024.10.16 19:57:07.613590 [ 3 ] {} <Debug> HTTP-Session: d3e2ed0c-9df6-44ed-bbb3-20873eb5f894 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3919 2024.10.16 19:57:07.613647 [ 3 ] {} <Trace> HTTP-Session: d3e2ed0c-9df6-44ed-bbb3-20873eb5f894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3920 2024.10.16 19:57:07.613824 [ 3 ] {0ad6482c-8ba3-4c94-a68a-1d1b9b8e18b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3921 2024.10.16 19:57:07.613896 [ 3 ] {0ad6482c-8ba3-4c94-a68a-1d1b9b8e18b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3922 2024.10.16 19:57:07.614239 [ 3 ] {0ad6482c-8ba3-4c94-a68a-1d1b9b8e18b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3923 2024.10.16 19:57:07.614712 [ 3 ] {0ad6482c-8ba3-4c94-a68a-1d1b9b8e18b5} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3924 2024.10.16 19:57:07.614752 [ 3 ] {0ad6482c-8ba3-4c94-a68a-1d1b9b8e18b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3925 2024.10.16 19:57:07.615159 [ 3 ] {0ad6482c-8ba3-4c94-a68a-1d1b9b8e18b5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3926 2024.10.16 19:57:07.615558 [ 3 ] {0ad6482c-8ba3-4c94-a68a-1d1b9b8e18b5} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3927 2024.10.16 19:57:07.615700 [ 3 ] {0ad6482c-8ba3-4c94-a68a-1d1b9b8e18b5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001927 sec., 1037.8827192527244 rows/sec., 84.63 KiB/sec.
3928 2024.10.16 19:57:07.615940 [ 3 ] {0ad6482c-8ba3-4c94-a68a-1d1b9b8e18b5} <Debug> DynamicQueryHandler: Done processing query
3929 2024.10.16 19:57:07.615967 [ 3 ] {0ad6482c-8ba3-4c94-a68a-1d1b9b8e18b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3930 2024.10.16 19:57:07.615983 [ 3 ] {} <Debug> HTTP-Session: d3e2ed0c-9df6-44ed-bbb3-20873eb5f894 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3931 2024.10.16 19:57:07.616155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3932 2024.10.16 19:57:07.616209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3933 2024.10.16 19:57:07.616230 [ 3 ] {} <Debug> HTTP-Session: f5041aa2-88ff-4d2a-ae57-7660ee21bd82 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3934 2024.10.16 19:57:07.616247 [ 3 ] {} <Debug> HTTP-Session: f5041aa2-88ff-4d2a-ae57-7660ee21bd82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3935 2024.10.16 19:57:07.616262 [ 3 ] {} <Debug> HTTP-Session: f5041aa2-88ff-4d2a-ae57-7660ee21bd82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3936 2024.10.16 19:57:07.616295 [ 3 ] {} <Trace> HTTP-Session: f5041aa2-88ff-4d2a-ae57-7660ee21bd82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3937 2024.10.16 19:57:07.616476 [ 3 ] {5a5fa4e5-7009-4a4f-8c12-2e95903009e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3938 2024.10.16 19:57:07.616521 [ 3 ] {5a5fa4e5-7009-4a4f-8c12-2e95903009e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3939 2024.10.16 19:57:07.616746 [ 3 ] {5a5fa4e5-7009-4a4f-8c12-2e95903009e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3940 2024.10.16 19:57:07.617291 [ 3 ] {5a5fa4e5-7009-4a4f-8c12-2e95903009e8} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3941 2024.10.16 19:57:07.617328 [ 3 ] {5a5fa4e5-7009-4a4f-8c12-2e95903009e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3942 2024.10.16 19:57:07.617728 [ 3 ] {5a5fa4e5-7009-4a4f-8c12-2e95903009e8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3943 2024.10.16 19:57:07.618095 [ 3 ] {5a5fa4e5-7009-4a4f-8c12-2e95903009e8} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3944 2024.10.16 19:57:07.618227 [ 3 ] {5a5fa4e5-7009-4a4f-8c12-2e95903009e8} <Debug> executeQuery: Read 268 rows, 24.33 KiB in 0.001842 sec., 145494.02823018457 rows/sec., 12.90 MiB/sec.
3945 2024.10.16 19:57:07.618552 [ 3 ] {5a5fa4e5-7009-4a4f-8c12-2e95903009e8} <Debug> DynamicQueryHandler: Done processing query
3946 2024.10.16 19:57:07.618577 [ 3 ] {5a5fa4e5-7009-4a4f-8c12-2e95903009e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
3947 2024.10.16 19:57:07.618595 [ 3 ] {} <Debug> HTTP-Session: f5041aa2-88ff-4d2a-ae57-7660ee21bd82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3948 2024.10.16 19:57:07.618728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3949 2024.10.16 19:57:07.618780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3950 2024.10.16 19:57:07.618800 [ 3 ] {} <Debug> HTTP-Session: 3299f5c6-5dcc-4f5b-8ada-4b18efaaa96e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3951 2024.10.16 19:57:07.618816 [ 3 ] {} <Debug> HTTP-Session: 3299f5c6-5dcc-4f5b-8ada-4b18efaaa96e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3952 2024.10.16 19:57:07.618830 [ 3 ] {} <Debug> HTTP-Session: 3299f5c6-5dcc-4f5b-8ada-4b18efaaa96e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3953 2024.10.16 19:57:07.618862 [ 3 ] {} <Trace> HTTP-Session: 3299f5c6-5dcc-4f5b-8ada-4b18efaaa96e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3954 2024.10.16 19:57:07.618972 [ 3 ] {7da78925-4ba4-45a6-8647-4fb317c9a099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3955 2024.10.16 19:57:07.619017 [ 3 ] {7da78925-4ba4-45a6-8647-4fb317c9a099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3956 2024.10.16 19:57:07.619262 [ 3 ] {7da78925-4ba4-45a6-8647-4fb317c9a099} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3957 2024.10.16 19:57:07.619613 [ 3 ] {7da78925-4ba4-45a6-8647-4fb317c9a099} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3958 2024.10.16 19:57:07.619651 [ 3 ] {7da78925-4ba4-45a6-8647-4fb317c9a099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3959 2024.10.16 19:57:07.620006 [ 3 ] {7da78925-4ba4-45a6-8647-4fb317c9a099} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3960 2024.10.16 19:57:07.620369 [ 3 ] {7da78925-4ba4-45a6-8647-4fb317c9a099} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3961 2024.10.16 19:57:07.620500 [ 3 ] {7da78925-4ba4-45a6-8647-4fb317c9a099} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001563 sec., 26231.605886116446 rows/sec., 1.92 MiB/sec.
3962 2024.10.16 19:57:07.620670 [ 3 ] {7da78925-4ba4-45a6-8647-4fb317c9a099} <Debug> DynamicQueryHandler: Done processing query
3963 2024.10.16 19:57:07.620695 [ 3 ] {7da78925-4ba4-45a6-8647-4fb317c9a099} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
3964 2024.10.16 19:57:07.620713 [ 3 ] {} <Debug> HTTP-Session: 3299f5c6-5dcc-4f5b-8ada-4b18efaaa96e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3965 2024.10.16 19:57:07.620840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3966 2024.10.16 19:57:07.620890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3967 2024.10.16 19:57:07.620910 [ 3 ] {} <Debug> HTTP-Session: f8ab79ad-ce9e-4508-905f-2e942112e3af Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3968 2024.10.16 19:57:07.620928 [ 3 ] {} <Debug> HTTP-Session: f8ab79ad-ce9e-4508-905f-2e942112e3af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3969 2024.10.16 19:57:07.620941 [ 3 ] {} <Debug> HTTP-Session: f8ab79ad-ce9e-4508-905f-2e942112e3af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3970 2024.10.16 19:57:07.620972 [ 3 ] {} <Trace> HTTP-Session: f8ab79ad-ce9e-4508-905f-2e942112e3af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3971 2024.10.16 19:57:07.621077 [ 3 ] {116bbde2-158b-4cd6-8c8f-968d6db0447f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3972 2024.10.16 19:57:07.621122 [ 3 ] {116bbde2-158b-4cd6-8c8f-968d6db0447f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3973 2024.10.16 19:57:07.621347 [ 3 ] {116bbde2-158b-4cd6-8c8f-968d6db0447f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3974 2024.10.16 19:57:07.621692 [ 3 ] {116bbde2-158b-4cd6-8c8f-968d6db0447f} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3975 2024.10.16 19:57:07.621741 [ 3 ] {116bbde2-158b-4cd6-8c8f-968d6db0447f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3976 2024.10.16 19:57:07.622175 [ 3 ] {116bbde2-158b-4cd6-8c8f-968d6db0447f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3977 2024.10.16 19:57:07.622656 [ 3 ] {116bbde2-158b-4cd6-8c8f-968d6db0447f} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3978 2024.10.16 19:57:07.622798 [ 3 ] {116bbde2-158b-4cd6-8c8f-968d6db0447f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001751 sec., 7995.431182181611 rows/sec., 559.95 KiB/sec.
3979 2024.10.16 19:57:07.622901 [ 26 ] {} <Debug> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3980 2024.10.16 19:57:07.622934 [ 26 ] {} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3981 2024.10.16 19:57:07.622958 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
3982 2024.10.16 19:57:07.623094 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::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
3983 2024.10.16 19:57:07.623244 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3984 2024.10.16 19:57:07.623284 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 242 rows starting from the beginning of the part
3985 2024.10.16 19:57:07.623387 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::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
3986 2024.10.16 19:57:07.623630 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::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
3987 2024.10.16 19:57:07.623846 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 242 rows starting from the beginning of the part
3988 2024.10.16 19:57:07.624091 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
3989 2024.10.16 19:57:07.624234 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::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
3990 2024.10.16 19:57:07.625051 [ 3 ] {116bbde2-158b-4cd6-8c8f-968d6db0447f} <Debug> DynamicQueryHandler: Done processing query
3991 2024.10.16 19:57:07.625090 [ 3 ] {116bbde2-158b-4cd6-8c8f-968d6db0447f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3992 2024.10.16 19:57:07.625116 [ 3 ] {} <Debug> HTTP-Session: f8ab79ad-ce9e-4508-905f-2e942112e3af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3993 2024.10.16 19:57:07.625248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3994 2024.10.16 19:57:07.625308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3995 2024.10.16 19:57:07.625341 [ 3 ] {} <Debug> HTTP-Session: e0e0dada-2b2b-428f-b2fa-6ace0650aa05 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
3996 2024.10.16 19:57:07.625365 [ 3 ] {} <Debug> HTTP-Session: e0e0dada-2b2b-428f-b2fa-6ace0650aa05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3997 2024.10.16 19:57:07.625390 [ 3 ] {} <Debug> HTTP-Session: e0e0dada-2b2b-428f-b2fa-6ace0650aa05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3998 2024.10.16 19:57:07.625430 [ 3 ] {} <Trace> HTTP-Session: e0e0dada-2b2b-428f-b2fa-6ace0650aa05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3999 2024.10.16 19:57:07.625555 [ 3 ] {7b5cda6b-325a-418c-ab12-99c3558d5974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4000 2024.10.16 19:57:07.625609 [ 3 ] {7b5cda6b-325a-418c-ab12-99c3558d5974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4001 2024.10.16 19:57:07.626113 [ 3 ] {7b5cda6b-325a-418c-ab12-99c3558d5974} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4002 2024.10.16 19:57:07.626530 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.00350883 sec., 153897.4529971529 rows/sec., 10.46 MiB/sec.
4003 2024.10.16 19:57:07.626678 [ 3 ] {7b5cda6b-325a-418c-ab12-99c3558d5974} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4004 2024.10.16 19:57:07.626685 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
4005 2024.10.16 19:57:07.626725 [ 3 ] {7b5cda6b-325a-418c-ab12-99c3558d5974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4006 2024.10.16 19:57:07.627305 [ 3 ] {7b5cda6b-325a-418c-ab12-99c3558d5974} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4007 2024.10.16 19:57:07.627318 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_6_1} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4008 2024.10.16 19:57:07.627406 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_6_1} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
4009 2024.10.16 19:57:07.627518 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
4010 2024.10.16 19:57:07.627782 [ 3 ] {7b5cda6b-325a-418c-ab12-99c3558d5974} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4011 2024.10.16 19:57:07.627935 [ 3 ] {7b5cda6b-325a-418c-ab12-99c3558d5974} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002421 sec., 2478.3147459727384 rows/sec., 146.42 KiB/sec.
4012 2024.10.16 19:57:07.628173 [ 3 ] {7b5cda6b-325a-418c-ab12-99c3558d5974} <Debug> DynamicQueryHandler: Done processing query
4013 2024.10.16 19:57:07.628211 [ 3 ] {7b5cda6b-325a-418c-ab12-99c3558d5974} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4014 2024.10.16 19:57:07.628229 [ 3 ] {} <Debug> HTTP-Session: e0e0dada-2b2b-428f-b2fa-6ace0650aa05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4015 2024.10.16 19:57:07.628461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4016 2024.10.16 19:57:07.628527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4017 2024.10.16 19:57:07.628553 [ 3 ] {} <Debug> HTTP-Session: eea9894d-f8e5-4fc4-a36b-1a8fa61314a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4018 2024.10.16 19:57:07.628577 [ 3 ] {} <Debug> HTTP-Session: eea9894d-f8e5-4fc4-a36b-1a8fa61314a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4019 2024.10.16 19:57:07.628598 [ 3 ] {} <Debug> HTTP-Session: eea9894d-f8e5-4fc4-a36b-1a8fa61314a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4020 2024.10.16 19:57:07.628640 [ 3 ] {} <Trace> HTTP-Session: eea9894d-f8e5-4fc4-a36b-1a8fa61314a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4021 2024.10.16 19:57:07.628935 [ 3 ] {d272335c-683b-4881-9b24-37680ce17183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4022 2024.10.16 19:57:07.628989 [ 3 ] {d272335c-683b-4881-9b24-37680ce17183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4023 2024.10.16 19:57:07.629287 [ 3 ] {d272335c-683b-4881-9b24-37680ce17183} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4024 2024.10.16 19:57:07.629876 [ 3 ] {d272335c-683b-4881-9b24-37680ce17183} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4025 2024.10.16 19:57:07.629914 [ 3 ] {d272335c-683b-4881-9b24-37680ce17183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4026 2024.10.16 19:57:07.630361 [ 3 ] {d272335c-683b-4881-9b24-37680ce17183} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4027 2024.10.16 19:57:07.630726 [ 3 ] {d272335c-683b-4881-9b24-37680ce17183} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4028 2024.10.16 19:57:07.630857 [ 3 ] {d272335c-683b-4881-9b24-37680ce17183} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.002093 sec., 202102.24558050648 rows/sec., 14.45 MiB/sec.
4029 2024.10.16 19:57:07.631026 [ 3 ] {d272335c-683b-4881-9b24-37680ce17183} <Debug> DynamicQueryHandler: Done processing query
4030 2024.10.16 19:57:07.631054 [ 3 ] {d272335c-683b-4881-9b24-37680ce17183} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
4031 2024.10.16 19:57:07.631071 [ 3 ] {} <Debug> HTTP-Session: eea9894d-f8e5-4fc4-a36b-1a8fa61314a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4032 2024.10.16 19:57:07.631226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4033 2024.10.16 19:57:07.631275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4034 2024.10.16 19:57:07.631296 [ 3 ] {} <Debug> HTTP-Session: 096c0fcd-d717-483b-9948-e1d7437c55bc Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4035 2024.10.16 19:57:07.631312 [ 3 ] {} <Debug> HTTP-Session: 096c0fcd-d717-483b-9948-e1d7437c55bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4036 2024.10.16 19:57:07.631326 [ 3 ] {} <Debug> HTTP-Session: 096c0fcd-d717-483b-9948-e1d7437c55bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4037 2024.10.16 19:57:07.631358 [ 3 ] {} <Trace> HTTP-Session: 096c0fcd-d717-483b-9948-e1d7437c55bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4038 2024.10.16 19:57:07.631453 [ 3 ] {08b70ed5-64e8-4e1e-8845-38f4de6e63cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4039 2024.10.16 19:57:07.631499 [ 3 ] {08b70ed5-64e8-4e1e-8845-38f4de6e63cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4040 2024.10.16 19:57:07.631626 [ 3 ] {08b70ed5-64e8-4e1e-8845-38f4de6e63cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4041 2024.10.16 19:57:07.631916 [ 3 ] {08b70ed5-64e8-4e1e-8845-38f4de6e63cf} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4042 2024.10.16 19:57:07.631952 [ 3 ] {08b70ed5-64e8-4e1e-8845-38f4de6e63cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4043 2024.10.16 19:57:07.632311 [ 3 ] {08b70ed5-64e8-4e1e-8845-38f4de6e63cf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4044 2024.10.16 19:57:07.632649 [ 3 ] {08b70ed5-64e8-4e1e-8845-38f4de6e63cf} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4045 2024.10.16 19:57:07.632772 [ 26 ] {} <Debug> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
4046 2024.10.16 19:57:07.632780 [ 3 ] {08b70ed5-64e8-4e1e-8845-38f4de6e63cf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec.
4047 2024.10.16 19:57:07.632812 [ 26 ] {} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4048 2024.10.16 19:57:07.632853 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4049 2024.10.16 19:57:07.633035 [ 3 ] {08b70ed5-64e8-4e1e-8845-38f4de6e63cf} <Debug> DynamicQueryHandler: Done processing query
4050 2024.10.16 19:57:07.633042 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::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
4051 2024.10.16 19:57:07.633116 [ 3 ] {08b70ed5-64e8-4e1e-8845-38f4de6e63cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4052 2024.10.16 19:57:07.633187 [ 3 ] {} <Debug> HTTP-Session: 096c0fcd-d717-483b-9948-e1d7437c55bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4053 2024.10.16 19:57:07.633342 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4054 2024.10.16 19:57:07.633375 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::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
4055 2024.10.16 19:57:07.633432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4056 2024.10.16 19:57:07.633458 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::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
4057 2024.10.16 19:57:07.633570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4058 2024.10.16 19:57:07.633718 [ 3 ] {} <Debug> HTTP-Session: 14264b4a-398b-429a-a4aa-58851a507060 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4059 2024.10.16 19:57:07.633837 [ 3 ] {} <Debug> HTTP-Session: 14264b4a-398b-429a-a4aa-58851a507060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4060 2024.10.16 19:57:07.633866 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::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
4061 2024.10.16 19:57:07.633890 [ 3 ] {} <Debug> HTTP-Session: 14264b4a-398b-429a-a4aa-58851a507060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4062 2024.10.16 19:57:07.634006 [ 3 ] {} <Trace> HTTP-Session: 14264b4a-398b-429a-a4aa-58851a507060 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4063 2024.10.16 19:57:07.634141 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::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
4064 2024.10.16 19:57:07.634294 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::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
4065 2024.10.16 19:57:07.634468 [ 3 ] {f28889e0-20bd-465f-8949-249e275d8026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4066 2024.10.16 19:57:07.634622 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::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
4067 2024.10.16 19:57:07.634701 [ 3 ] {f28889e0-20bd-465f-8949-249e275d8026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4068 2024.10.16 19:57:07.635406 [ 3 ] {f28889e0-20bd-465f-8949-249e275d8026} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4069 2024.10.16 19:57:07.636062 [ 3 ] {f28889e0-20bd-465f-8949-249e275d8026} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4070 2024.10.16 19:57:07.636112 [ 3 ] {f28889e0-20bd-465f-8949-249e275d8026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4071 2024.10.16 19:57:07.636508 [ 197 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003588602 sec., 10031.761672094035 rows/sec., 524.12 KiB/sec.
4072 2024.10.16 19:57:07.636735 [ 201 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
4073 2024.10.16 19:57:07.636872 [ 3 ] {f28889e0-20bd-465f-8949-249e275d8026} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4074 2024.10.16 19:57:07.637294 [ 201 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_6_1} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4075 2024.10.16 19:57:07.637400 [ 201 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_6_1} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
4076 2024.10.16 19:57:07.637404 [ 3 ] {f28889e0-20bd-465f-8949-249e275d8026} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4077 2024.10.16 19:57:07.637492 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4078 2024.10.16 19:57:07.637600 [ 3 ] {f28889e0-20bd-465f-8949-249e275d8026} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00337 sec., 70623.14540059346 rows/sec., 4.73 MiB/sec.
4079 2024.10.16 19:57:07.637843 [ 3 ] {f28889e0-20bd-465f-8949-249e275d8026} <Debug> DynamicQueryHandler: Done processing query
4080 2024.10.16 19:57:07.637870 [ 3 ] {f28889e0-20bd-465f-8949-249e275d8026} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4081 2024.10.16 19:57:07.637887 [ 3 ] {} <Debug> HTTP-Session: 14264b4a-398b-429a-a4aa-58851a507060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4082 2024.10.16 19:57:07.638009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4083 2024.10.16 19:57:07.638059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4084 2024.10.16 19:57:07.638079 [ 3 ] {} <Debug> HTTP-Session: 8ffc6b1d-596a-4d1c-8295-107b436048fc Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4085 2024.10.16 19:57:07.638096 [ 3 ] {} <Debug> HTTP-Session: 8ffc6b1d-596a-4d1c-8295-107b436048fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4086 2024.10.16 19:57:07.638110 [ 3 ] {} <Debug> HTTP-Session: 8ffc6b1d-596a-4d1c-8295-107b436048fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4087 2024.10.16 19:57:07.638142 [ 3 ] {} <Trace> HTTP-Session: 8ffc6b1d-596a-4d1c-8295-107b436048fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4088 2024.10.16 19:57:07.638236 [ 3 ] {e9e8d293-503d-4f47-a0fe-8f2aecbf0da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4089 2024.10.16 19:57:07.638282 [ 3 ] {e9e8d293-503d-4f47-a0fe-8f2aecbf0da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4090 2024.10.16 19:57:07.638413 [ 3 ] {e9e8d293-503d-4f47-a0fe-8f2aecbf0da1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4091 2024.10.16 19:57:07.638720 [ 3 ] {e9e8d293-503d-4f47-a0fe-8f2aecbf0da1} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4092 2024.10.16 19:57:07.638757 [ 3 ] {e9e8d293-503d-4f47-a0fe-8f2aecbf0da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4093 2024.10.16 19:57:07.639105 [ 3 ] {e9e8d293-503d-4f47-a0fe-8f2aecbf0da1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4094 2024.10.16 19:57:07.639435 [ 3 ] {e9e8d293-503d-4f47-a0fe-8f2aecbf0da1} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4095 2024.10.16 19:57:07.639559 [ 3 ] {e9e8d293-503d-4f47-a0fe-8f2aecbf0da1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001346 sec., 742.9420505200594 rows/sec., 50.06 KiB/sec.
4096 2024.10.16 19:57:07.639729 [ 3 ] {e9e8d293-503d-4f47-a0fe-8f2aecbf0da1} <Debug> DynamicQueryHandler: Done processing query
4097 2024.10.16 19:57:07.639754 [ 3 ] {e9e8d293-503d-4f47-a0fe-8f2aecbf0da1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4098 2024.10.16 19:57:07.639770 [ 3 ] {} <Debug> HTTP-Session: 8ffc6b1d-596a-4d1c-8295-107b436048fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4099 2024.10.16 19:57:07.639949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 64981, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4100 2024.10.16 19:57:07.639999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4101 2024.10.16 19:57:07.640019 [ 3 ] {} <Debug> HTTP-Session: 360dde01-28f4-4f48-a28e-b1dbf1de0f5f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4102 2024.10.16 19:57:07.640038 [ 3 ] {} <Debug> HTTP-Session: 360dde01-28f4-4f48-a28e-b1dbf1de0f5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4103 2024.10.16 19:57:07.640053 [ 3 ] {} <Debug> HTTP-Session: 360dde01-28f4-4f48-a28e-b1dbf1de0f5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4104 2024.10.16 19:57:07.640083 [ 3 ] {} <Trace> HTTP-Session: 360dde01-28f4-4f48-a28e-b1dbf1de0f5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4105 2024.10.16 19:57:07.640959 [ 3 ] {a503cf4b-4214-4b45-b8ab-111bd61c0dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4106 2024.10.16 19:57:07.641026 [ 3 ] {a503cf4b-4214-4b45-b8ab-111bd61c0dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4107 2024.10.16 19:57:07.641433 [ 3 ] {a503cf4b-4214-4b45-b8ab-111bd61c0dc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4108 2024.10.16 19:57:07.642224 [ 3 ] {a503cf4b-4214-4b45-b8ab-111bd61c0dc8} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4109 2024.10.16 19:57:07.642261 [ 3 ] {a503cf4b-4214-4b45-b8ab-111bd61c0dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4110 2024.10.16 19:57:07.642950 [ 3 ] {a503cf4b-4214-4b45-b8ab-111bd61c0dc8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4111 2024.10.16 19:57:07.643383 [ 3 ] {a503cf4b-4214-4b45-b8ab-111bd61c0dc8} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4112 2024.10.16 19:57:07.643541 [ 3 ] {a503cf4b-4214-4b45-b8ab-111bd61c0dc8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003362 sec., 11600.237953599048 rows/sec., 20.79 MiB/sec.
4113 2024.10.16 19:57:07.643805 [ 3 ] {a503cf4b-4214-4b45-b8ab-111bd61c0dc8} <Debug> DynamicQueryHandler: Done processing query
4114 2024.10.16 19:57:07.643831 [ 3 ] {a503cf4b-4214-4b45-b8ab-111bd61c0dc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
4115 2024.10.16 19:57:07.643847 [ 3 ] {} <Debug> HTTP-Session: 360dde01-28f4-4f48-a28e-b1dbf1de0f5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4116 2024.10.16 19:57:07.643987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4117 2024.10.16 19:57:07.644039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4118 2024.10.16 19:57:07.644058 [ 3 ] {} <Debug> HTTP-Session: 4cd52641-bea8-4e3b-869c-949c2978b236 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4119 2024.10.16 19:57:07.644075 [ 3 ] {} <Debug> HTTP-Session: 4cd52641-bea8-4e3b-869c-949c2978b236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4120 2024.10.16 19:57:07.644090 [ 3 ] {} <Debug> HTTP-Session: 4cd52641-bea8-4e3b-869c-949c2978b236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4121 2024.10.16 19:57:07.644120 [ 3 ] {} <Trace> HTTP-Session: 4cd52641-bea8-4e3b-869c-949c2978b236 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4122 2024.10.16 19:57:07.644250 [ 3 ] {5ad444f1-27e7-4c91-9eff-b46fb805eb77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4123 2024.10.16 19:57:07.644296 [ 3 ] {5ad444f1-27e7-4c91-9eff-b46fb805eb77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4124 2024.10.16 19:57:07.644434 [ 3 ] {5ad444f1-27e7-4c91-9eff-b46fb805eb77} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4125 2024.10.16 19:57:07.644782 [ 3 ] {5ad444f1-27e7-4c91-9eff-b46fb805eb77} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4126 2024.10.16 19:57:07.644818 [ 3 ] {5ad444f1-27e7-4c91-9eff-b46fb805eb77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4127 2024.10.16 19:57:07.645192 [ 3 ] {5ad444f1-27e7-4c91-9eff-b46fb805eb77} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4128 2024.10.16 19:57:07.645558 [ 3 ] {5ad444f1-27e7-4c91-9eff-b46fb805eb77} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4129 2024.10.16 19:57:07.645688 [ 3 ] {5ad444f1-27e7-4c91-9eff-b46fb805eb77} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001492 sec., 54959.7855227882 rows/sec., 3.49 MiB/sec.
4130 2024.10.16 19:57:07.645857 [ 3 ] {5ad444f1-27e7-4c91-9eff-b46fb805eb77} <Debug> DynamicQueryHandler: Done processing query
4131 2024.10.16 19:57:07.645882 [ 3 ] {5ad444f1-27e7-4c91-9eff-b46fb805eb77} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4132 2024.10.16 19:57:07.645898 [ 3 ] {} <Debug> HTTP-Session: 4cd52641-bea8-4e3b-869c-949c2978b236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4133 2024.10.16 19:57:11.544129 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 430
4134 2024.10.16 19:57:11.547063 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4135 2024.10.16 19:57:11.547113 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4136 2024.10.16 19:57:11.548620 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4137 2024.10.16 19:57:11.549602 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4138 2024.10.16 19:57:11.550638 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 430
4139 2024.10.16 19:57:12.604838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4140 2024.10.16 19:57:12.604951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4141 2024.10.16 19:57:12.604977 [ 3 ] {} <Debug> HTTP-Session: 39fc7633-7936-4218-b0e7-688a2a785f6b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4142 2024.10.16 19:57:12.605003 [ 3 ] {} <Debug> HTTP-Session: 39fc7633-7936-4218-b0e7-688a2a785f6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4143 2024.10.16 19:57:12.605018 [ 3 ] {} <Debug> HTTP-Session: 39fc7633-7936-4218-b0e7-688a2a785f6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4144 2024.10.16 19:57:12.605069 [ 3 ] {} <Trace> HTTP-Session: 39fc7633-7936-4218-b0e7-688a2a785f6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4145 2024.10.16 19:57:12.605268 [ 3 ] {11a9396c-b56a-4a98-8e5a-4febed791b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4146 2024.10.16 19:57:12.605336 [ 3 ] {11a9396c-b56a-4a98-8e5a-4febed791b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4147 2024.10.16 19:57:12.605669 [ 3 ] {11a9396c-b56a-4a98-8e5a-4febed791b9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4148 2024.10.16 19:57:12.606186 [ 3 ] {11a9396c-b56a-4a98-8e5a-4febed791b9c} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4149 2024.10.16 19:57:12.606229 [ 3 ] {11a9396c-b56a-4a98-8e5a-4febed791b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4150 2024.10.16 19:57:12.606659 [ 3 ] {11a9396c-b56a-4a98-8e5a-4febed791b9c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4151 2024.10.16 19:57:12.607052 [ 3 ] {11a9396c-b56a-4a98-8e5a-4febed791b9c} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4152 2024.10.16 19:57:12.607213 [ 3 ] {11a9396c-b56a-4a98-8e5a-4febed791b9c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002009 sec., 27874.564459930316 rows/sec., 2.13 MiB/sec.
4153 2024.10.16 19:57:12.607438 [ 3 ] {11a9396c-b56a-4a98-8e5a-4febed791b9c} <Debug> DynamicQueryHandler: Done processing query
4154 2024.10.16 19:57:12.607465 [ 3 ] {11a9396c-b56a-4a98-8e5a-4febed791b9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4155 2024.10.16 19:57:12.607481 [ 3 ] {} <Debug> HTTP-Session: 39fc7633-7936-4218-b0e7-688a2a785f6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4156 2024.10.16 19:57:12.607623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4157 2024.10.16 19:57:12.607674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4158 2024.10.16 19:57:12.607695 [ 3 ] {} <Debug> HTTP-Session: cba2706d-ed38-4f03-b006-d4a3c70d919c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4159 2024.10.16 19:57:12.607712 [ 3 ] {} <Debug> HTTP-Session: cba2706d-ed38-4f03-b006-d4a3c70d919c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4160 2024.10.16 19:57:12.607726 [ 3 ] {} <Debug> HTTP-Session: cba2706d-ed38-4f03-b006-d4a3c70d919c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4161 2024.10.16 19:57:12.607757 [ 3 ] {} <Trace> HTTP-Session: cba2706d-ed38-4f03-b006-d4a3c70d919c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4162 2024.10.16 19:57:12.607877 [ 3 ] {cb7c25c9-267a-40ad-9719-53f38501f989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4163 2024.10.16 19:57:12.607922 [ 3 ] {cb7c25c9-267a-40ad-9719-53f38501f989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4164 2024.10.16 19:57:12.608148 [ 3 ] {cb7c25c9-267a-40ad-9719-53f38501f989} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4165 2024.10.16 19:57:12.608536 [ 3 ] {cb7c25c9-267a-40ad-9719-53f38501f989} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4166 2024.10.16 19:57:12.608573 [ 3 ] {cb7c25c9-267a-40ad-9719-53f38501f989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4167 2024.10.16 19:57:12.608935 [ 3 ] {cb7c25c9-267a-40ad-9719-53f38501f989} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4168 2024.10.16 19:57:12.609295 [ 3 ] {cb7c25c9-267a-40ad-9719-53f38501f989} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4169 2024.10.16 19:57:12.609455 [ 3 ] {cb7c25c9-267a-40ad-9719-53f38501f989} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00161 sec., 39751.55279503105 rows/sec., 3.10 MiB/sec.
4170 2024.10.16 19:57:12.609637 [ 3 ] {cb7c25c9-267a-40ad-9719-53f38501f989} <Debug> DynamicQueryHandler: Done processing query
4171 2024.10.16 19:57:12.609661 [ 3 ] {cb7c25c9-267a-40ad-9719-53f38501f989} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4172 2024.10.16 19:57:12.609677 [ 3 ] {} <Debug> HTTP-Session: cba2706d-ed38-4f03-b006-d4a3c70d919c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4173 2024.10.16 19:57:12.609838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4174 2024.10.16 19:57:12.609888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4175 2024.10.16 19:57:12.609908 [ 3 ] {} <Debug> HTTP-Session: 32ddc4a5-a24c-4aff-8fa6-e67a3c0c7545 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4176 2024.10.16 19:57:12.609924 [ 3 ] {} <Debug> HTTP-Session: 32ddc4a5-a24c-4aff-8fa6-e67a3c0c7545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4177 2024.10.16 19:57:12.609938 [ 3 ] {} <Debug> HTTP-Session: 32ddc4a5-a24c-4aff-8fa6-e67a3c0c7545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4178 2024.10.16 19:57:12.609969 [ 3 ] {} <Trace> HTTP-Session: 32ddc4a5-a24c-4aff-8fa6-e67a3c0c7545 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4179 2024.10.16 19:57:12.610120 [ 3 ] {de12edc7-72a8-4fdc-8054-6055ee4b1426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4180 2024.10.16 19:57:12.610166 [ 3 ] {de12edc7-72a8-4fdc-8054-6055ee4b1426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4181 2024.10.16 19:57:12.610314 [ 3 ] {de12edc7-72a8-4fdc-8054-6055ee4b1426} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4182 2024.10.16 19:57:12.610724 [ 3 ] {de12edc7-72a8-4fdc-8054-6055ee4b1426} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4183 2024.10.16 19:57:12.610761 [ 3 ] {de12edc7-72a8-4fdc-8054-6055ee4b1426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4184 2024.10.16 19:57:12.611166 [ 3 ] {de12edc7-72a8-4fdc-8054-6055ee4b1426} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4185 2024.10.16 19:57:12.611513 [ 3 ] {de12edc7-72a8-4fdc-8054-6055ee4b1426} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4186 2024.10.16 19:57:12.611675 [ 3 ] {de12edc7-72a8-4fdc-8054-6055ee4b1426} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec.
4187 2024.10.16 19:57:12.611996 [ 3 ] {de12edc7-72a8-4fdc-8054-6055ee4b1426} <Debug> DynamicQueryHandler: Done processing query
4188 2024.10.16 19:57:12.612021 [ 3 ] {de12edc7-72a8-4fdc-8054-6055ee4b1426} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4189 2024.10.16 19:57:12.612038 [ 3 ] {} <Debug> HTTP-Session: 32ddc4a5-a24c-4aff-8fa6-e67a3c0c7545 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4190 2024.10.16 19:57:12.612162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4191 2024.10.16 19:57:12.612212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4192 2024.10.16 19:57:12.612231 [ 3 ] {} <Debug> HTTP-Session: 51159da3-9875-4c38-98d7-68284ca50e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4193 2024.10.16 19:57:12.612248 [ 3 ] {} <Debug> HTTP-Session: 51159da3-9875-4c38-98d7-68284ca50e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4194 2024.10.16 19:57:12.612262 [ 3 ] {} <Debug> HTTP-Session: 51159da3-9875-4c38-98d7-68284ca50e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4195 2024.10.16 19:57:12.612293 [ 3 ] {} <Trace> HTTP-Session: 51159da3-9875-4c38-98d7-68284ca50e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4196 2024.10.16 19:57:12.612422 [ 3 ] {a63e505f-1e21-4d05-9da0-4598e9c8f88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4197 2024.10.16 19:57:12.612467 [ 3 ] {a63e505f-1e21-4d05-9da0-4598e9c8f88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4198 2024.10.16 19:57:12.612614 [ 3 ] {a63e505f-1e21-4d05-9da0-4598e9c8f88e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4199 2024.10.16 19:57:12.612910 [ 3 ] {a63e505f-1e21-4d05-9da0-4598e9c8f88e} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4200 2024.10.16 19:57:12.612947 [ 3 ] {a63e505f-1e21-4d05-9da0-4598e9c8f88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4201 2024.10.16 19:57:12.613308 [ 3 ] {a63e505f-1e21-4d05-9da0-4598e9c8f88e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4202 2024.10.16 19:57:12.613633 [ 3 ] {a63e505f-1e21-4d05-9da0-4598e9c8f88e} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4203 2024.10.16 19:57:12.613787 [ 3 ] {a63e505f-1e21-4d05-9da0-4598e9c8f88e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec.
4204 2024.10.16 19:57:12.613958 [ 3 ] {a63e505f-1e21-4d05-9da0-4598e9c8f88e} <Debug> DynamicQueryHandler: Done processing query
4205 2024.10.16 19:57:12.613982 [ 3 ] {a63e505f-1e21-4d05-9da0-4598e9c8f88e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4206 2024.10.16 19:57:12.613998 [ 3 ] {} <Debug> HTTP-Session: 51159da3-9875-4c38-98d7-68284ca50e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4207 2024.10.16 19:57:14.718095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 195787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4208 2024.10.16 19:57:14.718216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4209 2024.10.16 19:57:14.718247 [ 3 ] {} <Debug> HTTP-Session: 97f994f5-b6ce-408e-b48e-544faebcac32 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4210 2024.10.16 19:57:14.718275 [ 3 ] {} <Debug> HTTP-Session: 97f994f5-b6ce-408e-b48e-544faebcac32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4211 2024.10.16 19:57:14.718293 [ 3 ] {} <Debug> HTTP-Session: 97f994f5-b6ce-408e-b48e-544faebcac32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4212 2024.10.16 19:57:14.718348 [ 3 ] {} <Trace> HTTP-Session: 97f994f5-b6ce-408e-b48e-544faebcac32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4213 2024.10.16 19:57:14.719133 [ 3 ] {81db99c4-c404-460c-aaad-d300037361c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4214 2024.10.16 19:57:14.719210 [ 3 ] {81db99c4-c404-460c-aaad-d300037361c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4215 2024.10.16 19:57:14.719540 [ 3 ] {81db99c4-c404-460c-aaad-d300037361c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4216 2024.10.16 19:57:14.720986 [ 3 ] {81db99c4-c404-460c-aaad-d300037361c7} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4217 2024.10.16 19:57:14.721026 [ 3 ] {81db99c4-c404-460c-aaad-d300037361c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4218 2024.10.16 19:57:14.721538 [ 3 ] {81db99c4-c404-460c-aaad-d300037361c7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4219 2024.10.16 19:57:14.721970 [ 3 ] {81db99c4-c404-460c-aaad-d300037361c7} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4220 2024.10.16 19:57:14.722144 [ 3 ] {81db99c4-c404-460c-aaad-d300037361c7} <Debug> executeQuery: Read 1345 rows, 114.48 KiB in 0.003574 sec., 376329.04308897594 rows/sec., 31.28 MiB/sec.
4221 2024.10.16 19:57:14.722155 [ 9 ] {} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4222 2024.10.16 19:57:14.722273 [ 9 ] {} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4223 2024.10.16 19:57:14.722325 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4224 2024.10.16 19:57:14.722488 [ 3 ] {81db99c4-c404-460c-aaad-d300037361c7} <Debug> DynamicQueryHandler: Done processing query
4225 2024.10.16 19:57:14.722577 [ 3 ] {81db99c4-c404-460c-aaad-d300037361c7} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
4226 2024.10.16 19:57:14.722654 [ 3 ] {} <Debug> HTTP-Session: 97f994f5-b6ce-408e-b48e-544faebcac32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4227 2024.10.16 19:57:14.722744 [ 191 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
4228 2024.10.16 19:57:14.723011 [ 191 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4229 2024.10.16 19:57:14.723013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4230 2024.10.16 19:57:14.723074 [ 191 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1393 rows starting from the beginning of the part
4231 2024.10.16 19:57:14.723132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4232 2024.10.16 19:57:14.723223 [ 3 ] {} <Debug> HTTP-Session: 931da332-96de-43e0-bb74-f0ce128e2406 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4233 2024.10.16 19:57:14.723307 [ 3 ] {} <Debug> HTTP-Session: 931da332-96de-43e0-bb74-f0ce128e2406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4234 2024.10.16 19:57:14.723342 [ 191 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 267 rows starting from the beginning of the part
4235 2024.10.16 19:57:14.723379 [ 3 ] {} <Debug> HTTP-Session: 931da332-96de-43e0-bb74-f0ce128e2406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4236 2024.10.16 19:57:14.723529 [ 3 ] {} <Trace> HTTP-Session: 931da332-96de-43e0-bb74-f0ce128e2406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4237 2024.10.16 19:57:14.723652 [ 191 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 57 rows starting from the beginning of the part
4238 2024.10.16 19:57:14.723939 [ 191 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 268 rows starting from the beginning of the part
4239 2024.10.16 19:57:14.724002 [ 3 ] {7430fa2c-7022-432b-be5f-12eb1e0cc270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4240 2024.10.16 19:57:14.724189 [ 191 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part
4241 2024.10.16 19:57:14.724192 [ 3 ] {7430fa2c-7022-432b-be5f-12eb1e0cc270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4242 2024.10.16 19:57:14.724544 [ 191 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1345 rows starting from the beginning of the part
4243 2024.10.16 19:57:14.725345 [ 3 ] {7430fa2c-7022-432b-be5f-12eb1e0cc270} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4244 2024.10.16 19:57:14.725972 [ 3 ] {7430fa2c-7022-432b-be5f-12eb1e0cc270} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4245 2024.10.16 19:57:14.726057 [ 3 ] {7430fa2c-7022-432b-be5f-12eb1e0cc270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4246 2024.10.16 19:57:14.727072 [ 3 ] {7430fa2c-7022-432b-be5f-12eb1e0cc270} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4247 2024.10.16 19:57:14.727775 [ 3 ] {7430fa2c-7022-432b-be5f-12eb1e0cc270} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4248 2024.10.16 19:57:14.727987 [ 9 ] {} <Debug> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4249 2024.10.16 19:57:14.728090 [ 9 ] {} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4250 2024.10.16 19:57:14.728122 [ 3 ] {7430fa2c-7022-432b-be5f-12eb1e0cc270} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004284 sec., 1867.4136321195147 rows/sec., 140.42 KiB/sec.
4251 2024.10.16 19:57:14.728146 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4252 2024.10.16 19:57:14.728919 [ 3 ] {7430fa2c-7022-432b-be5f-12eb1e0cc270} <Debug> DynamicQueryHandler: Done processing query
4253 2024.10.16 19:57:14.728925 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::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
4254 2024.10.16 19:57:14.728972 [ 3 ] {7430fa2c-7022-432b-be5f-12eb1e0cc270} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4255 2024.10.16 19:57:14.729046 [ 3 ] {} <Debug> HTTP-Session: 931da332-96de-43e0-bb74-f0ce128e2406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4256 2024.10.16 19:57:14.729043 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3386 rows, containing 5 columns (5 merged, 0 gathered) in 0.006611452 sec., 512141.6596535829 rows/sec., 44.92 MiB/sec.
4257 2024.10.16 19:57:14.729279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 32336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4258 2024.10.16 19:57:14.729314 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4259 2024.10.16 19:57:14.729422 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 32 rows starting from the beginning of the part
4260 2024.10.16 19:57:14.729433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4261 2024.10.16 19:57:14.729475 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4262 2024.10.16 19:57:14.729513 [ 3 ] {} <Debug> HTTP-Session: 81be6ead-9071-4b48-98c7-34807ac47bdd Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4263 2024.10.16 19:57:14.729620 [ 3 ] {} <Debug> HTTP-Session: 81be6ead-9071-4b48-98c7-34807ac47bdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4264 2024.10.16 19:57:14.729733 [ 3 ] {} <Debug> HTTP-Session: 81be6ead-9071-4b48-98c7-34807ac47bdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4265 2024.10.16 19:57:14.729799 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part
4266 2024.10.16 19:57:14.730000 [ 3 ] {} <Trace> HTTP-Session: 81be6ead-9071-4b48-98c7-34807ac47bdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4267 2024.10.16 19:57:14.730207 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part
4268 2024.10.16 19:57:14.730675 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part
4269 2024.10.16 19:57:14.730749 [ 3 ] {17457886-9360-4bc2-b9f0-d3c897d88cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4270 2024.10.16 19:57:14.730970 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part
4271 2024.10.16 19:57:14.730966 [ 3 ] {17457886-9360-4bc2-b9f0-d3c897d88cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4272 2024.10.16 19:57:14.731493 [ 197 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part
4273 2024.10.16 19:57:14.733141 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_21_4} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4274 2024.10.16 19:57:14.733397 [ 3 ] {17457886-9360-4bc2-b9f0-d3c897d88cbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4275 2024.10.16 19:57:14.733705 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_21_4} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4276 2024.10.16 19:57:14.734042 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
4277 2024.10.16 19:57:14.734854 [ 3 ] {17457886-9360-4bc2-b9f0-d3c897d88cbc} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4278 2024.10.16 19:57:14.734922 [ 3 ] {17457886-9360-4bc2-b9f0-d3c897d88cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4279 2024.10.16 19:57:14.735425 [ 193 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 158 rows, containing 5 columns (5 merged, 0 gathered) in 0.007025291 sec., 22490.171581504594 rows/sec., 1.73 MiB/sec.
4280 2024.10.16 19:57:14.735659 [ 193 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4281 2024.10.16 19:57:14.735890 [ 3 ] {17457886-9360-4bc2-b9f0-d3c897d88cbc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4282 2024.10.16 19:57:14.736932 [ 3 ] {17457886-9360-4bc2-b9f0-d3c897d88cbc} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4283 2024.10.16 19:57:14.736936 [ 193 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_11_2} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4284 2024.10.16 19:57:14.737169 [ 193 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_11_2} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4285 2024.10.16 19:57:14.737241 [ 3 ] {17457886-9360-4bc2-b9f0-d3c897d88cbc} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006882 sec., 35164.196454519035 rows/sec., 2.38 MiB/sec.
4286 2024.10.16 19:57:14.737407 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4287 2024.10.16 19:57:14.737613 [ 3 ] {17457886-9360-4bc2-b9f0-d3c897d88cbc} <Debug> DynamicQueryHandler: Done processing query
4288 2024.10.16 19:57:14.737643 [ 3 ] {17457886-9360-4bc2-b9f0-d3c897d88cbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
4289 2024.10.16 19:57:14.737661 [ 3 ] {} <Debug> HTTP-Session: 81be6ead-9071-4b48-98c7-34807ac47bdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4290 2024.10.16 19:57:14.737837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4291 2024.10.16 19:57:14.737895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4292 2024.10.16 19:57:14.737915 [ 3 ] {} <Debug> HTTP-Session: 93c1c3e7-9cc5-4062-a888-7533bb66419d Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4293 2024.10.16 19:57:14.737932 [ 3 ] {} <Debug> HTTP-Session: 93c1c3e7-9cc5-4062-a888-7533bb66419d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4294 2024.10.16 19:57:14.737946 [ 3 ] {} <Debug> HTTP-Session: 93c1c3e7-9cc5-4062-a888-7533bb66419d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4295 2024.10.16 19:57:14.737977 [ 3 ] {} <Trace> HTTP-Session: 93c1c3e7-9cc5-4062-a888-7533bb66419d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4296 2024.10.16 19:57:14.738076 [ 3 ] {42c0f2a6-22a1-4f46-8d1f-343f6b31cd90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4297 2024.10.16 19:57:14.738118 [ 3 ] {42c0f2a6-22a1-4f46-8d1f-343f6b31cd90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4298 2024.10.16 19:57:14.738361 [ 3 ] {42c0f2a6-22a1-4f46-8d1f-343f6b31cd90} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4299 2024.10.16 19:57:14.738667 [ 3 ] {42c0f2a6-22a1-4f46-8d1f-343f6b31cd90} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4300 2024.10.16 19:57:14.738705 [ 3 ] {42c0f2a6-22a1-4f46-8d1f-343f6b31cd90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4301 2024.10.16 19:57:14.739053 [ 3 ] {42c0f2a6-22a1-4f46-8d1f-343f6b31cd90} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4302 2024.10.16 19:57:14.739424 [ 3 ] {42c0f2a6-22a1-4f46-8d1f-343f6b31cd90} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4303 2024.10.16 19:57:14.739583 [ 3 ] {42c0f2a6-22a1-4f46-8d1f-343f6b31cd90} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001526 sec., 3931.847968545216 rows/sec., 232.30 KiB/sec.
4304 2024.10.16 19:57:14.739794 [ 3 ] {42c0f2a6-22a1-4f46-8d1f-343f6b31cd90} <Debug> DynamicQueryHandler: Done processing query
4305 2024.10.16 19:57:14.739819 [ 3 ] {42c0f2a6-22a1-4f46-8d1f-343f6b31cd90} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4306 2024.10.16 19:57:14.739835 [ 3 ] {} <Debug> HTTP-Session: 93c1c3e7-9cc5-4062-a888-7533bb66419d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4307 2024.10.16 19:57:14.740155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 138090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4308 2024.10.16 19:57:14.740215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4309 2024.10.16 19:57:14.740235 [ 3 ] {} <Debug> HTTP-Session: 8024e249-2b60-4d5e-901b-eb68cc7f1117 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4310 2024.10.16 19:57:14.740251 [ 3 ] {} <Debug> HTTP-Session: 8024e249-2b60-4d5e-901b-eb68cc7f1117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4311 2024.10.16 19:57:14.740265 [ 3 ] {} <Debug> HTTP-Session: 8024e249-2b60-4d5e-901b-eb68cc7f1117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4312 2024.10.16 19:57:14.740295 [ 3 ] {} <Trace> HTTP-Session: 8024e249-2b60-4d5e-901b-eb68cc7f1117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4313 2024.10.16 19:57:14.740743 [ 3 ] {5e038d04-35d1-40d5-a1cb-e817de7fb9da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4314 2024.10.16 19:57:14.740786 [ 3 ] {5e038d04-35d1-40d5-a1cb-e817de7fb9da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4315 2024.10.16 19:57:14.741010 [ 3 ] {5e038d04-35d1-40d5-a1cb-e817de7fb9da} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4316 2024.10.16 19:57:14.741891 [ 3 ] {5e038d04-35d1-40d5-a1cb-e817de7fb9da} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4317 2024.10.16 19:57:14.741928 [ 3 ] {5e038d04-35d1-40d5-a1cb-e817de7fb9da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4318 2024.10.16 19:57:14.742327 [ 3 ] {5e038d04-35d1-40d5-a1cb-e817de7fb9da} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4319 2024.10.16 19:57:14.742684 [ 3 ] {5e038d04-35d1-40d5-a1cb-e817de7fb9da} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4320 2024.10.16 19:57:14.742839 [ 3 ] {5e038d04-35d1-40d5-a1cb-e817de7fb9da} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002393 sec., 353531.13246970327 rows/sec., 25.55 MiB/sec.
4321 2024.10.16 19:57:14.742842 [ 9 ] {} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4322 2024.10.16 19:57:14.742942 [ 9 ] {} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4323 2024.10.16 19:57:14.742998 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4324 2024.10.16 19:57:14.743140 [ 3 ] {5e038d04-35d1-40d5-a1cb-e817de7fb9da} <Debug> DynamicQueryHandler: Done processing query
4325 2024.10.16 19:57:14.743143 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
4326 2024.10.16 19:57:14.743180 [ 3 ] {5e038d04-35d1-40d5-a1cb-e817de7fb9da} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
4327 2024.10.16 19:57:14.743227 [ 3 ] {} <Debug> HTTP-Session: 8024e249-2b60-4d5e-901b-eb68cc7f1117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4328 2024.10.16 19:57:14.743339 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4329 2024.10.16 19:57:14.743373 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 886 rows starting from the beginning of the part
4330 2024.10.16 19:57:14.743446 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 431 rows starting from the beginning of the part
4331 2024.10.16 19:57:14.743609 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 66 rows starting from the beginning of the part
4332 2024.10.16 19:57:14.743676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4333 2024.10.16 19:57:14.743922 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 423 rows starting from the beginning of the part
4334 2024.10.16 19:57:14.743918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4335 2024.10.16 19:57:14.744084 [ 3 ] {} <Debug> HTTP-Session: 41a9e789-77fd-490d-b6a5-c228ba372c38 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4336 2024.10.16 19:57:14.744252 [ 3 ] {} <Debug> HTTP-Session: 41a9e789-77fd-490d-b6a5-c228ba372c38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4337 2024.10.16 19:57:14.744372 [ 3 ] {} <Debug> HTTP-Session: 41a9e789-77fd-490d-b6a5-c228ba372c38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4338 2024.10.16 19:57:14.744388 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part
4339 2024.10.16 19:57:14.744517 [ 3 ] {} <Trace> HTTP-Session: 41a9e789-77fd-490d-b6a5-c228ba372c38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4340 2024.10.16 19:57:14.744677 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 846 rows starting from the beginning of the part
4341 2024.10.16 19:57:14.744938 [ 3 ] {6333d501-c894-4feb-9b35-1fe17bd1e4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4342 2024.10.16 19:57:14.745115 [ 3 ] {6333d501-c894-4feb-9b35-1fe17bd1e4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4343 2024.10.16 19:57:14.745588 [ 3 ] {6333d501-c894-4feb-9b35-1fe17bd1e4ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4344 2024.10.16 19:57:14.746167 [ 3 ] {6333d501-c894-4feb-9b35-1fe17bd1e4ba} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4345 2024.10.16 19:57:14.746227 [ 3 ] {6333d501-c894-4feb-9b35-1fe17bd1e4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4346 2024.10.16 19:57:14.747290 [ 3 ] {6333d501-c894-4feb-9b35-1fe17bd1e4ba} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4347 2024.10.16 19:57:14.747764 [ 3 ] {6333d501-c894-4feb-9b35-1fe17bd1e4ba} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4348 2024.10.16 19:57:14.748083 [ 3 ] {6333d501-c894-4feb-9b35-1fe17bd1e4ba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003309 sec., 1813.2366273798732 rows/sec., 94.73 KiB/sec.
4349 2024.10.16 19:57:14.748678 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2716 rows, containing 5 columns (5 merged, 0 gathered) in 0.005615698 sec., 483644.24155287555 rows/sec., 36.87 MiB/sec.
4350 2024.10.16 19:57:14.748750 [ 3 ] {6333d501-c894-4feb-9b35-1fe17bd1e4ba} <Debug> DynamicQueryHandler: Done processing query
4351 2024.10.16 19:57:14.748789 [ 3 ] {6333d501-c894-4feb-9b35-1fe17bd1e4ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4352 2024.10.16 19:57:14.748808 [ 3 ] {} <Debug> HTTP-Session: 41a9e789-77fd-490d-b6a5-c228ba372c38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4353 2024.10.16 19:57:14.748915 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4354 2024.10.16 19:57:14.749107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 186443, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4355 2024.10.16 19:57:14.749271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4356 2024.10.16 19:57:14.749322 [ 3 ] {} <Debug> HTTP-Session: 41a2a638-2614-4bcb-a6f3-d6b20b5e4c7e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4357 2024.10.16 19:57:14.749390 [ 3 ] {} <Debug> HTTP-Session: 41a2a638-2614-4bcb-a6f3-d6b20b5e4c7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4358 2024.10.16 19:57:14.749440 [ 3 ] {} <Debug> HTTP-Session: 41a2a638-2614-4bcb-a6f3-d6b20b5e4c7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4359 2024.10.16 19:57:14.749500 [ 3 ] {} <Trace> HTTP-Session: 41a2a638-2614-4bcb-a6f3-d6b20b5e4c7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4360 2024.10.16 19:57:14.749783 [ 189 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_21_4} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4361 2024.10.16 19:57:14.749922 [ 189 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_21_4} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4362 2024.10.16 19:57:14.750022 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
4363 2024.10.16 19:57:14.750522 [ 3 ] {f82488b8-2ac7-4104-8358-0f5a7c73da48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4364 2024.10.16 19:57:14.750578 [ 3 ] {f82488b8-2ac7-4104-8358-0f5a7c73da48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4365 2024.10.16 19:57:14.750751 [ 3 ] {f82488b8-2ac7-4104-8358-0f5a7c73da48} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4366 2024.10.16 19:57:14.751739 [ 3 ] {f82488b8-2ac7-4104-8358-0f5a7c73da48} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4367 2024.10.16 19:57:14.751776 [ 3 ] {f82488b8-2ac7-4104-8358-0f5a7c73da48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4368 2024.10.16 19:57:14.752221 [ 3 ] {f82488b8-2ac7-4104-8358-0f5a7c73da48} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4369 2024.10.16 19:57:14.752580 [ 3 ] {f82488b8-2ac7-4104-8358-0f5a7c73da48} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4370 2024.10.16 19:57:14.752733 [ 3 ] {f82488b8-2ac7-4104-8358-0f5a7c73da48} <Debug> executeQuery: Read 987 rows, 67.25 KiB in 0.002912 sec., 338942.3076923077 rows/sec., 22.55 MiB/sec.
4371 2024.10.16 19:57:14.752746 [ 9 ] {} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4372 2024.10.16 19:57:14.752828 [ 9 ] {} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4373 2024.10.16 19:57:14.752875 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4374 2024.10.16 19:57:14.753020 [ 3 ] {f82488b8-2ac7-4104-8358-0f5a7c73da48} <Debug> DynamicQueryHandler: Done processing query
4375 2024.10.16 19:57:14.753075 [ 3 ] {f82488b8-2ac7-4104-8358-0f5a7c73da48} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
4376 2024.10.16 19:57:14.753091 [ 194 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::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
4377 2024.10.16 19:57:14.753104 [ 3 ] {} <Debug> HTTP-Session: 41a2a638-2614-4bcb-a6f3-d6b20b5e4c7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4378 2024.10.16 19:57:14.753322 [ 194 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4379 2024.10.16 19:57:14.753366 [ 194 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5126 rows starting from the beginning of the part
4380 2024.10.16 19:57:14.753469 [ 194 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part
4381 2024.10.16 19:57:14.753785 [ 194 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part
4382 2024.10.16 19:57:14.753805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4383 2024.10.16 19:57:14.753998 [ 194 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 238 rows starting from the beginning of the part
4384 2024.10.16 19:57:14.754019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4385 2024.10.16 19:57:14.754211 [ 3 ] {} <Debug> HTTP-Session: 207b7af5-a72b-4ae6-9ac2-e0aea8430f6f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4386 2024.10.16 19:57:14.754307 [ 3 ] {} <Debug> HTTP-Session: 207b7af5-a72b-4ae6-9ac2-e0aea8430f6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4387 2024.10.16 19:57:14.754337 [ 194 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part
4388 2024.10.16 19:57:14.754388 [ 3 ] {} <Debug> HTTP-Session: 207b7af5-a72b-4ae6-9ac2-e0aea8430f6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4389 2024.10.16 19:57:14.754589 [ 194 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 987 rows starting from the beginning of the part
4390 2024.10.16 19:57:14.754604 [ 3 ] {} <Trace> HTTP-Session: 207b7af5-a72b-4ae6-9ac2-e0aea8430f6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4391 2024.10.16 19:57:14.755056 [ 3 ] {b0074bb9-202f-49f9-a3a5-d36eb25628b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4392 2024.10.16 19:57:14.755140 [ 3 ] {b0074bb9-202f-49f9-a3a5-d36eb25628b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4393 2024.10.16 19:57:14.755548 [ 3 ] {b0074bb9-202f-49f9-a3a5-d36eb25628b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4394 2024.10.16 19:57:14.756051 [ 3 ] {b0074bb9-202f-49f9-a3a5-d36eb25628b9} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4395 2024.10.16 19:57:14.756095 [ 3 ] {b0074bb9-202f-49f9-a3a5-d36eb25628b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4396 2024.10.16 19:57:14.756960 [ 3 ] {b0074bb9-202f-49f9-a3a5-d36eb25628b9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4397 2024.10.16 19:57:14.757614 [ 3 ] {b0074bb9-202f-49f9-a3a5-d36eb25628b9} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4398 2024.10.16 19:57:14.757898 [ 3 ] {b0074bb9-202f-49f9-a3a5-d36eb25628b9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002973 sec., 336.3605785401951 rows/sec., 22.66 KiB/sec.
4399 2024.10.16 19:57:14.758140 [ 3 ] {b0074bb9-202f-49f9-a3a5-d36eb25628b9} <Debug> DynamicQueryHandler: Done processing query
4400 2024.10.16 19:57:14.758166 [ 3 ] {b0074bb9-202f-49f9-a3a5-d36eb25628b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4401 2024.10.16 19:57:14.758182 [ 3 ] {} <Debug> HTTP-Session: 207b7af5-a72b-4ae6-9ac2-e0aea8430f6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4402 2024.10.16 19:57:14.758313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 13221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4403 2024.10.16 19:57:14.758398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4404 2024.10.16 19:57:14.758460 [ 3 ] {} <Debug> HTTP-Session: 112b457d-a8db-4a7e-b119-dc401a4b22e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4405 2024.10.16 19:57:14.758487 [ 3 ] {} <Debug> HTTP-Session: 112b457d-a8db-4a7e-b119-dc401a4b22e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4406 2024.10.16 19:57:14.758502 [ 3 ] {} <Debug> HTTP-Session: 112b457d-a8db-4a7e-b119-dc401a4b22e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4407 2024.10.16 19:57:14.758534 [ 3 ] {} <Trace> HTTP-Session: 112b457d-a8db-4a7e-b119-dc401a4b22e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4408 2024.10.16 19:57:14.758789 [ 3 ] {83919148-11a9-4c0e-90e6-36ee9f927550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4409 2024.10.16 19:57:14.758855 [ 3 ] {83919148-11a9-4c0e-90e6-36ee9f927550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4410 2024.10.16 19:57:14.759475 [ 194 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6909 rows, containing 5 columns (5 merged, 0 gathered) in 0.006489559 sec., 1064633.2054304462 rows/sec., 71.81 MiB/sec.
4411 2024.10.16 19:57:14.759856 [ 3 ] {83919148-11a9-4c0e-90e6-36ee9f927550} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4412 2024.10.16 19:57:14.760104 [ 192 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4413 2024.10.16 19:57:14.760779 [ 3 ] {83919148-11a9-4c0e-90e6-36ee9f927550} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4414 2024.10.16 19:57:14.760818 [ 3 ] {83919148-11a9-4c0e-90e6-36ee9f927550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4415 2024.10.16 19:57:14.760902 [ 192 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4416 2024.10.16 19:57:14.761026 [ 192 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4417 2024.10.16 19:57:14.761130 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB.
4418 2024.10.16 19:57:14.761549 [ 3 ] {83919148-11a9-4c0e-90e6-36ee9f927550} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4419 2024.10.16 19:57:14.761972 [ 3 ] {83919148-11a9-4c0e-90e6-36ee9f927550} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4420 2024.10.16 19:57:14.762161 [ 3 ] {83919148-11a9-4c0e-90e6-36ee9f927550} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003535 sec., 2263.083451202263 rows/sec., 4.06 MiB/sec.
4421 2024.10.16 19:57:14.762517 [ 3 ] {83919148-11a9-4c0e-90e6-36ee9f927550} <Debug> DynamicQueryHandler: Done processing query
4422 2024.10.16 19:57:14.762543 [ 3 ] {83919148-11a9-4c0e-90e6-36ee9f927550} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
4423 2024.10.16 19:57:14.762560 [ 3 ] {} <Debug> HTTP-Session: 112b457d-a8db-4a7e-b119-dc401a4b22e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4424 2024.10.16 19:57:14.762697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 6700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4425 2024.10.16 19:57:14.762747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4426 2024.10.16 19:57:14.762766 [ 3 ] {} <Debug> HTTP-Session: 8ffaeb42-a01e-4d78-9af5-42fdba3d29e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4427 2024.10.16 19:57:14.762782 [ 3 ] {} <Debug> HTTP-Session: 8ffaeb42-a01e-4d78-9af5-42fdba3d29e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4428 2024.10.16 19:57:14.762796 [ 3 ] {} <Debug> HTTP-Session: 8ffaeb42-a01e-4d78-9af5-42fdba3d29e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4429 2024.10.16 19:57:14.762827 [ 3 ] {} <Trace> HTTP-Session: 8ffaeb42-a01e-4d78-9af5-42fdba3d29e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4430 2024.10.16 19:57:14.762941 [ 3 ] {81de8007-8055-4272-ab17-fba496bce02f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4431 2024.10.16 19:57:14.762987 [ 3 ] {81de8007-8055-4272-ab17-fba496bce02f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4432 2024.10.16 19:57:14.763119 [ 3 ] {81de8007-8055-4272-ab17-fba496bce02f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4433 2024.10.16 19:57:14.763415 [ 3 ] {81de8007-8055-4272-ab17-fba496bce02f} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4434 2024.10.16 19:57:14.763453 [ 3 ] {81de8007-8055-4272-ab17-fba496bce02f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4435 2024.10.16 19:57:14.763807 [ 3 ] {81de8007-8055-4272-ab17-fba496bce02f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4436 2024.10.16 19:57:14.764128 [ 3 ] {81de8007-8055-4272-ab17-fba496bce02f} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4437 2024.10.16 19:57:14.764287 [ 9 ] {} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4438 2024.10.16 19:57:14.764295 [ 3 ] {81de8007-8055-4272-ab17-fba496bce02f} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001383 sec., 33261.02675343456 rows/sec., 2.01 MiB/sec.
4439 2024.10.16 19:57:14.764341 [ 9 ] {} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4440 2024.10.16 19:57:14.764405 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4441 2024.10.16 19:57:14.764605 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::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
4442 2024.10.16 19:57:14.764629 [ 3 ] {81de8007-8055-4272-ab17-fba496bce02f} <Debug> DynamicQueryHandler: Done processing query
4443 2024.10.16 19:57:14.764679 [ 3 ] {81de8007-8055-4272-ab17-fba496bce02f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
4444 2024.10.16 19:57:14.764716 [ 3 ] {} <Debug> HTTP-Session: 8ffaeb42-a01e-4d78-9af5-42fdba3d29e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4445 2024.10.16 19:57:14.764817 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4446 2024.10.16 19:57:14.764853 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 812 rows starting from the beginning of the part
4447 2024.10.16 19:57:14.764940 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part
4448 2024.10.16 19:57:14.765122 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
4449 2024.10.16 19:57:14.765268 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
4450 2024.10.16 19:57:14.765382 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
4451 2024.10.16 19:57:14.765571 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part
4452 2024.10.16 19:57:14.766749 [ 200 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1142 rows, containing 4 columns (4 merged, 0 gathered) in 0.002238001 sec., 510276.8050595152 rows/sec., 33.34 MiB/sec.
4453 2024.10.16 19:57:14.766936 [ 194 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4454 2024.10.16 19:57:14.767348 [ 194 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_21_4} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4455 2024.10.16 19:57:14.767432 [ 194 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_21_4} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4456 2024.10.16 19:57:14.767512 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
4457 2024.10.16 19:57:16.422528 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
4458 2024.10.16 19:57:16.422595 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
4459 2024.10.16 19:57:17.603451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4460 2024.10.16 19:57:17.603586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4461 2024.10.16 19:57:17.603614 [ 3 ] {} <Debug> HTTP-Session: 13faee6c-6eba-4513-9407-ccf3c5405623 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4462 2024.10.16 19:57:17.603639 [ 3 ] {} <Debug> HTTP-Session: 13faee6c-6eba-4513-9407-ccf3c5405623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4463 2024.10.16 19:57:17.603662 [ 3 ] {} <Debug> HTTP-Session: 13faee6c-6eba-4513-9407-ccf3c5405623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4464 2024.10.16 19:57:17.603712 [ 3 ] {} <Trace> HTTP-Session: 13faee6c-6eba-4513-9407-ccf3c5405623 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4465 2024.10.16 19:57:17.603907 [ 3 ] {a6f88638-0d0b-493e-94ac-d55f4bac5ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4466 2024.10.16 19:57:17.603977 [ 3 ] {a6f88638-0d0b-493e-94ac-d55f4bac5ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4467 2024.10.16 19:57:17.604318 [ 3 ] {a6f88638-0d0b-493e-94ac-d55f4bac5ec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4468 2024.10.16 19:57:17.604773 [ 3 ] {a6f88638-0d0b-493e-94ac-d55f4bac5ec4} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4469 2024.10.16 19:57:17.604821 [ 3 ] {a6f88638-0d0b-493e-94ac-d55f4bac5ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4470 2024.10.16 19:57:17.605251 [ 3 ] {a6f88638-0d0b-493e-94ac-d55f4bac5ec4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4471 2024.10.16 19:57:17.605663 [ 3 ] {a6f88638-0d0b-493e-94ac-d55f4bac5ec4} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4472 2024.10.16 19:57:17.605840 [ 3 ] {a6f88638-0d0b-493e-94ac-d55f4bac5ec4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001983 sec., 1008.5728693898135 rows/sec., 82.24 KiB/sec.
4473 2024.10.16 19:57:17.606090 [ 3 ] {a6f88638-0d0b-493e-94ac-d55f4bac5ec4} <Debug> DynamicQueryHandler: Done processing query
4474 2024.10.16 19:57:17.606119 [ 3 ] {a6f88638-0d0b-493e-94ac-d55f4bac5ec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4475 2024.10.16 19:57:17.606137 [ 3 ] {} <Debug> HTTP-Session: 13faee6c-6eba-4513-9407-ccf3c5405623 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4476 2024.10.16 19:57:17.606316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 17595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4477 2024.10.16 19:57:17.606380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4478 2024.10.16 19:57:17.606401 [ 3 ] {} <Debug> HTTP-Session: a712c08e-1191-42bb-bdc8-9287f7989247 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4479 2024.10.16 19:57:17.606420 [ 3 ] {} <Debug> HTTP-Session: a712c08e-1191-42bb-bdc8-9287f7989247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4480 2024.10.16 19:57:17.606434 [ 3 ] {} <Debug> HTTP-Session: a712c08e-1191-42bb-bdc8-9287f7989247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4481 2024.10.16 19:57:17.606471 [ 3 ] {} <Trace> HTTP-Session: a712c08e-1191-42bb-bdc8-9287f7989247 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4482 2024.10.16 19:57:17.606617 [ 3 ] {3ad30b8c-0ede-4a54-ba1f-8db92963905a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4483 2024.10.16 19:57:17.606666 [ 3 ] {3ad30b8c-0ede-4a54-ba1f-8db92963905a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4484 2024.10.16 19:57:17.606920 [ 3 ] {3ad30b8c-0ede-4a54-ba1f-8db92963905a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4485 2024.10.16 19:57:17.607375 [ 3 ] {3ad30b8c-0ede-4a54-ba1f-8db92963905a} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4486 2024.10.16 19:57:17.607415 [ 3 ] {3ad30b8c-0ede-4a54-ba1f-8db92963905a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4487 2024.10.16 19:57:17.607791 [ 3 ] {3ad30b8c-0ede-4a54-ba1f-8db92963905a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4488 2024.10.16 19:57:17.608154 [ 3 ] {3ad30b8c-0ede-4a54-ba1f-8db92963905a} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4489 2024.10.16 19:57:17.608318 [ 3 ] {3ad30b8c-0ede-4a54-ba1f-8db92963905a} <Debug> executeQuery: Read 119 rows, 10.35 KiB in 0.001751 sec., 67961.16504854368 rows/sec., 5.77 MiB/sec.
4490 2024.10.16 19:57:17.608516 [ 3 ] {3ad30b8c-0ede-4a54-ba1f-8db92963905a} <Debug> DynamicQueryHandler: Done processing query
4491 2024.10.16 19:57:17.608541 [ 3 ] {3ad30b8c-0ede-4a54-ba1f-8db92963905a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB.
4492 2024.10.16 19:57:17.608558 [ 3 ] {} <Debug> HTTP-Session: a712c08e-1191-42bb-bdc8-9287f7989247 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4493 2024.10.16 19:57:17.608681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 4776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4494 2024.10.16 19:57:17.608737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4495 2024.10.16 19:57:17.608757 [ 3 ] {} <Debug> HTTP-Session: 6ed2954a-c24f-4a87-a342-91d5f006025d Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4496 2024.10.16 19:57:17.608775 [ 3 ] {} <Debug> HTTP-Session: 6ed2954a-c24f-4a87-a342-91d5f006025d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4497 2024.10.16 19:57:17.608789 [ 3 ] {} <Debug> HTTP-Session: 6ed2954a-c24f-4a87-a342-91d5f006025d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4498 2024.10.16 19:57:17.608822 [ 3 ] {} <Trace> HTTP-Session: 6ed2954a-c24f-4a87-a342-91d5f006025d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4499 2024.10.16 19:57:17.608940 [ 3 ] {1a01f977-d1ba-45a4-86d3-d9e94882060c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4500 2024.10.16 19:57:17.608986 [ 3 ] {1a01f977-d1ba-45a4-86d3-d9e94882060c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4501 2024.10.16 19:57:17.609218 [ 3 ] {1a01f977-d1ba-45a4-86d3-d9e94882060c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4502 2024.10.16 19:57:17.609604 [ 3 ] {1a01f977-d1ba-45a4-86d3-d9e94882060c} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4503 2024.10.16 19:57:17.609642 [ 3 ] {1a01f977-d1ba-45a4-86d3-d9e94882060c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4504 2024.10.16 19:57:17.609993 [ 3 ] {1a01f977-d1ba-45a4-86d3-d9e94882060c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4505 2024.10.16 19:57:17.610359 [ 3 ] {1a01f977-d1ba-45a4-86d3-d9e94882060c} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4506 2024.10.16 19:57:17.610519 [ 3 ] {1a01f977-d1ba-45a4-86d3-d9e94882060c} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001615 sec., 20433.43653250774 rows/sec., 1.49 MiB/sec.
4507 2024.10.16 19:57:17.610695 [ 3 ] {1a01f977-d1ba-45a4-86d3-d9e94882060c} <Debug> DynamicQueryHandler: Done processing query
4508 2024.10.16 19:57:17.610719 [ 3 ] {1a01f977-d1ba-45a4-86d3-d9e94882060c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4509 2024.10.16 19:57:17.610735 [ 3 ] {} <Debug> HTTP-Session: 6ed2954a-c24f-4a87-a342-91d5f006025d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4510 2024.10.16 19:57:17.610872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 16473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4511 2024.10.16 19:57:17.610923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4512 2024.10.16 19:57:17.610942 [ 3 ] {} <Debug> HTTP-Session: 848a3cef-918c-441c-9638-e3cf19ee29f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4513 2024.10.16 19:57:17.610959 [ 3 ] {} <Debug> HTTP-Session: 848a3cef-918c-441c-9638-e3cf19ee29f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4514 2024.10.16 19:57:17.610973 [ 3 ] {} <Debug> HTTP-Session: 848a3cef-918c-441c-9638-e3cf19ee29f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4515 2024.10.16 19:57:17.611004 [ 3 ] {} <Trace> HTTP-Session: 848a3cef-918c-441c-9638-e3cf19ee29f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4516 2024.10.16 19:57:17.611127 [ 3 ] {18a3062d-e769-49ad-aacc-25c2c442d0f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4517 2024.10.16 19:57:17.611171 [ 3 ] {18a3062d-e769-49ad-aacc-25c2c442d0f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4518 2024.10.16 19:57:17.611395 [ 3 ] {18a3062d-e769-49ad-aacc-25c2c442d0f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4519 2024.10.16 19:57:17.611788 [ 3 ] {18a3062d-e769-49ad-aacc-25c2c442d0f8} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4520 2024.10.16 19:57:17.611830 [ 3 ] {18a3062d-e769-49ad-aacc-25c2c442d0f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4521 2024.10.16 19:57:17.612232 [ 3 ] {18a3062d-e769-49ad-aacc-25c2c442d0f8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4522 2024.10.16 19:57:17.612657 [ 3 ] {18a3062d-e769-49ad-aacc-25c2c442d0f8} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4523 2024.10.16 19:57:17.612820 [ 3 ] {18a3062d-e769-49ad-aacc-25c2c442d0f8} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001728 sec., 56134.25925925926 rows/sec., 4.39 MiB/sec.
4524 2024.10.16 19:57:17.613151 [ 3 ] {18a3062d-e769-49ad-aacc-25c2c442d0f8} <Debug> DynamicQueryHandler: Done processing query
4525 2024.10.16 19:57:17.613184 [ 3 ] {18a3062d-e769-49ad-aacc-25c2c442d0f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
4526 2024.10.16 19:57:17.613201 [ 3 ] {} <Debug> HTTP-Session: 848a3cef-918c-441c-9638-e3cf19ee29f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4527 2024.10.16 19:57:17.613331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 18599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4528 2024.10.16 19:57:17.613383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4529 2024.10.16 19:57:17.613403 [ 3 ] {} <Debug> HTTP-Session: b3bb2f8d-feb4-4b37-a0ca-bdc132499552 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4530 2024.10.16 19:57:17.613420 [ 3 ] {} <Debug> HTTP-Session: b3bb2f8d-feb4-4b37-a0ca-bdc132499552 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4531 2024.10.16 19:57:17.613433 [ 3 ] {} <Debug> HTTP-Session: b3bb2f8d-feb4-4b37-a0ca-bdc132499552 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4532 2024.10.16 19:57:17.613465 [ 3 ] {} <Trace> HTTP-Session: b3bb2f8d-feb4-4b37-a0ca-bdc132499552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4533 2024.10.16 19:57:17.613598 [ 3 ] {beb089b8-246d-4216-a774-66df77beef14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4534 2024.10.16 19:57:17.613648 [ 3 ] {beb089b8-246d-4216-a774-66df77beef14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4535 2024.10.16 19:57:17.613814 [ 3 ] {beb089b8-246d-4216-a774-66df77beef14} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4536 2024.10.16 19:57:17.614186 [ 3 ] {beb089b8-246d-4216-a774-66df77beef14} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4537 2024.10.16 19:57:17.614222 [ 3 ] {beb089b8-246d-4216-a774-66df77beef14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4538 2024.10.16 19:57:17.614613 [ 3 ] {beb089b8-246d-4216-a774-66df77beef14} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4539 2024.10.16 19:57:17.614956 [ 3 ] {beb089b8-246d-4216-a774-66df77beef14} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4540 2024.10.16 19:57:17.615128 [ 3 ] {beb089b8-246d-4216-a774-66df77beef14} <Debug> executeQuery: Read 97 rows, 6.92 KiB in 0.00158 sec., 61392.40506329114 rows/sec., 4.28 MiB/sec.
4541 2024.10.16 19:57:17.615461 [ 3 ] {beb089b8-246d-4216-a774-66df77beef14} <Debug> DynamicQueryHandler: Done processing query
4542 2024.10.16 19:57:17.615489 [ 3 ] {beb089b8-246d-4216-a774-66df77beef14} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4543 2024.10.16 19:57:17.615505 [ 3 ] {} <Debug> HTTP-Session: b3bb2f8d-feb4-4b37-a0ca-bdc132499552 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4544 2024.10.16 19:57:17.615662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 51838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4545 2024.10.16 19:57:17.615716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4546 2024.10.16 19:57:17.615735 [ 3 ] {} <Debug> HTTP-Session: 80a5eb8f-5f86-41a3-948c-d7532735acc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4547 2024.10.16 19:57:17.615752 [ 3 ] {} <Debug> HTTP-Session: 80a5eb8f-5f86-41a3-948c-d7532735acc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4548 2024.10.16 19:57:17.615766 [ 3 ] {} <Debug> HTTP-Session: 80a5eb8f-5f86-41a3-948c-d7532735acc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4549 2024.10.16 19:57:17.615797 [ 3 ] {} <Trace> HTTP-Session: 80a5eb8f-5f86-41a3-948c-d7532735acc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4550 2024.10.16 19:57:17.616228 [ 3 ] {3978f952-dc8b-466f-a028-3fe4a7c7abf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4551 2024.10.16 19:57:17.616307 [ 3 ] {3978f952-dc8b-466f-a028-3fe4a7c7abf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4552 2024.10.16 19:57:17.616756 [ 3 ] {3978f952-dc8b-466f-a028-3fe4a7c7abf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4553 2024.10.16 19:57:17.617476 [ 3 ] {3978f952-dc8b-466f-a028-3fe4a7c7abf7} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4554 2024.10.16 19:57:17.617513 [ 3 ] {3978f952-dc8b-466f-a028-3fe4a7c7abf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4555 2024.10.16 19:57:17.618174 [ 3 ] {3978f952-dc8b-466f-a028-3fe4a7c7abf7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4556 2024.10.16 19:57:17.618605 [ 3 ] {3978f952-dc8b-466f-a028-3fe4a7c7abf7} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4557 2024.10.16 19:57:17.618805 [ 3 ] {3978f952-dc8b-466f-a028-3fe4a7c7abf7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002916 sec., 10631.001371742112 rows/sec., 19.05 MiB/sec.
4558 2024.10.16 19:57:17.619040 [ 3 ] {3978f952-dc8b-466f-a028-3fe4a7c7abf7} <Debug> DynamicQueryHandler: Done processing query
4559 2024.10.16 19:57:17.619066 [ 3 ] {3978f952-dc8b-466f-a028-3fe4a7c7abf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
4560 2024.10.16 19:57:17.619082 [ 3 ] {} <Debug> HTTP-Session: 80a5eb8f-5f86-41a3-948c-d7532735acc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4561 2024.10.16 19:57:17.619215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4562 2024.10.16 19:57:17.619265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4563 2024.10.16 19:57:17.619285 [ 3 ] {} <Debug> HTTP-Session: 0a2e346d-5d36-41ef-a279-680c9279c219 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4564 2024.10.16 19:57:17.619301 [ 3 ] {} <Debug> HTTP-Session: 0a2e346d-5d36-41ef-a279-680c9279c219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4565 2024.10.16 19:57:17.619315 [ 3 ] {} <Debug> HTTP-Session: 0a2e346d-5d36-41ef-a279-680c9279c219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4566 2024.10.16 19:57:17.619345 [ 3 ] {} <Trace> HTTP-Session: 0a2e346d-5d36-41ef-a279-680c9279c219 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4567 2024.10.16 19:57:17.619452 [ 3 ] {b88dd0d3-0437-4dee-973f-6cda56138c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4568 2024.10.16 19:57:17.619498 [ 3 ] {b88dd0d3-0437-4dee-973f-6cda56138c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4569 2024.10.16 19:57:17.619629 [ 3 ] {b88dd0d3-0437-4dee-973f-6cda56138c6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4570 2024.10.16 19:57:17.619908 [ 3 ] {b88dd0d3-0437-4dee-973f-6cda56138c6c} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4571 2024.10.16 19:57:17.619944 [ 3 ] {b88dd0d3-0437-4dee-973f-6cda56138c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4572 2024.10.16 19:57:17.620318 [ 3 ] {b88dd0d3-0437-4dee-973f-6cda56138c6c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4573 2024.10.16 19:57:17.620638 [ 3 ] {b88dd0d3-0437-4dee-973f-6cda56138c6c} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4574 2024.10.16 19:57:17.620792 [ 3 ] {b88dd0d3-0437-4dee-973f-6cda56138c6c} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001373 sec., 26219.95630007283 rows/sec., 1.77 MiB/sec.
4575 2024.10.16 19:57:17.620960 [ 3 ] {b88dd0d3-0437-4dee-973f-6cda56138c6c} <Debug> DynamicQueryHandler: Done processing query
4576 2024.10.16 19:57:17.620986 [ 3 ] {b88dd0d3-0437-4dee-973f-6cda56138c6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
4577 2024.10.16 19:57:17.621002 [ 3 ] {} <Debug> HTTP-Session: 0a2e346d-5d36-41ef-a279-680c9279c219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4578 2024.10.16 19:57:21.551765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 472
4579 2024.10.16 19:57:21.554773 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4580 2024.10.16 19:57:21.554823 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4581 2024.10.16 19:57:21.556354 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4582 2024.10.16 19:57:21.557326 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4583 2024.10.16 19:57:21.557538 [ 129 ] {} <Debug> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4584 2024.10.16 19:57:21.557653 [ 129 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4585 2024.10.16 19:57:21.557716 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4586 2024.10.16 19:57:21.558146 [ 190 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
4587 2024.10.16 19:57:21.558631 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 472
4588 2024.10.16 19:57:21.559395 [ 190 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4589 2024.10.16 19:57:21.559559 [ 190 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 292 rows starting from the beginning of the part
4590 2024.10.16 19:57:21.560163 [ 190 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part
4591 2024.10.16 19:57:21.560742 [ 190 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part
4592 2024.10.16 19:57:21.561257 [ 190 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part
4593 2024.10.16 19:57:21.561753 [ 190 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
4594 2024.10.16 19:57:21.562234 [ 190 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part
4595 2024.10.16 19:57:21.570223 [ 200 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 72 columns (72 merged, 0 gathered) in 0.012330182 sec., 38280.05134068581 rows/sec., 30.90 MiB/sec.
4596 2024.10.16 19:57:21.571427 [ 200 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4597 2024.10.16 19:57:21.573079 [ 200 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_11_2} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4598 2024.10.16 19:57:21.573163 [ 200 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_11_2} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4599 2024.10.16 19:57:21.573485 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB.
4600 2024.10.16 19:57:22.604108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4601 2024.10.16 19:57:22.604239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4602 2024.10.16 19:57:22.604269 [ 3 ] {} <Debug> HTTP-Session: 81d92ddc-23f4-4ec1-83fa-27ba657f6f84 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4603 2024.10.16 19:57:22.604297 [ 3 ] {} <Debug> HTTP-Session: 81d92ddc-23f4-4ec1-83fa-27ba657f6f84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4604 2024.10.16 19:57:22.604315 [ 3 ] {} <Debug> HTTP-Session: 81d92ddc-23f4-4ec1-83fa-27ba657f6f84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4605 2024.10.16 19:57:22.604369 [ 3 ] {} <Trace> HTTP-Session: 81d92ddc-23f4-4ec1-83fa-27ba657f6f84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4606 2024.10.16 19:57:22.604582 [ 3 ] {fbfcfaec-9ae0-41b6-8b33-cfc229d5feb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4607 2024.10.16 19:57:22.604648 [ 3 ] {fbfcfaec-9ae0-41b6-8b33-cfc229d5feb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4608 2024.10.16 19:57:22.604983 [ 3 ] {fbfcfaec-9ae0-41b6-8b33-cfc229d5feb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4609 2024.10.16 19:57:22.605479 [ 3 ] {fbfcfaec-9ae0-41b6-8b33-cfc229d5feb3} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4610 2024.10.16 19:57:22.605523 [ 3 ] {fbfcfaec-9ae0-41b6-8b33-cfc229d5feb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4611 2024.10.16 19:57:22.605945 [ 3 ] {fbfcfaec-9ae0-41b6-8b33-cfc229d5feb3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4612 2024.10.16 19:57:22.606332 [ 3 ] {fbfcfaec-9ae0-41b6-8b33-cfc229d5feb3} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4613 2024.10.16 19:57:22.606519 [ 3 ] {fbfcfaec-9ae0-41b6-8b33-cfc229d5feb3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002002 sec., 27972.027972027972 rows/sec., 2.14 MiB/sec.
4614 2024.10.16 19:57:22.606746 [ 3 ] {fbfcfaec-9ae0-41b6-8b33-cfc229d5feb3} <Debug> DynamicQueryHandler: Done processing query
4615 2024.10.16 19:57:22.606772 [ 3 ] {fbfcfaec-9ae0-41b6-8b33-cfc229d5feb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4616 2024.10.16 19:57:22.606788 [ 3 ] {} <Debug> HTTP-Session: 81d92ddc-23f4-4ec1-83fa-27ba657f6f84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4617 2024.10.16 19:57:22.606923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4618 2024.10.16 19:57:22.606974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4619 2024.10.16 19:57:22.606993 [ 3 ] {} <Debug> HTTP-Session: 80a46161-4cb1-47b6-b917-047d6be14973 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4620 2024.10.16 19:57:22.607009 [ 3 ] {} <Debug> HTTP-Session: 80a46161-4cb1-47b6-b917-047d6be14973 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4621 2024.10.16 19:57:22.607023 [ 3 ] {} <Debug> HTTP-Session: 80a46161-4cb1-47b6-b917-047d6be14973 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4622 2024.10.16 19:57:22.607054 [ 3 ] {} <Trace> HTTP-Session: 80a46161-4cb1-47b6-b917-047d6be14973 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4623 2024.10.16 19:57:22.607171 [ 3 ] {4a20ff80-2126-4605-b5f1-02438a490cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4624 2024.10.16 19:57:22.607215 [ 3 ] {4a20ff80-2126-4605-b5f1-02438a490cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4625 2024.10.16 19:57:22.607440 [ 3 ] {4a20ff80-2126-4605-b5f1-02438a490cf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4626 2024.10.16 19:57:22.607787 [ 3 ] {4a20ff80-2126-4605-b5f1-02438a490cf2} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4627 2024.10.16 19:57:22.607823 [ 3 ] {4a20ff80-2126-4605-b5f1-02438a490cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4628 2024.10.16 19:57:22.608182 [ 3 ] {4a20ff80-2126-4605-b5f1-02438a490cf2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4629 2024.10.16 19:57:22.608556 [ 3 ] {4a20ff80-2126-4605-b5f1-02438a490cf2} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4630 2024.10.16 19:57:22.608725 [ 3 ] {4a20ff80-2126-4605-b5f1-02438a490cf2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001585 sec., 40378.54889589905 rows/sec., 3.15 MiB/sec.
4631 2024.10.16 19:57:22.609070 [ 3 ] {4a20ff80-2126-4605-b5f1-02438a490cf2} <Debug> DynamicQueryHandler: Done processing query
4632 2024.10.16 19:57:22.609096 [ 3 ] {4a20ff80-2126-4605-b5f1-02438a490cf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4633 2024.10.16 19:57:22.609112 [ 3 ] {} <Debug> HTTP-Session: 80a46161-4cb1-47b6-b917-047d6be14973 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4634 2024.10.16 19:57:22.609289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4635 2024.10.16 19:57:22.609339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4636 2024.10.16 19:57:22.609359 [ 3 ] {} <Debug> HTTP-Session: 1cf2b97d-7a66-452f-aca3-907e4c3e40e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4637 2024.10.16 19:57:22.609376 [ 3 ] {} <Debug> HTTP-Session: 1cf2b97d-7a66-452f-aca3-907e4c3e40e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4638 2024.10.16 19:57:22.609389 [ 3 ] {} <Debug> HTTP-Session: 1cf2b97d-7a66-452f-aca3-907e4c3e40e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4639 2024.10.16 19:57:22.609419 [ 3 ] {} <Trace> HTTP-Session: 1cf2b97d-7a66-452f-aca3-907e4c3e40e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4640 2024.10.16 19:57:22.609567 [ 3 ] {0177a7ef-8563-467f-bc4e-c11e4b6805f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4641 2024.10.16 19:57:22.609615 [ 3 ] {0177a7ef-8563-467f-bc4e-c11e4b6805f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4642 2024.10.16 19:57:22.609786 [ 3 ] {0177a7ef-8563-467f-bc4e-c11e4b6805f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4643 2024.10.16 19:57:22.610165 [ 3 ] {0177a7ef-8563-467f-bc4e-c11e4b6805f3} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4644 2024.10.16 19:57:22.610200 [ 3 ] {0177a7ef-8563-467f-bc4e-c11e4b6805f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4645 2024.10.16 19:57:22.610648 [ 3 ] {0177a7ef-8563-467f-bc4e-c11e4b6805f3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4646 2024.10.16 19:57:22.610998 [ 3 ] {0177a7ef-8563-467f-bc4e-c11e4b6805f3} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4647 2024.10.16 19:57:22.611136 [ 3 ] {0177a7ef-8563-467f-bc4e-c11e4b6805f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec.
4648 2024.10.16 19:57:22.611434 [ 3 ] {0177a7ef-8563-467f-bc4e-c11e4b6805f3} <Debug> DynamicQueryHandler: Done processing query
4649 2024.10.16 19:57:22.611467 [ 3 ] {0177a7ef-8563-467f-bc4e-c11e4b6805f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4650 2024.10.16 19:57:22.611484 [ 3 ] {} <Debug> HTTP-Session: 1cf2b97d-7a66-452f-aca3-907e4c3e40e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4651 2024.10.16 19:57:22.611632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4652 2024.10.16 19:57:22.611683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4653 2024.10.16 19:57:22.611703 [ 3 ] {} <Debug> HTTP-Session: cfb9fb5c-53fc-4776-b629-28446ea82d4b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4654 2024.10.16 19:57:22.611719 [ 3 ] {} <Debug> HTTP-Session: cfb9fb5c-53fc-4776-b629-28446ea82d4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4655 2024.10.16 19:57:22.611732 [ 3 ] {} <Debug> HTTP-Session: cfb9fb5c-53fc-4776-b629-28446ea82d4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4656 2024.10.16 19:57:22.611763 [ 3 ] {} <Trace> HTTP-Session: cfb9fb5c-53fc-4776-b629-28446ea82d4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4657 2024.10.16 19:57:22.611882 [ 3 ] {8fe44dd4-1fa3-4a10-ae25-f442d30590c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4658 2024.10.16 19:57:22.611929 [ 3 ] {8fe44dd4-1fa3-4a10-ae25-f442d30590c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4659 2024.10.16 19:57:22.612076 [ 3 ] {8fe44dd4-1fa3-4a10-ae25-f442d30590c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4660 2024.10.16 19:57:22.612372 [ 3 ] {8fe44dd4-1fa3-4a10-ae25-f442d30590c6} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4661 2024.10.16 19:57:22.612409 [ 3 ] {8fe44dd4-1fa3-4a10-ae25-f442d30590c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4662 2024.10.16 19:57:22.612774 [ 3 ] {8fe44dd4-1fa3-4a10-ae25-f442d30590c6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4663 2024.10.16 19:57:22.613104 [ 3 ] {8fe44dd4-1fa3-4a10-ae25-f442d30590c6} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4664 2024.10.16 19:57:22.613260 [ 3 ] {8fe44dd4-1fa3-4a10-ae25-f442d30590c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec.
4665 2024.10.16 19:57:22.613429 [ 3 ] {8fe44dd4-1fa3-4a10-ae25-f442d30590c6} <Debug> DynamicQueryHandler: Done processing query
4666 2024.10.16 19:57:22.613453 [ 3 ] {8fe44dd4-1fa3-4a10-ae25-f442d30590c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4667 2024.10.16 19:57:22.613469 [ 3 ] {} <Debug> HTTP-Session: cfb9fb5c-53fc-4776-b629-28446ea82d4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4668 2024.10.16 19:57:27.611339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4669 2024.10.16 19:57:27.611471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4670 2024.10.16 19:57:27.611498 [ 3 ] {} <Debug> HTTP-Session: 2629b76c-ea7c-4a38-8d6b-e5049344f7fe Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4671 2024.10.16 19:57:27.611522 [ 3 ] {} <Debug> HTTP-Session: 2629b76c-ea7c-4a38-8d6b-e5049344f7fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4672 2024.10.16 19:57:27.611536 [ 3 ] {} <Debug> HTTP-Session: 2629b76c-ea7c-4a38-8d6b-e5049344f7fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4673 2024.10.16 19:57:27.611586 [ 3 ] {} <Trace> HTTP-Session: 2629b76c-ea7c-4a38-8d6b-e5049344f7fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4674 2024.10.16 19:57:27.611852 [ 3 ] {7428b6c6-9918-4cd1-bf97-791c12845ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4675 2024.10.16 19:57:27.611924 [ 3 ] {7428b6c6-9918-4cd1-bf97-791c12845ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4676 2024.10.16 19:57:27.612258 [ 3 ] {7428b6c6-9918-4cd1-bf97-791c12845ab5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4677 2024.10.16 19:57:27.612907 [ 3 ] {7428b6c6-9918-4cd1-bf97-791c12845ab5} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4678 2024.10.16 19:57:27.612958 [ 3 ] {7428b6c6-9918-4cd1-bf97-791c12845ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4679 2024.10.16 19:57:27.613456 [ 3 ] {7428b6c6-9918-4cd1-bf97-791c12845ab5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4680 2024.10.16 19:57:27.613863 [ 3 ] {7428b6c6-9918-4cd1-bf97-791c12845ab5} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4681 2024.10.16 19:57:27.614052 [ 3 ] {7428b6c6-9918-4cd1-bf97-791c12845ab5} <Debug> executeQuery: Read 267 rows, 24.26 KiB in 0.002315 sec., 115334.77321814255 rows/sec., 10.23 MiB/sec.
4682 2024.10.16 19:57:27.614286 [ 3 ] {7428b6c6-9918-4cd1-bf97-791c12845ab5} <Debug> DynamicQueryHandler: Done processing query
4683 2024.10.16 19:57:27.614314 [ 3 ] {7428b6c6-9918-4cd1-bf97-791c12845ab5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
4684 2024.10.16 19:57:27.614331 [ 3 ] {} <Debug> HTTP-Session: 2629b76c-ea7c-4a38-8d6b-e5049344f7fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4685 2024.10.16 19:57:27.614520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4686 2024.10.16 19:57:27.614579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4687 2024.10.16 19:57:27.614599 [ 3 ] {} <Debug> HTTP-Session: 090ecf99-2cc7-423e-abc1-16825365dce1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4688 2024.10.16 19:57:27.614618 [ 3 ] {} <Debug> HTTP-Session: 090ecf99-2cc7-423e-abc1-16825365dce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4689 2024.10.16 19:57:27.614633 [ 3 ] {} <Debug> HTTP-Session: 090ecf99-2cc7-423e-abc1-16825365dce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4690 2024.10.16 19:57:27.614671 [ 3 ] {} <Trace> HTTP-Session: 090ecf99-2cc7-423e-abc1-16825365dce1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4691 2024.10.16 19:57:27.614793 [ 3 ] {867ef99e-b22d-499d-ad6b-dedc09464add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4692 2024.10.16 19:57:27.614842 [ 3 ] {867ef99e-b22d-499d-ad6b-dedc09464add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4693 2024.10.16 19:57:27.615081 [ 3 ] {867ef99e-b22d-499d-ad6b-dedc09464add} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4694 2024.10.16 19:57:27.615468 [ 3 ] {867ef99e-b22d-499d-ad6b-dedc09464add} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4695 2024.10.16 19:57:27.615507 [ 3 ] {867ef99e-b22d-499d-ad6b-dedc09464add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4696 2024.10.16 19:57:27.615871 [ 3 ] {867ef99e-b22d-499d-ad6b-dedc09464add} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4697 2024.10.16 19:57:27.616247 [ 3 ] {867ef99e-b22d-499d-ad6b-dedc09464add} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4698 2024.10.16 19:57:27.616410 [ 3 ] {867ef99e-b22d-499d-ad6b-dedc09464add} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001648 sec., 23665.04854368932 rows/sec., 1.74 MiB/sec.
4699 2024.10.16 19:57:27.616592 [ 3 ] {867ef99e-b22d-499d-ad6b-dedc09464add} <Debug> DynamicQueryHandler: Done processing query
4700 2024.10.16 19:57:27.616617 [ 3 ] {867ef99e-b22d-499d-ad6b-dedc09464add} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4701 2024.10.16 19:57:27.616635 [ 3 ] {} <Debug> HTTP-Session: 090ecf99-2cc7-423e-abc1-16825365dce1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4702 2024.10.16 19:57:27.616765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4703 2024.10.16 19:57:27.616819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4704 2024.10.16 19:57:27.616839 [ 3 ] {} <Debug> HTTP-Session: eba2d7d5-3944-42df-9728-7571e0641293 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4705 2024.10.16 19:57:27.616856 [ 3 ] {} <Debug> HTTP-Session: eba2d7d5-3944-42df-9728-7571e0641293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4706 2024.10.16 19:57:27.616870 [ 3 ] {} <Debug> HTTP-Session: eba2d7d5-3944-42df-9728-7571e0641293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4707 2024.10.16 19:57:27.616902 [ 3 ] {} <Trace> HTTP-Session: eba2d7d5-3944-42df-9728-7571e0641293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4708 2024.10.16 19:57:27.617004 [ 3 ] {62ca4964-2071-44f7-8558-5d8223f2d6ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4709 2024.10.16 19:57:27.617049 [ 3 ] {62ca4964-2071-44f7-8558-5d8223f2d6ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4710 2024.10.16 19:57:27.617274 [ 3 ] {62ca4964-2071-44f7-8558-5d8223f2d6ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4711 2024.10.16 19:57:27.617592 [ 3 ] {62ca4964-2071-44f7-8558-5d8223f2d6ad} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4712 2024.10.16 19:57:27.617630 [ 3 ] {62ca4964-2071-44f7-8558-5d8223f2d6ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4713 2024.10.16 19:57:27.617992 [ 3 ] {62ca4964-2071-44f7-8558-5d8223f2d6ad} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4714 2024.10.16 19:57:27.618378 [ 3 ] {62ca4964-2071-44f7-8558-5d8223f2d6ad} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4715 2024.10.16 19:57:27.618546 [ 3 ] {62ca4964-2071-44f7-8558-5d8223f2d6ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001565 sec., 8945.686900958466 rows/sec., 626.50 KiB/sec.
4716 2024.10.16 19:57:27.618724 [ 3 ] {62ca4964-2071-44f7-8558-5d8223f2d6ad} <Debug> DynamicQueryHandler: Done processing query
4717 2024.10.16 19:57:27.618748 [ 3 ] {62ca4964-2071-44f7-8558-5d8223f2d6ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4718 2024.10.16 19:57:27.618764 [ 3 ] {} <Debug> HTTP-Session: eba2d7d5-3944-42df-9728-7571e0641293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4719 2024.10.16 19:57:27.618888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4720 2024.10.16 19:57:27.618939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4721 2024.10.16 19:57:27.618959 [ 3 ] {} <Debug> HTTP-Session: 8de5f453-f26b-4ba9-9744-a85b6ce8c7be Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4722 2024.10.16 19:57:27.618975 [ 3 ] {} <Debug> HTTP-Session: 8de5f453-f26b-4ba9-9744-a85b6ce8c7be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4723 2024.10.16 19:57:27.618989 [ 3 ] {} <Debug> HTTP-Session: 8de5f453-f26b-4ba9-9744-a85b6ce8c7be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4724 2024.10.16 19:57:27.619020 [ 3 ] {} <Trace> HTTP-Session: 8de5f453-f26b-4ba9-9744-a85b6ce8c7be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4725 2024.10.16 19:57:27.619117 [ 3 ] {b538f66a-1941-488b-bf95-517a2971cbff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4726 2024.10.16 19:57:27.619159 [ 3 ] {b538f66a-1941-488b-bf95-517a2971cbff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4727 2024.10.16 19:57:27.619384 [ 3 ] {b538f66a-1941-488b-bf95-517a2971cbff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4728 2024.10.16 19:57:27.619683 [ 3 ] {b538f66a-1941-488b-bf95-517a2971cbff} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4729 2024.10.16 19:57:27.619719 [ 3 ] {b538f66a-1941-488b-bf95-517a2971cbff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4730 2024.10.16 19:57:27.620064 [ 3 ] {b538f66a-1941-488b-bf95-517a2971cbff} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4731 2024.10.16 19:57:27.620426 [ 3 ] {b538f66a-1941-488b-bf95-517a2971cbff} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4732 2024.10.16 19:57:27.620583 [ 3 ] {b538f66a-1941-488b-bf95-517a2971cbff} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 239.52 KiB/sec.
4733 2024.10.16 19:57:27.620758 [ 3 ] {b538f66a-1941-488b-bf95-517a2971cbff} <Debug> DynamicQueryHandler: Done processing query
4734 2024.10.16 19:57:27.620782 [ 3 ] {b538f66a-1941-488b-bf95-517a2971cbff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4735 2024.10.16 19:57:27.620798 [ 3 ] {} <Debug> HTTP-Session: 8de5f453-f26b-4ba9-9744-a85b6ce8c7be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4736 2024.10.16 19:57:27.620973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4737 2024.10.16 19:57:27.621022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4738 2024.10.16 19:57:27.621042 [ 3 ] {} <Debug> HTTP-Session: 2d75bf54-4d24-4a7c-947e-150ae2557aef Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4739 2024.10.16 19:57:27.621058 [ 3 ] {} <Debug> HTTP-Session: 2d75bf54-4d24-4a7c-947e-150ae2557aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4740 2024.10.16 19:57:27.621072 [ 3 ] {} <Debug> HTTP-Session: 2d75bf54-4d24-4a7c-947e-150ae2557aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4741 2024.10.16 19:57:27.621102 [ 3 ] {} <Trace> HTTP-Session: 2d75bf54-4d24-4a7c-947e-150ae2557aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4742 2024.10.16 19:57:27.621324 [ 3 ] {a81b4d05-2396-4230-97b8-a6a388383c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4743 2024.10.16 19:57:27.621367 [ 3 ] {a81b4d05-2396-4230-97b8-a6a388383c34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4744 2024.10.16 19:57:27.621588 [ 3 ] {a81b4d05-2396-4230-97b8-a6a388383c34} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4745 2024.10.16 19:57:27.622179 [ 3 ] {a81b4d05-2396-4230-97b8-a6a388383c34} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4746 2024.10.16 19:57:27.622217 [ 3 ] {a81b4d05-2396-4230-97b8-a6a388383c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4747 2024.10.16 19:57:27.622601 [ 3 ] {a81b4d05-2396-4230-97b8-a6a388383c34} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4748 2024.10.16 19:57:27.622960 [ 3 ] {a81b4d05-2396-4230-97b8-a6a388383c34} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4749 2024.10.16 19:57:27.623123 [ 3 ] {a81b4d05-2396-4230-97b8-a6a388383c34} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001913 sec., 220073.18348144277 rows/sec., 15.73 MiB/sec.
4750 2024.10.16 19:57:27.623295 [ 3 ] {a81b4d05-2396-4230-97b8-a6a388383c34} <Debug> DynamicQueryHandler: Done processing query
4751 2024.10.16 19:57:27.623320 [ 3 ] {a81b4d05-2396-4230-97b8-a6a388383c34} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
4752 2024.10.16 19:57:27.623337 [ 3 ] {} <Debug> HTTP-Session: 2d75bf54-4d24-4a7c-947e-150ae2557aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4753 2024.10.16 19:57:27.623472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4754 2024.10.16 19:57:27.623522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4755 2024.10.16 19:57:27.623541 [ 3 ] {} <Debug> HTTP-Session: 9868d5c0-2e5a-4de6-8290-9b04dcae34eb Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4756 2024.10.16 19:57:27.623557 [ 3 ] {} <Debug> HTTP-Session: 9868d5c0-2e5a-4de6-8290-9b04dcae34eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4757 2024.10.16 19:57:27.623571 [ 3 ] {} <Debug> HTTP-Session: 9868d5c0-2e5a-4de6-8290-9b04dcae34eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4758 2024.10.16 19:57:27.623601 [ 3 ] {} <Trace> HTTP-Session: 9868d5c0-2e5a-4de6-8290-9b04dcae34eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4759 2024.10.16 19:57:27.623702 [ 3 ] {c4732a90-521e-44d0-a95c-ef50e5c91601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4760 2024.10.16 19:57:27.623747 [ 3 ] {c4732a90-521e-44d0-a95c-ef50e5c91601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4761 2024.10.16 19:57:27.623877 [ 3 ] {c4732a90-521e-44d0-a95c-ef50e5c91601} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4762 2024.10.16 19:57:27.624150 [ 3 ] {c4732a90-521e-44d0-a95c-ef50e5c91601} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4763 2024.10.16 19:57:27.624187 [ 3 ] {c4732a90-521e-44d0-a95c-ef50e5c91601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4764 2024.10.16 19:57:27.624559 [ 3 ] {c4732a90-521e-44d0-a95c-ef50e5c91601} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4765 2024.10.16 19:57:27.624925 [ 3 ] {c4732a90-521e-44d0-a95c-ef50e5c91601} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4766 2024.10.16 19:57:27.625066 [ 3 ] {c4732a90-521e-44d0-a95c-ef50e5c91601} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 225.52 KiB/sec.
4767 2024.10.16 19:57:27.625257 [ 3 ] {c4732a90-521e-44d0-a95c-ef50e5c91601} <Debug> DynamicQueryHandler: Done processing query
4768 2024.10.16 19:57:27.625281 [ 3 ] {c4732a90-521e-44d0-a95c-ef50e5c91601} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4769 2024.10.16 19:57:27.625298 [ 3 ] {} <Debug> HTTP-Session: 9868d5c0-2e5a-4de6-8290-9b04dcae34eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4770 2024.10.16 19:57:27.625435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4771 2024.10.16 19:57:27.625484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4772 2024.10.16 19:57:27.625503 [ 3 ] {} <Debug> HTTP-Session: c58e1766-3562-45c3-8d45-871cfec1a6e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4773 2024.10.16 19:57:27.625519 [ 3 ] {} <Debug> HTTP-Session: c58e1766-3562-45c3-8d45-871cfec1a6e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4774 2024.10.16 19:57:27.625533 [ 3 ] {} <Debug> HTTP-Session: c58e1766-3562-45c3-8d45-871cfec1a6e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4775 2024.10.16 19:57:27.625563 [ 3 ] {} <Trace> HTTP-Session: c58e1766-3562-45c3-8d45-871cfec1a6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4776 2024.10.16 19:57:27.625748 [ 3 ] {4d0a0e4f-e133-4d39-ac22-987a701aac40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4777 2024.10.16 19:57:27.625795 [ 3 ] {4d0a0e4f-e133-4d39-ac22-987a701aac40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4778 2024.10.16 19:57:27.625938 [ 3 ] {4d0a0e4f-e133-4d39-ac22-987a701aac40} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4779 2024.10.16 19:57:27.626367 [ 3 ] {4d0a0e4f-e133-4d39-ac22-987a701aac40} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4780 2024.10.16 19:57:27.626403 [ 3 ] {4d0a0e4f-e133-4d39-ac22-987a701aac40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4781 2024.10.16 19:57:27.626802 [ 3 ] {4d0a0e4f-e133-4d39-ac22-987a701aac40} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4782 2024.10.16 19:57:27.627137 [ 3 ] {4d0a0e4f-e133-4d39-ac22-987a701aac40} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4783 2024.10.16 19:57:27.627296 [ 3 ] {4d0a0e4f-e133-4d39-ac22-987a701aac40} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001635 sec., 144954.12844036697 rows/sec., 9.72 MiB/sec.
4784 2024.10.16 19:57:27.627471 [ 3 ] {4d0a0e4f-e133-4d39-ac22-987a701aac40} <Debug> DynamicQueryHandler: Done processing query
4785 2024.10.16 19:57:27.627495 [ 3 ] {4d0a0e4f-e133-4d39-ac22-987a701aac40} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4786 2024.10.16 19:57:27.627511 [ 3 ] {} <Debug> HTTP-Session: c58e1766-3562-45c3-8d45-871cfec1a6e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4787 2024.10.16 19:57:27.627630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4788 2024.10.16 19:57:27.627680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4789 2024.10.16 19:57:27.627700 [ 3 ] {} <Debug> HTTP-Session: bf8713c7-3523-4ee4-95f1-be11c8eb4cde Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4790 2024.10.16 19:57:27.627716 [ 3 ] {} <Debug> HTTP-Session: bf8713c7-3523-4ee4-95f1-be11c8eb4cde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4791 2024.10.16 19:57:27.627730 [ 3 ] {} <Debug> HTTP-Session: bf8713c7-3523-4ee4-95f1-be11c8eb4cde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4792 2024.10.16 19:57:27.627760 [ 3 ] {} <Trace> HTTP-Session: bf8713c7-3523-4ee4-95f1-be11c8eb4cde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4793 2024.10.16 19:57:27.627852 [ 3 ] {879ad9cf-184d-4ea3-b137-f2f5c4f133fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4794 2024.10.16 19:57:27.627896 [ 3 ] {879ad9cf-184d-4ea3-b137-f2f5c4f133fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4795 2024.10.16 19:57:27.628025 [ 3 ] {879ad9cf-184d-4ea3-b137-f2f5c4f133fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4796 2024.10.16 19:57:27.628286 [ 3 ] {879ad9cf-184d-4ea3-b137-f2f5c4f133fc} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4797 2024.10.16 19:57:27.628322 [ 3 ] {879ad9cf-184d-4ea3-b137-f2f5c4f133fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4798 2024.10.16 19:57:27.628669 [ 3 ] {879ad9cf-184d-4ea3-b137-f2f5c4f133fc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4799 2024.10.16 19:57:27.628993 [ 3 ] {879ad9cf-184d-4ea3-b137-f2f5c4f133fc} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4800 2024.10.16 19:57:27.629147 [ 3 ] {879ad9cf-184d-4ea3-b137-f2f5c4f133fc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001317 sec., 759.301442672741 rows/sec., 51.16 KiB/sec.
4801 2024.10.16 19:57:27.629314 [ 3 ] {879ad9cf-184d-4ea3-b137-f2f5c4f133fc} <Debug> DynamicQueryHandler: Done processing query
4802 2024.10.16 19:57:27.629338 [ 3 ] {879ad9cf-184d-4ea3-b137-f2f5c4f133fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4803 2024.10.16 19:57:27.629354 [ 3 ] {} <Debug> HTTP-Session: bf8713c7-3523-4ee4-95f1-be11c8eb4cde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4804 2024.10.16 19:57:27.629498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 64958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4805 2024.10.16 19:57:27.629547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4806 2024.10.16 19:57:27.629566 [ 3 ] {} <Debug> HTTP-Session: 344cb9fe-7b82-4d6f-9f69-6c098dea30b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4807 2024.10.16 19:57:27.629582 [ 3 ] {} <Debug> HTTP-Session: 344cb9fe-7b82-4d6f-9f69-6c098dea30b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4808 2024.10.16 19:57:27.629596 [ 3 ] {} <Debug> HTTP-Session: 344cb9fe-7b82-4d6f-9f69-6c098dea30b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4809 2024.10.16 19:57:27.629625 [ 3 ] {} <Trace> HTTP-Session: 344cb9fe-7b82-4d6f-9f69-6c098dea30b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4810 2024.10.16 19:57:27.630024 [ 3 ] {cd2b3c40-4b44-4316-aa73-1c040647686f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4811 2024.10.16 19:57:27.630088 [ 3 ] {cd2b3c40-4b44-4316-aa73-1c040647686f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4812 2024.10.16 19:57:27.630504 [ 3 ] {cd2b3c40-4b44-4316-aa73-1c040647686f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4813 2024.10.16 19:57:27.631278 [ 3 ] {cd2b3c40-4b44-4316-aa73-1c040647686f} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4814 2024.10.16 19:57:27.631314 [ 3 ] {cd2b3c40-4b44-4316-aa73-1c040647686f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4815 2024.10.16 19:57:27.631992 [ 3 ] {cd2b3c40-4b44-4316-aa73-1c040647686f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4816 2024.10.16 19:57:27.632405 [ 3 ] {cd2b3c40-4b44-4316-aa73-1c040647686f} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4817 2024.10.16 19:57:27.632582 [ 142 ] {} <Debug> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4818 2024.10.16 19:57:27.632603 [ 3 ] {cd2b3c40-4b44-4316-aa73-1c040647686f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002868 sec., 13598.326359832636 rows/sec., 24.37 MiB/sec.
4819 2024.10.16 19:57:27.632668 [ 142 ] {} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4820 2024.10.16 19:57:27.632753 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4821 2024.10.16 19:57:27.633074 [ 198 ] {d47000e3-4a1d-4014-9a51-926cd8885627::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
4822 2024.10.16 19:57:27.633142 [ 3 ] {cd2b3c40-4b44-4316-aa73-1c040647686f} <Debug> DynamicQueryHandler: Done processing query
4823 2024.10.16 19:57:27.633194 [ 3 ] {cd2b3c40-4b44-4316-aa73-1c040647686f} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
4824 2024.10.16 19:57:27.633234 [ 3 ] {} <Debug> HTTP-Session: 344cb9fe-7b82-4d6f-9f69-6c098dea30b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4825 2024.10.16 19:57:27.633427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4826 2024.10.16 19:57:27.633537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4827 2024.10.16 19:57:27.633596 [ 3 ] {} <Debug> HTTP-Session: 049be812-50ba-4281-8216-472a9acae85e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4828 2024.10.16 19:57:27.633635 [ 3 ] {} <Debug> HTTP-Session: 049be812-50ba-4281-8216-472a9acae85e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4829 2024.10.16 19:57:27.633677 [ 3 ] {} <Debug> HTTP-Session: 049be812-50ba-4281-8216-472a9acae85e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4830 2024.10.16 19:57:27.633769 [ 3 ] {} <Trace> HTTP-Session: 049be812-50ba-4281-8216-472a9acae85e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4831 2024.10.16 19:57:27.633857 [ 198 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4832 2024.10.16 19:57:27.634032 [ 198 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part
4833 2024.10.16 19:57:27.634039 [ 3 ] {07dc9286-e3e7-463d-9d02-cca982ece346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4834 2024.10.16 19:57:27.634127 [ 3 ] {07dc9286-e3e7-463d-9d02-cca982ece346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4835 2024.10.16 19:57:27.634858 [ 198 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part
4836 2024.10.16 19:57:27.634954 [ 3 ] {07dc9286-e3e7-463d-9d02-cca982ece346} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4837 2024.10.16 19:57:27.635561 [ 198 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part
4838 2024.10.16 19:57:27.636074 [ 3 ] {07dc9286-e3e7-463d-9d02-cca982ece346} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4839 2024.10.16 19:57:27.636187 [ 3 ] {07dc9286-e3e7-463d-9d02-cca982ece346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4840 2024.10.16 19:57:27.636397 [ 198 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part
4841 2024.10.16 19:57:27.637052 [ 198 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part
4842 2024.10.16 19:57:27.637559 [ 3 ] {07dc9286-e3e7-463d-9d02-cca982ece346} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4843 2024.10.16 19:57:27.637671 [ 198 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part
4844 2024.10.16 19:57:27.638814 [ 3 ] {07dc9286-e3e7-463d-9d02-cca982ece346} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4845 2024.10.16 19:57:27.639118 [ 3 ] {07dc9286-e3e7-463d-9d02-cca982ece346} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005171 sec., 15857.667762521754 rows/sec., 1.01 MiB/sec.
4846 2024.10.16 19:57:27.639936 [ 3 ] {07dc9286-e3e7-463d-9d02-cca982ece346} <Debug> DynamicQueryHandler: Done processing query
4847 2024.10.16 19:57:27.639993 [ 3 ] {07dc9286-e3e7-463d-9d02-cca982ece346} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4848 2024.10.16 19:57:27.640032 [ 3 ] {} <Debug> HTTP-Session: 049be812-50ba-4281-8216-472a9acae85e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4849 2024.10.16 19:57:27.642457 [ 188 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 19 columns (19 merged, 0 gathered) in 0.00956855 sec., 28217.441514127007 rows/sec., 50.56 MiB/sec.
4850 2024.10.16 19:57:27.642877 [ 188 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4851 2024.10.16 19:57:27.643471 [ 188 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4852 2024.10.16 19:57:27.643551 [ 188 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4853 2024.10.16 19:57:27.643692 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.59 MiB.
4854 2024.10.16 19:57:29.190795 [ 141 ] {} <Debug> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4855 2024.10.16 19:57:29.190872 [ 141 ] {} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4856 2024.10.16 19:57:29.190899 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4857 2024.10.16 19:57:29.191230 [ 199 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
4858 2024.10.16 19:57:29.191518 [ 199 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4859 2024.10.16 19:57:29.191581 [ 199 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
4860 2024.10.16 19:57:29.191738 [ 199 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
4861 2024.10.16 19:57:29.191834 [ 199 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
4862 2024.10.16 19:57:29.191952 [ 199 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
4863 2024.10.16 19:57:29.192034 [ 199 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
4864 2024.10.16 19:57:29.193021 [ 189 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 5 columns (5 merged, 0 gathered) in 0.002014186 sec., 6950.698694162307 rows/sec., 593.93 KiB/sec.
4865 2024.10.16 19:57:29.193187 [ 199 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4866 2024.10.16 19:57:29.193624 [ 199 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_5_1} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4867 2024.10.16 19:57:29.193705 [ 199 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_5_1} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4868 2024.10.16 19:57:29.193787 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4869 2024.10.16 19:57:31.422870 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache
4870 2024.10.16 19:57:31.422938 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache
4871 2024.10.16 19:57:31.559797 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 500
4872 2024.10.16 19:57:31.562565 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4873 2024.10.16 19:57:31.562617 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4874 2024.10.16 19:57:31.564156 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4875 2024.10.16 19:57:31.565206 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4876 2024.10.16 19:57:31.566333 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 500
4877 2024.10.16 19:57:32.001233 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00088025 sec.
4878 2024.10.16 19:57:32.604675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4879 2024.10.16 19:57:32.604799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4880 2024.10.16 19:57:32.604829 [ 3 ] {} <Debug> HTTP-Session: d89c2a2d-8276-48f8-ab61-ea511a26386e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4881 2024.10.16 19:57:32.604857 [ 3 ] {} <Debug> HTTP-Session: d89c2a2d-8276-48f8-ab61-ea511a26386e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4882 2024.10.16 19:57:32.604874 [ 3 ] {} <Debug> HTTP-Session: d89c2a2d-8276-48f8-ab61-ea511a26386e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4883 2024.10.16 19:57:32.604932 [ 3 ] {} <Trace> HTTP-Session: d89c2a2d-8276-48f8-ab61-ea511a26386e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4884 2024.10.16 19:57:32.605159 [ 3 ] {a75a5a49-6d7c-48ca-a6b8-d3838fc77742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4885 2024.10.16 19:57:32.605234 [ 3 ] {a75a5a49-6d7c-48ca-a6b8-d3838fc77742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4886 2024.10.16 19:57:32.605613 [ 3 ] {a75a5a49-6d7c-48ca-a6b8-d3838fc77742} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4887 2024.10.16 19:57:32.606099 [ 3 ] {a75a5a49-6d7c-48ca-a6b8-d3838fc77742} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4888 2024.10.16 19:57:32.606141 [ 3 ] {a75a5a49-6d7c-48ca-a6b8-d3838fc77742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4889 2024.10.16 19:57:32.606564 [ 3 ] {a75a5a49-6d7c-48ca-a6b8-d3838fc77742} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4890 2024.10.16 19:57:32.606995 [ 3 ] {a75a5a49-6d7c-48ca-a6b8-d3838fc77742} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4891 2024.10.16 19:57:32.607171 [ 3 ] {a75a5a49-6d7c-48ca-a6b8-d3838fc77742} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002084 sec., 26871.40115163148 rows/sec., 2.05 MiB/sec.
4892 2024.10.16 19:57:32.607388 [ 3 ] {a75a5a49-6d7c-48ca-a6b8-d3838fc77742} <Debug> DynamicQueryHandler: Done processing query
4893 2024.10.16 19:57:32.607414 [ 3 ] {a75a5a49-6d7c-48ca-a6b8-d3838fc77742} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4894 2024.10.16 19:57:32.607430 [ 3 ] {} <Debug> HTTP-Session: d89c2a2d-8276-48f8-ab61-ea511a26386e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4895 2024.10.16 19:57:32.607565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4896 2024.10.16 19:57:32.607615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4897 2024.10.16 19:57:32.607635 [ 3 ] {} <Debug> HTTP-Session: 40a1c434-d1cc-4714-b3a6-b5c372e9bf10 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4898 2024.10.16 19:57:32.607652 [ 3 ] {} <Debug> HTTP-Session: 40a1c434-d1cc-4714-b3a6-b5c372e9bf10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4899 2024.10.16 19:57:32.607666 [ 3 ] {} <Debug> HTTP-Session: 40a1c434-d1cc-4714-b3a6-b5c372e9bf10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4900 2024.10.16 19:57:32.607697 [ 3 ] {} <Trace> HTTP-Session: 40a1c434-d1cc-4714-b3a6-b5c372e9bf10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4901 2024.10.16 19:57:32.607810 [ 3 ] {ef891912-5620-4fb4-9996-28c08dc74083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4902 2024.10.16 19:57:32.607853 [ 3 ] {ef891912-5620-4fb4-9996-28c08dc74083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4903 2024.10.16 19:57:32.608075 [ 3 ] {ef891912-5620-4fb4-9996-28c08dc74083} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4904 2024.10.16 19:57:32.608428 [ 3 ] {ef891912-5620-4fb4-9996-28c08dc74083} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4905 2024.10.16 19:57:32.608466 [ 3 ] {ef891912-5620-4fb4-9996-28c08dc74083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4906 2024.10.16 19:57:32.608824 [ 3 ] {ef891912-5620-4fb4-9996-28c08dc74083} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4907 2024.10.16 19:57:32.609184 [ 3 ] {ef891912-5620-4fb4-9996-28c08dc74083} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4908 2024.10.16 19:57:32.609356 [ 3 ] {ef891912-5620-4fb4-9996-28c08dc74083} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001577 sec., 40583.38617628408 rows/sec., 3.17 MiB/sec.
4909 2024.10.16 19:57:32.609526 [ 3 ] {ef891912-5620-4fb4-9996-28c08dc74083} <Debug> DynamicQueryHandler: Done processing query
4910 2024.10.16 19:57:32.609550 [ 3 ] {ef891912-5620-4fb4-9996-28c08dc74083} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4911 2024.10.16 19:57:32.609566 [ 3 ] {} <Debug> HTTP-Session: 40a1c434-d1cc-4714-b3a6-b5c372e9bf10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4912 2024.10.16 19:57:32.609715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4913 2024.10.16 19:57:32.609763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4914 2024.10.16 19:57:32.609783 [ 3 ] {} <Debug> HTTP-Session: afa6c9ca-270a-440e-b6dc-01d6c71dfcd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4915 2024.10.16 19:57:32.609799 [ 3 ] {} <Debug> HTTP-Session: afa6c9ca-270a-440e-b6dc-01d6c71dfcd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4916 2024.10.16 19:57:32.609813 [ 3 ] {} <Debug> HTTP-Session: afa6c9ca-270a-440e-b6dc-01d6c71dfcd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4917 2024.10.16 19:57:32.609844 [ 3 ] {} <Trace> HTTP-Session: afa6c9ca-270a-440e-b6dc-01d6c71dfcd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4918 2024.10.16 19:57:32.609985 [ 3 ] {147652e2-02a7-4755-967d-86fa0e7d356f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4919 2024.10.16 19:57:32.610031 [ 3 ] {147652e2-02a7-4755-967d-86fa0e7d356f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4920 2024.10.16 19:57:32.610176 [ 3 ] {147652e2-02a7-4755-967d-86fa0e7d356f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4921 2024.10.16 19:57:32.610584 [ 3 ] {147652e2-02a7-4755-967d-86fa0e7d356f} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4922 2024.10.16 19:57:32.610621 [ 3 ] {147652e2-02a7-4755-967d-86fa0e7d356f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4923 2024.10.16 19:57:32.611009 [ 3 ] {147652e2-02a7-4755-967d-86fa0e7d356f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4924 2024.10.16 19:57:32.611355 [ 3 ] {147652e2-02a7-4755-967d-86fa0e7d356f} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4925 2024.10.16 19:57:32.611528 [ 3 ] {147652e2-02a7-4755-967d-86fa0e7d356f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec.
4926 2024.10.16 19:57:32.612100 [ 3 ] {147652e2-02a7-4755-967d-86fa0e7d356f} <Debug> DynamicQueryHandler: Done processing query
4927 2024.10.16 19:57:32.612184 [ 3 ] {147652e2-02a7-4755-967d-86fa0e7d356f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4928 2024.10.16 19:57:32.612244 [ 3 ] {} <Debug> HTTP-Session: afa6c9ca-270a-440e-b6dc-01d6c71dfcd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4929 2024.10.16 19:57:32.612409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4930 2024.10.16 19:57:32.612462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4931 2024.10.16 19:57:32.612481 [ 3 ] {} <Debug> HTTP-Session: 30fdbd1d-1b01-4b56-8b75-3d1e3897a162 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4932 2024.10.16 19:57:32.612498 [ 3 ] {} <Debug> HTTP-Session: 30fdbd1d-1b01-4b56-8b75-3d1e3897a162 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4933 2024.10.16 19:57:32.612512 [ 3 ] {} <Debug> HTTP-Session: 30fdbd1d-1b01-4b56-8b75-3d1e3897a162 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4934 2024.10.16 19:57:32.612545 [ 3 ] {} <Trace> HTTP-Session: 30fdbd1d-1b01-4b56-8b75-3d1e3897a162 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4935 2024.10.16 19:57:32.612668 [ 3 ] {a1b7463b-38f0-4029-aafc-60d3caac9128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4936 2024.10.16 19:57:32.612713 [ 3 ] {a1b7463b-38f0-4029-aafc-60d3caac9128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4937 2024.10.16 19:57:32.612853 [ 3 ] {a1b7463b-38f0-4029-aafc-60d3caac9128} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4938 2024.10.16 19:57:32.613143 [ 3 ] {a1b7463b-38f0-4029-aafc-60d3caac9128} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4939 2024.10.16 19:57:32.613179 [ 3 ] {a1b7463b-38f0-4029-aafc-60d3caac9128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4940 2024.10.16 19:57:32.613536 [ 3 ] {a1b7463b-38f0-4029-aafc-60d3caac9128} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4941 2024.10.16 19:57:32.613883 [ 3 ] {a1b7463b-38f0-4029-aafc-60d3caac9128} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4942 2024.10.16 19:57:32.614054 [ 3 ] {a1b7463b-38f0-4029-aafc-60d3caac9128} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec.
4943 2024.10.16 19:57:32.614209 [ 3 ] {a1b7463b-38f0-4029-aafc-60d3caac9128} <Debug> DynamicQueryHandler: Done processing query
4944 2024.10.16 19:57:32.614233 [ 3 ] {a1b7463b-38f0-4029-aafc-60d3caac9128} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4945 2024.10.16 19:57:32.614249 [ 3 ] {} <Debug> HTTP-Session: 30fdbd1d-1b01-4b56-8b75-3d1e3897a162 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4946 2024.10.16 19:57:37.611466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4947 2024.10.16 19:57:37.611608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4948 2024.10.16 19:57:37.611638 [ 3 ] {} <Debug> HTTP-Session: 19206115-1c0c-41c9-a9b6-3d8dbceee8f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4949 2024.10.16 19:57:37.611666 [ 3 ] {} <Debug> HTTP-Session: 19206115-1c0c-41c9-a9b6-3d8dbceee8f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4950 2024.10.16 19:57:37.611684 [ 3 ] {} <Debug> HTTP-Session: 19206115-1c0c-41c9-a9b6-3d8dbceee8f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4951 2024.10.16 19:57:37.611739 [ 3 ] {} <Trace> HTTP-Session: 19206115-1c0c-41c9-a9b6-3d8dbceee8f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4952 2024.10.16 19:57:37.612017 [ 3 ] {feca7298-035e-47e2-8dfe-99952bc91141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4953 2024.10.16 19:57:37.612084 [ 3 ] {feca7298-035e-47e2-8dfe-99952bc91141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4954 2024.10.16 19:57:37.612410 [ 3 ] {feca7298-035e-47e2-8dfe-99952bc91141} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4955 2024.10.16 19:57:37.613052 [ 3 ] {feca7298-035e-47e2-8dfe-99952bc91141} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4956 2024.10.16 19:57:37.613095 [ 3 ] {feca7298-035e-47e2-8dfe-99952bc91141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4957 2024.10.16 19:57:37.613539 [ 3 ] {feca7298-035e-47e2-8dfe-99952bc91141} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4958 2024.10.16 19:57:37.613941 [ 3 ] {feca7298-035e-47e2-8dfe-99952bc91141} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4959 2024.10.16 19:57:37.614100 [ 3 ] {feca7298-035e-47e2-8dfe-99952bc91141} <Debug> executeQuery: Read 267 rows, 24.26 KiB in 0.002207 sec., 120978.70412324421 rows/sec., 10.73 MiB/sec.
4960 2024.10.16 19:57:37.614138 [ 134 ] {} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4961 2024.10.16 19:57:37.614260 [ 134 ] {} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4962 2024.10.16 19:57:37.614299 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4963 2024.10.16 19:57:37.614413 [ 3 ] {feca7298-035e-47e2-8dfe-99952bc91141} <Debug> DynamicQueryHandler: Done processing query
4964 2024.10.16 19:57:37.614504 [ 3 ] {feca7298-035e-47e2-8dfe-99952bc91141} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
4965 2024.10.16 19:57:37.614601 [ 3 ] {} <Debug> HTTP-Session: 19206115-1c0c-41c9-a9b6-3d8dbceee8f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4966 2024.10.16 19:57:37.614796 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
4967 2024.10.16 19:57:37.614865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4968 2024.10.16 19:57:37.614966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4969 2024.10.16 19:57:37.615025 [ 3 ] {} <Debug> HTTP-Session: 1791bf64-fa05-41fb-aad9-a1383bd63a8f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4970 2024.10.16 19:57:37.615070 [ 3 ] {} <Debug> HTTP-Session: 1791bf64-fa05-41fb-aad9-a1383bd63a8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4971 2024.10.16 19:57:37.615116 [ 3 ] {} <Debug> HTTP-Session: 1791bf64-fa05-41fb-aad9-a1383bd63a8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4972 2024.10.16 19:57:37.615203 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4973 2024.10.16 19:57:37.615214 [ 3 ] {} <Trace> HTTP-Session: 1791bf64-fa05-41fb-aad9-a1383bd63a8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4974 2024.10.16 19:57:37.615293 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1413 rows starting from the beginning of the part
4975 2024.10.16 19:57:37.615479 [ 3 ] {364c3c98-dc2f-498f-ace1-1afe278f15b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4976 2024.10.16 19:57:37.615656 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 119 rows starting from the beginning of the part
4977 2024.10.16 19:57:37.615667 [ 3 ] {364c3c98-dc2f-498f-ace1-1afe278f15b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4978 2024.10.16 19:57:37.616099 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part
4979 2024.10.16 19:57:37.616376 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 267 rows starting from the beginning of the part
4980 2024.10.16 19:57:37.616819 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part
4981 2024.10.16 19:57:37.617066 [ 3 ] {364c3c98-dc2f-498f-ace1-1afe278f15b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4982 2024.10.16 19:57:37.617163 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 267 rows starting from the beginning of the part
4983 2024.10.16 19:57:37.618037 [ 3 ] {364c3c98-dc2f-498f-ace1-1afe278f15b5} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4984 2024.10.16 19:57:37.618104 [ 3 ] {364c3c98-dc2f-498f-ace1-1afe278f15b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
4985 2024.10.16 19:57:37.619069 [ 3 ] {364c3c98-dc2f-498f-ace1-1afe278f15b5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4986 2024.10.16 19:57:37.620099 [ 3 ] {364c3c98-dc2f-498f-ace1-1afe278f15b5} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4987 2024.10.16 19:57:37.620384 [ 3 ] {364c3c98-dc2f-498f-ace1-1afe278f15b5} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005005 sec., 7792.207792207792 rows/sec., 585.94 KiB/sec.
4988 2024.10.16 19:57:37.620934 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 5 columns (5 merged, 0 gathered) in 0.006517579 sec., 334173.16460606 rows/sec., 29.51 MiB/sec.
4989 2024.10.16 19:57:37.620959 [ 3 ] {364c3c98-dc2f-498f-ace1-1afe278f15b5} <Debug> DynamicQueryHandler: Done processing query
4990 2024.10.16 19:57:37.621003 [ 3 ] {364c3c98-dc2f-498f-ace1-1afe278f15b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4991 2024.10.16 19:57:37.621022 [ 3 ] {} <Debug> HTTP-Session: 1791bf64-fa05-41fb-aad9-a1383bd63a8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4992 2024.10.16 19:57:37.621158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4993 2024.10.16 19:57:37.621200 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4994 2024.10.16 19:57:37.621227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4995 2024.10.16 19:57:37.621300 [ 3 ] {} <Debug> HTTP-Session: 6c0104f1-18b8-4caf-8a9a-693521870e23 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
4996 2024.10.16 19:57:37.621351 [ 3 ] {} <Debug> HTTP-Session: 6c0104f1-18b8-4caf-8a9a-693521870e23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4997 2024.10.16 19:57:37.621368 [ 3 ] {} <Debug> HTTP-Session: 6c0104f1-18b8-4caf-8a9a-693521870e23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4998 2024.10.16 19:57:37.621430 [ 3 ] {} <Trace> HTTP-Session: 6c0104f1-18b8-4caf-8a9a-693521870e23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4999 2024.10.16 19:57:37.621731 [ 3 ] {8e799f8c-ab63-4e6a-9524-b66d26138111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5000 2024.10.16 19:57:37.621857 [ 3 ] {8e799f8c-ab63-4e6a-9524-b66d26138111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5001 2024.10.16 19:57:37.622309 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_26_5} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5002 2024.10.16 19:57:37.622508 [ 3 ] {8e799f8c-ab63-4e6a-9524-b66d26138111} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5003 2024.10.16 19:57:37.622576 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_26_5} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5004 2024.10.16 19:57:37.622759 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB.
5005 2024.10.16 19:57:37.623001 [ 3 ] {8e799f8c-ab63-4e6a-9524-b66d26138111} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5006 2024.10.16 19:57:37.623043 [ 3 ] {8e799f8c-ab63-4e6a-9524-b66d26138111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5007 2024.10.16 19:57:37.623427 [ 3 ] {8e799f8c-ab63-4e6a-9524-b66d26138111} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5008 2024.10.16 19:57:37.623809 [ 3 ] {8e799f8c-ab63-4e6a-9524-b66d26138111} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5009 2024.10.16 19:57:37.623953 [ 3 ] {8e799f8c-ab63-4e6a-9524-b66d26138111} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00239 sec., 5857.740585774058 rows/sec., 410.24 KiB/sec.
5010 2024.10.16 19:57:37.624189 [ 3 ] {8e799f8c-ab63-4e6a-9524-b66d26138111} <Debug> DynamicQueryHandler: Done processing query
5011 2024.10.16 19:57:37.624214 [ 3 ] {8e799f8c-ab63-4e6a-9524-b66d26138111} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5012 2024.10.16 19:57:37.624231 [ 3 ] {} <Debug> HTTP-Session: 6c0104f1-18b8-4caf-8a9a-693521870e23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5013 2024.10.16 19:57:37.624368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5014 2024.10.16 19:57:37.624416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5015 2024.10.16 19:57:37.624437 [ 3 ] {} <Debug> HTTP-Session: ffe3ef7c-a6cc-4c51-951a-e3c3494f1e6e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5016 2024.10.16 19:57:37.624453 [ 3 ] {} <Debug> HTTP-Session: ffe3ef7c-a6cc-4c51-951a-e3c3494f1e6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5017 2024.10.16 19:57:37.624467 [ 3 ] {} <Debug> HTTP-Session: ffe3ef7c-a6cc-4c51-951a-e3c3494f1e6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5018 2024.10.16 19:57:37.624499 [ 3 ] {} <Trace> HTTP-Session: ffe3ef7c-a6cc-4c51-951a-e3c3494f1e6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5019 2024.10.16 19:57:37.624595 [ 3 ] {c5f45eef-8f92-4516-b723-8b4675d717f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5020 2024.10.16 19:57:37.624639 [ 3 ] {c5f45eef-8f92-4516-b723-8b4675d717f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5021 2024.10.16 19:57:37.624866 [ 3 ] {c5f45eef-8f92-4516-b723-8b4675d717f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5022 2024.10.16 19:57:37.625197 [ 3 ] {c5f45eef-8f92-4516-b723-8b4675d717f2} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5023 2024.10.16 19:57:37.625233 [ 3 ] {c5f45eef-8f92-4516-b723-8b4675d717f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5024 2024.10.16 19:57:37.625637 [ 3 ] {c5f45eef-8f92-4516-b723-8b4675d717f2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5025 2024.10.16 19:57:37.626022 [ 3 ] {c5f45eef-8f92-4516-b723-8b4675d717f2} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5026 2024.10.16 19:57:37.626177 [ 134 ] {} <Debug> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5027 2024.10.16 19:57:37.626186 [ 3 ] {c5f45eef-8f92-4516-b723-8b4675d717f2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001605 sec., 3738.3177570093458 rows/sec., 220.87 KiB/sec.
5028 2024.10.16 19:57:37.626248 [ 134 ] {} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5029 2024.10.16 19:57:37.626312 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5030 2024.10.16 19:57:37.626669 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
5031 2024.10.16 19:57:37.626682 [ 3 ] {c5f45eef-8f92-4516-b723-8b4675d717f2} <Debug> DynamicQueryHandler: Done processing query
5032 2024.10.16 19:57:37.626781 [ 3 ] {c5f45eef-8f92-4516-b723-8b4675d717f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5033 2024.10.16 19:57:37.626811 [ 3 ] {} <Debug> HTTP-Session: ffe3ef7c-a6cc-4c51-951a-e3c3494f1e6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5034 2024.10.16 19:57:37.626984 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5035 2024.10.16 19:57:37.627040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5036 2024.10.16 19:57:37.627065 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
5037 2024.10.16 19:57:37.627135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5038 2024.10.16 19:57:37.627190 [ 3 ] {} <Debug> HTTP-Session: 9d29940d-7276-4ada-8dc3-f66e1863579b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5039 2024.10.16 19:57:37.627285 [ 3 ] {} <Debug> HTTP-Session: 9d29940d-7276-4ada-8dc3-f66e1863579b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5040 2024.10.16 19:57:37.627367 [ 3 ] {} <Debug> HTTP-Session: 9d29940d-7276-4ada-8dc3-f66e1863579b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5041 2024.10.16 19:57:37.627384 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
5042 2024.10.16 19:57:37.627482 [ 3 ] {} <Trace> HTTP-Session: 9d29940d-7276-4ada-8dc3-f66e1863579b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5043 2024.10.16 19:57:37.627661 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
5044 2024.10.16 19:57:37.627837 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
5045 2024.10.16 19:57:37.628098 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
5046 2024.10.16 19:57:37.628119 [ 3 ] {6b9740d5-bcfc-4df3-aa62-ac14f79342b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5047 2024.10.16 19:57:37.628478 [ 3 ] {6b9740d5-bcfc-4df3-aa62-ac14f79342b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5048 2024.10.16 19:57:37.629349 [ 3 ] {6b9740d5-bcfc-4df3-aa62-ac14f79342b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5049 2024.10.16 19:57:37.630777 [ 3 ] {6b9740d5-bcfc-4df3-aa62-ac14f79342b5} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5050 2024.10.16 19:57:37.630834 [ 3 ] {6b9740d5-bcfc-4df3-aa62-ac14f79342b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5051 2024.10.16 19:57:37.630833 [ 186 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004400501 sec., 6817.405563593781 rows/sec., 432.75 KiB/sec.
5052 2024.10.16 19:57:37.631114 [ 186 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5053 2024.10.16 19:57:37.631684 [ 3 ] {6b9740d5-bcfc-4df3-aa62-ac14f79342b5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5054 2024.10.16 19:57:37.632166 [ 195 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_9_2} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5055 2024.10.16 19:57:37.632352 [ 195 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_9_2} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5056 2024.10.16 19:57:37.632551 [ 3 ] {6b9740d5-bcfc-4df3-aa62-ac14f79342b5} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5057 2024.10.16 19:57:37.632569 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5058 2024.10.16 19:57:37.632772 [ 3 ] {6b9740d5-bcfc-4df3-aa62-ac14f79342b5} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004992 sec., 84334.9358974359 rows/sec., 6.03 MiB/sec.
5059 2024.10.16 19:57:37.632782 [ 134 ] {} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5060 2024.10.16 19:57:37.632883 [ 134 ] {} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5061 2024.10.16 19:57:37.632931 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5062 2024.10.16 19:57:37.633117 [ 186 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
5063 2024.10.16 19:57:37.633131 [ 3 ] {6b9740d5-bcfc-4df3-aa62-ac14f79342b5} <Debug> DynamicQueryHandler: Done processing query
5064 2024.10.16 19:57:37.633188 [ 3 ] {6b9740d5-bcfc-4df3-aa62-ac14f79342b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5065 2024.10.16 19:57:37.633227 [ 3 ] {} <Debug> HTTP-Session: 9d29940d-7276-4ada-8dc3-f66e1863579b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5066 2024.10.16 19:57:37.633340 [ 186 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5067 2024.10.16 19:57:37.633379 [ 186 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part
5068 2024.10.16 19:57:37.633481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5069 2024.10.16 19:57:37.633627 [ 186 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 97 rows starting from the beginning of the part
5070 2024.10.16 19:57:37.633645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5071 2024.10.16 19:57:37.633731 [ 3 ] {} <Debug> HTTP-Session: d4b7bcd0-d7cf-403a-aff1-fe893a7d0a01 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5072 2024.10.16 19:57:37.633817 [ 3 ] {} <Debug> HTTP-Session: d4b7bcd0-d7cf-403a-aff1-fe893a7d0a01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5073 2024.10.16 19:57:37.633889 [ 3 ] {} <Debug> HTTP-Session: d4b7bcd0-d7cf-403a-aff1-fe893a7d0a01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5074 2024.10.16 19:57:37.633918 [ 186 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part
5075 2024.10.16 19:57:37.634023 [ 3 ] {} <Trace> HTTP-Session: d4b7bcd0-d7cf-403a-aff1-fe893a7d0a01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5076 2024.10.16 19:57:37.634255 [ 186 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part
5077 2024.10.16 19:57:37.634579 [ 3 ] {fd29b759-c98f-4466-aa77-a448a92350a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5078 2024.10.16 19:57:37.634585 [ 186 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part
5079 2024.10.16 19:57:37.634733 [ 3 ] {fd29b759-c98f-4466-aa77-a448a92350a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5080 2024.10.16 19:57:37.634885 [ 186 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 421 rows starting from the beginning of the part
5081 2024.10.16 19:57:37.635697 [ 3 ] {fd29b759-c98f-4466-aa77-a448a92350a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5082 2024.10.16 19:57:37.636327 [ 3 ] {fd29b759-c98f-4466-aa77-a448a92350a5} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5083 2024.10.16 19:57:37.636386 [ 3 ] {fd29b759-c98f-4466-aa77-a448a92350a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5084 2024.10.16 19:57:37.637382 [ 3 ] {fd29b759-c98f-4466-aa77-a448a92350a5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5085 2024.10.16 19:57:37.637948 [ 3 ] {fd29b759-c98f-4466-aa77-a448a92350a5} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5086 2024.10.16 19:57:37.638366 [ 3 ] {fd29b759-c98f-4466-aa77-a448a92350a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004028 sec., 1489.5729890764646 rows/sec., 77.82 KiB/sec.
5087 2024.10.16 19:57:37.638379 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1974 rows, containing 5 columns (5 merged, 0 gathered) in 0.005334082 sec., 370073.0509954665 rows/sec., 28.35 MiB/sec.
5088 2024.10.16 19:57:37.638792 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5089 2024.10.16 19:57:37.638828 [ 3 ] {fd29b759-c98f-4466-aa77-a448a92350a5} <Debug> DynamicQueryHandler: Done processing query
5090 2024.10.16 19:57:37.638879 [ 3 ] {fd29b759-c98f-4466-aa77-a448a92350a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5091 2024.10.16 19:57:37.638912 [ 3 ] {} <Debug> HTTP-Session: d4b7bcd0-d7cf-403a-aff1-fe893a7d0a01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5092 2024.10.16 19:57:37.639187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5093 2024.10.16 19:57:37.639278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5094 2024.10.16 19:57:37.639316 [ 3 ] {} <Debug> HTTP-Session: 2fceb148-abf0-44ac-a442-ad02ed76e807 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5095 2024.10.16 19:57:37.639343 [ 3 ] {} <Debug> HTTP-Session: 2fceb148-abf0-44ac-a442-ad02ed76e807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5096 2024.10.16 19:57:37.639373 [ 3 ] {} <Debug> HTTP-Session: 2fceb148-abf0-44ac-a442-ad02ed76e807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5097 2024.10.16 19:57:37.639438 [ 3 ] {} <Trace> HTTP-Session: 2fceb148-abf0-44ac-a442-ad02ed76e807 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5098 2024.10.16 19:57:37.639585 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_26_5} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5099 2024.10.16 19:57:37.639692 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_26_5} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5100 2024.10.16 19:57:37.639791 [ 3 ] {661d4aa8-d60a-450b-a644-94e9d8709fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5101 2024.10.16 19:57:37.639845 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
5102 2024.10.16 19:57:37.639898 [ 3 ] {661d4aa8-d60a-450b-a644-94e9d8709fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5103 2024.10.16 19:57:37.640070 [ 3 ] {661d4aa8-d60a-450b-a644-94e9d8709fc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5104 2024.10.16 19:57:37.640506 [ 3 ] {661d4aa8-d60a-450b-a644-94e9d8709fc8} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5105 2024.10.16 19:57:37.640544 [ 3 ] {661d4aa8-d60a-450b-a644-94e9d8709fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5106 2024.10.16 19:57:37.640950 [ 3 ] {661d4aa8-d60a-450b-a644-94e9d8709fc8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5107 2024.10.16 19:57:37.641319 [ 3 ] {661d4aa8-d60a-450b-a644-94e9d8709fc8} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5108 2024.10.16 19:57:37.641482 [ 3 ] {661d4aa8-d60a-450b-a644-94e9d8709fc8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001888 sec., 125529.66101694916 rows/sec., 8.41 MiB/sec.
5109 2024.10.16 19:57:37.641492 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5110 2024.10.16 19:57:37.641586 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5111 2024.10.16 19:57:37.641657 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5112 2024.10.16 19:57:37.641797 [ 3 ] {661d4aa8-d60a-450b-a644-94e9d8709fc8} <Debug> DynamicQueryHandler: Done processing query
5113 2024.10.16 19:57:37.641853 [ 3 ] {661d4aa8-d60a-450b-a644-94e9d8709fc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5114 2024.10.16 19:57:37.641853 [ 197 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::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
5115 2024.10.16 19:57:37.641878 [ 3 ] {} <Debug> HTTP-Session: 2fceb148-abf0-44ac-a442-ad02ed76e807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5116 2024.10.16 19:57:37.642059 [ 197 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5117 2024.10.16 19:57:37.642120 [ 197 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6909 rows starting from the beginning of the part
5118 2024.10.16 19:57:37.642134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5119 2024.10.16 19:57:37.642285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5120 2024.10.16 19:57:37.642369 [ 197 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 97 rows starting from the beginning of the part
5121 2024.10.16 19:57:37.642382 [ 3 ] {} <Debug> HTTP-Session: e28e0ad9-499a-48d8-b6bd-7df20a8153ff Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5122 2024.10.16 19:57:37.642454 [ 3 ] {} <Debug> HTTP-Session: e28e0ad9-499a-48d8-b6bd-7df20a8153ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5123 2024.10.16 19:57:37.642557 [ 3 ] {} <Debug> HTTP-Session: e28e0ad9-499a-48d8-b6bd-7df20a8153ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5124 2024.10.16 19:57:37.642754 [ 197 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part
5125 2024.10.16 19:57:37.642775 [ 3 ] {} <Trace> HTTP-Session: e28e0ad9-499a-48d8-b6bd-7df20a8153ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5126 2024.10.16 19:57:37.643019 [ 197 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part
5127 2024.10.16 19:57:37.643107 [ 3 ] {c2a53bda-c219-46d7-ac3b-545145bc7f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5128 2024.10.16 19:57:37.643257 [ 197 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part
5129 2024.10.16 19:57:37.643346 [ 3 ] {c2a53bda-c219-46d7-ac3b-545145bc7f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5130 2024.10.16 19:57:37.643623 [ 197 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part
5131 2024.10.16 19:57:37.644380 [ 3 ] {c2a53bda-c219-46d7-ac3b-545145bc7f37} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5132 2024.10.16 19:57:37.644857 [ 3 ] {c2a53bda-c219-46d7-ac3b-545145bc7f37} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5133 2024.10.16 19:57:37.644925 [ 3 ] {c2a53bda-c219-46d7-ac3b-545145bc7f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5134 2024.10.16 19:57:37.645525 [ 3 ] {c2a53bda-c219-46d7-ac3b-545145bc7f37} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5135 2024.10.16 19:57:37.646481 [ 3 ] {c2a53bda-c219-46d7-ac3b-545145bc7f37} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5136 2024.10.16 19:57:37.646850 [ 3 ] {c2a53bda-c219-46d7-ac3b-545145bc7f37} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003864 sec., 258.79917184265014 rows/sec., 17.44 KiB/sec.
5137 2024.10.16 19:57:37.647138 [ 3 ] {c2a53bda-c219-46d7-ac3b-545145bc7f37} <Debug> DynamicQueryHandler: Done processing query
5138 2024.10.16 19:57:37.647171 [ 3 ] {c2a53bda-c219-46d7-ac3b-545145bc7f37} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5139 2024.10.16 19:57:37.647194 [ 3 ] {} <Debug> HTTP-Session: e28e0ad9-499a-48d8-b6bd-7df20a8153ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5140 2024.10.16 19:57:37.647418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 64955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5141 2024.10.16 19:57:37.647471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5142 2024.10.16 19:57:37.647491 [ 3 ] {} <Debug> HTTP-Session: b8a55d22-e957-4830-aced-5863786041cc Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5143 2024.10.16 19:57:37.647509 [ 3 ] {} <Debug> HTTP-Session: b8a55d22-e957-4830-aced-5863786041cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5144 2024.10.16 19:57:37.647524 [ 3 ] {} <Debug> HTTP-Session: b8a55d22-e957-4830-aced-5863786041cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5145 2024.10.16 19:57:37.647572 [ 3 ] {} <Trace> HTTP-Session: b8a55d22-e957-4830-aced-5863786041cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5146 2024.10.16 19:57:37.648579 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7800 rows, containing 5 columns (5 merged, 0 gathered) in 0.006830136 sec., 1141997.7581705549 rows/sec., 77.13 MiB/sec.
5147 2024.10.16 19:57:37.648945 [ 3 ] {5e45ec0d-2cc6-4bf7-ac45-1e0dc7c15ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5148 2024.10.16 19:57:37.649034 [ 3 ] {5e45ec0d-2cc6-4bf7-ac45-1e0dc7c15ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5149 2024.10.16 19:57:37.649231 [ 201 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5150 2024.10.16 19:57:37.649989 [ 3 ] {5e45ec0d-2cc6-4bf7-ac45-1e0dc7c15ca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5151 2024.10.16 19:57:37.650089 [ 201 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5152 2024.10.16 19:57:37.650186 [ 201 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5153 2024.10.16 19:57:37.650286 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB.
5154 2024.10.16 19:57:37.650771 [ 3 ] {5e45ec0d-2cc6-4bf7-ac45-1e0dc7c15ca7} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5155 2024.10.16 19:57:37.650813 [ 3 ] {5e45ec0d-2cc6-4bf7-ac45-1e0dc7c15ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5156 2024.10.16 19:57:37.651580 [ 3 ] {5e45ec0d-2cc6-4bf7-ac45-1e0dc7c15ca7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5157 2024.10.16 19:57:37.652067 [ 3 ] {5e45ec0d-2cc6-4bf7-ac45-1e0dc7c15ca7} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5158 2024.10.16 19:57:37.652279 [ 3 ] {5e45ec0d-2cc6-4bf7-ac45-1e0dc7c15ca7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004575 sec., 8524.590163934427 rows/sec., 15.28 MiB/sec.
5159 2024.10.16 19:57:37.652802 [ 3 ] {5e45ec0d-2cc6-4bf7-ac45-1e0dc7c15ca7} <Debug> DynamicQueryHandler: Done processing query
5160 2024.10.16 19:57:37.652828 [ 3 ] {5e45ec0d-2cc6-4bf7-ac45-1e0dc7c15ca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
5161 2024.10.16 19:57:37.652845 [ 3 ] {} <Debug> HTTP-Session: b8a55d22-e957-4830-aced-5863786041cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5162 2024.10.16 19:57:37.653004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5163 2024.10.16 19:57:37.653053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5164 2024.10.16 19:57:37.653072 [ 3 ] {} <Debug> HTTP-Session: 1c8c75c8-5486-4fc8-8137-1f41521e9e81 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5165 2024.10.16 19:57:37.653089 [ 3 ] {} <Debug> HTTP-Session: 1c8c75c8-5486-4fc8-8137-1f41521e9e81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5166 2024.10.16 19:57:37.653103 [ 3 ] {} <Debug> HTTP-Session: 1c8c75c8-5486-4fc8-8137-1f41521e9e81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5167 2024.10.16 19:57:37.653135 [ 3 ] {} <Trace> HTTP-Session: 1c8c75c8-5486-4fc8-8137-1f41521e9e81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5168 2024.10.16 19:57:37.653261 [ 3 ] {6a8804f2-e3d2-4a27-8ac3-abd9947616d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5169 2024.10.16 19:57:37.653306 [ 3 ] {6a8804f2-e3d2-4a27-8ac3-abd9947616d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5170 2024.10.16 19:57:37.653453 [ 3 ] {6a8804f2-e3d2-4a27-8ac3-abd9947616d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5171 2024.10.16 19:57:37.653776 [ 3 ] {6a8804f2-e3d2-4a27-8ac3-abd9947616d2} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5172 2024.10.16 19:57:37.653813 [ 3 ] {6a8804f2-e3d2-4a27-8ac3-abd9947616d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5173 2024.10.16 19:57:37.654195 [ 3 ] {6a8804f2-e3d2-4a27-8ac3-abd9947616d2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5174 2024.10.16 19:57:37.654554 [ 3 ] {6a8804f2-e3d2-4a27-8ac3-abd9947616d2} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5175 2024.10.16 19:57:37.654726 [ 133 ] {} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5176 2024.10.16 19:57:37.654744 [ 3 ] {6a8804f2-e3d2-4a27-8ac3-abd9947616d2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001524 sec., 53805.77427821523 rows/sec., 3.42 MiB/sec.
5177 2024.10.16 19:57:37.654767 [ 133 ] {} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5178 2024.10.16 19:57:37.654796 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5179 2024.10.16 19:57:37.655176 [ 3 ] {6a8804f2-e3d2-4a27-8ac3-abd9947616d2} <Debug> DynamicQueryHandler: Done processing query
5180 2024.10.16 19:57:37.655238 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::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
5181 2024.10.16 19:57:37.655257 [ 3 ] {6a8804f2-e3d2-4a27-8ac3-abd9947616d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5182 2024.10.16 19:57:37.655350 [ 3 ] {} <Debug> HTTP-Session: 1c8c75c8-5486-4fc8-8137-1f41521e9e81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5183 2024.10.16 19:57:37.655528 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5184 2024.10.16 19:57:37.655566 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1142 rows starting from the beginning of the part
5185 2024.10.16 19:57:37.655648 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 36 rows starting from the beginning of the part
5186 2024.10.16 19:57:37.655841 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part
5187 2024.10.16 19:57:37.655974 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part
5188 2024.10.16 19:57:37.656150 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part
5189 2024.10.16 19:57:37.656233 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part
5190 2024.10.16 19:57:37.657540 [ 195 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1462 rows, containing 4 columns (4 merged, 0 gathered) in 0.00262932 sec., 556037.3024203976 rows/sec., 36.34 MiB/sec.
5191 2024.10.16 19:57:37.657740 [ 195 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5192 2024.10.16 19:57:37.658120 [ 195 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_26_5} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5193 2024.10.16 19:57:37.658201 [ 195 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_26_5} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5194 2024.10.16 19:57:37.658279 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5195 2024.10.16 19:57:41.567450 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 528
5196 2024.10.16 19:57:41.570263 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5197 2024.10.16 19:57:41.570319 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5198 2024.10.16 19:57:41.571883 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5199 2024.10.16 19:57:41.572921 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5200 2024.10.16 19:57:41.573844 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 528
5201 2024.10.16 19:57:42.604920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5202 2024.10.16 19:57:42.605056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5203 2024.10.16 19:57:42.605084 [ 3 ] {} <Debug> HTTP-Session: f6ed813a-7178-4c15-8e73-4e8014acb2e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5204 2024.10.16 19:57:42.605109 [ 3 ] {} <Debug> HTTP-Session: f6ed813a-7178-4c15-8e73-4e8014acb2e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5205 2024.10.16 19:57:42.605129 [ 3 ] {} <Debug> HTTP-Session: f6ed813a-7178-4c15-8e73-4e8014acb2e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5206 2024.10.16 19:57:42.605178 [ 3 ] {} <Trace> HTTP-Session: f6ed813a-7178-4c15-8e73-4e8014acb2e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5207 2024.10.16 19:57:42.605381 [ 3 ] {5e8fb420-7815-4dcc-8508-137fcfd95944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5208 2024.10.16 19:57:42.605458 [ 3 ] {5e8fb420-7815-4dcc-8508-137fcfd95944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5209 2024.10.16 19:57:42.605805 [ 3 ] {5e8fb420-7815-4dcc-8508-137fcfd95944} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5210 2024.10.16 19:57:42.606287 [ 3 ] {5e8fb420-7815-4dcc-8508-137fcfd95944} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5211 2024.10.16 19:57:42.606333 [ 3 ] {5e8fb420-7815-4dcc-8508-137fcfd95944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5212 2024.10.16 19:57:42.606787 [ 3 ] {5e8fb420-7815-4dcc-8508-137fcfd95944} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5213 2024.10.16 19:57:42.607242 [ 3 ] {5e8fb420-7815-4dcc-8508-137fcfd95944} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5214 2024.10.16 19:57:42.607423 [ 3 ] {5e8fb420-7815-4dcc-8508-137fcfd95944} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002111 sec., 26527.711984841306 rows/sec., 2.03 MiB/sec.
5215 2024.10.16 19:57:42.607783 [ 3 ] {5e8fb420-7815-4dcc-8508-137fcfd95944} <Debug> DynamicQueryHandler: Done processing query
5216 2024.10.16 19:57:42.607814 [ 3 ] {5e8fb420-7815-4dcc-8508-137fcfd95944} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5217 2024.10.16 19:57:42.607836 [ 3 ] {} <Debug> HTTP-Session: f6ed813a-7178-4c15-8e73-4e8014acb2e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5218 2024.10.16 19:57:42.608030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5219 2024.10.16 19:57:42.608088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5220 2024.10.16 19:57:42.608107 [ 3 ] {} <Debug> HTTP-Session: 8cbb7fe6-8068-4017-91f3-ce274fef41de Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5221 2024.10.16 19:57:42.608127 [ 3 ] {} <Debug> HTTP-Session: 8cbb7fe6-8068-4017-91f3-ce274fef41de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5222 2024.10.16 19:57:42.608142 [ 3 ] {} <Debug> HTTP-Session: 8cbb7fe6-8068-4017-91f3-ce274fef41de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5223 2024.10.16 19:57:42.608182 [ 3 ] {} <Trace> HTTP-Session: 8cbb7fe6-8068-4017-91f3-ce274fef41de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5224 2024.10.16 19:57:42.608318 [ 3 ] {c7d8fd83-980a-4a62-b295-91fab5a89639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5225 2024.10.16 19:57:42.608370 [ 3 ] {c7d8fd83-980a-4a62-b295-91fab5a89639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5226 2024.10.16 19:57:42.608629 [ 3 ] {c7d8fd83-980a-4a62-b295-91fab5a89639} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5227 2024.10.16 19:57:42.609049 [ 3 ] {c7d8fd83-980a-4a62-b295-91fab5a89639} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5228 2024.10.16 19:57:42.609087 [ 3 ] {c7d8fd83-980a-4a62-b295-91fab5a89639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5229 2024.10.16 19:57:42.609478 [ 3 ] {c7d8fd83-980a-4a62-b295-91fab5a89639} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5230 2024.10.16 19:57:42.609865 [ 3 ] {c7d8fd83-980a-4a62-b295-91fab5a89639} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5231 2024.10.16 19:57:42.610025 [ 3 ] {c7d8fd83-980a-4a62-b295-91fab5a89639} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00175 sec., 36571.42857142857 rows/sec., 2.85 MiB/sec.
5232 2024.10.16 19:57:42.610242 [ 3 ] {c7d8fd83-980a-4a62-b295-91fab5a89639} <Debug> DynamicQueryHandler: Done processing query
5233 2024.10.16 19:57:42.610283 [ 3 ] {c7d8fd83-980a-4a62-b295-91fab5a89639} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5234 2024.10.16 19:57:42.610302 [ 3 ] {} <Debug> HTTP-Session: 8cbb7fe6-8068-4017-91f3-ce274fef41de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5235 2024.10.16 19:57:42.610486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5236 2024.10.16 19:57:42.610545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5237 2024.10.16 19:57:42.610569 [ 3 ] {} <Debug> HTTP-Session: 62ef45bf-c992-4724-9c66-8cefc87b7194 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5238 2024.10.16 19:57:42.610589 [ 3 ] {} <Debug> HTTP-Session: 62ef45bf-c992-4724-9c66-8cefc87b7194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5239 2024.10.16 19:57:42.610603 [ 3 ] {} <Debug> HTTP-Session: 62ef45bf-c992-4724-9c66-8cefc87b7194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5240 2024.10.16 19:57:42.610637 [ 3 ] {} <Trace> HTTP-Session: 62ef45bf-c992-4724-9c66-8cefc87b7194 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5241 2024.10.16 19:57:42.610795 [ 3 ] {40bcc28f-b4c3-4db0-843d-acd4eab77e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5242 2024.10.16 19:57:42.610847 [ 3 ] {40bcc28f-b4c3-4db0-843d-acd4eab77e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5243 2024.10.16 19:57:42.611000 [ 3 ] {40bcc28f-b4c3-4db0-843d-acd4eab77e11} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5244 2024.10.16 19:57:42.611382 [ 3 ] {40bcc28f-b4c3-4db0-843d-acd4eab77e11} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5245 2024.10.16 19:57:42.611420 [ 3 ] {40bcc28f-b4c3-4db0-843d-acd4eab77e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5246 2024.10.16 19:57:42.611830 [ 3 ] {40bcc28f-b4c3-4db0-843d-acd4eab77e11} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5247 2024.10.16 19:57:42.612188 [ 3 ] {40bcc28f-b4c3-4db0-843d-acd4eab77e11} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5248 2024.10.16 19:57:42.612364 [ 3 ] {40bcc28f-b4c3-4db0-843d-acd4eab77e11} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00163 sec., 98159.50920245399 rows/sec., 6.84 MiB/sec.
5249 2024.10.16 19:57:42.612529 [ 3 ] {40bcc28f-b4c3-4db0-843d-acd4eab77e11} <Debug> DynamicQueryHandler: Done processing query
5250 2024.10.16 19:57:42.612554 [ 3 ] {40bcc28f-b4c3-4db0-843d-acd4eab77e11} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5251 2024.10.16 19:57:42.612570 [ 3 ] {} <Debug> HTTP-Session: 62ef45bf-c992-4724-9c66-8cefc87b7194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5252 2024.10.16 19:57:42.612704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5253 2024.10.16 19:57:42.612755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5254 2024.10.16 19:57:42.612776 [ 3 ] {} <Debug> HTTP-Session: a6714eca-466c-4414-9ad8-ffb0e4578d3c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5255 2024.10.16 19:57:42.612792 [ 3 ] {} <Debug> HTTP-Session: a6714eca-466c-4414-9ad8-ffb0e4578d3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5256 2024.10.16 19:57:42.612806 [ 3 ] {} <Debug> HTTP-Session: a6714eca-466c-4414-9ad8-ffb0e4578d3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5257 2024.10.16 19:57:42.612837 [ 3 ] {} <Trace> HTTP-Session: a6714eca-466c-4414-9ad8-ffb0e4578d3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5258 2024.10.16 19:57:42.612963 [ 3 ] {fc565498-7f07-478c-b4de-8a118bb8b0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5259 2024.10.16 19:57:42.613011 [ 3 ] {fc565498-7f07-478c-b4de-8a118bb8b0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5260 2024.10.16 19:57:42.613143 [ 3 ] {fc565498-7f07-478c-b4de-8a118bb8b0f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5261 2024.10.16 19:57:42.613469 [ 3 ] {fc565498-7f07-478c-b4de-8a118bb8b0f9} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5262 2024.10.16 19:57:42.613506 [ 3 ] {fc565498-7f07-478c-b4de-8a118bb8b0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5263 2024.10.16 19:57:42.613881 [ 3 ] {fc565498-7f07-478c-b4de-8a118bb8b0f9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5264 2024.10.16 19:57:42.614234 [ 3 ] {fc565498-7f07-478c-b4de-8a118bb8b0f9} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5265 2024.10.16 19:57:42.614393 [ 3 ] {fc565498-7f07-478c-b4de-8a118bb8b0f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec.
5266 2024.10.16 19:57:42.614579 [ 3 ] {fc565498-7f07-478c-b4de-8a118bb8b0f9} <Debug> DynamicQueryHandler: Done processing query
5267 2024.10.16 19:57:42.614611 [ 3 ] {fc565498-7f07-478c-b4de-8a118bb8b0f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5268 2024.10.16 19:57:42.614632 [ 3 ] {} <Debug> HTTP-Session: a6714eca-466c-4414-9ad8-ffb0e4578d3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5269 2024.10.16 19:57:44.749500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5270 2024.10.16 19:57:44.749618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5271 2024.10.16 19:57:44.749647 [ 3 ] {} <Debug> HTTP-Session: 2d33b4cf-69af-482a-bc83-617c01bbb6f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5272 2024.10.16 19:57:44.749675 [ 3 ] {} <Debug> HTTP-Session: 2d33b4cf-69af-482a-bc83-617c01bbb6f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5273 2024.10.16 19:57:44.749694 [ 3 ] {} <Debug> HTTP-Session: 2d33b4cf-69af-482a-bc83-617c01bbb6f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5274 2024.10.16 19:57:44.749749 [ 3 ] {} <Trace> HTTP-Session: 2d33b4cf-69af-482a-bc83-617c01bbb6f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5275 2024.10.16 19:57:44.749936 [ 3 ] {34ec795f-9e0d-42b2-b6ab-25ebb8a97724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5276 2024.10.16 19:57:44.750011 [ 3 ] {34ec795f-9e0d-42b2-b6ab-25ebb8a97724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5277 2024.10.16 19:57:44.750361 [ 3 ] {34ec795f-9e0d-42b2-b6ab-25ebb8a97724} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5278 2024.10.16 19:57:44.750781 [ 3 ] {34ec795f-9e0d-42b2-b6ab-25ebb8a97724} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5279 2024.10.16 19:57:44.750822 [ 3 ] {34ec795f-9e0d-42b2-b6ab-25ebb8a97724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5280 2024.10.16 19:57:44.751228 [ 3 ] {34ec795f-9e0d-42b2-b6ab-25ebb8a97724} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5281 2024.10.16 19:57:44.751618 [ 3 ] {34ec795f-9e0d-42b2-b6ab-25ebb8a97724} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5282 2024.10.16 19:57:44.751811 [ 3 ] {34ec795f-9e0d-42b2-b6ab-25ebb8a97724} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001927 sec., 3113.6481577581735 rows/sec., 253.90 KiB/sec.
5283 2024.10.16 19:57:44.752051 [ 3 ] {34ec795f-9e0d-42b2-b6ab-25ebb8a97724} <Debug> DynamicQueryHandler: Done processing query
5284 2024.10.16 19:57:44.752087 [ 3 ] {34ec795f-9e0d-42b2-b6ab-25ebb8a97724} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5285 2024.10.16 19:57:44.752105 [ 3 ] {} <Debug> HTTP-Session: 2d33b4cf-69af-482a-bc83-617c01bbb6f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5286 2024.10.16 19:57:44.752518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 198745, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5287 2024.10.16 19:57:44.752569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5288 2024.10.16 19:57:44.752591 [ 3 ] {} <Debug> HTTP-Session: b3c2227c-5b50-4cba-ad13-afce8c81b79b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5289 2024.10.16 19:57:44.752610 [ 3 ] {} <Debug> HTTP-Session: b3c2227c-5b50-4cba-ad13-afce8c81b79b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5290 2024.10.16 19:57:44.752625 [ 3 ] {} <Debug> HTTP-Session: b3c2227c-5b50-4cba-ad13-afce8c81b79b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5291 2024.10.16 19:57:44.752656 [ 3 ] {} <Trace> HTTP-Session: b3c2227c-5b50-4cba-ad13-afce8c81b79b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5292 2024.10.16 19:57:44.753402 [ 3 ] {e7510bbd-5e0c-4ac7-bec9-73e0b1edf350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5293 2024.10.16 19:57:44.753451 [ 3 ] {e7510bbd-5e0c-4ac7-bec9-73e0b1edf350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5294 2024.10.16 19:57:44.753674 [ 3 ] {e7510bbd-5e0c-4ac7-bec9-73e0b1edf350} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5295 2024.10.16 19:57:44.754983 [ 3 ] {e7510bbd-5e0c-4ac7-bec9-73e0b1edf350} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5296 2024.10.16 19:57:44.755022 [ 3 ] {e7510bbd-5e0c-4ac7-bec9-73e0b1edf350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5297 2024.10.16 19:57:44.755625 [ 3 ] {e7510bbd-5e0c-4ac7-bec9-73e0b1edf350} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5298 2024.10.16 19:57:44.756007 [ 3 ] {e7510bbd-5e0c-4ac7-bec9-73e0b1edf350} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5299 2024.10.16 19:57:44.756180 [ 3 ] {e7510bbd-5e0c-4ac7-bec9-73e0b1edf350} <Debug> executeQuery: Read 1364 rows, 116.28 KiB in 0.00335 sec., 407164.1791044776 rows/sec., 33.90 MiB/sec.
5300 2024.10.16 19:57:44.756366 [ 3 ] {e7510bbd-5e0c-4ac7-bec9-73e0b1edf350} <Debug> DynamicQueryHandler: Done processing query
5301 2024.10.16 19:57:44.756392 [ 3 ] {e7510bbd-5e0c-4ac7-bec9-73e0b1edf350} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
5302 2024.10.16 19:57:44.756408 [ 3 ] {} <Debug> HTTP-Session: b3c2227c-5b50-4cba-ad13-afce8c81b79b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5303 2024.10.16 19:57:44.756610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 3186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5304 2024.10.16 19:57:44.756662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5305 2024.10.16 19:57:44.756681 [ 3 ] {} <Debug> HTTP-Session: 054b9609-3dbd-450b-abf9-4de6fe068f5c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5306 2024.10.16 19:57:44.756789 [ 3 ] {} <Debug> HTTP-Session: 054b9609-3dbd-450b-abf9-4de6fe068f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5307 2024.10.16 19:57:44.756805 [ 3 ] {} <Debug> HTTP-Session: 054b9609-3dbd-450b-abf9-4de6fe068f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5308 2024.10.16 19:57:44.756836 [ 3 ] {} <Trace> HTTP-Session: 054b9609-3dbd-450b-abf9-4de6fe068f5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5309 2024.10.16 19:57:44.756938 [ 3 ] {35bba99e-10a6-4afb-a550-b1191a13c195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5310 2024.10.16 19:57:44.756981 [ 3 ] {35bba99e-10a6-4afb-a550-b1191a13c195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5311 2024.10.16 19:57:44.757210 [ 3 ] {35bba99e-10a6-4afb-a550-b1191a13c195} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5312 2024.10.16 19:57:44.757579 [ 3 ] {35bba99e-10a6-4afb-a550-b1191a13c195} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5313 2024.10.16 19:57:44.757620 [ 3 ] {35bba99e-10a6-4afb-a550-b1191a13c195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5314 2024.10.16 19:57:44.757976 [ 3 ] {35bba99e-10a6-4afb-a550-b1191a13c195} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5315 2024.10.16 19:57:44.758338 [ 3 ] {35bba99e-10a6-4afb-a550-b1191a13c195} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5316 2024.10.16 19:57:44.758508 [ 3 ] {35bba99e-10a6-4afb-a550-b1191a13c195} <Debug> executeQuery: Read 22 rows, 1.62 KiB in 0.001587 sec., 13862.633900441084 rows/sec., 1022.10 KiB/sec.
5317 2024.10.16 19:57:44.758882 [ 3 ] {35bba99e-10a6-4afb-a550-b1191a13c195} <Debug> DynamicQueryHandler: Done processing query
5318 2024.10.16 19:57:44.758916 [ 3 ] {35bba99e-10a6-4afb-a550-b1191a13c195} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5319 2024.10.16 19:57:44.758939 [ 3 ] {} <Debug> HTTP-Session: 054b9609-3dbd-450b-abf9-4de6fe068f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5320 2024.10.16 19:57:44.759130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 32336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5321 2024.10.16 19:57:44.759194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5322 2024.10.16 19:57:44.759223 [ 3 ] {} <Debug> HTTP-Session: 4bb145a0-8534-46cb-b237-2541ae47ccee Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5323 2024.10.16 19:57:44.759246 [ 3 ] {} <Debug> HTTP-Session: 4bb145a0-8534-46cb-b237-2541ae47ccee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5324 2024.10.16 19:57:44.759266 [ 3 ] {} <Debug> HTTP-Session: 4bb145a0-8534-46cb-b237-2541ae47ccee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5325 2024.10.16 19:57:44.759311 [ 3 ] {} <Trace> HTTP-Session: 4bb145a0-8534-46cb-b237-2541ae47ccee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5326 2024.10.16 19:57:44.759568 [ 3 ] {e51033be-ef5d-4ea2-b68a-0cd4602087e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5327 2024.10.16 19:57:44.759629 [ 3 ] {e51033be-ef5d-4ea2-b68a-0cd4602087e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5328 2024.10.16 19:57:44.759968 [ 3 ] {e51033be-ef5d-4ea2-b68a-0cd4602087e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5329 2024.10.16 19:57:44.760562 [ 3 ] {e51033be-ef5d-4ea2-b68a-0cd4602087e8} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5330 2024.10.16 19:57:44.760610 [ 3 ] {e51033be-ef5d-4ea2-b68a-0cd4602087e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5331 2024.10.16 19:57:44.761121 [ 3 ] {e51033be-ef5d-4ea2-b68a-0cd4602087e8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5332 2024.10.16 19:57:44.761702 [ 3 ] {e51033be-ef5d-4ea2-b68a-0cd4602087e8} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5333 2024.10.16 19:57:44.761905 [ 3 ] {e51033be-ef5d-4ea2-b68a-0cd4602087e8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002487 sec., 97305.9911540008 rows/sec., 6.59 MiB/sec.
5334 2024.10.16 19:57:44.762090 [ 3 ] {e51033be-ef5d-4ea2-b68a-0cd4602087e8} <Debug> DynamicQueryHandler: Done processing query
5335 2024.10.16 19:57:44.762122 [ 3 ] {e51033be-ef5d-4ea2-b68a-0cd4602087e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
5336 2024.10.16 19:57:44.762145 [ 3 ] {} <Debug> HTTP-Session: 4bb145a0-8534-46cb-b237-2541ae47ccee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5337 2024.10.16 19:57:44.762272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5338 2024.10.16 19:57:44.762325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5339 2024.10.16 19:57:44.762344 [ 3 ] {} <Debug> HTTP-Session: fa4b74ae-22e6-4bdb-a985-e90aaa758b48 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5340 2024.10.16 19:57:44.762360 [ 3 ] {} <Debug> HTTP-Session: fa4b74ae-22e6-4bdb-a985-e90aaa758b48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5341 2024.10.16 19:57:44.762374 [ 3 ] {} <Debug> HTTP-Session: fa4b74ae-22e6-4bdb-a985-e90aaa758b48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5342 2024.10.16 19:57:44.762406 [ 3 ] {} <Trace> HTTP-Session: fa4b74ae-22e6-4bdb-a985-e90aaa758b48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5343 2024.10.16 19:57:44.762507 [ 3 ] {8ee18b38-2f15-4d15-84cc-6d77e50faa60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5344 2024.10.16 19:57:44.762562 [ 3 ] {8ee18b38-2f15-4d15-84cc-6d77e50faa60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5345 2024.10.16 19:57:44.762862 [ 3 ] {8ee18b38-2f15-4d15-84cc-6d77e50faa60} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5346 2024.10.16 19:57:44.763236 [ 3 ] {8ee18b38-2f15-4d15-84cc-6d77e50faa60} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5347 2024.10.16 19:57:44.763274 [ 3 ] {8ee18b38-2f15-4d15-84cc-6d77e50faa60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5348 2024.10.16 19:57:44.763627 [ 3 ] {8ee18b38-2f15-4d15-84cc-6d77e50faa60} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5349 2024.10.16 19:57:44.763985 [ 3 ] {8ee18b38-2f15-4d15-84cc-6d77e50faa60} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5350 2024.10.16 19:57:44.764120 [ 3 ] {8ee18b38-2f15-4d15-84cc-6d77e50faa60} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001642 sec., 3654.080389768575 rows/sec., 215.89 KiB/sec.
5351 2024.10.16 19:57:44.764303 [ 3 ] {8ee18b38-2f15-4d15-84cc-6d77e50faa60} <Debug> DynamicQueryHandler: Done processing query
5352 2024.10.16 19:57:44.764327 [ 3 ] {8ee18b38-2f15-4d15-84cc-6d77e50faa60} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5353 2024.10.16 19:57:44.764343 [ 3 ] {} <Debug> HTTP-Session: fa4b74ae-22e6-4bdb-a985-e90aaa758b48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5354 2024.10.16 19:57:44.764564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 140471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5355 2024.10.16 19:57:44.764614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5356 2024.10.16 19:57:44.764633 [ 3 ] {} <Debug> HTTP-Session: c7117cb7-b5cf-4408-9fd8-f051655c06f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5357 2024.10.16 19:57:44.764649 [ 3 ] {} <Debug> HTTP-Session: c7117cb7-b5cf-4408-9fd8-f051655c06f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5358 2024.10.16 19:57:44.764663 [ 3 ] {} <Debug> HTTP-Session: c7117cb7-b5cf-4408-9fd8-f051655c06f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5359 2024.10.16 19:57:44.764694 [ 3 ] {} <Trace> HTTP-Session: c7117cb7-b5cf-4408-9fd8-f051655c06f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5360 2024.10.16 19:57:44.765058 [ 3 ] {ce2f51c8-27ea-44a8-935a-7189993543ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5361 2024.10.16 19:57:44.765100 [ 3 ] {ce2f51c8-27ea-44a8-935a-7189993543ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5362 2024.10.16 19:57:44.765321 [ 3 ] {ce2f51c8-27ea-44a8-935a-7189993543ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5363 2024.10.16 19:57:44.766250 [ 3 ] {ce2f51c8-27ea-44a8-935a-7189993543ab} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5364 2024.10.16 19:57:44.766287 [ 3 ] {ce2f51c8-27ea-44a8-935a-7189993543ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5365 2024.10.16 19:57:44.766690 [ 3 ] {ce2f51c8-27ea-44a8-935a-7189993543ab} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5366 2024.10.16 19:57:44.767044 [ 3 ] {ce2f51c8-27ea-44a8-935a-7189993543ab} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5367 2024.10.16 19:57:44.767212 [ 3 ] {ce2f51c8-27ea-44a8-935a-7189993543ab} <Debug> executeQuery: Read 860 rows, 63.74 KiB in 0.002385 sec., 360587.00209643604 rows/sec., 26.10 MiB/sec.
5368 2024.10.16 19:57:44.767389 [ 3 ] {ce2f51c8-27ea-44a8-935a-7189993543ab} <Debug> DynamicQueryHandler: Done processing query
5369 2024.10.16 19:57:44.767413 [ 3 ] {ce2f51c8-27ea-44a8-935a-7189993543ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
5370 2024.10.16 19:57:44.767430 [ 3 ] {} <Debug> HTTP-Session: c7117cb7-b5cf-4408-9fd8-f051655c06f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5371 2024.10.16 19:57:44.767570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5372 2024.10.16 19:57:44.767620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5373 2024.10.16 19:57:44.767639 [ 3 ] {} <Debug> HTTP-Session: 6d4c393a-320e-4ff5-aa38-da6c2b623726 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5374 2024.10.16 19:57:44.767656 [ 3 ] {} <Debug> HTTP-Session: 6d4c393a-320e-4ff5-aa38-da6c2b623726 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5375 2024.10.16 19:57:44.767670 [ 3 ] {} <Debug> HTTP-Session: 6d4c393a-320e-4ff5-aa38-da6c2b623726 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5376 2024.10.16 19:57:44.767701 [ 3 ] {} <Trace> HTTP-Session: 6d4c393a-320e-4ff5-aa38-da6c2b623726 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5377 2024.10.16 19:57:44.767795 [ 3 ] {d54edd49-74e5-41db-830b-7084437d57d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5378 2024.10.16 19:57:44.767840 [ 3 ] {d54edd49-74e5-41db-830b-7084437d57d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5379 2024.10.16 19:57:44.767967 [ 3 ] {d54edd49-74e5-41db-830b-7084437d57d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5380 2024.10.16 19:57:44.768289 [ 3 ] {d54edd49-74e5-41db-830b-7084437d57d7} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5381 2024.10.16 19:57:44.768325 [ 3 ] {d54edd49-74e5-41db-830b-7084437d57d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5382 2024.10.16 19:57:44.768702 [ 3 ] {d54edd49-74e5-41db-830b-7084437d57d7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5383 2024.10.16 19:57:44.769024 [ 3 ] {d54edd49-74e5-41db-830b-7084437d57d7} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5384 2024.10.16 19:57:44.769174 [ 3 ] {d54edd49-74e5-41db-830b-7084437d57d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001395 sec., 4301.075268817204 rows/sec., 224.71 KiB/sec.
5385 2024.10.16 19:57:44.769392 [ 3 ] {d54edd49-74e5-41db-830b-7084437d57d7} <Debug> DynamicQueryHandler: Done processing query
5386 2024.10.16 19:57:44.769416 [ 3 ] {d54edd49-74e5-41db-830b-7084437d57d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5387 2024.10.16 19:57:44.769432 [ 3 ] {} <Debug> HTTP-Session: 6d4c393a-320e-4ff5-aa38-da6c2b623726 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5388 2024.10.16 19:57:44.769668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 187123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5389 2024.10.16 19:57:44.769717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5390 2024.10.16 19:57:44.769735 [ 3 ] {} <Debug> HTTP-Session: 6a5d01f1-f6d0-43ae-90a1-0c21d651256b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5391 2024.10.16 19:57:44.769752 [ 3 ] {} <Debug> HTTP-Session: 6a5d01f1-f6d0-43ae-90a1-0c21d651256b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5392 2024.10.16 19:57:44.769767 [ 3 ] {} <Debug> HTTP-Session: 6a5d01f1-f6d0-43ae-90a1-0c21d651256b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5393 2024.10.16 19:57:44.769797 [ 3 ] {} <Trace> HTTP-Session: 6a5d01f1-f6d0-43ae-90a1-0c21d651256b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5394 2024.10.16 19:57:44.770313 [ 3 ] {56921ed7-8139-4b12-9977-0716b0e0f961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5395 2024.10.16 19:57:44.770360 [ 3 ] {56921ed7-8139-4b12-9977-0716b0e0f961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5396 2024.10.16 19:57:44.770501 [ 3 ] {56921ed7-8139-4b12-9977-0716b0e0f961} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5397 2024.10.16 19:57:44.771454 [ 3 ] {56921ed7-8139-4b12-9977-0716b0e0f961} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5398 2024.10.16 19:57:44.771490 [ 3 ] {56921ed7-8139-4b12-9977-0716b0e0f961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5399 2024.10.16 19:57:44.771931 [ 3 ] {56921ed7-8139-4b12-9977-0716b0e0f961} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5400 2024.10.16 19:57:44.772289 [ 3 ] {56921ed7-8139-4b12-9977-0716b0e0f961} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5401 2024.10.16 19:57:44.772449 [ 3 ] {56921ed7-8139-4b12-9977-0716b0e0f961} <Debug> executeQuery: Read 990 rows, 67.46 KiB in 0.002498 sec., 396317.05364291434 rows/sec., 26.37 MiB/sec.
5402 2024.10.16 19:57:44.772636 [ 3 ] {56921ed7-8139-4b12-9977-0716b0e0f961} <Debug> DynamicQueryHandler: Done processing query
5403 2024.10.16 19:57:44.772660 [ 3 ] {56921ed7-8139-4b12-9977-0716b0e0f961} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
5404 2024.10.16 19:57:44.772676 [ 3 ] {} <Debug> HTTP-Session: 6a5d01f1-f6d0-43ae-90a1-0c21d651256b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5405 2024.10.16 19:57:44.772836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5406 2024.10.16 19:57:44.772885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5407 2024.10.16 19:57:44.772904 [ 3 ] {} <Debug> HTTP-Session: 46a0a434-74d5-4c47-a19d-4f42cfa32c9a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5408 2024.10.16 19:57:44.772921 [ 3 ] {} <Debug> HTTP-Session: 46a0a434-74d5-4c47-a19d-4f42cfa32c9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5409 2024.10.16 19:57:44.772936 [ 3 ] {} <Debug> HTTP-Session: 46a0a434-74d5-4c47-a19d-4f42cfa32c9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5410 2024.10.16 19:57:44.772966 [ 3 ] {} <Trace> HTTP-Session: 46a0a434-74d5-4c47-a19d-4f42cfa32c9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5411 2024.10.16 19:57:44.773056 [ 3 ] {9da3fd13-df96-4c2d-a26d-a01d4cf9275f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5412 2024.10.16 19:57:44.773101 [ 3 ] {9da3fd13-df96-4c2d-a26d-a01d4cf9275f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5413 2024.10.16 19:57:44.773228 [ 3 ] {9da3fd13-df96-4c2d-a26d-a01d4cf9275f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5414 2024.10.16 19:57:44.773514 [ 3 ] {9da3fd13-df96-4c2d-a26d-a01d4cf9275f} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5415 2024.10.16 19:57:44.773549 [ 3 ] {9da3fd13-df96-4c2d-a26d-a01d4cf9275f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5416 2024.10.16 19:57:44.773898 [ 3 ] {9da3fd13-df96-4c2d-a26d-a01d4cf9275f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5417 2024.10.16 19:57:44.774217 [ 3 ] {9da3fd13-df96-4c2d-a26d-a01d4cf9275f} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5418 2024.10.16 19:57:44.774366 [ 3 ] {9da3fd13-df96-4c2d-a26d-a01d4cf9275f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec.
5419 2024.10.16 19:57:44.774376 [ 120 ] {} <Debug> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
5420 2024.10.16 19:57:44.774474 [ 120 ] {} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5421 2024.10.16 19:57:44.774523 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5422 2024.10.16 19:57:44.774610 [ 3 ] {9da3fd13-df96-4c2d-a26d-a01d4cf9275f} <Debug> DynamicQueryHandler: Done processing query
5423 2024.10.16 19:57:44.774679 [ 3 ] {9da3fd13-df96-4c2d-a26d-a01d4cf9275f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5424 2024.10.16 19:57:44.774711 [ 3 ] {} <Debug> HTTP-Session: 46a0a434-74d5-4c47-a19d-4f42cfa32c9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5425 2024.10.16 19:57:44.774726 [ 191 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
5426 2024.10.16 19:57:44.774892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 27349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5427 2024.10.16 19:57:44.775010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5428 2024.10.16 19:57:44.775042 [ 191 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5429 2024.10.16 19:57:44.775057 [ 3 ] {} <Debug> HTTP-Session: 5bab464f-6214-4f4e-8efa-3270e274c9e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5430 2024.10.16 19:57:44.775111 [ 3 ] {} <Debug> HTTP-Session: 5bab464f-6214-4f4e-8efa-3270e274c9e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5431 2024.10.16 19:57:44.775116 [ 191 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
5432 2024.10.16 19:57:44.775131 [ 3 ] {} <Debug> HTTP-Session: 5bab464f-6214-4f4e-8efa-3270e274c9e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5433 2024.10.16 19:57:44.775218 [ 3 ] {} <Trace> HTTP-Session: 5bab464f-6214-4f4e-8efa-3270e274c9e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5434 2024.10.16 19:57:44.775363 [ 191 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
5435 2024.10.16 19:57:44.775584 [ 191 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
5436 2024.10.16 19:57:44.775666 [ 191 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
5437 2024.10.16 19:57:44.775794 [ 191 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
5438 2024.10.16 19:57:44.775988 [ 3 ] {a8944d1d-150e-4d28-8246-8df84705e2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5439 2024.10.16 19:57:44.776018 [ 191 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
5440 2024.10.16 19:57:44.776423 [ 3 ] {a8944d1d-150e-4d28-8246-8df84705e2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5441 2024.10.16 19:57:44.778384 [ 3 ] {a8944d1d-150e-4d28-8246-8df84705e2b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5442 2024.10.16 19:57:44.779654 [ 191 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.005035045 sec., 1986.079568305745 rows/sec., 133.83 KiB/sec.
5443 2024.10.16 19:57:44.779945 [ 191 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
5444 2024.10.16 19:57:44.779953 [ 3 ] {a8944d1d-150e-4d28-8246-8df84705e2b6} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5445 2024.10.16 19:57:44.780037 [ 3 ] {a8944d1d-150e-4d28-8246-8df84705e2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5446 2024.10.16 19:57:44.781006 [ 191 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_10_2} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5447 2024.10.16 19:57:44.781223 [ 191 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_10_2} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
5448 2024.10.16 19:57:44.781413 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5449 2024.10.16 19:57:44.781672 [ 3 ] {a8944d1d-150e-4d28-8246-8df84705e2b6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5450 2024.10.16 19:57:44.782111 [ 3 ] {a8944d1d-150e-4d28-8246-8df84705e2b6} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5451 2024.10.16 19:57:44.782315 [ 3 ] {a8944d1d-150e-4d28-8246-8df84705e2b6} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.006837 sec., 2340.207693432792 rows/sec., 4.19 MiB/sec.
5452 2024.10.16 19:57:44.782882 [ 3 ] {a8944d1d-150e-4d28-8246-8df84705e2b6} <Debug> DynamicQueryHandler: Done processing query
5453 2024.10.16 19:57:44.782908 [ 3 ] {a8944d1d-150e-4d28-8246-8df84705e2b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB.
5454 2024.10.16 19:57:44.782923 [ 3 ] {} <Debug> HTTP-Session: 5bab464f-6214-4f4e-8efa-3270e274c9e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5455 2024.10.16 19:57:44.783056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 6700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5456 2024.10.16 19:57:44.783105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5457 2024.10.16 19:57:44.783123 [ 3 ] {} <Debug> HTTP-Session: cdc0a584-1ba1-4048-b91b-2281c7697e71 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5458 2024.10.16 19:57:44.783139 [ 3 ] {} <Debug> HTTP-Session: cdc0a584-1ba1-4048-b91b-2281c7697e71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5459 2024.10.16 19:57:44.783153 [ 3 ] {} <Debug> HTTP-Session: cdc0a584-1ba1-4048-b91b-2281c7697e71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5460 2024.10.16 19:57:44.783184 [ 3 ] {} <Trace> HTTP-Session: cdc0a584-1ba1-4048-b91b-2281c7697e71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5461 2024.10.16 19:57:44.783302 [ 3 ] {2b656741-b5a7-4f18-85e6-5e91e866e500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5462 2024.10.16 19:57:44.783347 [ 3 ] {2b656741-b5a7-4f18-85e6-5e91e866e500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5463 2024.10.16 19:57:44.783492 [ 3 ] {2b656741-b5a7-4f18-85e6-5e91e866e500} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5464 2024.10.16 19:57:44.783793 [ 3 ] {2b656741-b5a7-4f18-85e6-5e91e866e500} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5465 2024.10.16 19:57:44.783829 [ 3 ] {2b656741-b5a7-4f18-85e6-5e91e866e500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5466 2024.10.16 19:57:44.784193 [ 3 ] {2b656741-b5a7-4f18-85e6-5e91e866e500} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5467 2024.10.16 19:57:44.784520 [ 3 ] {2b656741-b5a7-4f18-85e6-5e91e866e500} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5468 2024.10.16 19:57:44.784673 [ 3 ] {2b656741-b5a7-4f18-85e6-5e91e866e500} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001408 sec., 32670.454545454548 rows/sec., 1.98 MiB/sec.
5469 2024.10.16 19:57:44.784847 [ 3 ] {2b656741-b5a7-4f18-85e6-5e91e866e500} <Debug> DynamicQueryHandler: Done processing query
5470 2024.10.16 19:57:44.784871 [ 3 ] {2b656741-b5a7-4f18-85e6-5e91e866e500} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
5471 2024.10.16 19:57:44.784887 [ 3 ] {} <Debug> HTTP-Session: cdc0a584-1ba1-4048-b91b-2281c7697e71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5472 2024.10.16 19:57:46.423007 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache
5473 2024.10.16 19:57:46.423072 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache
5474 2024.10.16 19:57:47.602694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5475 2024.10.16 19:57:47.602820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5476 2024.10.16 19:57:47.602849 [ 3 ] {} <Debug> HTTP-Session: a69a30e8-2458-4c0b-b3ed-94535f924fec Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5477 2024.10.16 19:57:47.602874 [ 3 ] {} <Debug> HTTP-Session: a69a30e8-2458-4c0b-b3ed-94535f924fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5478 2024.10.16 19:57:47.602889 [ 3 ] {} <Debug> HTTP-Session: a69a30e8-2458-4c0b-b3ed-94535f924fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5479 2024.10.16 19:57:47.602954 [ 3 ] {} <Trace> HTTP-Session: a69a30e8-2458-4c0b-b3ed-94535f924fec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5480 2024.10.16 19:57:47.603148 [ 3 ] {7b4ab682-c0fd-4722-9e60-ebe95c4c0f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5481 2024.10.16 19:57:47.603231 [ 3 ] {7b4ab682-c0fd-4722-9e60-ebe95c4c0f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5482 2024.10.16 19:57:47.603594 [ 3 ] {7b4ab682-c0fd-4722-9e60-ebe95c4c0f3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5483 2024.10.16 19:57:47.604071 [ 3 ] {7b4ab682-c0fd-4722-9e60-ebe95c4c0f3b} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5484 2024.10.16 19:57:47.604113 [ 3 ] {7b4ab682-c0fd-4722-9e60-ebe95c4c0f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5485 2024.10.16 19:57:47.604569 [ 3 ] {7b4ab682-c0fd-4722-9e60-ebe95c4c0f3b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5486 2024.10.16 19:57:47.605031 [ 3 ] {7b4ab682-c0fd-4722-9e60-ebe95c4c0f3b} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5487 2024.10.16 19:57:47.605190 [ 3 ] {7b4ab682-c0fd-4722-9e60-ebe95c4c0f3b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002091 sec., 2869.4404591104735 rows/sec., 233.98 KiB/sec.
5488 2024.10.16 19:57:47.605476 [ 3 ] {7b4ab682-c0fd-4722-9e60-ebe95c4c0f3b} <Debug> DynamicQueryHandler: Done processing query
5489 2024.10.16 19:57:47.605514 [ 3 ] {7b4ab682-c0fd-4722-9e60-ebe95c4c0f3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5490 2024.10.16 19:57:47.605539 [ 3 ] {} <Debug> HTTP-Session: a69a30e8-2458-4c0b-b3ed-94535f924fec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5491 2024.10.16 19:57:47.605706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 15304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5492 2024.10.16 19:57:47.605770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5493 2024.10.16 19:57:47.605792 [ 3 ] {} <Debug> HTTP-Session: 5f6bebc2-0c94-4984-854a-b0a79dd7879b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5494 2024.10.16 19:57:47.605812 [ 3 ] {} <Debug> HTTP-Session: 5f6bebc2-0c94-4984-854a-b0a79dd7879b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5495 2024.10.16 19:57:47.605828 [ 3 ] {} <Debug> HTTP-Session: 5f6bebc2-0c94-4984-854a-b0a79dd7879b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5496 2024.10.16 19:57:47.605866 [ 3 ] {} <Trace> HTTP-Session: 5f6bebc2-0c94-4984-854a-b0a79dd7879b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5497 2024.10.16 19:57:47.606013 [ 3 ] {444b7ff6-bc23-4b12-aef6-139a49acd973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5498 2024.10.16 19:57:47.606061 [ 3 ] {444b7ff6-bc23-4b12-aef6-139a49acd973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5499 2024.10.16 19:57:47.606298 [ 3 ] {444b7ff6-bc23-4b12-aef6-139a49acd973} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5500 2024.10.16 19:57:47.606721 [ 3 ] {444b7ff6-bc23-4b12-aef6-139a49acd973} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5501 2024.10.16 19:57:47.606758 [ 3 ] {444b7ff6-bc23-4b12-aef6-139a49acd973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5502 2024.10.16 19:57:47.607136 [ 3 ] {444b7ff6-bc23-4b12-aef6-139a49acd973} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5503 2024.10.16 19:57:47.607500 [ 3 ] {444b7ff6-bc23-4b12-aef6-139a49acd973} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5504 2024.10.16 19:57:47.607630 [ 3 ] {444b7ff6-bc23-4b12-aef6-139a49acd973} <Debug> executeQuery: Read 105 rows, 8.91 KiB in 0.001673 sec., 62761.50627615063 rows/sec., 5.20 MiB/sec.
5505 2024.10.16 19:57:47.607860 [ 3 ] {444b7ff6-bc23-4b12-aef6-139a49acd973} <Debug> DynamicQueryHandler: Done processing query
5506 2024.10.16 19:57:47.607886 [ 3 ] {444b7ff6-bc23-4b12-aef6-139a49acd973} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5507 2024.10.16 19:57:47.607902 [ 3 ] {} <Debug> HTTP-Session: 5f6bebc2-0c94-4984-854a-b0a79dd7879b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5508 2024.10.16 19:57:47.608033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 4187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5509 2024.10.16 19:57:47.608082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5510 2024.10.16 19:57:47.608101 [ 3 ] {} <Debug> HTTP-Session: 04415dc2-ae18-4219-9993-a1dc4eb77a8e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5511 2024.10.16 19:57:47.608117 [ 3 ] {} <Debug> HTTP-Session: 04415dc2-ae18-4219-9993-a1dc4eb77a8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5512 2024.10.16 19:57:47.608132 [ 3 ] {} <Debug> HTTP-Session: 04415dc2-ae18-4219-9993-a1dc4eb77a8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5513 2024.10.16 19:57:47.608163 [ 3 ] {} <Trace> HTTP-Session: 04415dc2-ae18-4219-9993-a1dc4eb77a8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5514 2024.10.16 19:57:47.608270 [ 3 ] {b353398b-2ca7-4510-88b0-dcb1bdbe0ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5515 2024.10.16 19:57:47.608313 [ 3 ] {b353398b-2ca7-4510-88b0-dcb1bdbe0ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5516 2024.10.16 19:57:47.608540 [ 3 ] {b353398b-2ca7-4510-88b0-dcb1bdbe0ade} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5517 2024.10.16 19:57:47.608908 [ 3 ] {b353398b-2ca7-4510-88b0-dcb1bdbe0ade} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5518 2024.10.16 19:57:47.608944 [ 3 ] {b353398b-2ca7-4510-88b0-dcb1bdbe0ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5519 2024.10.16 19:57:47.609297 [ 3 ] {b353398b-2ca7-4510-88b0-dcb1bdbe0ade} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5520 2024.10.16 19:57:47.609657 [ 3 ] {b353398b-2ca7-4510-88b0-dcb1bdbe0ade} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5521 2024.10.16 19:57:47.609792 [ 3 ] {b353398b-2ca7-4510-88b0-dcb1bdbe0ade} <Debug> executeQuery: Read 29 rows, 2.15 KiB in 0.00155 sec., 18709.67741935484 rows/sec., 1.35 MiB/sec.
5522 2024.10.16 19:57:47.609856 [ 118 ] {} <Debug> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5523 2024.10.16 19:57:47.609982 [ 118 ] {} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5524 2024.10.16 19:57:47.610014 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5525 2024.10.16 19:57:47.610096 [ 3 ] {b353398b-2ca7-4510-88b0-dcb1bdbe0ade} <Debug> DynamicQueryHandler: Done processing query
5526 2024.10.16 19:57:47.610155 [ 3 ] {b353398b-2ca7-4510-88b0-dcb1bdbe0ade} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5527 2024.10.16 19:57:47.610211 [ 3 ] {} <Debug> HTTP-Session: 04415dc2-ae18-4219-9993-a1dc4eb77a8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5528 2024.10.16 19:57:47.610272 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::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
5529 2024.10.16 19:57:47.610398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 15801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5530 2024.10.16 19:57:47.610515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5531 2024.10.16 19:57:47.610591 [ 3 ] {} <Debug> HTTP-Session: 070c4bb9-4ad0-4f15-be5e-41fed27c4e6a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5532 2024.10.16 19:57:47.610602 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5533 2024.10.16 19:57:47.610620 [ 3 ] {} <Debug> HTTP-Session: 070c4bb9-4ad0-4f15-be5e-41fed27c4e6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5534 2024.10.16 19:57:47.610666 [ 3 ] {} <Debug> HTTP-Session: 070c4bb9-4ad0-4f15-be5e-41fed27c4e6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5535 2024.10.16 19:57:47.610675 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::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
5536 2024.10.16 19:57:47.610736 [ 3 ] {} <Trace> HTTP-Session: 070c4bb9-4ad0-4f15-be5e-41fed27c4e6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5537 2024.10.16 19:57:47.610947 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part
5538 2024.10.16 19:57:47.611231 [ 3 ] {59a36298-d68b-4c50-a424-24de89d94e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5539 2024.10.16 19:57:47.611273 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part
5540 2024.10.16 19:57:47.611377 [ 3 ] {59a36298-d68b-4c50-a424-24de89d94e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5541 2024.10.16 19:57:47.611593 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part
5542 2024.10.16 19:57:47.611933 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 22 rows starting from the beginning of the part
5543 2024.10.16 19:57:47.612269 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part
5544 2024.10.16 19:57:47.613092 [ 3 ] {59a36298-d68b-4c50-a424-24de89d94e19} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5545 2024.10.16 19:57:47.614015 [ 3 ] {59a36298-d68b-4c50-a424-24de89d94e19} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5546 2024.10.16 19:57:47.614079 [ 3 ] {59a36298-d68b-4c50-a424-24de89d94e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5547 2024.10.16 19:57:47.615287 [ 190 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.005173958 sec., 41167.709517549236 rows/sec., 3.15 MiB/sec.
5548 2024.10.16 19:57:47.615308 [ 3 ] {59a36298-d68b-4c50-a424-24de89d94e19} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5549 2024.10.16 19:57:47.615570 [ 190 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5550 2024.10.16 19:57:47.616174 [ 3 ] {59a36298-d68b-4c50-a424-24de89d94e19} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5551 2024.10.16 19:57:47.616612 [ 3 ] {59a36298-d68b-4c50-a424-24de89d94e19} <Debug> executeQuery: Read 93 rows, 7.45 KiB in 0.005651 sec., 16457.264201026366 rows/sec., 1.29 MiB/sec.
5552 2024.10.16 19:57:47.616910 [ 190 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_16_3} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5553 2024.10.16 19:57:47.617026 [ 3 ] {59a36298-d68b-4c50-a424-24de89d94e19} <Debug> DynamicQueryHandler: Done processing query
5554 2024.10.16 19:57:47.617068 [ 190 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_16_3} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5555 2024.10.16 19:57:47.617071 [ 3 ] {59a36298-d68b-4c50-a424-24de89d94e19} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5556 2024.10.16 19:57:47.617161 [ 3 ] {} <Debug> HTTP-Session: 070c4bb9-4ad0-4f15-be5e-41fed27c4e6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5557 2024.10.16 19:57:47.617265 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
5558 2024.10.16 19:57:47.617374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 18980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5559 2024.10.16 19:57:47.617434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5560 2024.10.16 19:57:47.617453 [ 3 ] {} <Debug> HTTP-Session: c2e9df5f-1e88-4ec8-bd9d-6b25681ef3fb Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5561 2024.10.16 19:57:47.617471 [ 3 ] {} <Debug> HTTP-Session: c2e9df5f-1e88-4ec8-bd9d-6b25681ef3fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5562 2024.10.16 19:57:47.617490 [ 3 ] {} <Debug> HTTP-Session: c2e9df5f-1e88-4ec8-bd9d-6b25681ef3fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5563 2024.10.16 19:57:47.617525 [ 3 ] {} <Trace> HTTP-Session: c2e9df5f-1e88-4ec8-bd9d-6b25681ef3fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5564 2024.10.16 19:57:47.617681 [ 3 ] {7db8fc7f-3a48-4642-ad8d-e3b02cbc85bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5565 2024.10.16 19:57:47.617731 [ 3 ] {7db8fc7f-3a48-4642-ad8d-e3b02cbc85bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5566 2024.10.16 19:57:47.617904 [ 3 ] {7db8fc7f-3a48-4642-ad8d-e3b02cbc85bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5567 2024.10.16 19:57:47.618274 [ 3 ] {7db8fc7f-3a48-4642-ad8d-e3b02cbc85bc} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5568 2024.10.16 19:57:47.618311 [ 3 ] {7db8fc7f-3a48-4642-ad8d-e3b02cbc85bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5569 2024.10.16 19:57:47.618717 [ 3 ] {7db8fc7f-3a48-4642-ad8d-e3b02cbc85bc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5570 2024.10.16 19:57:47.619105 [ 3 ] {7db8fc7f-3a48-4642-ad8d-e3b02cbc85bc} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5571 2024.10.16 19:57:47.619264 [ 3 ] {7db8fc7f-3a48-4642-ad8d-e3b02cbc85bc} <Debug> executeQuery: Read 99 rows, 7.06 KiB in 0.001636 sec., 60513.447432762834 rows/sec., 4.21 MiB/sec.
5572 2024.10.16 19:57:47.619489 [ 3 ] {7db8fc7f-3a48-4642-ad8d-e3b02cbc85bc} <Debug> DynamicQueryHandler: Done processing query
5573 2024.10.16 19:57:47.619512 [ 3 ] {7db8fc7f-3a48-4642-ad8d-e3b02cbc85bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5574 2024.10.16 19:57:47.619528 [ 3 ] {} <Debug> HTTP-Session: c2e9df5f-1e88-4ec8-bd9d-6b25681ef3fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5575 2024.10.16 19:57:47.619681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 37707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5576 2024.10.16 19:57:47.619730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5577 2024.10.16 19:57:47.619748 [ 3 ] {} <Debug> HTTP-Session: 777600e0-c446-44c6-92db-937d5823108e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5578 2024.10.16 19:57:47.619764 [ 3 ] {} <Debug> HTTP-Session: 777600e0-c446-44c6-92db-937d5823108e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5579 2024.10.16 19:57:47.619778 [ 3 ] {} <Debug> HTTP-Session: 777600e0-c446-44c6-92db-937d5823108e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5580 2024.10.16 19:57:47.619809 [ 3 ] {} <Trace> HTTP-Session: 777600e0-c446-44c6-92db-937d5823108e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5581 2024.10.16 19:57:47.620075 [ 3 ] {4ab40c7a-df7a-4fe5-b0d9-916d8cc32dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5582 2024.10.16 19:57:47.620139 [ 3 ] {4ab40c7a-df7a-4fe5-b0d9-916d8cc32dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5583 2024.10.16 19:57:47.620577 [ 3 ] {4ab40c7a-df7a-4fe5-b0d9-916d8cc32dd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5584 2024.10.16 19:57:47.621184 [ 3 ] {4ab40c7a-df7a-4fe5-b0d9-916d8cc32dd0} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5585 2024.10.16 19:57:47.621220 [ 3 ] {4ab40c7a-df7a-4fe5-b0d9-916d8cc32dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5586 2024.10.16 19:57:47.621909 [ 3 ] {4ab40c7a-df7a-4fe5-b0d9-916d8cc32dd0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5587 2024.10.16 19:57:47.622335 [ 3 ] {4ab40c7a-df7a-4fe5-b0d9-916d8cc32dd0} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5588 2024.10.16 19:57:47.622525 [ 3 ] {4ab40c7a-df7a-4fe5-b0d9-916d8cc32dd0} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002639 sec., 8715.422508525957 rows/sec., 15.62 MiB/sec.
5589 2024.10.16 19:57:47.622761 [ 3 ] {4ab40c7a-df7a-4fe5-b0d9-916d8cc32dd0} <Debug> DynamicQueryHandler: Done processing query
5590 2024.10.16 19:57:47.622784 [ 3 ] {4ab40c7a-df7a-4fe5-b0d9-916d8cc32dd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB.
5591 2024.10.16 19:57:47.622800 [ 3 ] {} <Debug> HTTP-Session: 777600e0-c446-44c6-92db-937d5823108e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5592 2024.10.16 19:57:47.622922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5593 2024.10.16 19:57:47.622971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5594 2024.10.16 19:57:47.622989 [ 3 ] {} <Debug> HTTP-Session: 9412ea51-f626-4953-ad84-9d37accf8214 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5595 2024.10.16 19:57:47.623006 [ 3 ] {} <Debug> HTTP-Session: 9412ea51-f626-4953-ad84-9d37accf8214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5596 2024.10.16 19:57:47.623021 [ 3 ] {} <Debug> HTTP-Session: 9412ea51-f626-4953-ad84-9d37accf8214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5597 2024.10.16 19:57:47.623052 [ 3 ] {} <Trace> HTTP-Session: 9412ea51-f626-4953-ad84-9d37accf8214 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5598 2024.10.16 19:57:47.623157 [ 3 ] {21764883-40fb-4d46-9c81-fa6516338529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5599 2024.10.16 19:57:47.623201 [ 3 ] {21764883-40fb-4d46-9c81-fa6516338529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5600 2024.10.16 19:57:47.623337 [ 3 ] {21764883-40fb-4d46-9c81-fa6516338529} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5601 2024.10.16 19:57:47.623622 [ 3 ] {21764883-40fb-4d46-9c81-fa6516338529} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5602 2024.10.16 19:57:47.623657 [ 3 ] {21764883-40fb-4d46-9c81-fa6516338529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5603 2024.10.16 19:57:47.624020 [ 3 ] {21764883-40fb-4d46-9c81-fa6516338529} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5604 2024.10.16 19:57:47.624341 [ 3 ] {21764883-40fb-4d46-9c81-fa6516338529} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5605 2024.10.16 19:57:47.624496 [ 3 ] {21764883-40fb-4d46-9c81-fa6516338529} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001368 sec., 26315.78947368421 rows/sec., 1.77 MiB/sec.
5606 2024.10.16 19:57:47.624668 [ 3 ] {21764883-40fb-4d46-9c81-fa6516338529} <Debug> DynamicQueryHandler: Done processing query
5607 2024.10.16 19:57:47.624692 [ 3 ] {21764883-40fb-4d46-9c81-fa6516338529} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
5608 2024.10.16 19:57:47.624708 [ 3 ] {} <Debug> HTTP-Session: 9412ea51-f626-4953-ad84-9d37accf8214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5609 2024.10.16 19:57:51.574976 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 572
5610 2024.10.16 19:57:51.578276 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5611 2024.10.16 19:57:51.578338 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5612 2024.10.16 19:57:51.580172 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5613 2024.10.16 19:57:51.581214 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5614 2024.10.16 19:57:51.581863 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 572
5615 2024.10.16 19:57:52.605054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5616 2024.10.16 19:57:52.605182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5617 2024.10.16 19:57:52.605211 [ 3 ] {} <Debug> HTTP-Session: e956c7c7-bcff-4a5e-ab68-1e87bf0eab71 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5618 2024.10.16 19:57:52.605241 [ 3 ] {} <Debug> HTTP-Session: e956c7c7-bcff-4a5e-ab68-1e87bf0eab71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5619 2024.10.16 19:57:52.605259 [ 3 ] {} <Debug> HTTP-Session: e956c7c7-bcff-4a5e-ab68-1e87bf0eab71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5620 2024.10.16 19:57:52.605314 [ 3 ] {} <Trace> HTTP-Session: e956c7c7-bcff-4a5e-ab68-1e87bf0eab71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5621 2024.10.16 19:57:52.605517 [ 3 ] {70140ef5-0c96-415f-8193-2da683746a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5622 2024.10.16 19:57:52.605585 [ 3 ] {70140ef5-0c96-415f-8193-2da683746a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5623 2024.10.16 19:57:52.605927 [ 3 ] {70140ef5-0c96-415f-8193-2da683746a58} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5624 2024.10.16 19:57:52.606400 [ 3 ] {70140ef5-0c96-415f-8193-2da683746a58} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5625 2024.10.16 19:57:52.606447 [ 3 ] {70140ef5-0c96-415f-8193-2da683746a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5626 2024.10.16 19:57:52.606910 [ 3 ] {70140ef5-0c96-415f-8193-2da683746a58} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5627 2024.10.16 19:57:52.607318 [ 3 ] {70140ef5-0c96-415f-8193-2da683746a58} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5628 2024.10.16 19:57:52.607500 [ 3 ] {70140ef5-0c96-415f-8193-2da683746a58} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002041 sec., 27437.530622244 rows/sec., 2.09 MiB/sec.
5629 2024.10.16 19:57:52.607734 [ 3 ] {70140ef5-0c96-415f-8193-2da683746a58} <Debug> DynamicQueryHandler: Done processing query
5630 2024.10.16 19:57:52.607760 [ 3 ] {70140ef5-0c96-415f-8193-2da683746a58} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5631 2024.10.16 19:57:52.607777 [ 3 ] {} <Debug> HTTP-Session: e956c7c7-bcff-4a5e-ab68-1e87bf0eab71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5632 2024.10.16 19:57:52.607932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5633 2024.10.16 19:57:52.607990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5634 2024.10.16 19:57:52.608009 [ 3 ] {} <Debug> HTTP-Session: ce20577c-f215-404e-895b-bec55e54a9e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5635 2024.10.16 19:57:52.608029 [ 3 ] {} <Debug> HTTP-Session: ce20577c-f215-404e-895b-bec55e54a9e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5636 2024.10.16 19:57:52.608043 [ 3 ] {} <Debug> HTTP-Session: ce20577c-f215-404e-895b-bec55e54a9e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5637 2024.10.16 19:57:52.608078 [ 3 ] {} <Trace> HTTP-Session: ce20577c-f215-404e-895b-bec55e54a9e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5638 2024.10.16 19:57:52.608200 [ 3 ] {3aea1ed0-3edd-418d-b63e-283bd09ffcaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5639 2024.10.16 19:57:52.608247 [ 3 ] {3aea1ed0-3edd-418d-b63e-283bd09ffcaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5640 2024.10.16 19:57:52.608471 [ 3 ] {3aea1ed0-3edd-418d-b63e-283bd09ffcaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5641 2024.10.16 19:57:52.608840 [ 3 ] {3aea1ed0-3edd-418d-b63e-283bd09ffcaf} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5642 2024.10.16 19:57:52.608877 [ 3 ] {3aea1ed0-3edd-418d-b63e-283bd09ffcaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5643 2024.10.16 19:57:52.609232 [ 3 ] {3aea1ed0-3edd-418d-b63e-283bd09ffcaf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5644 2024.10.16 19:57:52.609589 [ 3 ] {3aea1ed0-3edd-418d-b63e-283bd09ffcaf} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5645 2024.10.16 19:57:52.609746 [ 3 ] {3aea1ed0-3edd-418d-b63e-283bd09ffcaf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001584 sec., 40404.04040404041 rows/sec., 3.15 MiB/sec.
5646 2024.10.16 19:57:52.609932 [ 3 ] {3aea1ed0-3edd-418d-b63e-283bd09ffcaf} <Debug> DynamicQueryHandler: Done processing query
5647 2024.10.16 19:57:52.609956 [ 3 ] {3aea1ed0-3edd-418d-b63e-283bd09ffcaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5648 2024.10.16 19:57:52.609972 [ 3 ] {} <Debug> HTTP-Session: ce20577c-f215-404e-895b-bec55e54a9e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5649 2024.10.16 19:57:52.610160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5650 2024.10.16 19:57:52.610209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5651 2024.10.16 19:57:52.610227 [ 3 ] {} <Debug> HTTP-Session: 01fe3915-c72a-4901-9296-3631d930dcdd Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5652 2024.10.16 19:57:52.610245 [ 3 ] {} <Debug> HTTP-Session: 01fe3915-c72a-4901-9296-3631d930dcdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5653 2024.10.16 19:57:52.610259 [ 3 ] {} <Debug> HTTP-Session: 01fe3915-c72a-4901-9296-3631d930dcdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5654 2024.10.16 19:57:52.610290 [ 3 ] {} <Trace> HTTP-Session: 01fe3915-c72a-4901-9296-3631d930dcdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5655 2024.10.16 19:57:52.610433 [ 3 ] {b01bd0b4-19ea-4952-be69-49baf0f2e40c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5656 2024.10.16 19:57:52.610480 [ 3 ] {b01bd0b4-19ea-4952-be69-49baf0f2e40c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5657 2024.10.16 19:57:52.610624 [ 3 ] {b01bd0b4-19ea-4952-be69-49baf0f2e40c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5658 2024.10.16 19:57:52.611020 [ 3 ] {b01bd0b4-19ea-4952-be69-49baf0f2e40c} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5659 2024.10.16 19:57:52.611057 [ 3 ] {b01bd0b4-19ea-4952-be69-49baf0f2e40c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5660 2024.10.16 19:57:52.611461 [ 3 ] {b01bd0b4-19ea-4952-be69-49baf0f2e40c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5661 2024.10.16 19:57:52.611817 [ 3 ] {b01bd0b4-19ea-4952-be69-49baf0f2e40c} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5662 2024.10.16 19:57:52.611993 [ 3 ] {b01bd0b4-19ea-4952-be69-49baf0f2e40c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec.
5663 2024.10.16 19:57:52.612301 [ 3 ] {b01bd0b4-19ea-4952-be69-49baf0f2e40c} <Debug> DynamicQueryHandler: Done processing query
5664 2024.10.16 19:57:52.612340 [ 3 ] {b01bd0b4-19ea-4952-be69-49baf0f2e40c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5665 2024.10.16 19:57:52.612357 [ 3 ] {} <Debug> HTTP-Session: 01fe3915-c72a-4901-9296-3631d930dcdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5666 2024.10.16 19:57:52.612500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5667 2024.10.16 19:57:52.612549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5668 2024.10.16 19:57:52.612573 [ 3 ] {} <Debug> HTTP-Session: 5fab36dd-9d75-421f-a5d8-03a1f563c4f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5669 2024.10.16 19:57:52.612590 [ 3 ] {} <Debug> HTTP-Session: 5fab36dd-9d75-421f-a5d8-03a1f563c4f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5670 2024.10.16 19:57:52.612604 [ 3 ] {} <Debug> HTTP-Session: 5fab36dd-9d75-421f-a5d8-03a1f563c4f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5671 2024.10.16 19:57:52.612634 [ 3 ] {} <Trace> HTTP-Session: 5fab36dd-9d75-421f-a5d8-03a1f563c4f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5672 2024.10.16 19:57:52.612766 [ 3 ] {c0d6aedd-3405-4967-92a9-8eedf0f6256f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5673 2024.10.16 19:57:52.612811 [ 3 ] {c0d6aedd-3405-4967-92a9-8eedf0f6256f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5674 2024.10.16 19:57:52.612962 [ 3 ] {c0d6aedd-3405-4967-92a9-8eedf0f6256f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5675 2024.10.16 19:57:52.613336 [ 3 ] {c0d6aedd-3405-4967-92a9-8eedf0f6256f} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5676 2024.10.16 19:57:52.613371 [ 3 ] {c0d6aedd-3405-4967-92a9-8eedf0f6256f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5677 2024.10.16 19:57:52.613736 [ 3 ] {c0d6aedd-3405-4967-92a9-8eedf0f6256f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5678 2024.10.16 19:57:52.614078 [ 3 ] {c0d6aedd-3405-4967-92a9-8eedf0f6256f} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5679 2024.10.16 19:57:52.614216 [ 3 ] {c0d6aedd-3405-4967-92a9-8eedf0f6256f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec.
5680 2024.10.16 19:57:52.614412 [ 3 ] {c0d6aedd-3405-4967-92a9-8eedf0f6256f} <Debug> DynamicQueryHandler: Done processing query
5681 2024.10.16 19:57:52.614436 [ 3 ] {c0d6aedd-3405-4967-92a9-8eedf0f6256f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5682 2024.10.16 19:57:52.614452 [ 3 ] {} <Debug> HTTP-Session: 5fab36dd-9d75-421f-a5d8-03a1f563c4f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5683 2024.10.16 19:57:55.678696 [ 113 ] {} <Debug> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0
5684 2024.10.16 19:57:55.678781 [ 113 ] {} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5685 2024.10.16 19:57:55.678806 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5686 2024.10.16 19:57:55.678983 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full
5687 2024.10.16 19:57:55.679195 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5688 2024.10.16 19:57:55.679233 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part
5689 2024.10.16 19:57:55.679315 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::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
5690 2024.10.16 19:57:55.679521 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
5691 2024.10.16 19:57:55.679768 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
5692 2024.10.16 19:57:55.679964 [ 196 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
5693 2024.10.16 19:57:55.681079 [ 188 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.00220811 sec., 27172.559338076455 rows/sec., 1.39 MiB/sec.
5694 2024.10.16 19:57:55.681273 [ 198 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
5695 2024.10.16 19:57:55.681787 [ 198 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_10_2} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5696 2024.10.16 19:57:55.681885 [ 198 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_10_2} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2
5697 2024.10.16 19:57:55.681989 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5698 2024.10.16 19:57:57.121967 [ 130 ] {} <Debug> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0
5699 2024.10.16 19:57:57.122067 [ 130 ] {} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5700 2024.10.16 19:57:57.122110 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5701 2024.10.16 19:57:57.122353 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full
5702 2024.10.16 19:57:57.122616 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5703 2024.10.16 19:57:57.122654 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part
5704 2024.10.16 19:57:57.122735 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 242 rows starting from the beginning of the part
5705 2024.10.16 19:57:57.122910 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
5706 2024.10.16 19:57:57.123188 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
5707 2024.10.16 19:57:57.123458 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 242 rows starting from the beginning of the part
5708 2024.10.16 19:57:57.124766 [ 199 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002560859 sec., 294432.4541101248 rows/sec., 19.98 MiB/sec.
5709 2024.10.16 19:57:57.124933 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
5710 2024.10.16 19:57:57.125359 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_10_2} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5711 2024.10.16 19:57:57.125443 [ 188 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_10_2} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2
5712 2024.10.16 19:57:57.125528 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
5713 2024.10.16 19:57:57.610471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5714 2024.10.16 19:57:57.610598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5715 2024.10.16 19:57:57.610625 [ 3 ] {} <Debug> HTTP-Session: 48f8ba66-adbc-4c6e-b74e-c9edc5799a66 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5716 2024.10.16 19:57:57.610654 [ 3 ] {} <Debug> HTTP-Session: 48f8ba66-adbc-4c6e-b74e-c9edc5799a66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5717 2024.10.16 19:57:57.610670 [ 3 ] {} <Debug> HTTP-Session: 48f8ba66-adbc-4c6e-b74e-c9edc5799a66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5718 2024.10.16 19:57:57.610722 [ 3 ] {} <Trace> HTTP-Session: 48f8ba66-adbc-4c6e-b74e-c9edc5799a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5719 2024.10.16 19:57:57.610997 [ 3 ] {51493296-40a3-416e-8cc7-1e39d964a0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5720 2024.10.16 19:57:57.611072 [ 3 ] {51493296-40a3-416e-8cc7-1e39d964a0e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5721 2024.10.16 19:57:57.611408 [ 3 ] {51493296-40a3-416e-8cc7-1e39d964a0e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5722 2024.10.16 19:57:57.612050 [ 3 ] {51493296-40a3-416e-8cc7-1e39d964a0e9} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5723 2024.10.16 19:57:57.612096 [ 3 ] {51493296-40a3-416e-8cc7-1e39d964a0e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5724 2024.10.16 19:57:57.612561 [ 3 ] {51493296-40a3-416e-8cc7-1e39d964a0e9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5725 2024.10.16 19:57:57.612953 [ 3 ] {51493296-40a3-416e-8cc7-1e39d964a0e9} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5726 2024.10.16 19:57:57.613124 [ 3 ] {51493296-40a3-416e-8cc7-1e39d964a0e9} <Debug> executeQuery: Read 267 rows, 24.26 KiB in 0.002245 sec., 118930.95768374165 rows/sec., 10.55 MiB/sec.
5727 2024.10.16 19:57:57.613159 [ 130 ] {} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5728 2024.10.16 19:57:57.613267 [ 130 ] {} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5729 2024.10.16 19:57:57.613309 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5730 2024.10.16 19:57:57.613453 [ 3 ] {51493296-40a3-416e-8cc7-1e39d964a0e9} <Debug> DynamicQueryHandler: Done processing query
5731 2024.10.16 19:57:57.613455 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
5732 2024.10.16 19:57:57.613493 [ 3 ] {51493296-40a3-416e-8cc7-1e39d964a0e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
5733 2024.10.16 19:57:57.613546 [ 3 ] {} <Debug> HTTP-Session: 48f8ba66-adbc-4c6e-b74e-c9edc5799a66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5734 2024.10.16 19:57:57.613689 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5735 2024.10.16 19:57:57.613730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5736 2024.10.16 19:57:57.613755 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1414 rows starting from the beginning of the part
5737 2024.10.16 19:57:57.613822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5738 2024.10.16 19:57:57.613888 [ 3 ] {} <Debug> HTTP-Session: 9ecfab2d-b391-4673-b3e0-7c10c1f8e803 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5739 2024.10.16 19:57:57.613956 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part
5740 2024.10.16 19:57:57.613990 [ 3 ] {} <Debug> HTTP-Session: 9ecfab2d-b391-4673-b3e0-7c10c1f8e803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5741 2024.10.16 19:57:57.614064 [ 3 ] {} <Debug> HTTP-Session: 9ecfab2d-b391-4673-b3e0-7c10c1f8e803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5742 2024.10.16 19:57:57.614286 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1364 rows starting from the beginning of the part
5743 2024.10.16 19:57:57.614357 [ 3 ] {} <Trace> HTTP-Session: 9ecfab2d-b391-4673-b3e0-7c10c1f8e803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5744 2024.10.16 19:57:57.614535 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 105 rows starting from the beginning of the part
5745 2024.10.16 19:57:57.614765 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part
5746 2024.10.16 19:57:57.615028 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 267 rows starting from the beginning of the part
5747 2024.10.16 19:57:57.615080 [ 3 ] {8d1f0097-92e1-4795-b2cd-36c9277b3bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5748 2024.10.16 19:57:57.615225 [ 3 ] {8d1f0097-92e1-4795-b2cd-36c9277b3bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5749 2024.10.16 19:57:57.616290 [ 3 ] {8d1f0097-92e1-4795-b2cd-36c9277b3bb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5750 2024.10.16 19:57:57.617203 [ 3 ] {8d1f0097-92e1-4795-b2cd-36c9277b3bb3} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5751 2024.10.16 19:57:57.617262 [ 3 ] {8d1f0097-92e1-4795-b2cd-36c9277b3bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5752 2024.10.16 19:57:57.618286 [ 3 ] {8d1f0097-92e1-4795-b2cd-36c9277b3bb3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5753 2024.10.16 19:57:57.618976 [ 3 ] {8d1f0097-92e1-4795-b2cd-36c9277b3bb3} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5754 2024.10.16 19:57:57.619382 [ 192 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3262 rows, containing 5 columns (5 merged, 0 gathered) in 0.005974137 sec., 546020.2871142727 rows/sec., 47.70 MiB/sec.
5755 2024.10.16 19:57:57.619434 [ 3 ] {8d1f0097-92e1-4795-b2cd-36c9277b3bb3} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.004604 sec., 8470.89487402259 rows/sec., 636.97 KiB/sec.
5756 2024.10.16 19:57:57.619886 [ 199 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5757 2024.10.16 19:57:57.619932 [ 3 ] {8d1f0097-92e1-4795-b2cd-36c9277b3bb3} <Debug> DynamicQueryHandler: Done processing query
5758 2024.10.16 19:57:57.619988 [ 3 ] {8d1f0097-92e1-4795-b2cd-36c9277b3bb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5759 2024.10.16 19:57:57.620045 [ 3 ] {} <Debug> HTTP-Session: 9ecfab2d-b391-4673-b3e0-7c10c1f8e803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5760 2024.10.16 19:57:57.620206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5761 2024.10.16 19:57:57.620319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5762 2024.10.16 19:57:57.620411 [ 3 ] {} <Debug> HTTP-Session: 1d88287b-2fff-48a6-b6de-8265ff493aff Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5763 2024.10.16 19:57:57.620491 [ 3 ] {} <Debug> HTTP-Session: 1d88287b-2fff-48a6-b6de-8265ff493aff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5764 2024.10.16 19:57:57.620560 [ 3 ] {} <Debug> HTTP-Session: 1d88287b-2fff-48a6-b6de-8265ff493aff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5765 2024.10.16 19:57:57.620683 [ 3 ] {} <Trace> HTTP-Session: 1d88287b-2fff-48a6-b6de-8265ff493aff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5766 2024.10.16 19:57:57.620855 [ 3 ] {28a81f0b-05ec-428f-978b-13d5c5137eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5767 2024.10.16 19:57:57.620938 [ 3 ] {28a81f0b-05ec-428f-978b-13d5c5137eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5768 2024.10.16 19:57:57.620975 [ 199 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_31_6} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5769 2024.10.16 19:57:57.621214 [ 199 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_31_6} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5770 2024.10.16 19:57:57.621423 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
5771 2024.10.16 19:57:57.621557 [ 3 ] {28a81f0b-05ec-428f-978b-13d5c5137eab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5772 2024.10.16 19:57:57.621913 [ 3 ] {28a81f0b-05ec-428f-978b-13d5c5137eab} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5773 2024.10.16 19:57:57.621952 [ 3 ] {28a81f0b-05ec-428f-978b-13d5c5137eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5774 2024.10.16 19:57:57.622335 [ 3 ] {28a81f0b-05ec-428f-978b-13d5c5137eab} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5775 2024.10.16 19:57:57.622728 [ 3 ] {28a81f0b-05ec-428f-978b-13d5c5137eab} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5776 2024.10.16 19:57:57.622902 [ 3 ] {28a81f0b-05ec-428f-978b-13d5c5137eab} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002119 sec., 6606.890042472865 rows/sec., 462.70 KiB/sec.
5777 2024.10.16 19:57:57.623094 [ 3 ] {28a81f0b-05ec-428f-978b-13d5c5137eab} <Debug> DynamicQueryHandler: Done processing query
5778 2024.10.16 19:57:57.623119 [ 3 ] {28a81f0b-05ec-428f-978b-13d5c5137eab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5779 2024.10.16 19:57:57.623135 [ 3 ] {} <Debug> HTTP-Session: 1d88287b-2fff-48a6-b6de-8265ff493aff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5780 2024.10.16 19:57:57.623254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5781 2024.10.16 19:57:57.623304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5782 2024.10.16 19:57:57.623323 [ 3 ] {} <Debug> HTTP-Session: 595a15aa-a84c-48c9-ab57-136767a87227 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5783 2024.10.16 19:57:57.623341 [ 3 ] {} <Debug> HTTP-Session: 595a15aa-a84c-48c9-ab57-136767a87227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5784 2024.10.16 19:57:57.623355 [ 3 ] {} <Debug> HTTP-Session: 595a15aa-a84c-48c9-ab57-136767a87227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5785 2024.10.16 19:57:57.623386 [ 3 ] {} <Trace> HTTP-Session: 595a15aa-a84c-48c9-ab57-136767a87227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5786 2024.10.16 19:57:57.623482 [ 3 ] {43f5e721-0900-4e9d-90b2-c76c76a8e6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5787 2024.10.16 19:57:57.623526 [ 3 ] {43f5e721-0900-4e9d-90b2-c76c76a8e6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5788 2024.10.16 19:57:57.623754 [ 3 ] {43f5e721-0900-4e9d-90b2-c76c76a8e6e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5789 2024.10.16 19:57:57.624060 [ 3 ] {43f5e721-0900-4e9d-90b2-c76c76a8e6e8} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5790 2024.10.16 19:57:57.624095 [ 3 ] {43f5e721-0900-4e9d-90b2-c76c76a8e6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5791 2024.10.16 19:57:57.624447 [ 3 ] {43f5e721-0900-4e9d-90b2-c76c76a8e6e8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5792 2024.10.16 19:57:57.624810 [ 3 ] {43f5e721-0900-4e9d-90b2-c76c76a8e6e8} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5793 2024.10.16 19:57:57.624974 [ 3 ] {43f5e721-0900-4e9d-90b2-c76c76a8e6e8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 234.61 KiB/sec.
5794 2024.10.16 19:57:57.625129 [ 3 ] {43f5e721-0900-4e9d-90b2-c76c76a8e6e8} <Debug> DynamicQueryHandler: Done processing query
5795 2024.10.16 19:57:57.625152 [ 3 ] {43f5e721-0900-4e9d-90b2-c76c76a8e6e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5796 2024.10.16 19:57:57.625168 [ 3 ] {} <Debug> HTTP-Session: 595a15aa-a84c-48c9-ab57-136767a87227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5797 2024.10.16 19:57:57.625364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5798 2024.10.16 19:57:57.625415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5799 2024.10.16 19:57:57.625434 [ 3 ] {} <Debug> HTTP-Session: e252d6d5-07fb-4229-9beb-2bb6020d39ba Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5800 2024.10.16 19:57:57.625451 [ 3 ] {} <Debug> HTTP-Session: e252d6d5-07fb-4229-9beb-2bb6020d39ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5801 2024.10.16 19:57:57.625465 [ 3 ] {} <Debug> HTTP-Session: e252d6d5-07fb-4229-9beb-2bb6020d39ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5802 2024.10.16 19:57:57.625496 [ 3 ] {} <Trace> HTTP-Session: e252d6d5-07fb-4229-9beb-2bb6020d39ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5803 2024.10.16 19:57:57.625849 [ 3 ] {cf4f87bc-7734-4d6e-a13b-1f812ac5bc88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5804 2024.10.16 19:57:57.625894 [ 3 ] {cf4f87bc-7734-4d6e-a13b-1f812ac5bc88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5805 2024.10.16 19:57:57.626120 [ 3 ] {cf4f87bc-7734-4d6e-a13b-1f812ac5bc88} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5806 2024.10.16 19:57:57.626720 [ 3 ] {cf4f87bc-7734-4d6e-a13b-1f812ac5bc88} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5807 2024.10.16 19:57:57.626757 [ 3 ] {cf4f87bc-7734-4d6e-a13b-1f812ac5bc88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5808 2024.10.16 19:57:57.627170 [ 3 ] {cf4f87bc-7734-4d6e-a13b-1f812ac5bc88} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5809 2024.10.16 19:57:57.627546 [ 3 ] {cf4f87bc-7734-4d6e-a13b-1f812ac5bc88} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5810 2024.10.16 19:57:57.627678 [ 3 ] {cf4f87bc-7734-4d6e-a13b-1f812ac5bc88} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002072 sec., 203185.32818532817 rows/sec., 14.52 MiB/sec.
5811 2024.10.16 19:57:57.627710 [ 149 ] {} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5812 2024.10.16 19:57:57.627767 [ 149 ] {} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5813 2024.10.16 19:57:57.627801 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5814 2024.10.16 19:57:57.627905 [ 3 ] {cf4f87bc-7734-4d6e-a13b-1f812ac5bc88} <Debug> DynamicQueryHandler: Done processing query
5815 2024.10.16 19:57:57.627971 [ 3 ] {cf4f87bc-7734-4d6e-a13b-1f812ac5bc88} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
5816 2024.10.16 19:57:57.628009 [ 3 ] {} <Debug> HTTP-Session: e252d6d5-07fb-4229-9beb-2bb6020d39ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5817 2024.10.16 19:57:57.628041 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
5818 2024.10.16 19:57:57.628208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5819 2024.10.16 19:57:57.628326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5820 2024.10.16 19:57:57.628341 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5821 2024.10.16 19:57:57.628362 [ 3 ] {} <Debug> HTTP-Session: ed4103b4-3a47-4c73-b75a-d5fc9bafeaeb Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5822 2024.10.16 19:57:57.628417 [ 3 ] {} <Debug> HTTP-Session: ed4103b4-3a47-4c73-b75a-d5fc9bafeaeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5823 2024.10.16 19:57:57.628436 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
5824 2024.10.16 19:57:57.628447 [ 3 ] {} <Debug> HTTP-Session: ed4103b4-3a47-4c73-b75a-d5fc9bafeaeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5825 2024.10.16 19:57:57.628528 [ 3 ] {} <Trace> HTTP-Session: ed4103b4-3a47-4c73-b75a-d5fc9bafeaeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5826 2024.10.16 19:57:57.628695 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part
5827 2024.10.16 19:57:57.629049 [ 3 ] {0c5e115e-6882-401c-9387-55bd57481db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5828 2024.10.16 19:57:57.629074 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 860 rows starting from the beginning of the part
5829 2024.10.16 19:57:57.629259 [ 3 ] {0c5e115e-6882-401c-9387-55bd57481db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5830 2024.10.16 19:57:57.629345 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 93 rows starting from the beginning of the part
5831 2024.10.16 19:57:57.629739 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part
5832 2024.10.16 19:57:57.630094 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 421 rows starting from the beginning of the part
5833 2024.10.16 19:57:57.630904 [ 3 ] {0c5e115e-6882-401c-9387-55bd57481db9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5834 2024.10.16 19:57:57.632398 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.004514684 sec., 534035.1617078847 rows/sec., 40.95 MiB/sec.
5835 2024.10.16 19:57:57.632658 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5836 2024.10.16 19:57:57.632910 [ 3 ] {0c5e115e-6882-401c-9387-55bd57481db9} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5837 2024.10.16 19:57:57.632977 [ 3 ] {0c5e115e-6882-401c-9387-55bd57481db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5838 2024.10.16 19:57:57.633276 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_31_6} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5839 2024.10.16 19:57:57.633450 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_31_6} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5840 2024.10.16 19:57:57.633578 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
5841 2024.10.16 19:57:57.633638 [ 3 ] {0c5e115e-6882-401c-9387-55bd57481db9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5842 2024.10.16 19:57:57.634081 [ 3 ] {0c5e115e-6882-401c-9387-55bd57481db9} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5843 2024.10.16 19:57:57.634254 [ 3 ] {0c5e115e-6882-401c-9387-55bd57481db9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005456 sec., 1099.7067448680352 rows/sec., 57.46 KiB/sec.
5844 2024.10.16 19:57:57.634476 [ 3 ] {0c5e115e-6882-401c-9387-55bd57481db9} <Debug> DynamicQueryHandler: Done processing query
5845 2024.10.16 19:57:57.634502 [ 3 ] {0c5e115e-6882-401c-9387-55bd57481db9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5846 2024.10.16 19:57:57.634518 [ 3 ] {} <Debug> HTTP-Session: ed4103b4-3a47-4c73-b75a-d5fc9bafeaeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5847 2024.10.16 19:57:57.634693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5848 2024.10.16 19:57:57.634745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5849 2024.10.16 19:57:57.634764 [ 3 ] {} <Debug> HTTP-Session: b0e5e435-e248-49dd-9ba6-a7e31a0432ff Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5850 2024.10.16 19:57:57.634781 [ 3 ] {} <Debug> HTTP-Session: b0e5e435-e248-49dd-9ba6-a7e31a0432ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5851 2024.10.16 19:57:57.634796 [ 3 ] {} <Debug> HTTP-Session: b0e5e435-e248-49dd-9ba6-a7e31a0432ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5852 2024.10.16 19:57:57.634834 [ 3 ] {} <Trace> HTTP-Session: b0e5e435-e248-49dd-9ba6-a7e31a0432ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5853 2024.10.16 19:57:57.635053 [ 3 ] {d06947f8-5299-4fb2-aa34-f3faefd248b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5854 2024.10.16 19:57:57.635102 [ 3 ] {d06947f8-5299-4fb2-aa34-f3faefd248b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5855 2024.10.16 19:57:57.635256 [ 3 ] {d06947f8-5299-4fb2-aa34-f3faefd248b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5856 2024.10.16 19:57:57.635734 [ 3 ] {d06947f8-5299-4fb2-aa34-f3faefd248b4} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5857 2024.10.16 19:57:57.635772 [ 3 ] {d06947f8-5299-4fb2-aa34-f3faefd248b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5858 2024.10.16 19:57:57.636193 [ 3 ] {d06947f8-5299-4fb2-aa34-f3faefd248b4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5859 2024.10.16 19:57:57.636547 [ 3 ] {d06947f8-5299-4fb2-aa34-f3faefd248b4} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5860 2024.10.16 19:57:57.636677 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5861 2024.10.16 19:57:57.636683 [ 3 ] {d06947f8-5299-4fb2-aa34-f3faefd248b4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00176 sec., 134659.0909090909 rows/sec., 9.03 MiB/sec.
5862 2024.10.16 19:57:57.636722 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5863 2024.10.16 19:57:57.636767 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5864 2024.10.16 19:57:57.636891 [ 192 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::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
5865 2024.10.16 19:57:57.636914 [ 3 ] {d06947f8-5299-4fb2-aa34-f3faefd248b4} <Debug> DynamicQueryHandler: Done processing query
5866 2024.10.16 19:57:57.636942 [ 3 ] {d06947f8-5299-4fb2-aa34-f3faefd248b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5867 2024.10.16 19:57:57.636961 [ 3 ] {} <Debug> HTTP-Session: b0e5e435-e248-49dd-9ba6-a7e31a0432ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5868 2024.10.16 19:57:57.637033 [ 192 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5869 2024.10.16 19:57:57.637066 [ 192 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7800 rows starting from the beginning of the part
5870 2024.10.16 19:57:57.637104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5871 2024.10.16 19:57:57.637250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5872 2024.10.16 19:57:57.637261 [ 192 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part
5873 2024.10.16 19:57:57.637331 [ 3 ] {} <Debug> HTTP-Session: 8a164b89-ace4-4e3b-aacf-a208f8d711c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5874 2024.10.16 19:57:57.637401 [ 3 ] {} <Debug> HTTP-Session: 8a164b89-ace4-4e3b-aacf-a208f8d711c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5875 2024.10.16 19:57:57.637500 [ 3 ] {} <Debug> HTTP-Session: 8a164b89-ace4-4e3b-aacf-a208f8d711c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5876 2024.10.16 19:57:57.637651 [ 3 ] {} <Trace> HTTP-Session: 8a164b89-ace4-4e3b-aacf-a208f8d711c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5877 2024.10.16 19:57:57.637649 [ 192 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 990 rows starting from the beginning of the part
5878 2024.10.16 19:57:57.637832 [ 192 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 99 rows starting from the beginning of the part
5879 2024.10.16 19:57:57.637941 [ 3 ] {090e9de2-6982-4a59-a30c-b000a7be517e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5880 2024.10.16 19:57:57.638153 [ 3 ] {090e9de2-6982-4a59-a30c-b000a7be517e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5881 2024.10.16 19:57:57.638214 [ 192 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part
5882 2024.10.16 19:57:57.638610 [ 192 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part
5883 2024.10.16 19:57:57.639149 [ 3 ] {090e9de2-6982-4a59-a30c-b000a7be517e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5884 2024.10.16 19:57:57.639600 [ 3 ] {090e9de2-6982-4a59-a30c-b000a7be517e} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5885 2024.10.16 19:57:57.639637 [ 3 ] {090e9de2-6982-4a59-a30c-b000a7be517e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5886 2024.10.16 19:57:57.640062 [ 3 ] {090e9de2-6982-4a59-a30c-b000a7be517e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5887 2024.10.16 19:57:57.640587 [ 3 ] {090e9de2-6982-4a59-a30c-b000a7be517e} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5888 2024.10.16 19:57:57.640775 [ 3 ] {090e9de2-6982-4a59-a30c-b000a7be517e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002948 sec., 339.2130257801899 rows/sec., 22.86 KiB/sec.
5889 2024.10.16 19:57:57.641130 [ 3 ] {090e9de2-6982-4a59-a30c-b000a7be517e} <Debug> DynamicQueryHandler: Done processing query
5890 2024.10.16 19:57:57.641156 [ 3 ] {090e9de2-6982-4a59-a30c-b000a7be517e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5891 2024.10.16 19:57:57.641174 [ 3 ] {} <Debug> HTTP-Session: 8a164b89-ace4-4e3b-aacf-a208f8d711c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5892 2024.10.16 19:57:57.641360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 64998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5893 2024.10.16 19:57:57.641436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5894 2024.10.16 19:57:57.641479 [ 3 ] {} <Debug> HTTP-Session: 3ed7e573-f77d-4849-a059-263142f44403 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5895 2024.10.16 19:57:57.641498 [ 3 ] {} <Debug> HTTP-Session: 3ed7e573-f77d-4849-a059-263142f44403 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5896 2024.10.16 19:57:57.641513 [ 3 ] {} <Debug> HTTP-Session: 3ed7e573-f77d-4849-a059-263142f44403 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5897 2024.10.16 19:57:57.641547 [ 3 ] {} <Trace> HTTP-Session: 3ed7e573-f77d-4849-a059-263142f44403 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5898 2024.10.16 19:57:57.642366 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9446 rows, containing 5 columns (5 merged, 0 gathered) in 0.005524887 sec., 1709718.2259112268 rows/sec., 115.43 MiB/sec.
5899 2024.10.16 19:57:57.642463 [ 3 ] {6240c78b-b7f4-49dc-bb8a-89b8072873f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5900 2024.10.16 19:57:57.642565 [ 3 ] {6240c78b-b7f4-49dc-bb8a-89b8072873f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5901 2024.10.16 19:57:57.642632 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5902 2024.10.16 19:57:57.644026 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5903 2024.10.16 19:57:57.644255 [ 3 ] {6240c78b-b7f4-49dc-bb8a-89b8072873f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5904 2024.10.16 19:57:57.644271 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5905 2024.10.16 19:57:57.644473 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
5906 2024.10.16 19:57:57.645258 [ 3 ] {6240c78b-b7f4-49dc-bb8a-89b8072873f7} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5907 2024.10.16 19:57:57.645301 [ 3 ] {6240c78b-b7f4-49dc-bb8a-89b8072873f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5908 2024.10.16 19:57:57.646057 [ 3 ] {6240c78b-b7f4-49dc-bb8a-89b8072873f7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5909 2024.10.16 19:57:57.646503 [ 3 ] {6240c78b-b7f4-49dc-bb8a-89b8072873f7} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5910 2024.10.16 19:57:57.646714 [ 3 ] {6240c78b-b7f4-49dc-bb8a-89b8072873f7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005035 sec., 7745.7795431976165 rows/sec., 13.88 MiB/sec.
5911 2024.10.16 19:57:57.647278 [ 3 ] {6240c78b-b7f4-49dc-bb8a-89b8072873f7} <Debug> DynamicQueryHandler: Done processing query
5912 2024.10.16 19:57:57.647325 [ 3 ] {6240c78b-b7f4-49dc-bb8a-89b8072873f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
5913 2024.10.16 19:57:57.647347 [ 3 ] {} <Debug> HTTP-Session: 3ed7e573-f77d-4849-a059-263142f44403 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5914 2024.10.16 19:57:57.647489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5915 2024.10.16 19:57:57.647543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5916 2024.10.16 19:57:57.647570 [ 3 ] {} <Debug> HTTP-Session: 28a14682-9067-4a7a-b910-9c0a01229c6c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5917 2024.10.16 19:57:57.647587 [ 3 ] {} <Debug> HTTP-Session: 28a14682-9067-4a7a-b910-9c0a01229c6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5918 2024.10.16 19:57:57.647604 [ 3 ] {} <Debug> HTTP-Session: 28a14682-9067-4a7a-b910-9c0a01229c6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5919 2024.10.16 19:57:57.647643 [ 3 ] {} <Trace> HTTP-Session: 28a14682-9067-4a7a-b910-9c0a01229c6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5920 2024.10.16 19:57:57.647786 [ 3 ] {7b3a5358-60c6-406f-8db1-b748df58da1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5921 2024.10.16 19:57:57.647835 [ 3 ] {7b3a5358-60c6-406f-8db1-b748df58da1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5922 2024.10.16 19:57:57.647989 [ 3 ] {7b3a5358-60c6-406f-8db1-b748df58da1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5923 2024.10.16 19:57:57.648384 [ 3 ] {7b3a5358-60c6-406f-8db1-b748df58da1e} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5924 2024.10.16 19:57:57.648438 [ 3 ] {7b3a5358-60c6-406f-8db1-b748df58da1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5925 2024.10.16 19:57:57.648893 [ 3 ] {7b3a5358-60c6-406f-8db1-b748df58da1e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5926 2024.10.16 19:57:57.649260 [ 3 ] {7b3a5358-60c6-406f-8db1-b748df58da1e} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5927 2024.10.16 19:57:57.649399 [ 3 ] {7b3a5358-60c6-406f-8db1-b748df58da1e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001662 sec., 49338.146811071 rows/sec., 3.13 MiB/sec.
5928 2024.10.16 19:57:57.649400 [ 149 ] {} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5929 2024.10.16 19:57:57.649461 [ 149 ] {} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5930 2024.10.16 19:57:57.649495 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5931 2024.10.16 19:57:57.649603 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::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
5932 2024.10.16 19:57:57.649618 [ 3 ] {7b3a5358-60c6-406f-8db1-b748df58da1e} <Debug> DynamicQueryHandler: Done processing query
5933 2024.10.16 19:57:57.649649 [ 3 ] {7b3a5358-60c6-406f-8db1-b748df58da1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5934 2024.10.16 19:57:57.649676 [ 3 ] {} <Debug> HTTP-Session: 28a14682-9067-4a7a-b910-9c0a01229c6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5935 2024.10.16 19:57:57.649737 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5936 2024.10.16 19:57:57.649765 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1462 rows starting from the beginning of the part
5937 2024.10.16 19:57:57.649823 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part
5938 2024.10.16 19:57:57.650041 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 46 rows starting from the beginning of the part
5939 2024.10.16 19:57:57.650199 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part
5940 2024.10.16 19:57:57.650367 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part
5941 2024.10.16 19:57:57.650510 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part
5942 2024.10.16 19:57:57.651721 [ 197 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1746 rows, containing 4 columns (4 merged, 0 gathered) in 0.002163799 sec., 806914.1357399647 rows/sec., 52.71 MiB/sec.
5943 2024.10.16 19:57:57.652013 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5944 2024.10.16 19:57:57.652574 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_31_6} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5945 2024.10.16 19:57:57.652682 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_31_6} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5946 2024.10.16 19:57:57.652790 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
5947 2024.10.16 19:58:01.423117 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache
5948 2024.10.16 19:58:01.423192 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache
5949 2024.10.16 19:58:01.583009 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 600
5950 2024.10.16 19:58:01.585861 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5951 2024.10.16 19:58:01.585922 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5952 2024.10.16 19:58:01.587473 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5953 2024.10.16 19:58:01.588504 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5954 2024.10.16 19:58:01.589307 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 600
5955 2024.10.16 19:58:02.604434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5956 2024.10.16 19:58:02.604548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5957 2024.10.16 19:58:02.604575 [ 3 ] {} <Debug> HTTP-Session: 8465c47e-3ede-4eb5-bd37-df262e4b3f61 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5958 2024.10.16 19:58:02.604602 [ 3 ] {} <Debug> HTTP-Session: 8465c47e-3ede-4eb5-bd37-df262e4b3f61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5959 2024.10.16 19:58:02.604618 [ 3 ] {} <Debug> HTTP-Session: 8465c47e-3ede-4eb5-bd37-df262e4b3f61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5960 2024.10.16 19:58:02.604676 [ 3 ] {} <Trace> HTTP-Session: 8465c47e-3ede-4eb5-bd37-df262e4b3f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5961 2024.10.16 19:58:02.604879 [ 3 ] {7537a3ef-980b-42fd-91ed-ba27a1a7e0dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5962 2024.10.16 19:58:02.604956 [ 3 ] {7537a3ef-980b-42fd-91ed-ba27a1a7e0dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5963 2024.10.16 19:58:02.605345 [ 3 ] {7537a3ef-980b-42fd-91ed-ba27a1a7e0dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5964 2024.10.16 19:58:02.605827 [ 3 ] {7537a3ef-980b-42fd-91ed-ba27a1a7e0dd} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5965 2024.10.16 19:58:02.605875 [ 3 ] {7537a3ef-980b-42fd-91ed-ba27a1a7e0dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5966 2024.10.16 19:58:02.606299 [ 3 ] {7537a3ef-980b-42fd-91ed-ba27a1a7e0dd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5967 2024.10.16 19:58:02.606705 [ 3 ] {7537a3ef-980b-42fd-91ed-ba27a1a7e0dd} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5968 2024.10.16 19:58:02.606857 [ 3 ] {7537a3ef-980b-42fd-91ed-ba27a1a7e0dd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002037 sec., 981.8360333824251 rows/sec., 80.06 KiB/sec.
5969 2024.10.16 19:58:02.607251 [ 3 ] {7537a3ef-980b-42fd-91ed-ba27a1a7e0dd} <Debug> DynamicQueryHandler: Done processing query
5970 2024.10.16 19:58:02.607281 [ 3 ] {7537a3ef-980b-42fd-91ed-ba27a1a7e0dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5971 2024.10.16 19:58:02.607300 [ 3 ] {} <Debug> HTTP-Session: 8465c47e-3ede-4eb5-bd37-df262e4b3f61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5972 2024.10.16 19:58:02.607453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5973 2024.10.16 19:58:02.607519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5974 2024.10.16 19:58:02.607541 [ 3 ] {} <Debug> HTTP-Session: e0a7808c-90b0-4a72-a556-2ac7c84b6475 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5975 2024.10.16 19:58:02.607561 [ 3 ] {} <Debug> HTTP-Session: e0a7808c-90b0-4a72-a556-2ac7c84b6475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5976 2024.10.16 19:58:02.607576 [ 3 ] {} <Debug> HTTP-Session: e0a7808c-90b0-4a72-a556-2ac7c84b6475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5977 2024.10.16 19:58:02.607612 [ 3 ] {} <Trace> HTTP-Session: e0a7808c-90b0-4a72-a556-2ac7c84b6475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5978 2024.10.16 19:58:02.607742 [ 3 ] {59f56b1a-d71b-4e07-98ed-da15aa16a107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5979 2024.10.16 19:58:02.607791 [ 3 ] {59f56b1a-d71b-4e07-98ed-da15aa16a107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5980 2024.10.16 19:58:02.608051 [ 3 ] {59f56b1a-d71b-4e07-98ed-da15aa16a107} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5981 2024.10.16 19:58:02.608451 [ 3 ] {59f56b1a-d71b-4e07-98ed-da15aa16a107} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5982 2024.10.16 19:58:02.608488 [ 3 ] {59f56b1a-d71b-4e07-98ed-da15aa16a107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
5983 2024.10.16 19:58:02.608855 [ 3 ] {59f56b1a-d71b-4e07-98ed-da15aa16a107} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5984 2024.10.16 19:58:02.609230 [ 3 ] {59f56b1a-d71b-4e07-98ed-da15aa16a107} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5985 2024.10.16 19:58:02.609361 [ 3 ] {59f56b1a-d71b-4e07-98ed-da15aa16a107} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001661 sec., 34316.676700782664 rows/sec., 2.62 MiB/sec.
5986 2024.10.16 19:58:02.609544 [ 3 ] {59f56b1a-d71b-4e07-98ed-da15aa16a107} <Debug> DynamicQueryHandler: Done processing query
5987 2024.10.16 19:58:02.609569 [ 3 ] {59f56b1a-d71b-4e07-98ed-da15aa16a107} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
5988 2024.10.16 19:58:02.609585 [ 3 ] {} <Debug> HTTP-Session: e0a7808c-90b0-4a72-a556-2ac7c84b6475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5989 2024.10.16 19:58:02.609703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5990 2024.10.16 19:58:02.609754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5991 2024.10.16 19:58:02.609774 [ 3 ] {} <Debug> HTTP-Session: b1a8e748-413e-4f25-a45f-c06d9071e892 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
5992 2024.10.16 19:58:02.609791 [ 3 ] {} <Debug> HTTP-Session: b1a8e748-413e-4f25-a45f-c06d9071e892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5993 2024.10.16 19:58:02.609805 [ 3 ] {} <Debug> HTTP-Session: b1a8e748-413e-4f25-a45f-c06d9071e892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5994 2024.10.16 19:58:02.609837 [ 3 ] {} <Trace> HTTP-Session: b1a8e748-413e-4f25-a45f-c06d9071e892 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5995 2024.10.16 19:58:02.609935 [ 3 ] {1a36775d-5d63-4bd1-9de8-5171e274b1d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5996 2024.10.16 19:58:02.609978 [ 3 ] {1a36775d-5d63-4bd1-9de8-5171e274b1d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5997 2024.10.16 19:58:02.610203 [ 3 ] {1a36775d-5d63-4bd1-9de8-5171e274b1d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5998 2024.10.16 19:58:02.610521 [ 3 ] {1a36775d-5d63-4bd1-9de8-5171e274b1d2} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5999 2024.10.16 19:58:02.610557 [ 3 ] {1a36775d-5d63-4bd1-9de8-5171e274b1d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
6000 2024.10.16 19:58:02.610899 [ 3 ] {1a36775d-5d63-4bd1-9de8-5171e274b1d2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6001 2024.10.16 19:58:02.611264 [ 3 ] {1a36775d-5d63-4bd1-9de8-5171e274b1d2} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6002 2024.10.16 19:58:02.611397 [ 3 ] {1a36775d-5d63-4bd1-9de8-5171e274b1d2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001489 sec., 1343.183344526528 rows/sec., 93.79 KiB/sec.
6003 2024.10.16 19:58:02.611570 [ 3 ] {1a36775d-5d63-4bd1-9de8-5171e274b1d2} <Debug> DynamicQueryHandler: Done processing query
6004 2024.10.16 19:58:02.611596 [ 3 ] {1a36775d-5d63-4bd1-9de8-5171e274b1d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6005 2024.10.16 19:58:02.611611 [ 3 ] {} <Debug> HTTP-Session: b1a8e748-413e-4f25-a45f-c06d9071e892 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6006 2024.10.16 19:58:02.611734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 11223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6007 2024.10.16 19:58:02.611785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6008 2024.10.16 19:58:02.611804 [ 3 ] {} <Debug> HTTP-Session: 80b449c3-c7a4-4d86-84c9-f0cbb1fa3cea Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6009 2024.10.16 19:58:02.611822 [ 3 ] {} <Debug> HTTP-Session: 80b449c3-c7a4-4d86-84c9-f0cbb1fa3cea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6010 2024.10.16 19:58:02.611836 [ 3 ] {} <Debug> HTTP-Session: 80b449c3-c7a4-4d86-84c9-f0cbb1fa3cea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6011 2024.10.16 19:58:02.611867 [ 3 ] {} <Trace> HTTP-Session: 80b449c3-c7a4-4d86-84c9-f0cbb1fa3cea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6012 2024.10.16 19:58:02.612015 [ 3 ] {00a13d6c-682d-4859-8b01-e9551314b5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6013 2024.10.16 19:58:02.612059 [ 3 ] {00a13d6c-682d-4859-8b01-e9551314b5b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6014 2024.10.16 19:58:02.612282 [ 3 ] {00a13d6c-682d-4859-8b01-e9551314b5b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6015 2024.10.16 19:58:02.612660 [ 3 ] {00a13d6c-682d-4859-8b01-e9551314b5b2} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6016 2024.10.16 19:58:02.612697 [ 3 ] {00a13d6c-682d-4859-8b01-e9551314b5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
6017 2024.10.16 19:58:02.613057 [ 3 ] {00a13d6c-682d-4859-8b01-e9551314b5b2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6018 2024.10.16 19:58:02.613431 [ 3 ] {00a13d6c-682d-4859-8b01-e9551314b5b2} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6019 2024.10.16 19:58:02.613565 [ 3 ] {00a13d6c-682d-4859-8b01-e9551314b5b2} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001589 sec., 41535.55695405916 rows/sec., 3.24 MiB/sec.
6020 2024.10.16 19:58:02.613878 [ 3 ] {00a13d6c-682d-4859-8b01-e9551314b5b2} <Debug> DynamicQueryHandler: Done processing query
6021 2024.10.16 19:58:02.613941 [ 3 ] {00a13d6c-682d-4859-8b01-e9551314b5b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6022 2024.10.16 19:58:02.613958 [ 3 ] {} <Debug> HTTP-Session: 80b449c3-c7a4-4d86-84c9-f0cbb1fa3cea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6023 2024.10.16 19:58:02.614120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6024 2024.10.16 19:58:02.614173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6025 2024.10.16 19:58:02.614193 [ 3 ] {} <Debug> HTTP-Session: d73fa36f-ef11-42e8-bdbd-2129d56909a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6026 2024.10.16 19:58:02.614210 [ 3 ] {} <Debug> HTTP-Session: d73fa36f-ef11-42e8-bdbd-2129d56909a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6027 2024.10.16 19:58:02.614224 [ 3 ] {} <Debug> HTTP-Session: d73fa36f-ef11-42e8-bdbd-2129d56909a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6028 2024.10.16 19:58:02.614256 [ 3 ] {} <Trace> HTTP-Session: d73fa36f-ef11-42e8-bdbd-2129d56909a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6029 2024.10.16 19:58:02.614409 [ 3 ] {cffbcf77-16ca-4bcc-85f0-4a350c7815af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6030 2024.10.16 19:58:02.614459 [ 3 ] {cffbcf77-16ca-4bcc-85f0-4a350c7815af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6031 2024.10.16 19:58:02.614622 [ 3 ] {cffbcf77-16ca-4bcc-85f0-4a350c7815af} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6032 2024.10.16 19:58:02.615029 [ 3 ] {cffbcf77-16ca-4bcc-85f0-4a350c7815af} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6033 2024.10.16 19:58:02.615065 [ 3 ] {cffbcf77-16ca-4bcc-85f0-4a350c7815af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
6034 2024.10.16 19:58:02.615462 [ 3 ] {cffbcf77-16ca-4bcc-85f0-4a350c7815af} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6035 2024.10.16 19:58:02.615807 [ 3 ] {cffbcf77-16ca-4bcc-85f0-4a350c7815af} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6036 2024.10.16 19:58:02.615937 [ 3 ] {cffbcf77-16ca-4bcc-85f0-4a350c7815af} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.0016 sec., 100625 rows/sec., 7.01 MiB/sec.
6037 2024.10.16 19:58:02.616107 [ 3 ] {cffbcf77-16ca-4bcc-85f0-4a350c7815af} <Debug> DynamicQueryHandler: Done processing query
6038 2024.10.16 19:58:02.616131 [ 3 ] {cffbcf77-16ca-4bcc-85f0-4a350c7815af} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6039 2024.10.16 19:58:02.616146 [ 3 ] {} <Debug> HTTP-Session: d73fa36f-ef11-42e8-bdbd-2129d56909a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6040 2024.10.16 19:58:02.616266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6041 2024.10.16 19:58:02.616315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6042 2024.10.16 19:58:02.616334 [ 3 ] {} <Debug> HTTP-Session: 4a4789ba-5e2d-47b5-9491-4f14eb2dca34 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6043 2024.10.16 19:58:02.616351 [ 3 ] {} <Debug> HTTP-Session: 4a4789ba-5e2d-47b5-9491-4f14eb2dca34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6044 2024.10.16 19:58:02.616366 [ 3 ] {} <Debug> HTTP-Session: 4a4789ba-5e2d-47b5-9491-4f14eb2dca34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6045 2024.10.16 19:58:02.616396 [ 3 ] {} <Trace> HTTP-Session: 4a4789ba-5e2d-47b5-9491-4f14eb2dca34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6046 2024.10.16 19:58:02.616509 [ 3 ] {b5508af8-a349-4621-91de-c313b48a19b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6047 2024.10.16 19:58:02.616552 [ 3 ] {b5508af8-a349-4621-91de-c313b48a19b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6048 2024.10.16 19:58:02.616677 [ 3 ] {b5508af8-a349-4621-91de-c313b48a19b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6049 2024.10.16 19:58:02.617009 [ 3 ] {b5508af8-a349-4621-91de-c313b48a19b4} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6050 2024.10.16 19:58:02.617045 [ 3 ] {b5508af8-a349-4621-91de-c313b48a19b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB.
6051 2024.10.16 19:58:02.617407 [ 3 ] {b5508af8-a349-4621-91de-c313b48a19b4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6052 2024.10.16 19:58:02.617743 [ 3 ] {b5508af8-a349-4621-91de-c313b48a19b4} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6053 2024.10.16 19:58:02.617880 [ 3 ] {b5508af8-a349-4621-91de-c313b48a19b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec.
6054 2024.10.16 19:58:02.618049 [ 3 ] {b5508af8-a349-4621-91de-c313b48a19b4} <Debug> DynamicQueryHandler: Done processing query
6055 2024.10.16 19:58:02.618083 [ 3 ] {b5508af8-a349-4621-91de-c313b48a19b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6056 2024.10.16 19:58:02.618100 [ 3 ] {} <Debug> HTTP-Session: 4a4789ba-5e2d-47b5-9491-4f14eb2dca34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6057 2024.10.16 19:58:07.611218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6058 2024.10.16 19:58:07.611345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6059 2024.10.16 19:58:07.611370 [ 3 ] {} <Debug> HTTP-Session: c3c30d4d-37ba-43eb-90a3-8a6951aa4073 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6060 2024.10.16 19:58:07.611395 [ 3 ] {} <Debug> HTTP-Session: c3c30d4d-37ba-43eb-90a3-8a6951aa4073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6061 2024.10.16 19:58:07.611410 [ 3 ] {} <Debug> HTTP-Session: c3c30d4d-37ba-43eb-90a3-8a6951aa4073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6062 2024.10.16 19:58:07.611462 [ 3 ] {} <Trace> HTTP-Session: c3c30d4d-37ba-43eb-90a3-8a6951aa4073 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6063 2024.10.16 19:58:07.611639 [ 3 ] {cf9f870e-b2db-436a-8afc-bbda8cf38bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6064 2024.10.16 19:58:07.611706 [ 3 ] {cf9f870e-b2db-436a-8afc-bbda8cf38bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6065 2024.10.16 19:58:07.612039 [ 3 ] {cf9f870e-b2db-436a-8afc-bbda8cf38bc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6066 2024.10.16 19:58:07.612500 [ 3 ] {cf9f870e-b2db-436a-8afc-bbda8cf38bc4} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6067 2024.10.16 19:58:07.612541 [ 3 ] {cf9f870e-b2db-436a-8afc-bbda8cf38bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6068 2024.10.16 19:58:07.612943 [ 3 ] {cf9f870e-b2db-436a-8afc-bbda8cf38bc4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6069 2024.10.16 19:58:07.613332 [ 3 ] {cf9f870e-b2db-436a-8afc-bbda8cf38bc4} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6070 2024.10.16 19:58:07.613494 [ 3 ] {cf9f870e-b2db-436a-8afc-bbda8cf38bc4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001902 sec., 1051.5247108307044 rows/sec., 85.74 KiB/sec.
6071 2024.10.16 19:58:07.613711 [ 3 ] {cf9f870e-b2db-436a-8afc-bbda8cf38bc4} <Debug> DynamicQueryHandler: Done processing query
6072 2024.10.16 19:58:07.613737 [ 3 ] {cf9f870e-b2db-436a-8afc-bbda8cf38bc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6073 2024.10.16 19:58:07.613754 [ 3 ] {} <Debug> HTTP-Session: c3c30d4d-37ba-43eb-90a3-8a6951aa4073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6074 2024.10.16 19:58:07.613917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6075 2024.10.16 19:58:07.613968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6076 2024.10.16 19:58:07.613988 [ 3 ] {} <Debug> HTTP-Session: 4ca585ef-b2b1-44c4-b8f2-62275df3be59 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6077 2024.10.16 19:58:07.614005 [ 3 ] {} <Debug> HTTP-Session: 4ca585ef-b2b1-44c4-b8f2-62275df3be59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6078 2024.10.16 19:58:07.614019 [ 3 ] {} <Debug> HTTP-Session: 4ca585ef-b2b1-44c4-b8f2-62275df3be59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6079 2024.10.16 19:58:07.614051 [ 3 ] {} <Trace> HTTP-Session: 4ca585ef-b2b1-44c4-b8f2-62275df3be59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6080 2024.10.16 19:58:07.614226 [ 3 ] {beebdced-ee1a-4630-bac6-5e36fad51058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6081 2024.10.16 19:58:07.614269 [ 3 ] {beebdced-ee1a-4630-bac6-5e36fad51058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6082 2024.10.16 19:58:07.614492 [ 3 ] {beebdced-ee1a-4630-bac6-5e36fad51058} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6083 2024.10.16 19:58:07.615009 [ 3 ] {beebdced-ee1a-4630-bac6-5e36fad51058} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6084 2024.10.16 19:58:07.615047 [ 3 ] {beebdced-ee1a-4630-bac6-5e36fad51058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6085 2024.10.16 19:58:07.615422 [ 3 ] {beebdced-ee1a-4630-bac6-5e36fad51058} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6086 2024.10.16 19:58:07.615793 [ 3 ] {beebdced-ee1a-4630-bac6-5e36fad51058} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6087 2024.10.16 19:58:07.615956 [ 3 ] {beebdced-ee1a-4630-bac6-5e36fad51058} <Debug> executeQuery: Read 268 rows, 24.33 KiB in 0.001816 sec., 147577.09251101324 rows/sec., 13.08 MiB/sec.
6088 2024.10.16 19:58:07.616240 [ 3 ] {beebdced-ee1a-4630-bac6-5e36fad51058} <Debug> DynamicQueryHandler: Done processing query
6089 2024.10.16 19:58:07.616274 [ 3 ] {beebdced-ee1a-4630-bac6-5e36fad51058} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
6090 2024.10.16 19:58:07.616303 [ 3 ] {} <Debug> HTTP-Session: 4ca585ef-b2b1-44c4-b8f2-62275df3be59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6091 2024.10.16 19:58:07.616436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6092 2024.10.16 19:58:07.616491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6093 2024.10.16 19:58:07.616511 [ 3 ] {} <Debug> HTTP-Session: f6e41a05-b8a1-4dcd-ba72-0ea9a11aaed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6094 2024.10.16 19:58:07.616528 [ 3 ] {} <Debug> HTTP-Session: f6e41a05-b8a1-4dcd-ba72-0ea9a11aaed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6095 2024.10.16 19:58:07.616542 [ 3 ] {} <Debug> HTTP-Session: f6e41a05-b8a1-4dcd-ba72-0ea9a11aaed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6096 2024.10.16 19:58:07.616576 [ 3 ] {} <Trace> HTTP-Session: f6e41a05-b8a1-4dcd-ba72-0ea9a11aaed6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6097 2024.10.16 19:58:07.616711 [ 3 ] {784ca44f-acc0-445b-8951-eec666973df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6098 2024.10.16 19:58:07.616756 [ 3 ] {784ca44f-acc0-445b-8951-eec666973df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6099 2024.10.16 19:58:07.617003 [ 3 ] {784ca44f-acc0-445b-8951-eec666973df1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6100 2024.10.16 19:58:07.617363 [ 3 ] {784ca44f-acc0-445b-8951-eec666973df1} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6101 2024.10.16 19:58:07.617400 [ 3 ] {784ca44f-acc0-445b-8951-eec666973df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6102 2024.10.16 19:58:07.617745 [ 3 ] {784ca44f-acc0-445b-8951-eec666973df1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6103 2024.10.16 19:58:07.618169 [ 3 ] {784ca44f-acc0-445b-8951-eec666973df1} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6104 2024.10.16 19:58:07.618362 [ 3 ] {784ca44f-acc0-445b-8951-eec666973df1} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001676 sec., 24463.007159904537 rows/sec., 1.79 MiB/sec.
6105 2024.10.16 19:58:07.618588 [ 3 ] {784ca44f-acc0-445b-8951-eec666973df1} <Debug> DynamicQueryHandler: Done processing query
6106 2024.10.16 19:58:07.618613 [ 3 ] {784ca44f-acc0-445b-8951-eec666973df1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6107 2024.10.16 19:58:07.618629 [ 3 ] {} <Debug> HTTP-Session: f6e41a05-b8a1-4dcd-ba72-0ea9a11aaed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6108 2024.10.16 19:58:07.618748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6109 2024.10.16 19:58:07.618795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6110 2024.10.16 19:58:07.618815 [ 3 ] {} <Debug> HTTP-Session: 401c7022-0413-422d-9e28-6d6893c993ba Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6111 2024.10.16 19:58:07.618831 [ 3 ] {} <Debug> HTTP-Session: 401c7022-0413-422d-9e28-6d6893c993ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6112 2024.10.16 19:58:07.618845 [ 3 ] {} <Debug> HTTP-Session: 401c7022-0413-422d-9e28-6d6893c993ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6113 2024.10.16 19:58:07.618876 [ 3 ] {} <Trace> HTTP-Session: 401c7022-0413-422d-9e28-6d6893c993ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6114 2024.10.16 19:58:07.618977 [ 3 ] {972672ee-1e11-41e0-8c21-81eff0385bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6115 2024.10.16 19:58:07.619019 [ 3 ] {972672ee-1e11-41e0-8c21-81eff0385bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6116 2024.10.16 19:58:07.619240 [ 3 ] {972672ee-1e11-41e0-8c21-81eff0385bd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6117 2024.10.16 19:58:07.619575 [ 3 ] {972672ee-1e11-41e0-8c21-81eff0385bd2} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6118 2024.10.16 19:58:07.619612 [ 3 ] {972672ee-1e11-41e0-8c21-81eff0385bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6119 2024.10.16 19:58:07.619954 [ 3 ] {972672ee-1e11-41e0-8c21-81eff0385bd2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6120 2024.10.16 19:58:07.620298 [ 3 ] {972672ee-1e11-41e0-8c21-81eff0385bd2} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6121 2024.10.16 19:58:07.620421 [ 3 ] {972672ee-1e11-41e0-8c21-81eff0385bd2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001473 sec., 9504.412763068569 rows/sec., 665.63 KiB/sec.
6122 2024.10.16 19:58:07.620589 [ 3 ] {972672ee-1e11-41e0-8c21-81eff0385bd2} <Debug> DynamicQueryHandler: Done processing query
6123 2024.10.16 19:58:07.620613 [ 3 ] {972672ee-1e11-41e0-8c21-81eff0385bd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6124 2024.10.16 19:58:07.620629 [ 3 ] {} <Debug> HTTP-Session: 401c7022-0413-422d-9e28-6d6893c993ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6125 2024.10.16 19:58:07.620745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6126 2024.10.16 19:58:07.620794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6127 2024.10.16 19:58:07.620814 [ 3 ] {} <Debug> HTTP-Session: fb633626-e535-43b2-a4b6-e16b07e4ee09 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6128 2024.10.16 19:58:07.620831 [ 3 ] {} <Debug> HTTP-Session: fb633626-e535-43b2-a4b6-e16b07e4ee09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6129 2024.10.16 19:58:07.620846 [ 3 ] {} <Debug> HTTP-Session: fb633626-e535-43b2-a4b6-e16b07e4ee09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6130 2024.10.16 19:58:07.620877 [ 3 ] {} <Trace> HTTP-Session: fb633626-e535-43b2-a4b6-e16b07e4ee09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6131 2024.10.16 19:58:07.620976 [ 3 ] {a228030b-3908-4d4e-a4ec-cb75865a863d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6132 2024.10.16 19:58:07.621018 [ 3 ] {a228030b-3908-4d4e-a4ec-cb75865a863d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6133 2024.10.16 19:58:07.621239 [ 3 ] {a228030b-3908-4d4e-a4ec-cb75865a863d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6134 2024.10.16 19:58:07.621557 [ 3 ] {a228030b-3908-4d4e-a4ec-cb75865a863d} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6135 2024.10.16 19:58:07.621593 [ 3 ] {a228030b-3908-4d4e-a4ec-cb75865a863d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6136 2024.10.16 19:58:07.621935 [ 3 ] {a228030b-3908-4d4e-a4ec-cb75865a863d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6137 2024.10.16 19:58:07.622287 [ 3 ] {a228030b-3908-4d4e-a4ec-cb75865a863d} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6138 2024.10.16 19:58:07.622415 [ 3 ] {a228030b-3908-4d4e-a4ec-cb75865a863d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 242.30 KiB/sec.
6139 2024.10.16 19:58:07.622724 [ 3 ] {a228030b-3908-4d4e-a4ec-cb75865a863d} <Debug> DynamicQueryHandler: Done processing query
6140 2024.10.16 19:58:07.622748 [ 3 ] {a228030b-3908-4d4e-a4ec-cb75865a863d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6141 2024.10.16 19:58:07.622764 [ 3 ] {} <Debug> HTTP-Session: fb633626-e535-43b2-a4b6-e16b07e4ee09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6142 2024.10.16 19:58:07.622948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6143 2024.10.16 19:58:07.622996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6144 2024.10.16 19:58:07.623017 [ 3 ] {} <Debug> HTTP-Session: 13ad07a7-49e7-43dd-8b60-21dbbf9434b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6145 2024.10.16 19:58:07.623034 [ 3 ] {} <Debug> HTTP-Session: 13ad07a7-49e7-43dd-8b60-21dbbf9434b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6146 2024.10.16 19:58:07.623048 [ 3 ] {} <Debug> HTTP-Session: 13ad07a7-49e7-43dd-8b60-21dbbf9434b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6147 2024.10.16 19:58:07.623078 [ 3 ] {} <Trace> HTTP-Session: 13ad07a7-49e7-43dd-8b60-21dbbf9434b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6148 2024.10.16 19:58:07.623309 [ 3 ] {3769d6df-1606-4412-9265-83e3a7dcca57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6149 2024.10.16 19:58:07.623353 [ 3 ] {3769d6df-1606-4412-9265-83e3a7dcca57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6150 2024.10.16 19:58:07.623593 [ 3 ] {3769d6df-1606-4412-9265-83e3a7dcca57} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6151 2024.10.16 19:58:07.624188 [ 3 ] {3769d6df-1606-4412-9265-83e3a7dcca57} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6152 2024.10.16 19:58:07.624225 [ 3 ] {3769d6df-1606-4412-9265-83e3a7dcca57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6153 2024.10.16 19:58:07.624592 [ 3 ] {3769d6df-1606-4412-9265-83e3a7dcca57} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6154 2024.10.16 19:58:07.624994 [ 3 ] {3769d6df-1606-4412-9265-83e3a7dcca57} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6155 2024.10.16 19:58:07.625131 [ 3 ] {3769d6df-1606-4412-9265-83e3a7dcca57} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.001944 sec., 217592.59259259258 rows/sec., 15.56 MiB/sec.
6156 2024.10.16 19:58:07.625312 [ 3 ] {3769d6df-1606-4412-9265-83e3a7dcca57} <Debug> DynamicQueryHandler: Done processing query
6157 2024.10.16 19:58:07.625338 [ 3 ] {3769d6df-1606-4412-9265-83e3a7dcca57} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
6158 2024.10.16 19:58:07.625362 [ 3 ] {} <Debug> HTTP-Session: 13ad07a7-49e7-43dd-8b60-21dbbf9434b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6159 2024.10.16 19:58:07.625487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6160 2024.10.16 19:58:07.625537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6161 2024.10.16 19:58:07.625556 [ 3 ] {} <Debug> HTTP-Session: 74aa0523-443c-4e58-b3db-6c4123bca916 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6162 2024.10.16 19:58:07.625573 [ 3 ] {} <Debug> HTTP-Session: 74aa0523-443c-4e58-b3db-6c4123bca916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6163 2024.10.16 19:58:07.625588 [ 3 ] {} <Debug> HTTP-Session: 74aa0523-443c-4e58-b3db-6c4123bca916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6164 2024.10.16 19:58:07.625619 [ 3 ] {} <Trace> HTTP-Session: 74aa0523-443c-4e58-b3db-6c4123bca916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6165 2024.10.16 19:58:07.625714 [ 3 ] {e4a459e5-cd05-4f80-bb7b-5726d32013a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6166 2024.10.16 19:58:07.625757 [ 3 ] {e4a459e5-cd05-4f80-bb7b-5726d32013a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6167 2024.10.16 19:58:07.625884 [ 3 ] {e4a459e5-cd05-4f80-bb7b-5726d32013a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6168 2024.10.16 19:58:07.626155 [ 3 ] {e4a459e5-cd05-4f80-bb7b-5726d32013a0} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6169 2024.10.16 19:58:07.626190 [ 3 ] {e4a459e5-cd05-4f80-bb7b-5726d32013a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6170 2024.10.16 19:58:07.626564 [ 3 ] {e4a459e5-cd05-4f80-bb7b-5726d32013a0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6171 2024.10.16 19:58:07.626951 [ 3 ] {e4a459e5-cd05-4f80-bb7b-5726d32013a0} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6172 2024.10.16 19:58:07.627084 [ 3 ] {e4a459e5-cd05-4f80-bb7b-5726d32013a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001395 sec., 4301.075268817204 rows/sec., 224.71 KiB/sec.
6173 2024.10.16 19:58:07.627301 [ 3 ] {e4a459e5-cd05-4f80-bb7b-5726d32013a0} <Debug> DynamicQueryHandler: Done processing query
6174 2024.10.16 19:58:07.627325 [ 3 ] {e4a459e5-cd05-4f80-bb7b-5726d32013a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6175 2024.10.16 19:58:07.627342 [ 3 ] {} <Debug> HTTP-Session: 74aa0523-443c-4e58-b3db-6c4123bca916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6176 2024.10.16 19:58:07.627524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6177 2024.10.16 19:58:07.627577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6178 2024.10.16 19:58:07.627596 [ 3 ] {} <Debug> HTTP-Session: e40b7ec3-9560-49f1-8eb5-21ef0dd2d58e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6179 2024.10.16 19:58:07.627613 [ 3 ] {} <Debug> HTTP-Session: e40b7ec3-9560-49f1-8eb5-21ef0dd2d58e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6180 2024.10.16 19:58:07.627628 [ 3 ] {} <Debug> HTTP-Session: e40b7ec3-9560-49f1-8eb5-21ef0dd2d58e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6181 2024.10.16 19:58:07.627659 [ 3 ] {} <Trace> HTTP-Session: e40b7ec3-9560-49f1-8eb5-21ef0dd2d58e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6182 2024.10.16 19:58:07.627860 [ 3 ] {32eefc34-3d54-4f5c-a103-73bd4349c2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6183 2024.10.16 19:58:07.627907 [ 3 ] {32eefc34-3d54-4f5c-a103-73bd4349c2af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6184 2024.10.16 19:58:07.628051 [ 3 ] {32eefc34-3d54-4f5c-a103-73bd4349c2af} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6185 2024.10.16 19:58:07.628476 [ 3 ] {32eefc34-3d54-4f5c-a103-73bd4349c2af} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6186 2024.10.16 19:58:07.628514 [ 3 ] {32eefc34-3d54-4f5c-a103-73bd4349c2af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6187 2024.10.16 19:58:07.628894 [ 3 ] {32eefc34-3d54-4f5c-a103-73bd4349c2af} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6188 2024.10.16 19:58:07.629235 [ 3 ] {32eefc34-3d54-4f5c-a103-73bd4349c2af} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6189 2024.10.16 19:58:07.629363 [ 3 ] {32eefc34-3d54-4f5c-a103-73bd4349c2af} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001624 sec., 146551.72413793104 rows/sec., 9.82 MiB/sec.
6190 2024.10.16 19:58:07.629577 [ 3 ] {32eefc34-3d54-4f5c-a103-73bd4349c2af} <Debug> DynamicQueryHandler: Done processing query
6191 2024.10.16 19:58:07.629605 [ 3 ] {32eefc34-3d54-4f5c-a103-73bd4349c2af} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6192 2024.10.16 19:58:07.629622 [ 3 ] {} <Debug> HTTP-Session: e40b7ec3-9560-49f1-8eb5-21ef0dd2d58e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6193 2024.10.16 19:58:07.629739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6194 2024.10.16 19:58:07.629786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6195 2024.10.16 19:58:07.629806 [ 3 ] {} <Debug> HTTP-Session: 7e5a1a3e-e2da-4b61-ae48-1a3ea7d335e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6196 2024.10.16 19:58:07.629823 [ 3 ] {} <Debug> HTTP-Session: 7e5a1a3e-e2da-4b61-ae48-1a3ea7d335e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6197 2024.10.16 19:58:07.629838 [ 3 ] {} <Debug> HTTP-Session: 7e5a1a3e-e2da-4b61-ae48-1a3ea7d335e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6198 2024.10.16 19:58:07.629868 [ 3 ] {} <Trace> HTTP-Session: 7e5a1a3e-e2da-4b61-ae48-1a3ea7d335e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6199 2024.10.16 19:58:07.629960 [ 3 ] {c9198a42-1a5d-46f8-85ca-dd09bf4e688c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6200 2024.10.16 19:58:07.630004 [ 3 ] {c9198a42-1a5d-46f8-85ca-dd09bf4e688c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6201 2024.10.16 19:58:07.630130 [ 3 ] {c9198a42-1a5d-46f8-85ca-dd09bf4e688c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6202 2024.10.16 19:58:07.630409 [ 3 ] {c9198a42-1a5d-46f8-85ca-dd09bf4e688c} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6203 2024.10.16 19:58:07.630444 [ 3 ] {c9198a42-1a5d-46f8-85ca-dd09bf4e688c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6204 2024.10.16 19:58:07.630795 [ 3 ] {c9198a42-1a5d-46f8-85ca-dd09bf4e688c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6205 2024.10.16 19:58:07.631107 [ 3 ] {c9198a42-1a5d-46f8-85ca-dd09bf4e688c} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6206 2024.10.16 19:58:07.631229 [ 3 ] {c9198a42-1a5d-46f8-85ca-dd09bf4e688c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001293 sec., 773.3952049497293 rows/sec., 52.11 KiB/sec.
6207 2024.10.16 19:58:07.631390 [ 3 ] {c9198a42-1a5d-46f8-85ca-dd09bf4e688c} <Debug> DynamicQueryHandler: Done processing query
6208 2024.10.16 19:58:07.631414 [ 3 ] {c9198a42-1a5d-46f8-85ca-dd09bf4e688c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6209 2024.10.16 19:58:07.631430 [ 3 ] {} <Debug> HTTP-Session: 7e5a1a3e-e2da-4b61-ae48-1a3ea7d335e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6210 2024.10.16 19:58:07.631574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 65029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6211 2024.10.16 19:58:07.631623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6212 2024.10.16 19:58:07.631642 [ 3 ] {} <Debug> HTTP-Session: a1a177b9-e847-4ed9-899b-41001b5b3f53 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6213 2024.10.16 19:58:07.631658 [ 3 ] {} <Debug> HTTP-Session: a1a177b9-e847-4ed9-899b-41001b5b3f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6214 2024.10.16 19:58:07.631672 [ 3 ] {} <Debug> HTTP-Session: a1a177b9-e847-4ed9-899b-41001b5b3f53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6215 2024.10.16 19:58:07.631703 [ 3 ] {} <Trace> HTTP-Session: a1a177b9-e847-4ed9-899b-41001b5b3f53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6216 2024.10.16 19:58:07.632285 [ 3 ] {5c334f35-1d10-4471-85a0-994f0d9e19e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6217 2024.10.16 19:58:07.632350 [ 3 ] {5c334f35-1d10-4471-85a0-994f0d9e19e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6218 2024.10.16 19:58:07.632766 [ 3 ] {5c334f35-1d10-4471-85a0-994f0d9e19e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6219 2024.10.16 19:58:07.633487 [ 3 ] {5c334f35-1d10-4471-85a0-994f0d9e19e9} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6220 2024.10.16 19:58:07.633522 [ 3 ] {5c334f35-1d10-4471-85a0-994f0d9e19e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6221 2024.10.16 19:58:07.634149 [ 3 ] {5c334f35-1d10-4471-85a0-994f0d9e19e9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6222 2024.10.16 19:58:07.634547 [ 3 ] {5c334f35-1d10-4471-85a0-994f0d9e19e9} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6223 2024.10.16 19:58:07.634673 [ 105 ] {} <Debug> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
6224 2024.10.16 19:58:07.634691 [ 3 ] {5c334f35-1d10-4471-85a0-994f0d9e19e9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002896 sec., 13466.85082872928 rows/sec., 24.13 MiB/sec.
6225 2024.10.16 19:58:07.634715 [ 105 ] {} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6226 2024.10.16 19:58:07.634752 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6227 2024.10.16 19:58:07.635051 [ 186 ] {d47000e3-4a1d-4014-9a51-926cd8885627::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
6228 2024.10.16 19:58:07.635106 [ 3 ] {5c334f35-1d10-4471-85a0-994f0d9e19e9} <Debug> DynamicQueryHandler: Done processing query
6229 2024.10.16 19:58:07.635146 [ 3 ] {5c334f35-1d10-4471-85a0-994f0d9e19e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
6230 2024.10.16 19:58:07.635190 [ 3 ] {} <Debug> HTTP-Session: a1a177b9-e847-4ed9-899b-41001b5b3f53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6231 2024.10.16 19:58:07.635439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6232 2024.10.16 19:58:07.635552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6233 2024.10.16 19:58:07.635611 [ 3 ] {} <Debug> HTTP-Session: 721e5405-87df-4d60-bc86-c6422fb9e968 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6234 2024.10.16 19:58:07.635665 [ 3 ] {} <Debug> HTTP-Session: 721e5405-87df-4d60-bc86-c6422fb9e968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6235 2024.10.16 19:58:07.635709 [ 3 ] {} <Debug> HTTP-Session: 721e5405-87df-4d60-bc86-c6422fb9e968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6236 2024.10.16 19:58:07.635807 [ 3 ] {} <Trace> HTTP-Session: 721e5405-87df-4d60-bc86-c6422fb9e968 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6237 2024.10.16 19:58:07.635865 [ 186 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6238 2024.10.16 19:58:07.636044 [ 186 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 270 rows starting from the beginning of the part
6239 2024.10.16 19:58:07.636076 [ 3 ] {dea0630e-86db-45bb-8eea-3ec2e254573f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6240 2024.10.16 19:58:07.636193 [ 3 ] {dea0630e-86db-45bb-8eea-3ec2e254573f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6241 2024.10.16 19:58:07.636781 [ 186 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part
6242 2024.10.16 19:58:07.637189 [ 3 ] {dea0630e-86db-45bb-8eea-3ec2e254573f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6243 2024.10.16 19:58:07.637711 [ 186 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part
6244 2024.10.16 19:58:07.638346 [ 186 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part
6245 2024.10.16 19:58:07.638599 [ 3 ] {dea0630e-86db-45bb-8eea-3ec2e254573f} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6246 2024.10.16 19:58:07.638732 [ 3 ] {dea0630e-86db-45bb-8eea-3ec2e254573f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6247 2024.10.16 19:58:07.639047 [ 186 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part
6248 2024.10.16 19:58:07.639667 [ 186 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part
6249 2024.10.16 19:58:07.640415 [ 3 ] {dea0630e-86db-45bb-8eea-3ec2e254573f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6250 2024.10.16 19:58:07.641246 [ 3 ] {dea0630e-86db-45bb-8eea-3ec2e254573f} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6251 2024.10.16 19:58:07.641624 [ 3 ] {dea0630e-86db-45bb-8eea-3ec2e254573f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005656 sec., 14497.8783592645 rows/sec., 942.89 KiB/sec.
6252 2024.10.16 19:58:07.641922 [ 3 ] {dea0630e-86db-45bb-8eea-3ec2e254573f} <Debug> DynamicQueryHandler: Done processing query
6253 2024.10.16 19:58:07.641961 [ 3 ] {dea0630e-86db-45bb-8eea-3ec2e254573f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6254 2024.10.16 19:58:07.641984 [ 3 ] {} <Debug> HTTP-Session: 721e5405-87df-4d60-bc86-c6422fb9e968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6255 2024.10.16 19:58:07.644437 [ 197 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 426 rows, containing 19 columns (19 merged, 0 gathered) in 0.009567049 sec., 44527.837162744756 rows/sec., 79.79 MiB/sec.
6256 2024.10.16 19:58:07.645186 [ 187 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
6257 2024.10.16 19:58:07.645892 [ 187 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6258 2024.10.16 19:58:07.645994 [ 187 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
6259 2024.10.16 19:58:07.646173 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB.
6260 2024.10.16 19:58:11.590412 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 634
6261 2024.10.16 19:58:11.593374 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6262 2024.10.16 19:58:11.593432 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6263 2024.10.16 19:58:11.594914 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6264 2024.10.16 19:58:11.595891 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6265 2024.10.16 19:58:11.596124 [ 101 ] {} <Debug> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
6266 2024.10.16 19:58:11.596247 [ 101 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6267 2024.10.16 19:58:11.596320 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6268 2024.10.16 19:58:11.596958 [ 194 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
6269 2024.10.16 19:58:11.597484 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 634
6270 2024.10.16 19:58:11.598226 [ 194 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6271 2024.10.16 19:58:11.598408 [ 194 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 472 rows starting from the beginning of the part
6272 2024.10.16 19:58:11.599042 [ 194 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
6273 2024.10.16 19:58:11.599626 [ 194 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part
6274 2024.10.16 19:58:11.600159 [ 194 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 44 rows starting from the beginning of the part
6275 2024.10.16 19:58:11.600673 [ 194 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part
6276 2024.10.16 19:58:11.601141 [ 194 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
6277 2024.10.16 19:58:11.609862 [ 197 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 634 rows, containing 72 columns (72 merged, 0 gathered) in 0.013315116 sec., 47615.05645162986 rows/sec., 35.75 MiB/sec.
6278 2024.10.16 19:58:11.611476 [ 191 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
6279 2024.10.16 19:58:11.613291 [ 191 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_16_3} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6280 2024.10.16 19:58:11.613398 [ 191 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_16_3} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
6281 2024.10.16 19:58:11.613770 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB.
6282 2024.10.16 19:58:12.604114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6283 2024.10.16 19:58:12.604232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6284 2024.10.16 19:58:12.604257 [ 3 ] {} <Debug> HTTP-Session: c9fba9f2-fce4-4c1c-923c-94e202ec0e55 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6285 2024.10.16 19:58:12.604282 [ 3 ] {} <Debug> HTTP-Session: c9fba9f2-fce4-4c1c-923c-94e202ec0e55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6286 2024.10.16 19:58:12.604302 [ 3 ] {} <Debug> HTTP-Session: c9fba9f2-fce4-4c1c-923c-94e202ec0e55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6287 2024.10.16 19:58:12.604350 [ 3 ] {} <Trace> HTTP-Session: c9fba9f2-fce4-4c1c-923c-94e202ec0e55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6288 2024.10.16 19:58:12.604557 [ 3 ] {25689988-300d-495c-9523-5a9f21a6e660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6289 2024.10.16 19:58:12.604630 [ 3 ] {25689988-300d-495c-9523-5a9f21a6e660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6290 2024.10.16 19:58:12.604968 [ 3 ] {25689988-300d-495c-9523-5a9f21a6e660} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6291 2024.10.16 19:58:12.605440 [ 3 ] {25689988-300d-495c-9523-5a9f21a6e660} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6292 2024.10.16 19:58:12.605488 [ 3 ] {25689988-300d-495c-9523-5a9f21a6e660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6293 2024.10.16 19:58:12.605946 [ 3 ] {25689988-300d-495c-9523-5a9f21a6e660} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6294 2024.10.16 19:58:12.606349 [ 3 ] {25689988-300d-495c-9523-5a9f21a6e660} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6295 2024.10.16 19:58:12.606513 [ 3 ] {25689988-300d-495c-9523-5a9f21a6e660} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002021 sec., 27709.0549233053 rows/sec., 2.12 MiB/sec.
6296 2024.10.16 19:58:12.606763 [ 3 ] {25689988-300d-495c-9523-5a9f21a6e660} <Debug> DynamicQueryHandler: Done processing query
6297 2024.10.16 19:58:12.606791 [ 3 ] {25689988-300d-495c-9523-5a9f21a6e660} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6298 2024.10.16 19:58:12.606811 [ 3 ] {} <Debug> HTTP-Session: c9fba9f2-fce4-4c1c-923c-94e202ec0e55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6299 2024.10.16 19:58:12.606949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6300 2024.10.16 19:58:12.607002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6301 2024.10.16 19:58:12.607023 [ 3 ] {} <Debug> HTTP-Session: 70f4e7c3-f800-49fd-8ef4-fd7422adc922 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6302 2024.10.16 19:58:12.607041 [ 3 ] {} <Debug> HTTP-Session: 70f4e7c3-f800-49fd-8ef4-fd7422adc922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6303 2024.10.16 19:58:12.607055 [ 3 ] {} <Debug> HTTP-Session: 70f4e7c3-f800-49fd-8ef4-fd7422adc922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6304 2024.10.16 19:58:12.607092 [ 3 ] {} <Trace> HTTP-Session: 70f4e7c3-f800-49fd-8ef4-fd7422adc922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6305 2024.10.16 19:58:12.607221 [ 3 ] {659958aa-6a78-4bcc-aede-e8e2ad541674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6306 2024.10.16 19:58:12.607268 [ 3 ] {659958aa-6a78-4bcc-aede-e8e2ad541674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6307 2024.10.16 19:58:12.607507 [ 3 ] {659958aa-6a78-4bcc-aede-e8e2ad541674} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6308 2024.10.16 19:58:12.607903 [ 3 ] {659958aa-6a78-4bcc-aede-e8e2ad541674} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6309 2024.10.16 19:58:12.607943 [ 3 ] {659958aa-6a78-4bcc-aede-e8e2ad541674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6310 2024.10.16 19:58:12.608330 [ 3 ] {659958aa-6a78-4bcc-aede-e8e2ad541674} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6311 2024.10.16 19:58:12.608708 [ 3 ] {659958aa-6a78-4bcc-aede-e8e2ad541674} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6312 2024.10.16 19:58:12.608867 [ 3 ] {659958aa-6a78-4bcc-aede-e8e2ad541674} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001688 sec., 37914.69194312796 rows/sec., 2.96 MiB/sec.
6313 2024.10.16 19:58:12.609063 [ 3 ] {659958aa-6a78-4bcc-aede-e8e2ad541674} <Debug> DynamicQueryHandler: Done processing query
6314 2024.10.16 19:58:12.609090 [ 3 ] {659958aa-6a78-4bcc-aede-e8e2ad541674} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6315 2024.10.16 19:58:12.609106 [ 3 ] {} <Debug> HTTP-Session: 70f4e7c3-f800-49fd-8ef4-fd7422adc922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6316 2024.10.16 19:58:12.609280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6317 2024.10.16 19:58:12.609347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6318 2024.10.16 19:58:12.609370 [ 3 ] {} <Debug> HTTP-Session: 1d693c59-fcf6-4333-a22a-6332f445aef8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6319 2024.10.16 19:58:12.609387 [ 3 ] {} <Debug> HTTP-Session: 1d693c59-fcf6-4333-a22a-6332f445aef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6320 2024.10.16 19:58:12.609401 [ 3 ] {} <Debug> HTTP-Session: 1d693c59-fcf6-4333-a22a-6332f445aef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6321 2024.10.16 19:58:12.609432 [ 3 ] {} <Trace> HTTP-Session: 1d693c59-fcf6-4333-a22a-6332f445aef8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6322 2024.10.16 19:58:12.609613 [ 3 ] {a379062a-ed09-473d-8f91-985f32bd936a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6323 2024.10.16 19:58:12.609666 [ 3 ] {a379062a-ed09-473d-8f91-985f32bd936a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6324 2024.10.16 19:58:12.609829 [ 3 ] {a379062a-ed09-473d-8f91-985f32bd936a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6325 2024.10.16 19:58:12.610197 [ 3 ] {a379062a-ed09-473d-8f91-985f32bd936a} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6326 2024.10.16 19:58:12.610232 [ 3 ] {a379062a-ed09-473d-8f91-985f32bd936a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6327 2024.10.16 19:58:12.610621 [ 3 ] {a379062a-ed09-473d-8f91-985f32bd936a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6328 2024.10.16 19:58:12.610964 [ 3 ] {a379062a-ed09-473d-8f91-985f32bd936a} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6329 2024.10.16 19:58:12.611119 [ 3 ] {a379062a-ed09-473d-8f91-985f32bd936a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec.
6330 2024.10.16 19:58:12.611440 [ 3 ] {a379062a-ed09-473d-8f91-985f32bd936a} <Debug> DynamicQueryHandler: Done processing query
6331 2024.10.16 19:58:12.611480 [ 3 ] {a379062a-ed09-473d-8f91-985f32bd936a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6332 2024.10.16 19:58:12.611497 [ 3 ] {} <Debug> HTTP-Session: 1d693c59-fcf6-4333-a22a-6332f445aef8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6333 2024.10.16 19:58:12.611622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6334 2024.10.16 19:58:12.611671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6335 2024.10.16 19:58:12.611702 [ 3 ] {} <Debug> HTTP-Session: e6818486-f707-4964-96b6-677a1ebd13f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6336 2024.10.16 19:58:12.611722 [ 3 ] {} <Debug> HTTP-Session: e6818486-f707-4964-96b6-677a1ebd13f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6337 2024.10.16 19:58:12.611736 [ 3 ] {} <Debug> HTTP-Session: e6818486-f707-4964-96b6-677a1ebd13f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6338 2024.10.16 19:58:12.611768 [ 3 ] {} <Trace> HTTP-Session: e6818486-f707-4964-96b6-677a1ebd13f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6339 2024.10.16 19:58:12.611888 [ 3 ] {ea067fd3-ff57-4326-b3cf-765070405363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6340 2024.10.16 19:58:12.611933 [ 3 ] {ea067fd3-ff57-4326-b3cf-765070405363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6341 2024.10.16 19:58:12.612081 [ 3 ] {ea067fd3-ff57-4326-b3cf-765070405363} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6342 2024.10.16 19:58:12.612387 [ 3 ] {ea067fd3-ff57-4326-b3cf-765070405363} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6343 2024.10.16 19:58:12.612423 [ 3 ] {ea067fd3-ff57-4326-b3cf-765070405363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6344 2024.10.16 19:58:12.612792 [ 3 ] {ea067fd3-ff57-4326-b3cf-765070405363} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6345 2024.10.16 19:58:12.613127 [ 3 ] {ea067fd3-ff57-4326-b3cf-765070405363} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6346 2024.10.16 19:58:12.613289 [ 3 ] {ea067fd3-ff57-4326-b3cf-765070405363} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec.
6347 2024.10.16 19:58:12.613513 [ 3 ] {ea067fd3-ff57-4326-b3cf-765070405363} <Debug> DynamicQueryHandler: Done processing query
6348 2024.10.16 19:58:12.613540 [ 3 ] {ea067fd3-ff57-4326-b3cf-765070405363} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6349 2024.10.16 19:58:12.613556 [ 3 ] {} <Debug> HTTP-Session: e6818486-f707-4964-96b6-677a1ebd13f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6350 2024.10.16 19:58:14.735523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 198345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6351 2024.10.16 19:58:14.735656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6352 2024.10.16 19:58:14.735693 [ 3 ] {} <Debug> HTTP-Session: 9ee8a3e3-a0b3-4aa7-806d-91c3864ad746 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6353 2024.10.16 19:58:14.735723 [ 3 ] {} <Debug> HTTP-Session: 9ee8a3e3-a0b3-4aa7-806d-91c3864ad746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6354 2024.10.16 19:58:14.735739 [ 3 ] {} <Debug> HTTP-Session: 9ee8a3e3-a0b3-4aa7-806d-91c3864ad746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6355 2024.10.16 19:58:14.735790 [ 3 ] {} <Trace> HTTP-Session: 9ee8a3e3-a0b3-4aa7-806d-91c3864ad746 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6356 2024.10.16 19:58:14.736607 [ 3 ] {025eedfc-7619-41f5-9e48-3da02c886afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6357 2024.10.16 19:58:14.736687 [ 3 ] {025eedfc-7619-41f5-9e48-3da02c886afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6358 2024.10.16 19:58:14.737028 [ 3 ] {025eedfc-7619-41f5-9e48-3da02c886afd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6359 2024.10.16 19:58:14.738378 [ 3 ] {025eedfc-7619-41f5-9e48-3da02c886afd} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6360 2024.10.16 19:58:14.738427 [ 3 ] {025eedfc-7619-41f5-9e48-3da02c886afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6361 2024.10.16 19:58:14.739024 [ 3 ] {025eedfc-7619-41f5-9e48-3da02c886afd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6362 2024.10.16 19:58:14.739452 [ 3 ] {025eedfc-7619-41f5-9e48-3da02c886afd} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6363 2024.10.16 19:58:14.739632 [ 3 ] {025eedfc-7619-41f5-9e48-3da02c886afd} <Debug> executeQuery: Read 1361 rows, 116.06 KiB in 0.003628 sec., 375137.8169790518 rows/sec., 31.24 MiB/sec.
6364 2024.10.16 19:58:14.739916 [ 3 ] {025eedfc-7619-41f5-9e48-3da02c886afd} <Debug> DynamicQueryHandler: Done processing query
6365 2024.10.16 19:58:14.739946 [ 3 ] {025eedfc-7619-41f5-9e48-3da02c886afd} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
6366 2024.10.16 19:58:14.739963 [ 3 ] {} <Debug> HTTP-Session: 9ee8a3e3-a0b3-4aa7-806d-91c3864ad746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6367 2024.10.16 19:58:14.740200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6368 2024.10.16 19:58:14.740258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6369 2024.10.16 19:58:14.740280 [ 3 ] {} <Debug> HTTP-Session: db9d6b3e-f350-4e53-a2db-19cabe9eb1f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6370 2024.10.16 19:58:14.740300 [ 3 ] {} <Debug> HTTP-Session: db9d6b3e-f350-4e53-a2db-19cabe9eb1f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6371 2024.10.16 19:58:14.740315 [ 3 ] {} <Debug> HTTP-Session: db9d6b3e-f350-4e53-a2db-19cabe9eb1f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6372 2024.10.16 19:58:14.740354 [ 3 ] {} <Trace> HTTP-Session: db9d6b3e-f350-4e53-a2db-19cabe9eb1f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6373 2024.10.16 19:58:14.740481 [ 3 ] {19c6d0e5-d19b-4675-afb7-2c24afcc856a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6374 2024.10.16 19:58:14.740534 [ 3 ] {19c6d0e5-d19b-4675-afb7-2c24afcc856a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6375 2024.10.16 19:58:14.740784 [ 3 ] {19c6d0e5-d19b-4675-afb7-2c24afcc856a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6376 2024.10.16 19:58:14.741163 [ 3 ] {19c6d0e5-d19b-4675-afb7-2c24afcc856a} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6377 2024.10.16 19:58:14.741211 [ 3 ] {19c6d0e5-d19b-4675-afb7-2c24afcc856a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6378 2024.10.16 19:58:14.741609 [ 3 ] {19c6d0e5-d19b-4675-afb7-2c24afcc856a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6379 2024.10.16 19:58:14.742011 [ 3 ] {19c6d0e5-d19b-4675-afb7-2c24afcc856a} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6380 2024.10.16 19:58:14.742172 [ 3 ] {19c6d0e5-d19b-4675-afb7-2c24afcc856a} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001726 sec., 9269.988412514484 rows/sec., 697.06 KiB/sec.
6381 2024.10.16 19:58:14.742373 [ 3 ] {19c6d0e5-d19b-4675-afb7-2c24afcc856a} <Debug> DynamicQueryHandler: Done processing query
6382 2024.10.16 19:58:14.742407 [ 3 ] {19c6d0e5-d19b-4675-afb7-2c24afcc856a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6383 2024.10.16 19:58:14.742426 [ 3 ] {} <Debug> HTTP-Session: db9d6b3e-f350-4e53-a2db-19cabe9eb1f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6384 2024.10.16 19:58:14.742650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 32336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6385 2024.10.16 19:58:14.742706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6386 2024.10.16 19:58:14.742726 [ 3 ] {} <Debug> HTTP-Session: ce81943a-194d-444f-bc96-f09a6a22b183 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6387 2024.10.16 19:58:14.742745 [ 3 ] {} <Debug> HTTP-Session: ce81943a-194d-444f-bc96-f09a6a22b183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6388 2024.10.16 19:58:14.742760 [ 3 ] {} <Debug> HTTP-Session: ce81943a-194d-444f-bc96-f09a6a22b183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6389 2024.10.16 19:58:14.742796 [ 3 ] {} <Trace> HTTP-Session: ce81943a-194d-444f-bc96-f09a6a22b183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6390 2024.10.16 19:58:14.742973 [ 3 ] {8064fd09-a2c4-4e54-a568-2b76e3215a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6391 2024.10.16 19:58:14.743021 [ 3 ] {8064fd09-a2c4-4e54-a568-2b76e3215a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6392 2024.10.16 19:58:14.743263 [ 3 ] {8064fd09-a2c4-4e54-a568-2b76e3215a06} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6393 2024.10.16 19:58:14.743733 [ 3 ] {8064fd09-a2c4-4e54-a568-2b76e3215a06} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6394 2024.10.16 19:58:14.743770 [ 3 ] {8064fd09-a2c4-4e54-a568-2b76e3215a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6395 2024.10.16 19:58:14.744151 [ 3 ] {8064fd09-a2c4-4e54-a568-2b76e3215a06} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6396 2024.10.16 19:58:14.744541 [ 3 ] {8064fd09-a2c4-4e54-a568-2b76e3215a06} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6397 2024.10.16 19:58:14.744688 [ 3 ] {8064fd09-a2c4-4e54-a568-2b76e3215a06} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001793 sec., 134969.32515337423 rows/sec., 9.14 MiB/sec.
6398 2024.10.16 19:58:14.744888 [ 3 ] {8064fd09-a2c4-4e54-a568-2b76e3215a06} <Debug> DynamicQueryHandler: Done processing query
6399 2024.10.16 19:58:14.744928 [ 3 ] {8064fd09-a2c4-4e54-a568-2b76e3215a06} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
6400 2024.10.16 19:58:14.744947 [ 3 ] {} <Debug> HTTP-Session: ce81943a-194d-444f-bc96-f09a6a22b183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6401 2024.10.16 19:58:14.745094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6402 2024.10.16 19:58:14.745152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6403 2024.10.16 19:58:14.745173 [ 3 ] {} <Debug> HTTP-Session: 5cc47716-25d7-4d46-b151-6084f57c41bd Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6404 2024.10.16 19:58:14.745199 [ 3 ] {} <Debug> HTTP-Session: 5cc47716-25d7-4d46-b151-6084f57c41bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6405 2024.10.16 19:58:14.745214 [ 3 ] {} <Debug> HTTP-Session: 5cc47716-25d7-4d46-b151-6084f57c41bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6406 2024.10.16 19:58:14.745246 [ 3 ] {} <Trace> HTTP-Session: 5cc47716-25d7-4d46-b151-6084f57c41bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6407 2024.10.16 19:58:14.745355 [ 3 ] {6c1b2496-aad4-4466-be95-d6c064473728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6408 2024.10.16 19:58:14.745400 [ 3 ] {6c1b2496-aad4-4466-be95-d6c064473728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6409 2024.10.16 19:58:14.745638 [ 3 ] {6c1b2496-aad4-4466-be95-d6c064473728} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6410 2024.10.16 19:58:14.745955 [ 3 ] {6c1b2496-aad4-4466-be95-d6c064473728} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6411 2024.10.16 19:58:14.745992 [ 3 ] {6c1b2496-aad4-4466-be95-d6c064473728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6412 2024.10.16 19:58:14.746357 [ 3 ] {6c1b2496-aad4-4466-be95-d6c064473728} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6413 2024.10.16 19:58:14.746840 [ 3 ] {6c1b2496-aad4-4466-be95-d6c064473728} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6414 2024.10.16 19:58:14.747009 [ 3 ] {6c1b2496-aad4-4466-be95-d6c064473728} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001668 sec., 3597.122302158273 rows/sec., 212.53 KiB/sec.
6415 2024.10.16 19:58:14.747013 [ 96 ] {} <Debug> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
6416 2024.10.16 19:58:14.747130 [ 96 ] {} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6417 2024.10.16 19:58:14.747178 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6418 2024.10.16 19:58:14.747255 [ 3 ] {6c1b2496-aad4-4466-be95-d6c064473728} <Debug> DynamicQueryHandler: Done processing query
6419 2024.10.16 19:58:14.747314 [ 3 ] {6c1b2496-aad4-4466-be95-d6c064473728} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6420 2024.10.16 19:58:14.747359 [ 3 ] {} <Debug> HTTP-Session: 5cc47716-25d7-4d46-b151-6084f57c41bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6421 2024.10.16 19:58:14.747406 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
6422 2024.10.16 19:58:14.747614 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6423 2024.10.16 19:58:14.747631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 139446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6424 2024.10.16 19:58:14.747687 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
6425 2024.10.16 19:58:14.747737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6426 2024.10.16 19:58:14.747818 [ 3 ] {} <Debug> HTTP-Session: 9c1c911a-573b-4489-8942-9d45cf56d392 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6427 2024.10.16 19:58:14.747910 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
6428 2024.10.16 19:58:14.747953 [ 3 ] {} <Debug> HTTP-Session: 9c1c911a-573b-4489-8942-9d45cf56d392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6429 2024.10.16 19:58:14.748018 [ 3 ] {} <Debug> HTTP-Session: 9c1c911a-573b-4489-8942-9d45cf56d392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6430 2024.10.16 19:58:14.748151 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
6431 2024.10.16 19:58:14.748190 [ 3 ] {} <Trace> HTTP-Session: 9c1c911a-573b-4489-8942-9d45cf56d392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6432 2024.10.16 19:58:14.748450 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
6433 2024.10.16 19:58:14.748788 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
6434 2024.10.16 19:58:14.749123 [ 3 ] {9a01828f-00e4-4a4b-84f9-c67d93400f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6435 2024.10.16 19:58:14.749248 [ 3 ] {9a01828f-00e4-4a4b-84f9-c67d93400f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6436 2024.10.16 19:58:14.749963 [ 3 ] {9a01828f-00e4-4a4b-84f9-c67d93400f44} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6437 2024.10.16 19:58:14.751043 [ 200 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003768777 sec., 7960.141977092303 rows/sec., 505.28 KiB/sec.
6438 2024.10.16 19:58:14.751210 [ 196 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
6439 2024.10.16 19:58:14.751311 [ 3 ] {9a01828f-00e4-4a4b-84f9-c67d93400f44} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6440 2024.10.16 19:58:14.751357 [ 3 ] {9a01828f-00e4-4a4b-84f9-c67d93400f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6441 2024.10.16 19:58:14.751999 [ 3 ] {9a01828f-00e4-4a4b-84f9-c67d93400f44} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6442 2024.10.16 19:58:14.752050 [ 196 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_13_3} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6443 2024.10.16 19:58:14.752215 [ 196 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_13_3} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
6444 2024.10.16 19:58:14.752364 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6445 2024.10.16 19:58:14.752481 [ 3 ] {9a01828f-00e4-4a4b-84f9-c67d93400f44} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6446 2024.10.16 19:58:14.752659 [ 3 ] {9a01828f-00e4-4a4b-84f9-c67d93400f44} <Debug> executeQuery: Read 854 rows, 63.25 KiB in 0.004107 sec., 207937.66739712685 rows/sec., 15.04 MiB/sec.
6447 2024.10.16 19:58:14.752866 [ 3 ] {9a01828f-00e4-4a4b-84f9-c67d93400f44} <Debug> DynamicQueryHandler: Done processing query
6448 2024.10.16 19:58:14.752891 [ 3 ] {9a01828f-00e4-4a4b-84f9-c67d93400f44} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
6449 2024.10.16 19:58:14.752908 [ 3 ] {} <Debug> HTTP-Session: 9c1c911a-573b-4489-8942-9d45cf56d392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6450 2024.10.16 19:58:14.753117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6451 2024.10.16 19:58:14.753168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6452 2024.10.16 19:58:14.753187 [ 3 ] {} <Debug> HTTP-Session: 06c4e9bb-06ac-4ea8-b65c-5a1623d76341 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6453 2024.10.16 19:58:14.753203 [ 3 ] {} <Debug> HTTP-Session: 06c4e9bb-06ac-4ea8-b65c-5a1623d76341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6454 2024.10.16 19:58:14.753216 [ 3 ] {} <Debug> HTTP-Session: 06c4e9bb-06ac-4ea8-b65c-5a1623d76341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6455 2024.10.16 19:58:14.753248 [ 3 ] {} <Trace> HTTP-Session: 06c4e9bb-06ac-4ea8-b65c-5a1623d76341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6456 2024.10.16 19:58:14.753343 [ 3 ] {9492d432-2f84-4946-b065-e0e946d3f51b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6457 2024.10.16 19:58:14.753388 [ 3 ] {9492d432-2f84-4946-b065-e0e946d3f51b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6458 2024.10.16 19:58:14.753527 [ 3 ] {9492d432-2f84-4946-b065-e0e946d3f51b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6459 2024.10.16 19:58:14.753806 [ 3 ] {9492d432-2f84-4946-b065-e0e946d3f51b} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6460 2024.10.16 19:58:14.753843 [ 3 ] {9492d432-2f84-4946-b065-e0e946d3f51b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6461 2024.10.16 19:58:14.754203 [ 3 ] {9492d432-2f84-4946-b065-e0e946d3f51b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6462 2024.10.16 19:58:14.754532 [ 3 ] {9492d432-2f84-4946-b065-e0e946d3f51b} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6463 2024.10.16 19:58:14.754698 [ 3 ] {9492d432-2f84-4946-b065-e0e946d3f51b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00137 sec., 4379.56204379562 rows/sec., 228.82 KiB/sec.
6464 2024.10.16 19:58:14.754860 [ 3 ] {9492d432-2f84-4946-b065-e0e946d3f51b} <Debug> DynamicQueryHandler: Done processing query
6465 2024.10.16 19:58:14.754886 [ 3 ] {9492d432-2f84-4946-b065-e0e946d3f51b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6466 2024.10.16 19:58:14.754902 [ 3 ] {} <Debug> HTTP-Session: 06c4e9bb-06ac-4ea8-b65c-5a1623d76341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6467 2024.10.16 19:58:14.755216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 186605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6468 2024.10.16 19:58:14.755264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6469 2024.10.16 19:58:14.755285 [ 3 ] {} <Debug> HTTP-Session: b4a1e536-28a8-4a7f-be44-6f485786f096 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6470 2024.10.16 19:58:14.755302 [ 3 ] {} <Debug> HTTP-Session: b4a1e536-28a8-4a7f-be44-6f485786f096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6471 2024.10.16 19:58:14.755315 [ 3 ] {} <Debug> HTTP-Session: b4a1e536-28a8-4a7f-be44-6f485786f096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6472 2024.10.16 19:58:14.755347 [ 3 ] {} <Trace> HTTP-Session: b4a1e536-28a8-4a7f-be44-6f485786f096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6473 2024.10.16 19:58:14.755948 [ 3 ] {0074ee58-ca4d-4785-932b-53576a4720e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6474 2024.10.16 19:58:14.755997 [ 3 ] {0074ee58-ca4d-4785-932b-53576a4720e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6475 2024.10.16 19:58:14.756148 [ 3 ] {0074ee58-ca4d-4785-932b-53576a4720e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6476 2024.10.16 19:58:14.757060 [ 3 ] {0074ee58-ca4d-4785-932b-53576a4720e8} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6477 2024.10.16 19:58:14.757098 [ 3 ] {0074ee58-ca4d-4785-932b-53576a4720e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6478 2024.10.16 19:58:14.757534 [ 3 ] {0074ee58-ca4d-4785-932b-53576a4720e8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6479 2024.10.16 19:58:14.757886 [ 3 ] {0074ee58-ca4d-4785-932b-53576a4720e8} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6480 2024.10.16 19:58:14.758036 [ 3 ] {0074ee58-ca4d-4785-932b-53576a4720e8} <Debug> executeQuery: Read 987 rows, 67.25 KiB in 0.00256 sec., 385546.87499999994 rows/sec., 25.65 MiB/sec.
6481 2024.10.16 19:58:14.758326 [ 3 ] {0074ee58-ca4d-4785-932b-53576a4720e8} <Debug> DynamicQueryHandler: Done processing query
6482 2024.10.16 19:58:14.758368 [ 3 ] {0074ee58-ca4d-4785-932b-53576a4720e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
6483 2024.10.16 19:58:14.758393 [ 3 ] {} <Debug> HTTP-Session: b4a1e536-28a8-4a7f-be44-6f485786f096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6484 2024.10.16 19:58:14.758723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6485 2024.10.16 19:58:14.758774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6486 2024.10.16 19:58:14.758794 [ 3 ] {} <Debug> HTTP-Session: 9b11a23b-40d9-428d-8eb2-3a1a9b5b5594 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6487 2024.10.16 19:58:14.758810 [ 3 ] {} <Debug> HTTP-Session: 9b11a23b-40d9-428d-8eb2-3a1a9b5b5594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6488 2024.10.16 19:58:14.758825 [ 3 ] {} <Debug> HTTP-Session: 9b11a23b-40d9-428d-8eb2-3a1a9b5b5594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6489 2024.10.16 19:58:14.758856 [ 3 ] {} <Trace> HTTP-Session: 9b11a23b-40d9-428d-8eb2-3a1a9b5b5594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6490 2024.10.16 19:58:14.758952 [ 3 ] {8a9f88f6-46fe-4b53-9fce-9a8ca1c0167c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6491 2024.10.16 19:58:14.759000 [ 3 ] {8a9f88f6-46fe-4b53-9fce-9a8ca1c0167c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6492 2024.10.16 19:58:14.759152 [ 3 ] {8a9f88f6-46fe-4b53-9fce-9a8ca1c0167c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6493 2024.10.16 19:58:14.759410 [ 3 ] {8a9f88f6-46fe-4b53-9fce-9a8ca1c0167c} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6494 2024.10.16 19:58:14.759447 [ 3 ] {8a9f88f6-46fe-4b53-9fce-9a8ca1c0167c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6495 2024.10.16 19:58:14.759796 [ 3 ] {8a9f88f6-46fe-4b53-9fce-9a8ca1c0167c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6496 2024.10.16 19:58:14.760118 [ 3 ] {8a9f88f6-46fe-4b53-9fce-9a8ca1c0167c} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6497 2024.10.16 19:58:14.760269 [ 3 ] {8a9f88f6-46fe-4b53-9fce-9a8ca1c0167c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001332 sec., 750.7507507507507 rows/sec., 50.59 KiB/sec.
6498 2024.10.16 19:58:14.760437 [ 3 ] {8a9f88f6-46fe-4b53-9fce-9a8ca1c0167c} <Debug> DynamicQueryHandler: Done processing query
6499 2024.10.16 19:58:14.760465 [ 3 ] {8a9f88f6-46fe-4b53-9fce-9a8ca1c0167c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6500 2024.10.16 19:58:14.760481 [ 3 ] {} <Debug> HTTP-Session: 9b11a23b-40d9-428d-8eb2-3a1a9b5b5594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6501 2024.10.16 19:58:14.760640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 27361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6502 2024.10.16 19:58:14.760689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6503 2024.10.16 19:58:14.760708 [ 3 ] {} <Debug> HTTP-Session: 9f861f54-242b-4c2f-bc65-6f1ac346772e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6504 2024.10.16 19:58:14.760724 [ 3 ] {} <Debug> HTTP-Session: 9f861f54-242b-4c2f-bc65-6f1ac346772e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6505 2024.10.16 19:58:14.760738 [ 3 ] {} <Debug> HTTP-Session: 9f861f54-242b-4c2f-bc65-6f1ac346772e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6506 2024.10.16 19:58:14.760768 [ 3 ] {} <Trace> HTTP-Session: 9f861f54-242b-4c2f-bc65-6f1ac346772e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6507 2024.10.16 19:58:14.760974 [ 3 ] {afb8a5bc-f3d3-4a1a-ad27-ae1369316002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6508 2024.10.16 19:58:14.761038 [ 3 ] {afb8a5bc-f3d3-4a1a-ad27-ae1369316002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6509 2024.10.16 19:58:14.761457 [ 3 ] {afb8a5bc-f3d3-4a1a-ad27-ae1369316002} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6510 2024.10.16 19:58:14.762083 [ 3 ] {afb8a5bc-f3d3-4a1a-ad27-ae1369316002} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6511 2024.10.16 19:58:14.762121 [ 3 ] {afb8a5bc-f3d3-4a1a-ad27-ae1369316002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6512 2024.10.16 19:58:14.762789 [ 3 ] {afb8a5bc-f3d3-4a1a-ad27-ae1369316002} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6513 2024.10.16 19:58:14.763214 [ 3 ] {afb8a5bc-f3d3-4a1a-ad27-ae1369316002} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6514 2024.10.16 19:58:14.763403 [ 3 ] {afb8a5bc-f3d3-4a1a-ad27-ae1369316002} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002558 sec., 6254.886630179828 rows/sec., 11.21 MiB/sec.
6515 2024.10.16 19:58:14.763636 [ 3 ] {afb8a5bc-f3d3-4a1a-ad27-ae1369316002} <Debug> DynamicQueryHandler: Done processing query
6516 2024.10.16 19:58:14.763661 [ 3 ] {afb8a5bc-f3d3-4a1a-ad27-ae1369316002} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB.
6517 2024.10.16 19:58:14.763677 [ 3 ] {} <Debug> HTTP-Session: 9f861f54-242b-4c2f-bc65-6f1ac346772e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6518 2024.10.16 19:58:14.763790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 6700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6519 2024.10.16 19:58:14.763839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6520 2024.10.16 19:58:14.763857 [ 3 ] {} <Debug> HTTP-Session: f195225f-bf13-4ab1-b2af-c434737bc2da Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6521 2024.10.16 19:58:14.763873 [ 3 ] {} <Debug> HTTP-Session: f195225f-bf13-4ab1-b2af-c434737bc2da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6522 2024.10.16 19:58:14.763887 [ 3 ] {} <Debug> HTTP-Session: f195225f-bf13-4ab1-b2af-c434737bc2da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6523 2024.10.16 19:58:14.763917 [ 3 ] {} <Trace> HTTP-Session: f195225f-bf13-4ab1-b2af-c434737bc2da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6524 2024.10.16 19:58:14.764019 [ 3 ] {284f97d5-8ebb-4b3c-8089-c270d67a16dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6525 2024.10.16 19:58:14.764065 [ 3 ] {284f97d5-8ebb-4b3c-8089-c270d67a16dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6526 2024.10.16 19:58:14.764193 [ 3 ] {284f97d5-8ebb-4b3c-8089-c270d67a16dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6527 2024.10.16 19:58:14.764506 [ 3 ] {284f97d5-8ebb-4b3c-8089-c270d67a16dc} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6528 2024.10.16 19:58:14.764542 [ 3 ] {284f97d5-8ebb-4b3c-8089-c270d67a16dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6529 2024.10.16 19:58:14.764899 [ 3 ] {284f97d5-8ebb-4b3c-8089-c270d67a16dc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6530 2024.10.16 19:58:14.765229 [ 3 ] {284f97d5-8ebb-4b3c-8089-c270d67a16dc} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6531 2024.10.16 19:58:14.765391 [ 3 ] {284f97d5-8ebb-4b3c-8089-c270d67a16dc} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001391 sec., 33069.73400431344 rows/sec., 2.00 MiB/sec.
6532 2024.10.16 19:58:14.765567 [ 3 ] {284f97d5-8ebb-4b3c-8089-c270d67a16dc} <Debug> DynamicQueryHandler: Done processing query
6533 2024.10.16 19:58:14.765598 [ 3 ] {284f97d5-8ebb-4b3c-8089-c270d67a16dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
6534 2024.10.16 19:58:14.765616 [ 3 ] {} <Debug> HTTP-Session: f195225f-bf13-4ab1-b2af-c434737bc2da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6535 2024.10.16 19:58:16.423236 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache
6536 2024.10.16 19:58:16.423309 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache
6537 2024.10.16 19:58:17.603017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6538 2024.10.16 19:58:17.603144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6539 2024.10.16 19:58:17.603173 [ 3 ] {} <Debug> HTTP-Session: 690bace7-5958-4094-8cd8-1b856a1ca604 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6540 2024.10.16 19:58:17.603201 [ 3 ] {} <Debug> HTTP-Session: 690bace7-5958-4094-8cd8-1b856a1ca604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6541 2024.10.16 19:58:17.603219 [ 3 ] {} <Debug> HTTP-Session: 690bace7-5958-4094-8cd8-1b856a1ca604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6542 2024.10.16 19:58:17.603274 [ 3 ] {} <Trace> HTTP-Session: 690bace7-5958-4094-8cd8-1b856a1ca604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6543 2024.10.16 19:58:17.603474 [ 3 ] {fdf7638f-08f6-4605-b3ef-df112571f483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6544 2024.10.16 19:58:17.603549 [ 3 ] {fdf7638f-08f6-4605-b3ef-df112571f483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6545 2024.10.16 19:58:17.603929 [ 3 ] {fdf7638f-08f6-4605-b3ef-df112571f483} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6546 2024.10.16 19:58:17.604377 [ 3 ] {fdf7638f-08f6-4605-b3ef-df112571f483} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6547 2024.10.16 19:58:17.604418 [ 3 ] {fdf7638f-08f6-4605-b3ef-df112571f483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6548 2024.10.16 19:58:17.604816 [ 3 ] {fdf7638f-08f6-4605-b3ef-df112571f483} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6549 2024.10.16 19:58:17.605205 [ 3 ] {fdf7638f-08f6-4605-b3ef-df112571f483} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6550 2024.10.16 19:58:17.605362 [ 3 ] {fdf7638f-08f6-4605-b3ef-df112571f483} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00194 sec., 1030.9278350515463 rows/sec., 84.06 KiB/sec.
6551 2024.10.16 19:58:17.605384 [ 92 ] {} <Debug> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
6552 2024.10.16 19:58:17.605501 [ 92 ] {} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6553 2024.10.16 19:58:17.605554 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6554 2024.10.16 19:58:17.605655 [ 3 ] {fdf7638f-08f6-4605-b3ef-df112571f483} <Debug> DynamicQueryHandler: Done processing query
6555 2024.10.16 19:58:17.605717 [ 3 ] {fdf7638f-08f6-4605-b3ef-df112571f483} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6556 2024.10.16 19:58:17.605762 [ 3 ] {} <Debug> HTTP-Session: 690bace7-5958-4094-8cd8-1b856a1ca604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6557 2024.10.16 19:58:17.605818 [ 190 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
6558 2024.10.16 19:58:17.605962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 15037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6559 2024.10.16 19:58:17.606076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6560 2024.10.16 19:58:17.606131 [ 3 ] {} <Debug> HTTP-Session: 26d129d4-d88b-4621-a4a0-d5aa9d8c7516 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6561 2024.10.16 19:58:17.606186 [ 3 ] {} <Debug> HTTP-Session: 26d129d4-d88b-4621-a4a0-d5aa9d8c7516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6562 2024.10.16 19:58:17.606202 [ 190 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6563 2024.10.16 19:58:17.606218 [ 3 ] {} <Debug> HTTP-Session: 26d129d4-d88b-4621-a4a0-d5aa9d8c7516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6564 2024.10.16 19:58:17.606281 [ 190 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part
6565 2024.10.16 19:58:17.606294 [ 3 ] {} <Trace> HTTP-Session: 26d129d4-d88b-4621-a4a0-d5aa9d8c7516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6566 2024.10.16 19:58:17.606474 [ 190 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
6567 2024.10.16 19:58:17.606743 [ 3 ] {12fe7a44-41ba-4d0f-b1c2-b29b9fc49b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6568 2024.10.16 19:58:17.606778 [ 190 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
6569 2024.10.16 19:58:17.606896 [ 3 ] {12fe7a44-41ba-4d0f-b1c2-b29b9fc49b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6570 2024.10.16 19:58:17.607084 [ 190 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
6571 2024.10.16 19:58:17.607376 [ 190 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
6572 2024.10.16 19:58:17.607681 [ 190 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part
6573 2024.10.16 19:58:17.608549 [ 3 ] {12fe7a44-41ba-4d0f-b1c2-b29b9fc49b77} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6574 2024.10.16 19:58:17.609553 [ 3 ] {12fe7a44-41ba-4d0f-b1c2-b29b9fc49b77} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6575 2024.10.16 19:58:17.609621 [ 3 ] {12fe7a44-41ba-4d0f-b1c2-b29b9fc49b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6576 2024.10.16 19:58:17.610741 [ 200 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.005096687 sec., 6278.588424205764 rows/sec., 536.50 KiB/sec.
6577 2024.10.16 19:58:17.610755 [ 3 ] {12fe7a44-41ba-4d0f-b1c2-b29b9fc49b77} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6578 2024.10.16 19:58:17.611040 [ 193 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
6579 2024.10.16 19:58:17.611698 [ 3 ] {12fe7a44-41ba-4d0f-b1c2-b29b9fc49b77} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6580 2024.10.16 19:58:17.612134 [ 92 ] {} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6581 2024.10.16 19:58:17.612187 [ 3 ] {12fe7a44-41ba-4d0f-b1c2-b29b9fc49b77} <Debug> executeQuery: Read 103 rows, 8.76 KiB in 0.005701 sec., 18067.005788458166 rows/sec., 1.50 MiB/sec.
6582 2024.10.16 19:58:17.612220 [ 92 ] {} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6583 2024.10.16 19:58:17.612309 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6584 2024.10.16 19:58:17.612525 [ 193 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_10_2} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6585 2024.10.16 19:58:17.612786 [ 201 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
6586 2024.10.16 19:58:17.612822 [ 3 ] {12fe7a44-41ba-4d0f-b1c2-b29b9fc49b77} <Debug> DynamicQueryHandler: Done processing query
6587 2024.10.16 19:58:17.612851 [ 193 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_10_2} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
6588 2024.10.16 19:58:17.612874 [ 3 ] {12fe7a44-41ba-4d0f-b1c2-b29b9fc49b77} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6589 2024.10.16 19:58:17.612930 [ 3 ] {} <Debug> HTTP-Session: 26d129d4-d88b-4621-a4a0-d5aa9d8c7516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6590 2024.10.16 19:58:17.613124 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6591 2024.10.16 19:58:17.613206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 3628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6592 2024.10.16 19:58:17.613224 [ 201 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6593 2024.10.16 19:58:17.613273 [ 201 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1416 rows starting from the beginning of the part
6594 2024.10.16 19:58:17.613280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6595 2024.10.16 19:58:17.613309 [ 3 ] {} <Debug> HTTP-Session: c7542638-c553-45e7-9445-df69e2e4b724 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6596 2024.10.16 19:58:17.613336 [ 3 ] {} <Debug> HTTP-Session: c7542638-c553-45e7-9445-df69e2e4b724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6597 2024.10.16 19:58:17.613398 [ 3 ] {} <Debug> HTTP-Session: c7542638-c553-45e7-9445-df69e2e4b724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6598 2024.10.16 19:58:17.613479 [ 201 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 57 rows starting from the beginning of the part
6599 2024.10.16 19:58:17.613512 [ 3 ] {} <Trace> HTTP-Session: c7542638-c553-45e7-9445-df69e2e4b724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6600 2024.10.16 19:58:17.613839 [ 201 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 268 rows starting from the beginning of the part
6601 2024.10.16 19:58:17.613890 [ 3 ] {27a97271-8312-45da-bedd-ff78bb9f3316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6602 2024.10.16 19:58:17.614055 [ 3 ] {27a97271-8312-45da-bedd-ff78bb9f3316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6603 2024.10.16 19:58:17.614149 [ 201 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part
6604 2024.10.16 19:58:17.614532 [ 201 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1361 rows starting from the beginning of the part
6605 2024.10.16 19:58:17.614852 [ 201 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 103 rows starting from the beginning of the part
6606 2024.10.16 19:58:17.615440 [ 3 ] {27a97271-8312-45da-bedd-ff78bb9f3316} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6607 2024.10.16 19:58:17.615938 [ 3 ] {27a97271-8312-45da-bedd-ff78bb9f3316} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6608 2024.10.16 19:58:17.615982 [ 3 ] {27a97271-8312-45da-bedd-ff78bb9f3316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6609 2024.10.16 19:58:17.616476 [ 3 ] {27a97271-8312-45da-bedd-ff78bb9f3316} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6610 2024.10.16 19:58:17.616882 [ 3 ] {27a97271-8312-45da-bedd-ff78bb9f3316} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6611 2024.10.16 19:58:17.617115 [ 92 ] {} <Debug> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6612 2024.10.16 19:58:17.617150 [ 3 ] {27a97271-8312-45da-bedd-ff78bb9f3316} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.003388 sec., 7378.984651711925 rows/sec., 551.69 KiB/sec.
6613 2024.10.16 19:58:17.617212 [ 92 ] {} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6614 2024.10.16 19:58:17.617315 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6615 2024.10.16 19:58:17.617819 [ 3 ] {27a97271-8312-45da-bedd-ff78bb9f3316} <Debug> DynamicQueryHandler: Done processing query
6616 2024.10.16 19:58:17.617922 [ 3 ] {27a97271-8312-45da-bedd-ff78bb9f3316} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6617 2024.10.16 19:58:17.617949 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::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
6618 2024.10.16 19:58:17.618001 [ 3 ] {} <Debug> HTTP-Session: c7542638-c553-45e7-9445-df69e2e4b724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6619 2024.10.16 19:58:17.618145 [ 201 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3261 rows, containing 5 columns (5 merged, 0 gathered) in 0.0056669 sec., 575446.8933632144 rows/sec., 50.28 MiB/sec.
6620 2024.10.16 19:58:17.618261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 15117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6621 2024.10.16 19:58:17.618411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6622 2024.10.16 19:58:17.618441 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6623 2024.10.16 19:58:17.618468 [ 3 ] {} <Debug> HTTP-Session: e50c8b91-bab8-4378-be26-939e71cc8e21 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6624 2024.10.16 19:58:17.618481 [ 201 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6625 2024.10.16 19:58:17.618538 [ 3 ] {} <Debug> HTTP-Session: e50c8b91-bab8-4378-be26-939e71cc8e21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6626 2024.10.16 19:58:17.618579 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 57 rows starting from the beginning of the part
6627 2024.10.16 19:58:17.618596 [ 3 ] {} <Debug> HTTP-Session: e50c8b91-bab8-4378-be26-939e71cc8e21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6628 2024.10.16 19:58:17.618712 [ 3 ] {} <Trace> HTTP-Session: e50c8b91-bab8-4378-be26-939e71cc8e21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6629 2024.10.16 19:58:17.618956 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part
6630 2024.10.16 19:58:17.619090 [ 3 ] {22cdc246-53b8-40a9-b247-5a9070da557c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6631 2024.10.16 19:58:17.619289 [ 3 ] {22cdc246-53b8-40a9-b247-5a9070da557c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6632 2024.10.16 19:58:17.619415 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part
6633 2024.10.16 19:58:17.619998 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part
6634 2024.10.16 19:58:17.620620 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part
6635 2024.10.16 19:58:17.621115 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 25 rows starting from the beginning of the part
6636 2024.10.16 19:58:17.622157 [ 3 ] {22cdc246-53b8-40a9-b247-5a9070da557c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6637 2024.10.16 19:58:17.622159 [ 201 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_36_7} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6638 2024.10.16 19:58:17.622472 [ 201 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_36_7} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6639 2024.10.16 19:58:17.622691 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
6640 2024.10.16 19:58:17.623104 [ 3 ] {22cdc246-53b8-40a9-b247-5a9070da557c} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6641 2024.10.16 19:58:17.623147 [ 3 ] {22cdc246-53b8-40a9-b247-5a9070da557c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6642 2024.10.16 19:58:17.623690 [ 3 ] {22cdc246-53b8-40a9-b247-5a9070da557c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6643 2024.10.16 19:58:17.624185 [ 192 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.006684784 sec., 26926.823664010684 rows/sec., 2.06 MiB/sec.
6644 2024.10.16 19:58:17.624416 [ 195 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6645 2024.10.16 19:58:17.624430 [ 3 ] {22cdc246-53b8-40a9-b247-5a9070da557c} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6646 2024.10.16 19:58:17.624754 [ 92 ] {} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6647 2024.10.16 19:58:17.624800 [ 3 ] {22cdc246-53b8-40a9-b247-5a9070da557c} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.00582 sec., 15292.096219931273 rows/sec., 1.19 MiB/sec.
6648 2024.10.16 19:58:17.624820 [ 92 ] {} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6649 2024.10.16 19:58:17.624903 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6650 2024.10.16 19:58:17.625486 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
6651 2024.10.16 19:58:17.625617 [ 3 ] {22cdc246-53b8-40a9-b247-5a9070da557c} <Debug> DynamicQueryHandler: Done processing query
6652 2024.10.16 19:58:17.625699 [ 3 ] {22cdc246-53b8-40a9-b247-5a9070da557c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6653 2024.10.16 19:58:17.625814 [ 3 ] {} <Debug> HTTP-Session: e50c8b91-bab8-4378-be26-939e71cc8e21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6654 2024.10.16 19:58:17.625964 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6655 2024.10.16 19:58:17.626009 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
6656 2024.10.16 19:58:17.626103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 18600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6657 2024.10.16 19:58:17.626312 [ 195 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_21_4} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6658 2024.10.16 19:58:17.626317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6659 2024.10.16 19:58:17.626388 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 66 rows starting from the beginning of the part
6660 2024.10.16 19:58:17.626454 [ 3 ] {} <Debug> HTTP-Session: ba2197de-744a-4e70-86e7-0f4023b4238a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6661 2024.10.16 19:58:17.626553 [ 3 ] {} <Debug> HTTP-Session: ba2197de-744a-4e70-86e7-0f4023b4238a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6662 2024.10.16 19:58:17.626630 [ 3 ] {} <Debug> HTTP-Session: ba2197de-744a-4e70-86e7-0f4023b4238a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6663 2024.10.16 19:58:17.626768 [ 195 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_21_4} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6664 2024.10.16 19:58:17.626857 [ 3 ] {} <Trace> HTTP-Session: ba2197de-744a-4e70-86e7-0f4023b4238a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6665 2024.10.16 19:58:17.626893 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 423 rows starting from the beginning of the part
6666 2024.10.16 19:58:17.627103 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6667 2024.10.16 19:58:17.627361 [ 3 ] {ccadff12-7085-47dd-b51c-55d096cfdf16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6668 2024.10.16 19:58:17.627383 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part
6669 2024.10.16 19:58:17.627479 [ 3 ] {ccadff12-7085-47dd-b51c-55d096cfdf16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6670 2024.10.16 19:58:17.627763 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 854 rows starting from the beginning of the part
6671 2024.10.16 19:58:17.628165 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 89 rows starting from the beginning of the part
6672 2024.10.16 19:58:17.628520 [ 3 ] {ccadff12-7085-47dd-b51c-55d096cfdf16} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6673 2024.10.16 19:58:17.629427 [ 3 ] {ccadff12-7085-47dd-b51c-55d096cfdf16} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6674 2024.10.16 19:58:17.629492 [ 3 ] {ccadff12-7085-47dd-b51c-55d096cfdf16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6675 2024.10.16 19:58:17.630601 [ 3 ] {ccadff12-7085-47dd-b51c-55d096cfdf16} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6676 2024.10.16 19:58:17.631184 [ 3 ] {ccadff12-7085-47dd-b51c-55d096cfdf16} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6677 2024.10.16 19:58:17.631552 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.006432438 sec., 374508.07920729276 rows/sec., 28.72 MiB/sec.
6678 2024.10.16 19:58:17.631579 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6679 2024.10.16 19:58:17.631626 [ 3 ] {ccadff12-7085-47dd-b51c-55d096cfdf16} <Debug> executeQuery: Read 97 rows, 6.92 KiB in 0.004425 sec., 21920.90395480226 rows/sec., 1.53 MiB/sec.
6680 2024.10.16 19:58:17.631661 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6681 2024.10.16 19:58:17.631746 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6682 2024.10.16 19:58:17.632075 [ 195 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6683 2024.10.16 19:58:17.632167 [ 198 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::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
6684 2024.10.16 19:58:17.632198 [ 3 ] {ccadff12-7085-47dd-b51c-55d096cfdf16} <Debug> DynamicQueryHandler: Done processing query
6685 2024.10.16 19:58:17.632293 [ 3 ] {ccadff12-7085-47dd-b51c-55d096cfdf16} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6686 2024.10.16 19:58:17.632369 [ 3 ] {} <Debug> HTTP-Session: ba2197de-744a-4e70-86e7-0f4023b4238a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6687 2024.10.16 19:58:17.632694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 37699, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6688 2024.10.16 19:58:17.632708 [ 198 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6689 2024.10.16 19:58:17.632904 [ 198 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9446 rows starting from the beginning of the part
6690 2024.10.16 19:58:17.632915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6691 2024.10.16 19:58:17.633049 [ 3 ] {} <Debug> HTTP-Session: 1cddbcd2-2ef6-4836-a2e6-e990fd02dcda Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6692 2024.10.16 19:58:17.633111 [ 3 ] {} <Debug> HTTP-Session: 1cddbcd2-2ef6-4836-a2e6-e990fd02dcda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6693 2024.10.16 19:58:17.633187 [ 3 ] {} <Debug> HTTP-Session: 1cddbcd2-2ef6-4836-a2e6-e990fd02dcda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6694 2024.10.16 19:58:17.633445 [ 198 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part
6695 2024.10.16 19:58:17.633687 [ 3 ] {} <Trace> HTTP-Session: 1cddbcd2-2ef6-4836-a2e6-e990fd02dcda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6696 2024.10.16 19:58:17.633798 [ 198 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 238 rows starting from the beginning of the part
6697 2024.10.16 19:58:17.634045 [ 186 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_36_7} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6698 2024.10.16 19:58:17.634295 [ 198 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part
6699 2024.10.16 19:58:17.634540 [ 186 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_36_7} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6700 2024.10.16 19:58:17.634645 [ 198 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 987 rows starting from the beginning of the part
6701 2024.10.16 19:58:17.634925 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
6702 2024.10.16 19:58:17.634933 [ 3 ] {76d9118b-9276-4f6d-8fd4-230b279318b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6703 2024.10.16 19:58:17.635100 [ 198 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 97 rows starting from the beginning of the part
6704 2024.10.16 19:58:17.635515 [ 3 ] {76d9118b-9276-4f6d-8fd4-230b279318b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6705 2024.10.16 19:58:17.636910 [ 3 ] {76d9118b-9276-4f6d-8fd4-230b279318b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6706 2024.10.16 19:58:17.638441 [ 3 ] {76d9118b-9276-4f6d-8fd4-230b279318b1} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6707 2024.10.16 19:58:17.638515 [ 3 ] {76d9118b-9276-4f6d-8fd4-230b279318b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6708 2024.10.16 19:58:17.640148 [ 3 ] {76d9118b-9276-4f6d-8fd4-230b279318b1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6709 2024.10.16 19:58:17.640956 [ 3 ] {76d9118b-9276-4f6d-8fd4-230b279318b1} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6710 2024.10.16 19:58:17.641186 [ 3 ] {76d9118b-9276-4f6d-8fd4-230b279318b1} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00706 sec., 3257.7903682719543 rows/sec., 5.84 MiB/sec.
6711 2024.10.16 19:58:17.641475 [ 3 ] {76d9118b-9276-4f6d-8fd4-230b279318b1} <Debug> DynamicQueryHandler: Done processing query
6712 2024.10.16 19:58:17.641514 [ 3 ] {76d9118b-9276-4f6d-8fd4-230b279318b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB.
6713 2024.10.16 19:58:17.641537 [ 3 ] {} <Debug> HTTP-Session: 1cddbcd2-2ef6-4836-a2e6-e990fd02dcda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6714 2024.10.16 19:58:17.641677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6715 2024.10.16 19:58:17.641731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6716 2024.10.16 19:58:17.641753 [ 3 ] {} <Debug> HTTP-Session: 1d2afd0f-e44d-4c95-a6f2-d6ef958e232b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6717 2024.10.16 19:58:17.641770 [ 3 ] {} <Debug> HTTP-Session: 1d2afd0f-e44d-4c95-a6f2-d6ef958e232b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6718 2024.10.16 19:58:17.641803 [ 3 ] {} <Debug> HTTP-Session: 1d2afd0f-e44d-4c95-a6f2-d6ef958e232b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6719 2024.10.16 19:58:17.641858 [ 3 ] {} <Trace> HTTP-Session: 1d2afd0f-e44d-4c95-a6f2-d6ef958e232b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6720 2024.10.16 19:58:17.642083 [ 3 ] {cb48c84f-7184-4b5e-955d-d0346d0906f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6721 2024.10.16 19:58:17.642236 [ 3 ] {cb48c84f-7184-4b5e-955d-d0346d0906f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6722 2024.10.16 19:58:17.642350 [ 198 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11089 rows, containing 5 columns (5 merged, 0 gathered) in 0.010442939 sec., 1061865.821489525 rows/sec., 71.67 MiB/sec.
6723 2024.10.16 19:58:17.642525 [ 3 ] {cb48c84f-7184-4b5e-955d-d0346d0906f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6724 2024.10.16 19:58:17.642710 [ 198 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6725 2024.10.16 19:58:17.643121 [ 3 ] {cb48c84f-7184-4b5e-955d-d0346d0906f0} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6726 2024.10.16 19:58:17.643232 [ 3 ] {cb48c84f-7184-4b5e-955d-d0346d0906f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6727 2024.10.16 19:58:17.643615 [ 198 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6728 2024.10.16 19:58:17.643802 [ 198 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6729 2024.10.16 19:58:17.643974 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB.
6730 2024.10.16 19:58:17.644063 [ 3 ] {cb48c84f-7184-4b5e-955d-d0346d0906f0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6731 2024.10.16 19:58:17.644405 [ 3 ] {cb48c84f-7184-4b5e-955d-d0346d0906f0} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6732 2024.10.16 19:58:17.644569 [ 90 ] {} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6733 2024.10.16 19:58:17.644572 [ 3 ] {cb48c84f-7184-4b5e-955d-d0346d0906f0} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00261 sec., 13793.103448275862 rows/sec., 951.87 KiB/sec.
6734 2024.10.16 19:58:17.644651 [ 90 ] {} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6735 2024.10.16 19:58:17.644718 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6736 2024.10.16 19:58:17.644925 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::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
6737 2024.10.16 19:58:17.644981 [ 3 ] {cb48c84f-7184-4b5e-955d-d0346d0906f0} <Debug> DynamicQueryHandler: Done processing query
6738 2024.10.16 19:58:17.645035 [ 3 ] {cb48c84f-7184-4b5e-955d-d0346d0906f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
6739 2024.10.16 19:58:17.645084 [ 3 ] {} <Debug> HTTP-Session: 1d2afd0f-e44d-4c95-a6f2-d6ef958e232b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6740 2024.10.16 19:58:17.645173 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6741 2024.10.16 19:58:17.645208 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1746 rows starting from the beginning of the part
6742 2024.10.16 19:58:17.645311 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part
6743 2024.10.16 19:58:17.645507 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part
6744 2024.10.16 19:58:17.645703 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part
6745 2024.10.16 19:58:17.645873 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 46 rows starting from the beginning of the part
6746 2024.10.16 19:58:17.646044 [ 186 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part
6747 2024.10.16 19:58:17.647320 [ 187 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2030 rows, containing 4 columns (4 merged, 0 gathered) in 0.002497737 sec., 812735.68834509 rows/sec., 53.07 MiB/sec.
6748 2024.10.16 19:58:17.647538 [ 187 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6749 2024.10.16 19:58:17.647936 [ 187 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_36_7} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6750 2024.10.16 19:58:17.648023 [ 187 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_36_7} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6751 2024.10.16 19:58:17.648114 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
6752 2024.10.16 19:58:18.000230 [ 245 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.85 MiB, peak 164.38 MiB, free memory in arenas 0.00 B, will set to 156.93 MiB (RSS), difference: 1.08 MiB
6753 2024.10.16 19:58:21.598623 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 676
6754 2024.10.16 19:58:21.601654 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6755 2024.10.16 19:58:21.601714 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6756 2024.10.16 19:58:21.603273 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6757 2024.10.16 19:58:21.604293 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6758 2024.10.16 19:58:21.604869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 676
6759 2024.10.16 19:58:22.605099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6760 2024.10.16 19:58:22.605227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6761 2024.10.16 19:58:22.605257 [ 3 ] {} <Debug> HTTP-Session: b44a2795-951b-424e-b906-4073df6350fd Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6762 2024.10.16 19:58:22.605286 [ 3 ] {} <Debug> HTTP-Session: b44a2795-951b-424e-b906-4073df6350fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6763 2024.10.16 19:58:22.605304 [ 3 ] {} <Debug> HTTP-Session: b44a2795-951b-424e-b906-4073df6350fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6764 2024.10.16 19:58:22.605362 [ 3 ] {} <Trace> HTTP-Session: b44a2795-951b-424e-b906-4073df6350fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6765 2024.10.16 19:58:22.605586 [ 3 ] {9ec98989-324d-4dc7-a391-d59fb0a0c45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6766 2024.10.16 19:58:22.605663 [ 3 ] {9ec98989-324d-4dc7-a391-d59fb0a0c45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6767 2024.10.16 19:58:22.606051 [ 3 ] {9ec98989-324d-4dc7-a391-d59fb0a0c45e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6768 2024.10.16 19:58:22.606593 [ 3 ] {9ec98989-324d-4dc7-a391-d59fb0a0c45e} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6769 2024.10.16 19:58:22.606636 [ 3 ] {9ec98989-324d-4dc7-a391-d59fb0a0c45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6770 2024.10.16 19:58:22.607070 [ 3 ] {9ec98989-324d-4dc7-a391-d59fb0a0c45e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6771 2024.10.16 19:58:22.607462 [ 3 ] {9ec98989-324d-4dc7-a391-d59fb0a0c45e} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6772 2024.10.16 19:58:22.607649 [ 3 ] {9ec98989-324d-4dc7-a391-d59fb0a0c45e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002135 sec., 26229.50819672131 rows/sec., 2.00 MiB/sec.
6773 2024.10.16 19:58:22.607872 [ 3 ] {9ec98989-324d-4dc7-a391-d59fb0a0c45e} <Debug> DynamicQueryHandler: Done processing query
6774 2024.10.16 19:58:22.607901 [ 3 ] {9ec98989-324d-4dc7-a391-d59fb0a0c45e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6775 2024.10.16 19:58:22.607918 [ 3 ] {} <Debug> HTTP-Session: b44a2795-951b-424e-b906-4073df6350fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6776 2024.10.16 19:58:22.608061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6777 2024.10.16 19:58:22.608113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6778 2024.10.16 19:58:22.608132 [ 3 ] {} <Debug> HTTP-Session: e3f9f880-1ad0-4277-8533-a6b3c9854397 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6779 2024.10.16 19:58:22.608149 [ 3 ] {} <Debug> HTTP-Session: e3f9f880-1ad0-4277-8533-a6b3c9854397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6780 2024.10.16 19:58:22.608163 [ 3 ] {} <Debug> HTTP-Session: e3f9f880-1ad0-4277-8533-a6b3c9854397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6781 2024.10.16 19:58:22.608195 [ 3 ] {} <Trace> HTTP-Session: e3f9f880-1ad0-4277-8533-a6b3c9854397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6782 2024.10.16 19:58:22.608319 [ 3 ] {ca43b3e3-5569-4fb1-a473-07e2ed3bd0fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6783 2024.10.16 19:58:22.608364 [ 3 ] {ca43b3e3-5569-4fb1-a473-07e2ed3bd0fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6784 2024.10.16 19:58:22.608593 [ 3 ] {ca43b3e3-5569-4fb1-a473-07e2ed3bd0fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6785 2024.10.16 19:58:22.608988 [ 3 ] {ca43b3e3-5569-4fb1-a473-07e2ed3bd0fa} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6786 2024.10.16 19:58:22.609026 [ 3 ] {ca43b3e3-5569-4fb1-a473-07e2ed3bd0fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6787 2024.10.16 19:58:22.609386 [ 3 ] {ca43b3e3-5569-4fb1-a473-07e2ed3bd0fa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6788 2024.10.16 19:58:22.609751 [ 3 ] {ca43b3e3-5569-4fb1-a473-07e2ed3bd0fa} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6789 2024.10.16 19:58:22.609908 [ 3 ] {ca43b3e3-5569-4fb1-a473-07e2ed3bd0fa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001623 sec., 39433.148490449785 rows/sec., 3.08 MiB/sec.
6790 2024.10.16 19:58:22.610097 [ 3 ] {ca43b3e3-5569-4fb1-a473-07e2ed3bd0fa} <Debug> DynamicQueryHandler: Done processing query
6791 2024.10.16 19:58:22.610121 [ 3 ] {ca43b3e3-5569-4fb1-a473-07e2ed3bd0fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6792 2024.10.16 19:58:22.610137 [ 3 ] {} <Debug> HTTP-Session: e3f9f880-1ad0-4277-8533-a6b3c9854397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6793 2024.10.16 19:58:22.610306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6794 2024.10.16 19:58:22.610356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6795 2024.10.16 19:58:22.610375 [ 3 ] {} <Debug> HTTP-Session: 4ca31f2a-c4ae-4a48-9135-1d2f5eed0ce9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6796 2024.10.16 19:58:22.610391 [ 3 ] {} <Debug> HTTP-Session: 4ca31f2a-c4ae-4a48-9135-1d2f5eed0ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6797 2024.10.16 19:58:22.610405 [ 3 ] {} <Debug> HTTP-Session: 4ca31f2a-c4ae-4a48-9135-1d2f5eed0ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6798 2024.10.16 19:58:22.610437 [ 3 ] {} <Trace> HTTP-Session: 4ca31f2a-c4ae-4a48-9135-1d2f5eed0ce9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6799 2024.10.16 19:58:22.610587 [ 3 ] {384d0f10-d729-4922-8ed0-77c54c5cff82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6800 2024.10.16 19:58:22.610634 [ 3 ] {384d0f10-d729-4922-8ed0-77c54c5cff82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6801 2024.10.16 19:58:22.610783 [ 3 ] {384d0f10-d729-4922-8ed0-77c54c5cff82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6802 2024.10.16 19:58:22.611191 [ 3 ] {384d0f10-d729-4922-8ed0-77c54c5cff82} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6803 2024.10.16 19:58:22.611227 [ 3 ] {384d0f10-d729-4922-8ed0-77c54c5cff82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6804 2024.10.16 19:58:22.611626 [ 3 ] {384d0f10-d729-4922-8ed0-77c54c5cff82} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6805 2024.10.16 19:58:22.611969 [ 3 ] {384d0f10-d729-4922-8ed0-77c54c5cff82} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6806 2024.10.16 19:58:22.612119 [ 3 ] {384d0f10-d729-4922-8ed0-77c54c5cff82} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec.
6807 2024.10.16 19:58:22.612299 [ 3 ] {384d0f10-d729-4922-8ed0-77c54c5cff82} <Debug> DynamicQueryHandler: Done processing query
6808 2024.10.16 19:58:22.612323 [ 3 ] {384d0f10-d729-4922-8ed0-77c54c5cff82} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6809 2024.10.16 19:58:22.612339 [ 3 ] {} <Debug> HTTP-Session: 4ca31f2a-c4ae-4a48-9135-1d2f5eed0ce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6810 2024.10.16 19:58:22.612466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6811 2024.10.16 19:58:22.612515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6812 2024.10.16 19:58:22.612534 [ 3 ] {} <Debug> HTTP-Session: 91266d52-f153-44c5-bf64-753a65a3db94 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6813 2024.10.16 19:58:22.612551 [ 3 ] {} <Debug> HTTP-Session: 91266d52-f153-44c5-bf64-753a65a3db94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6814 2024.10.16 19:58:22.612565 [ 3 ] {} <Debug> HTTP-Session: 91266d52-f153-44c5-bf64-753a65a3db94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6815 2024.10.16 19:58:22.612596 [ 3 ] {} <Trace> HTTP-Session: 91266d52-f153-44c5-bf64-753a65a3db94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6816 2024.10.16 19:58:22.612708 [ 3 ] {4f05e28c-2cd3-4fbc-a236-5b6c02168e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6817 2024.10.16 19:58:22.612753 [ 3 ] {4f05e28c-2cd3-4fbc-a236-5b6c02168e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6818 2024.10.16 19:58:22.612881 [ 3 ] {4f05e28c-2cd3-4fbc-a236-5b6c02168e0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6819 2024.10.16 19:58:22.613185 [ 3 ] {4f05e28c-2cd3-4fbc-a236-5b6c02168e0c} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6820 2024.10.16 19:58:22.613221 [ 3 ] {4f05e28c-2cd3-4fbc-a236-5b6c02168e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6821 2024.10.16 19:58:22.613585 [ 3 ] {4f05e28c-2cd3-4fbc-a236-5b6c02168e0c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6822 2024.10.16 19:58:22.613904 [ 3 ] {4f05e28c-2cd3-4fbc-a236-5b6c02168e0c} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6823 2024.10.16 19:58:22.614060 [ 3 ] {4f05e28c-2cd3-4fbc-a236-5b6c02168e0c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec.
6824 2024.10.16 19:58:22.614249 [ 3 ] {4f05e28c-2cd3-4fbc-a236-5b6c02168e0c} <Debug> DynamicQueryHandler: Done processing query
6825 2024.10.16 19:58:22.614273 [ 3 ] {4f05e28c-2cd3-4fbc-a236-5b6c02168e0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6826 2024.10.16 19:58:22.614294 [ 3 ] {} <Debug> HTTP-Session: 91266d52-f153-44c5-bf64-753a65a3db94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6827 2024.10.16 19:58:27.611993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6828 2024.10.16 19:58:27.612138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6829 2024.10.16 19:58:27.612167 [ 3 ] {} <Debug> HTTP-Session: 58e6f26d-3d71-4b2e-9c29-892b20c4737c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6830 2024.10.16 19:58:27.612191 [ 3 ] {} <Debug> HTTP-Session: 58e6f26d-3d71-4b2e-9c29-892b20c4737c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6831 2024.10.16 19:58:27.612206 [ 3 ] {} <Debug> HTTP-Session: 58e6f26d-3d71-4b2e-9c29-892b20c4737c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6832 2024.10.16 19:58:27.612255 [ 3 ] {} <Trace> HTTP-Session: 58e6f26d-3d71-4b2e-9c29-892b20c4737c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6833 2024.10.16 19:58:27.612521 [ 3 ] {610231a2-f42d-420a-bf67-9f833cf2232a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6834 2024.10.16 19:58:27.612591 [ 3 ] {610231a2-f42d-420a-bf67-9f833cf2232a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6835 2024.10.16 19:58:27.612922 [ 3 ] {610231a2-f42d-420a-bf67-9f833cf2232a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6836 2024.10.16 19:58:27.613606 [ 3 ] {610231a2-f42d-420a-bf67-9f833cf2232a} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6837 2024.10.16 19:58:27.613649 [ 3 ] {610231a2-f42d-420a-bf67-9f833cf2232a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6838 2024.10.16 19:58:27.614082 [ 3 ] {610231a2-f42d-420a-bf67-9f833cf2232a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6839 2024.10.16 19:58:27.614487 [ 3 ] {610231a2-f42d-420a-bf67-9f833cf2232a} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6840 2024.10.16 19:58:27.614646 [ 3 ] {610231a2-f42d-420a-bf67-9f833cf2232a} <Debug> executeQuery: Read 267 rows, 24.26 KiB in 0.002244 sec., 118983.95721925134 rows/sec., 10.56 MiB/sec.
6841 2024.10.16 19:58:27.614932 [ 3 ] {610231a2-f42d-420a-bf67-9f833cf2232a} <Debug> DynamicQueryHandler: Done processing query
6842 2024.10.16 19:58:27.614964 [ 3 ] {610231a2-f42d-420a-bf67-9f833cf2232a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
6843 2024.10.16 19:58:27.614981 [ 3 ] {} <Debug> HTTP-Session: 58e6f26d-3d71-4b2e-9c29-892b20c4737c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6844 2024.10.16 19:58:27.615125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6845 2024.10.16 19:58:27.615175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6846 2024.10.16 19:58:27.615195 [ 3 ] {} <Debug> HTTP-Session: 030dac17-c143-4501-bde4-53630acef5a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6847 2024.10.16 19:58:27.615216 [ 3 ] {} <Debug> HTTP-Session: 030dac17-c143-4501-bde4-53630acef5a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6848 2024.10.16 19:58:27.615230 [ 3 ] {} <Debug> HTTP-Session: 030dac17-c143-4501-bde4-53630acef5a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6849 2024.10.16 19:58:27.615262 [ 3 ] {} <Trace> HTTP-Session: 030dac17-c143-4501-bde4-53630acef5a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6850 2024.10.16 19:58:27.615370 [ 3 ] {403ae370-be9c-4761-8b90-382fd2601120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6851 2024.10.16 19:58:27.615414 [ 3 ] {403ae370-be9c-4761-8b90-382fd2601120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6852 2024.10.16 19:58:27.615653 [ 3 ] {403ae370-be9c-4761-8b90-382fd2601120} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6853 2024.10.16 19:58:27.616020 [ 3 ] {403ae370-be9c-4761-8b90-382fd2601120} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6854 2024.10.16 19:58:27.616059 [ 3 ] {403ae370-be9c-4761-8b90-382fd2601120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6855 2024.10.16 19:58:27.616413 [ 3 ] {403ae370-be9c-4761-8b90-382fd2601120} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6856 2024.10.16 19:58:27.616780 [ 3 ] {403ae370-be9c-4761-8b90-382fd2601120} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6857 2024.10.16 19:58:27.616945 [ 3 ] {403ae370-be9c-4761-8b90-382fd2601120} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001605 sec., 24299.065420560746 rows/sec., 1.78 MiB/sec.
6858 2024.10.16 19:58:27.617135 [ 3 ] {403ae370-be9c-4761-8b90-382fd2601120} <Debug> DynamicQueryHandler: Done processing query
6859 2024.10.16 19:58:27.617160 [ 3 ] {403ae370-be9c-4761-8b90-382fd2601120} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6860 2024.10.16 19:58:27.617176 [ 3 ] {} <Debug> HTTP-Session: 030dac17-c143-4501-bde4-53630acef5a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6861 2024.10.16 19:58:27.617290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6862 2024.10.16 19:58:27.617341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6863 2024.10.16 19:58:27.617361 [ 3 ] {} <Debug> HTTP-Session: ffa79a52-8f5c-4d5e-96ca-1364de708969 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6864 2024.10.16 19:58:27.617377 [ 3 ] {} <Debug> HTTP-Session: ffa79a52-8f5c-4d5e-96ca-1364de708969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6865 2024.10.16 19:58:27.617390 [ 3 ] {} <Debug> HTTP-Session: ffa79a52-8f5c-4d5e-96ca-1364de708969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6866 2024.10.16 19:58:27.617422 [ 3 ] {} <Trace> HTTP-Session: ffa79a52-8f5c-4d5e-96ca-1364de708969 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6867 2024.10.16 19:58:27.617525 [ 3 ] {a7983b43-fad0-4011-9392-95cac524718e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6868 2024.10.16 19:58:27.617567 [ 3 ] {a7983b43-fad0-4011-9392-95cac524718e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6869 2024.10.16 19:58:27.617797 [ 3 ] {a7983b43-fad0-4011-9392-95cac524718e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6870 2024.10.16 19:58:27.618113 [ 3 ] {a7983b43-fad0-4011-9392-95cac524718e} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6871 2024.10.16 19:58:27.618149 [ 3 ] {a7983b43-fad0-4011-9392-95cac524718e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6872 2024.10.16 19:58:27.618503 [ 3 ] {a7983b43-fad0-4011-9392-95cac524718e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6873 2024.10.16 19:58:27.618860 [ 3 ] {a7983b43-fad0-4011-9392-95cac524718e} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6874 2024.10.16 19:58:27.619010 [ 3 ] {a7983b43-fad0-4011-9392-95cac524718e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001502 sec., 9320.905459387483 rows/sec., 652.78 KiB/sec.
6875 2024.10.16 19:58:27.619253 [ 3 ] {a7983b43-fad0-4011-9392-95cac524718e} <Debug> DynamicQueryHandler: Done processing query
6876 2024.10.16 19:58:27.619281 [ 3 ] {a7983b43-fad0-4011-9392-95cac524718e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6877 2024.10.16 19:58:27.619297 [ 3 ] {} <Debug> HTTP-Session: ffa79a52-8f5c-4d5e-96ca-1364de708969 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6878 2024.10.16 19:58:27.619407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6879 2024.10.16 19:58:27.619459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6880 2024.10.16 19:58:27.619477 [ 3 ] {} <Debug> HTTP-Session: c803aecf-fb06-4c79-b500-49ed3ece6ad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6881 2024.10.16 19:58:27.619494 [ 3 ] {} <Debug> HTTP-Session: c803aecf-fb06-4c79-b500-49ed3ece6ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6882 2024.10.16 19:58:27.619508 [ 3 ] {} <Debug> HTTP-Session: c803aecf-fb06-4c79-b500-49ed3ece6ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6883 2024.10.16 19:58:27.619538 [ 3 ] {} <Trace> HTTP-Session: c803aecf-fb06-4c79-b500-49ed3ece6ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6884 2024.10.16 19:58:27.619635 [ 3 ] {74ddd8ce-f1e5-4aa1-9025-35999f3571e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6885 2024.10.16 19:58:27.619678 [ 3 ] {74ddd8ce-f1e5-4aa1-9025-35999f3571e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6886 2024.10.16 19:58:27.619907 [ 3 ] {74ddd8ce-f1e5-4aa1-9025-35999f3571e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6887 2024.10.16 19:58:27.620283 [ 3 ] {74ddd8ce-f1e5-4aa1-9025-35999f3571e5} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6888 2024.10.16 19:58:27.620319 [ 3 ] {74ddd8ce-f1e5-4aa1-9025-35999f3571e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6889 2024.10.16 19:58:27.620672 [ 3 ] {74ddd8ce-f1e5-4aa1-9025-35999f3571e5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6890 2024.10.16 19:58:27.621027 [ 3 ] {74ddd8ce-f1e5-4aa1-9025-35999f3571e5} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6891 2024.10.16 19:58:27.621189 [ 3 ] {74ddd8ce-f1e5-4aa1-9025-35999f3571e5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001569 sec., 3824.091778202677 rows/sec., 225.94 KiB/sec.
6892 2024.10.16 19:58:27.621386 [ 3 ] {74ddd8ce-f1e5-4aa1-9025-35999f3571e5} <Debug> DynamicQueryHandler: Done processing query
6893 2024.10.16 19:58:27.621413 [ 3 ] {74ddd8ce-f1e5-4aa1-9025-35999f3571e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6894 2024.10.16 19:58:27.621429 [ 3 ] {} <Debug> HTTP-Session: c803aecf-fb06-4c79-b500-49ed3ece6ad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6895 2024.10.16 19:58:27.621577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6896 2024.10.16 19:58:27.621625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6897 2024.10.16 19:58:27.621644 [ 3 ] {} <Debug> HTTP-Session: 1284a43e-6962-449a-a71b-6ca4d339c831 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6898 2024.10.16 19:58:27.621663 [ 3 ] {} <Debug> HTTP-Session: 1284a43e-6962-449a-a71b-6ca4d339c831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6899 2024.10.16 19:58:27.621678 [ 3 ] {} <Debug> HTTP-Session: 1284a43e-6962-449a-a71b-6ca4d339c831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6900 2024.10.16 19:58:27.621708 [ 3 ] {} <Trace> HTTP-Session: 1284a43e-6962-449a-a71b-6ca4d339c831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6901 2024.10.16 19:58:27.621924 [ 3 ] {53c7e954-5c4b-475a-8d23-dea4338159e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6902 2024.10.16 19:58:27.621970 [ 3 ] {53c7e954-5c4b-475a-8d23-dea4338159e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6903 2024.10.16 19:58:27.622195 [ 3 ] {53c7e954-5c4b-475a-8d23-dea4338159e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6904 2024.10.16 19:58:27.622792 [ 3 ] {53c7e954-5c4b-475a-8d23-dea4338159e1} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6905 2024.10.16 19:58:27.622829 [ 3 ] {53c7e954-5c4b-475a-8d23-dea4338159e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6906 2024.10.16 19:58:27.623208 [ 3 ] {53c7e954-5c4b-475a-8d23-dea4338159e1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6907 2024.10.16 19:58:27.623573 [ 3 ] {53c7e954-5c4b-475a-8d23-dea4338159e1} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6908 2024.10.16 19:58:27.623742 [ 3 ] {53c7e954-5c4b-475a-8d23-dea4338159e1} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001921 sec., 219156.68922436232 rows/sec., 15.66 MiB/sec.
6909 2024.10.16 19:58:27.623973 [ 3 ] {53c7e954-5c4b-475a-8d23-dea4338159e1} <Debug> DynamicQueryHandler: Done processing query
6910 2024.10.16 19:58:27.624004 [ 3 ] {53c7e954-5c4b-475a-8d23-dea4338159e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
6911 2024.10.16 19:58:27.624021 [ 3 ] {} <Debug> HTTP-Session: 1284a43e-6962-449a-a71b-6ca4d339c831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6912 2024.10.16 19:58:27.624146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6913 2024.10.16 19:58:27.624198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6914 2024.10.16 19:58:27.624217 [ 3 ] {} <Debug> HTTP-Session: fe809ff1-ec16-4390-8d1e-bf032a677376 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6915 2024.10.16 19:58:27.624233 [ 3 ] {} <Debug> HTTP-Session: fe809ff1-ec16-4390-8d1e-bf032a677376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6916 2024.10.16 19:58:27.624247 [ 3 ] {} <Debug> HTTP-Session: fe809ff1-ec16-4390-8d1e-bf032a677376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6917 2024.10.16 19:58:27.624278 [ 3 ] {} <Trace> HTTP-Session: fe809ff1-ec16-4390-8d1e-bf032a677376 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6918 2024.10.16 19:58:27.624381 [ 3 ] {b91cf2cf-0479-4061-b3ca-73240a192ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6919 2024.10.16 19:58:27.624427 [ 3 ] {b91cf2cf-0479-4061-b3ca-73240a192ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6920 2024.10.16 19:58:27.624558 [ 3 ] {b91cf2cf-0479-4061-b3ca-73240a192ef0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6921 2024.10.16 19:58:27.624863 [ 3 ] {b91cf2cf-0479-4061-b3ca-73240a192ef0} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6922 2024.10.16 19:58:27.624900 [ 3 ] {b91cf2cf-0479-4061-b3ca-73240a192ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6923 2024.10.16 19:58:27.625259 [ 3 ] {b91cf2cf-0479-4061-b3ca-73240a192ef0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6924 2024.10.16 19:58:27.625582 [ 3 ] {b91cf2cf-0479-4061-b3ca-73240a192ef0} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6925 2024.10.16 19:58:27.625747 [ 3 ] {b91cf2cf-0479-4061-b3ca-73240a192ef0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001383 sec., 4338.394793926248 rows/sec., 226.66 KiB/sec.
6926 2024.10.16 19:58:27.625956 [ 3 ] {b91cf2cf-0479-4061-b3ca-73240a192ef0} <Debug> DynamicQueryHandler: Done processing query
6927 2024.10.16 19:58:27.625981 [ 3 ] {b91cf2cf-0479-4061-b3ca-73240a192ef0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6928 2024.10.16 19:58:27.625998 [ 3 ] {} <Debug> HTTP-Session: fe809ff1-ec16-4390-8d1e-bf032a677376 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6929 2024.10.16 19:58:27.626130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6930 2024.10.16 19:58:27.626180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6931 2024.10.16 19:58:27.626199 [ 3 ] {} <Debug> HTTP-Session: 2059b2e4-85ad-488c-99b4-d3ddfb9e3093 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6932 2024.10.16 19:58:27.626216 [ 3 ] {} <Debug> HTTP-Session: 2059b2e4-85ad-488c-99b4-d3ddfb9e3093 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6933 2024.10.16 19:58:27.626230 [ 3 ] {} <Debug> HTTP-Session: 2059b2e4-85ad-488c-99b4-d3ddfb9e3093 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6934 2024.10.16 19:58:27.626260 [ 3 ] {} <Trace> HTTP-Session: 2059b2e4-85ad-488c-99b4-d3ddfb9e3093 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6935 2024.10.16 19:58:27.626466 [ 3 ] {5f367393-1779-4d8f-9b4b-8355ef4bcf98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6936 2024.10.16 19:58:27.626512 [ 3 ] {5f367393-1779-4d8f-9b4b-8355ef4bcf98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6937 2024.10.16 19:58:27.626654 [ 3 ] {5f367393-1779-4d8f-9b4b-8355ef4bcf98} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6938 2024.10.16 19:58:27.627086 [ 3 ] {5f367393-1779-4d8f-9b4b-8355ef4bcf98} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6939 2024.10.16 19:58:27.627123 [ 3 ] {5f367393-1779-4d8f-9b4b-8355ef4bcf98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6940 2024.10.16 19:58:27.627503 [ 3 ] {5f367393-1779-4d8f-9b4b-8355ef4bcf98} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6941 2024.10.16 19:58:27.627832 [ 3 ] {5f367393-1779-4d8f-9b4b-8355ef4bcf98} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6942 2024.10.16 19:58:27.627991 [ 3 ] {5f367393-1779-4d8f-9b4b-8355ef4bcf98} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001643 sec., 144248.32623250154 rows/sec., 9.67 MiB/sec.
6943 2024.10.16 19:58:27.628164 [ 3 ] {5f367393-1779-4d8f-9b4b-8355ef4bcf98} <Debug> DynamicQueryHandler: Done processing query
6944 2024.10.16 19:58:27.628189 [ 3 ] {5f367393-1779-4d8f-9b4b-8355ef4bcf98} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6945 2024.10.16 19:58:27.628206 [ 3 ] {} <Debug> HTTP-Session: 2059b2e4-85ad-488c-99b4-d3ddfb9e3093 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6946 2024.10.16 19:58:27.628309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6947 2024.10.16 19:58:27.628357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6948 2024.10.16 19:58:27.628376 [ 3 ] {} <Debug> HTTP-Session: 2611a788-ed42-4198-af54-a74da496103e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6949 2024.10.16 19:58:27.628393 [ 3 ] {} <Debug> HTTP-Session: 2611a788-ed42-4198-af54-a74da496103e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6950 2024.10.16 19:58:27.628407 [ 3 ] {} <Debug> HTTP-Session: 2611a788-ed42-4198-af54-a74da496103e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6951 2024.10.16 19:58:27.628438 [ 3 ] {} <Trace> HTTP-Session: 2611a788-ed42-4198-af54-a74da496103e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6952 2024.10.16 19:58:27.628531 [ 3 ] {4c7867a5-0917-4f02-a2d6-d2b2a9eb3327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6953 2024.10.16 19:58:27.628576 [ 3 ] {4c7867a5-0917-4f02-a2d6-d2b2a9eb3327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6954 2024.10.16 19:58:27.628704 [ 3 ] {4c7867a5-0917-4f02-a2d6-d2b2a9eb3327} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6955 2024.10.16 19:58:27.628973 [ 3 ] {4c7867a5-0917-4f02-a2d6-d2b2a9eb3327} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6956 2024.10.16 19:58:27.629008 [ 3 ] {4c7867a5-0917-4f02-a2d6-d2b2a9eb3327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6957 2024.10.16 19:58:27.629359 [ 3 ] {4c7867a5-0917-4f02-a2d6-d2b2a9eb3327} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6958 2024.10.16 19:58:27.629677 [ 3 ] {4c7867a5-0917-4f02-a2d6-d2b2a9eb3327} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6959 2024.10.16 19:58:27.629840 [ 3 ] {4c7867a5-0917-4f02-a2d6-d2b2a9eb3327} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec.
6960 2024.10.16 19:58:27.630044 [ 3 ] {4c7867a5-0917-4f02-a2d6-d2b2a9eb3327} <Debug> DynamicQueryHandler: Done processing query
6961 2024.10.16 19:58:27.630069 [ 3 ] {4c7867a5-0917-4f02-a2d6-d2b2a9eb3327} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6962 2024.10.16 19:58:27.630085 [ 3 ] {} <Debug> HTTP-Session: 2611a788-ed42-4198-af54-a74da496103e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6963 2024.10.16 19:58:27.630223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 65003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6964 2024.10.16 19:58:27.630271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6965 2024.10.16 19:58:27.630291 [ 3 ] {} <Debug> HTTP-Session: 60e21184-4b4c-422b-aacd-2f9411bc016d Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6966 2024.10.16 19:58:27.630308 [ 3 ] {} <Debug> HTTP-Session: 60e21184-4b4c-422b-aacd-2f9411bc016d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6967 2024.10.16 19:58:27.630321 [ 3 ] {} <Debug> HTTP-Session: 60e21184-4b4c-422b-aacd-2f9411bc016d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6968 2024.10.16 19:58:27.630352 [ 3 ] {} <Trace> HTTP-Session: 60e21184-4b4c-422b-aacd-2f9411bc016d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6969 2024.10.16 19:58:27.630761 [ 3 ] {19fbb382-cc79-42f1-a77c-43c58f77161d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6970 2024.10.16 19:58:27.630827 [ 3 ] {19fbb382-cc79-42f1-a77c-43c58f77161d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6971 2024.10.16 19:58:27.631251 [ 3 ] {19fbb382-cc79-42f1-a77c-43c58f77161d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6972 2024.10.16 19:58:27.631972 [ 3 ] {19fbb382-cc79-42f1-a77c-43c58f77161d} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6973 2024.10.16 19:58:27.632008 [ 3 ] {19fbb382-cc79-42f1-a77c-43c58f77161d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6974 2024.10.16 19:58:27.632653 [ 3 ] {19fbb382-cc79-42f1-a77c-43c58f77161d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6975 2024.10.16 19:58:27.633054 [ 3 ] {19fbb382-cc79-42f1-a77c-43c58f77161d} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6976 2024.10.16 19:58:27.633236 [ 3 ] {19fbb382-cc79-42f1-a77c-43c58f77161d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002789 sec., 13983.506633201865 rows/sec., 25.06 MiB/sec.
6977 2024.10.16 19:58:27.633454 [ 3 ] {19fbb382-cc79-42f1-a77c-43c58f77161d} <Debug> DynamicQueryHandler: Done processing query
6978 2024.10.16 19:58:27.633480 [ 3 ] {19fbb382-cc79-42f1-a77c-43c58f77161d} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
6979 2024.10.16 19:58:27.633496 [ 3 ] {} <Debug> HTTP-Session: 60e21184-4b4c-422b-aacd-2f9411bc016d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6980 2024.10.16 19:58:27.633618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6981 2024.10.16 19:58:27.633666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6982 2024.10.16 19:58:27.633685 [ 3 ] {} <Debug> HTTP-Session: cf372e16-2765-48e1-b75c-99e9033e505c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
6983 2024.10.16 19:58:27.633702 [ 3 ] {} <Debug> HTTP-Session: cf372e16-2765-48e1-b75c-99e9033e505c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6984 2024.10.16 19:58:27.633715 [ 3 ] {} <Debug> HTTP-Session: cf372e16-2765-48e1-b75c-99e9033e505c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6985 2024.10.16 19:58:27.633746 [ 3 ] {} <Trace> HTTP-Session: cf372e16-2765-48e1-b75c-99e9033e505c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6986 2024.10.16 19:58:27.633873 [ 3 ] {a5f72ac7-5dbb-4829-81d4-0f8a28fccca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6987 2024.10.16 19:58:27.633917 [ 3 ] {a5f72ac7-5dbb-4829-81d4-0f8a28fccca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6988 2024.10.16 19:58:27.634045 [ 3 ] {a5f72ac7-5dbb-4829-81d4-0f8a28fccca1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6989 2024.10.16 19:58:27.634357 [ 3 ] {a5f72ac7-5dbb-4829-81d4-0f8a28fccca1} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6990 2024.10.16 19:58:27.634393 [ 3 ] {a5f72ac7-5dbb-4829-81d4-0f8a28fccca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
6991 2024.10.16 19:58:27.634741 [ 3 ] {a5f72ac7-5dbb-4829-81d4-0f8a28fccca1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6992 2024.10.16 19:58:27.635053 [ 3 ] {a5f72ac7-5dbb-4829-81d4-0f8a28fccca1} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6993 2024.10.16 19:58:27.635203 [ 3 ] {a5f72ac7-5dbb-4829-81d4-0f8a28fccca1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001379 sec., 59463.379260333575 rows/sec., 3.78 MiB/sec.
6994 2024.10.16 19:58:27.635358 [ 3 ] {a5f72ac7-5dbb-4829-81d4-0f8a28fccca1} <Debug> DynamicQueryHandler: Done processing query
6995 2024.10.16 19:58:27.635382 [ 3 ] {a5f72ac7-5dbb-4829-81d4-0f8a28fccca1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6996 2024.10.16 19:58:27.635399 [ 3 ] {} <Debug> HTTP-Session: cf372e16-2765-48e1-b75c-99e9033e505c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6997 2024.10.16 19:58:31.423550 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache
6998 2024.10.16 19:58:31.423620 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache
6999 2024.10.16 19:58:31.605130 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 704
7000 2024.10.16 19:58:31.607916 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7001 2024.10.16 19:58:31.607975 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7002 2024.10.16 19:58:31.609512 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
7003 2024.10.16 19:58:31.610511 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7004 2024.10.16 19:58:31.611122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 704
7005 2024.10.16 19:58:32.604441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7006 2024.10.16 19:58:32.604561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7007 2024.10.16 19:58:32.604586 [ 3 ] {} <Debug> HTTP-Session: 745bb5ed-f7a5-48e9-a9e4-7065081bdb7e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7008 2024.10.16 19:58:32.604610 [ 3 ] {} <Debug> HTTP-Session: 745bb5ed-f7a5-48e9-a9e4-7065081bdb7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7009 2024.10.16 19:58:32.604625 [ 3 ] {} <Debug> HTTP-Session: 745bb5ed-f7a5-48e9-a9e4-7065081bdb7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7010 2024.10.16 19:58:32.604674 [ 3 ] {} <Trace> HTTP-Session: 745bb5ed-f7a5-48e9-a9e4-7065081bdb7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7011 2024.10.16 19:58:32.604869 [ 3 ] {0c2179f3-e432-4a24-abfb-63c0d134aac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7012 2024.10.16 19:58:32.604937 [ 3 ] {0c2179f3-e432-4a24-abfb-63c0d134aac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7013 2024.10.16 19:58:32.605273 [ 3 ] {0c2179f3-e432-4a24-abfb-63c0d134aac8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7014 2024.10.16 19:58:32.605750 [ 3 ] {0c2179f3-e432-4a24-abfb-63c0d134aac8} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7015 2024.10.16 19:58:32.605792 [ 3 ] {0c2179f3-e432-4a24-abfb-63c0d134aac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7016 2024.10.16 19:58:32.606224 [ 3 ] {0c2179f3-e432-4a24-abfb-63c0d134aac8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7017 2024.10.16 19:58:32.606616 [ 3 ] {0c2179f3-e432-4a24-abfb-63c0d134aac8} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7018 2024.10.16 19:58:32.606761 [ 3 ] {0c2179f3-e432-4a24-abfb-63c0d134aac8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.18 MiB/sec.
7019 2024.10.16 19:58:32.606964 [ 3 ] {0c2179f3-e432-4a24-abfb-63c0d134aac8} <Debug> DynamicQueryHandler: Done processing query
7020 2024.10.16 19:58:32.606991 [ 3 ] {0c2179f3-e432-4a24-abfb-63c0d134aac8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7021 2024.10.16 19:58:32.607007 [ 3 ] {} <Debug> HTTP-Session: 745bb5ed-f7a5-48e9-a9e4-7065081bdb7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7022 2024.10.16 19:58:32.607182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7023 2024.10.16 19:58:32.607232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7024 2024.10.16 19:58:32.607251 [ 3 ] {} <Debug> HTTP-Session: d504c88d-b2ab-47a4-9a5e-7f7e6dda9298 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7025 2024.10.16 19:58:32.607268 [ 3 ] {} <Debug> HTTP-Session: d504c88d-b2ab-47a4-9a5e-7f7e6dda9298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7026 2024.10.16 19:58:32.607282 [ 3 ] {} <Debug> HTTP-Session: d504c88d-b2ab-47a4-9a5e-7f7e6dda9298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7027 2024.10.16 19:58:32.607313 [ 3 ] {} <Trace> HTTP-Session: d504c88d-b2ab-47a4-9a5e-7f7e6dda9298 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7028 2024.10.16 19:58:32.607430 [ 3 ] {7a6538dd-0f07-481c-a8c6-ffef8de520ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7029 2024.10.16 19:58:32.607473 [ 3 ] {7a6538dd-0f07-481c-a8c6-ffef8de520ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7030 2024.10.16 19:58:32.607694 [ 3 ] {7a6538dd-0f07-481c-a8c6-ffef8de520ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7031 2024.10.16 19:58:32.608116 [ 3 ] {7a6538dd-0f07-481c-a8c6-ffef8de520ad} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7032 2024.10.16 19:58:32.608152 [ 3 ] {7a6538dd-0f07-481c-a8c6-ffef8de520ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7033 2024.10.16 19:58:32.608505 [ 3 ] {7a6538dd-0f07-481c-a8c6-ffef8de520ad} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7034 2024.10.16 19:58:32.608869 [ 3 ] {7a6538dd-0f07-481c-a8c6-ffef8de520ad} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7035 2024.10.16 19:58:32.608996 [ 3 ] {7a6538dd-0f07-481c-a8c6-ffef8de520ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001606 sec., 39850.5603985056 rows/sec., 3.11 MiB/sec.
7036 2024.10.16 19:58:32.609164 [ 3 ] {7a6538dd-0f07-481c-a8c6-ffef8de520ad} <Debug> DynamicQueryHandler: Done processing query
7037 2024.10.16 19:58:32.609188 [ 3 ] {7a6538dd-0f07-481c-a8c6-ffef8de520ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7038 2024.10.16 19:58:32.609204 [ 3 ] {} <Debug> HTTP-Session: d504c88d-b2ab-47a4-9a5e-7f7e6dda9298 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7039 2024.10.16 19:58:32.609362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7040 2024.10.16 19:58:32.609412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7041 2024.10.16 19:58:32.609430 [ 3 ] {} <Debug> HTTP-Session: 750718af-015a-4ea3-9af3-c00dcdfa7065 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7042 2024.10.16 19:58:32.609447 [ 3 ] {} <Debug> HTTP-Session: 750718af-015a-4ea3-9af3-c00dcdfa7065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7043 2024.10.16 19:58:32.609461 [ 3 ] {} <Debug> HTTP-Session: 750718af-015a-4ea3-9af3-c00dcdfa7065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7044 2024.10.16 19:58:32.609492 [ 3 ] {} <Trace> HTTP-Session: 750718af-015a-4ea3-9af3-c00dcdfa7065 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7045 2024.10.16 19:58:32.609635 [ 3 ] {1c3c3e1c-4bc0-412d-b2bc-9c7cbdf859ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7046 2024.10.16 19:58:32.609680 [ 3 ] {1c3c3e1c-4bc0-412d-b2bc-9c7cbdf859ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7047 2024.10.16 19:58:32.609823 [ 3 ] {1c3c3e1c-4bc0-412d-b2bc-9c7cbdf859ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7048 2024.10.16 19:58:32.610201 [ 3 ] {1c3c3e1c-4bc0-412d-b2bc-9c7cbdf859ef} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7049 2024.10.16 19:58:32.610236 [ 3 ] {1c3c3e1c-4bc0-412d-b2bc-9c7cbdf859ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7050 2024.10.16 19:58:32.610620 [ 3 ] {1c3c3e1c-4bc0-412d-b2bc-9c7cbdf859ef} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7051 2024.10.16 19:58:32.610966 [ 3 ] {1c3c3e1c-4bc0-412d-b2bc-9c7cbdf859ef} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7052 2024.10.16 19:58:32.611087 [ 3 ] {1c3c3e1c-4bc0-412d-b2bc-9c7cbdf859ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001519 sec., 105332.45556287031 rows/sec., 7.34 MiB/sec.
7053 2024.10.16 19:58:32.611239 [ 3 ] {1c3c3e1c-4bc0-412d-b2bc-9c7cbdf859ef} <Debug> DynamicQueryHandler: Done processing query
7054 2024.10.16 19:58:32.611264 [ 3 ] {1c3c3e1c-4bc0-412d-b2bc-9c7cbdf859ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7055 2024.10.16 19:58:32.611279 [ 3 ] {} <Debug> HTTP-Session: 750718af-015a-4ea3-9af3-c00dcdfa7065 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7056 2024.10.16 19:58:32.611425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7057 2024.10.16 19:58:32.611472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7058 2024.10.16 19:58:32.611490 [ 3 ] {} <Debug> HTTP-Session: 684e8a7c-0977-438c-8a5a-72dd7a6bbb90 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7059 2024.10.16 19:58:32.611507 [ 3 ] {} <Debug> HTTP-Session: 684e8a7c-0977-438c-8a5a-72dd7a6bbb90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7060 2024.10.16 19:58:32.611521 [ 3 ] {} <Debug> HTTP-Session: 684e8a7c-0977-438c-8a5a-72dd7a6bbb90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7061 2024.10.16 19:58:32.611550 [ 3 ] {} <Trace> HTTP-Session: 684e8a7c-0977-438c-8a5a-72dd7a6bbb90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7062 2024.10.16 19:58:32.611656 [ 3 ] {0904716c-a163-4cb4-aefd-7092b1849299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7063 2024.10.16 19:58:32.611699 [ 3 ] {0904716c-a163-4cb4-aefd-7092b1849299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7064 2024.10.16 19:58:32.611823 [ 3 ] {0904716c-a163-4cb4-aefd-7092b1849299} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7065 2024.10.16 19:58:32.612132 [ 3 ] {0904716c-a163-4cb4-aefd-7092b1849299} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7066 2024.10.16 19:58:32.612166 [ 3 ] {0904716c-a163-4cb4-aefd-7092b1849299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7067 2024.10.16 19:58:32.612525 [ 3 ] {0904716c-a163-4cb4-aefd-7092b1849299} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7068 2024.10.16 19:58:32.612850 [ 3 ] {0904716c-a163-4cb4-aefd-7092b1849299} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7069 2024.10.16 19:58:32.612973 [ 3 ] {0904716c-a163-4cb4-aefd-7092b1849299} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec.
7070 2024.10.16 19:58:32.613133 [ 3 ] {0904716c-a163-4cb4-aefd-7092b1849299} <Debug> DynamicQueryHandler: Done processing query
7071 2024.10.16 19:58:32.613157 [ 3 ] {0904716c-a163-4cb4-aefd-7092b1849299} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7072 2024.10.16 19:58:32.613173 [ 3 ] {} <Debug> HTTP-Session: 684e8a7c-0977-438c-8a5a-72dd7a6bbb90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7073 2024.10.16 19:58:37.611063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7074 2024.10.16 19:58:37.611193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7075 2024.10.16 19:58:37.611218 [ 3 ] {} <Debug> HTTP-Session: e4a03d93-3a83-46d5-aa79-ad065be30269 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7076 2024.10.16 19:58:37.611242 [ 3 ] {} <Debug> HTTP-Session: e4a03d93-3a83-46d5-aa79-ad065be30269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7077 2024.10.16 19:58:37.611257 [ 3 ] {} <Debug> HTTP-Session: e4a03d93-3a83-46d5-aa79-ad065be30269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7078 2024.10.16 19:58:37.611311 [ 3 ] {} <Trace> HTTP-Session: e4a03d93-3a83-46d5-aa79-ad065be30269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7079 2024.10.16 19:58:37.611582 [ 3 ] {2aa695b3-b214-429f-b894-f72dc1637866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7080 2024.10.16 19:58:37.611652 [ 3 ] {2aa695b3-b214-429f-b894-f72dc1637866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7081 2024.10.16 19:58:37.611984 [ 3 ] {2aa695b3-b214-429f-b894-f72dc1637866} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7082 2024.10.16 19:58:37.612610 [ 3 ] {2aa695b3-b214-429f-b894-f72dc1637866} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7083 2024.10.16 19:58:37.612659 [ 3 ] {2aa695b3-b214-429f-b894-f72dc1637866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7084 2024.10.16 19:58:37.613105 [ 3 ] {2aa695b3-b214-429f-b894-f72dc1637866} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7085 2024.10.16 19:58:37.613497 [ 3 ] {2aa695b3-b214-429f-b894-f72dc1637866} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7086 2024.10.16 19:58:37.613659 [ 3 ] {2aa695b3-b214-429f-b894-f72dc1637866} <Debug> executeQuery: Read 267 rows, 24.26 KiB in 0.002204 sec., 121143.37568058078 rows/sec., 10.75 MiB/sec.
7087 2024.10.16 19:58:37.613899 [ 3 ] {2aa695b3-b214-429f-b894-f72dc1637866} <Debug> DynamicQueryHandler: Done processing query
7088 2024.10.16 19:58:37.613926 [ 3 ] {2aa695b3-b214-429f-b894-f72dc1637866} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
7089 2024.10.16 19:58:37.613943 [ 3 ] {} <Debug> HTTP-Session: e4a03d93-3a83-46d5-aa79-ad065be30269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7090 2024.10.16 19:58:37.614083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7091 2024.10.16 19:58:37.614136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7092 2024.10.16 19:58:37.614157 [ 3 ] {} <Debug> HTTP-Session: dd13bc14-c041-4f86-a360-d6c276a43fcd Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7093 2024.10.16 19:58:37.614176 [ 3 ] {} <Debug> HTTP-Session: dd13bc14-c041-4f86-a360-d6c276a43fcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7094 2024.10.16 19:58:37.614190 [ 3 ] {} <Debug> HTTP-Session: dd13bc14-c041-4f86-a360-d6c276a43fcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7095 2024.10.16 19:58:37.614225 [ 3 ] {} <Trace> HTTP-Session: dd13bc14-c041-4f86-a360-d6c276a43fcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7096 2024.10.16 19:58:37.614343 [ 3 ] {2bb06ce0-6fd6-4e29-8688-8ebfd37a0ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7097 2024.10.16 19:58:37.614394 [ 3 ] {2bb06ce0-6fd6-4e29-8688-8ebfd37a0ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7098 2024.10.16 19:58:37.614633 [ 3 ] {2bb06ce0-6fd6-4e29-8688-8ebfd37a0ba7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7099 2024.10.16 19:58:37.614994 [ 3 ] {2bb06ce0-6fd6-4e29-8688-8ebfd37a0ba7} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7100 2024.10.16 19:58:37.615032 [ 3 ] {2bb06ce0-6fd6-4e29-8688-8ebfd37a0ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7101 2024.10.16 19:58:37.615384 [ 3 ] {2bb06ce0-6fd6-4e29-8688-8ebfd37a0ba7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7102 2024.10.16 19:58:37.615759 [ 3 ] {2bb06ce0-6fd6-4e29-8688-8ebfd37a0ba7} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7103 2024.10.16 19:58:37.615914 [ 3 ] {2bb06ce0-6fd6-4e29-8688-8ebfd37a0ba7} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001602 sec., 24344.569288389514 rows/sec., 1.79 MiB/sec.
7104 2024.10.16 19:58:37.616104 [ 3 ] {2bb06ce0-6fd6-4e29-8688-8ebfd37a0ba7} <Debug> DynamicQueryHandler: Done processing query
7105 2024.10.16 19:58:37.616130 [ 3 ] {2bb06ce0-6fd6-4e29-8688-8ebfd37a0ba7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7106 2024.10.16 19:58:37.616146 [ 3 ] {} <Debug> HTTP-Session: dd13bc14-c041-4f86-a360-d6c276a43fcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7107 2024.10.16 19:58:37.616263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7108 2024.10.16 19:58:37.616314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7109 2024.10.16 19:58:37.616333 [ 3 ] {} <Debug> HTTP-Session: ab4e85a8-c208-4f13-b101-b3ee4dfb1397 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7110 2024.10.16 19:58:37.616351 [ 3 ] {} <Debug> HTTP-Session: ab4e85a8-c208-4f13-b101-b3ee4dfb1397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7111 2024.10.16 19:58:37.616367 [ 3 ] {} <Debug> HTTP-Session: ab4e85a8-c208-4f13-b101-b3ee4dfb1397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7112 2024.10.16 19:58:37.616399 [ 3 ] {} <Trace> HTTP-Session: ab4e85a8-c208-4f13-b101-b3ee4dfb1397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7113 2024.10.16 19:58:37.616503 [ 3 ] {58f52443-e7b4-4ef4-80ab-1d4395caa756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7114 2024.10.16 19:58:37.616546 [ 3 ] {58f52443-e7b4-4ef4-80ab-1d4395caa756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7115 2024.10.16 19:58:37.616773 [ 3 ] {58f52443-e7b4-4ef4-80ab-1d4395caa756} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7116 2024.10.16 19:58:37.617087 [ 3 ] {58f52443-e7b4-4ef4-80ab-1d4395caa756} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7117 2024.10.16 19:58:37.617124 [ 3 ] {58f52443-e7b4-4ef4-80ab-1d4395caa756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7118 2024.10.16 19:58:37.617476 [ 3 ] {58f52443-e7b4-4ef4-80ab-1d4395caa756} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7119 2024.10.16 19:58:37.617833 [ 3 ] {58f52443-e7b4-4ef4-80ab-1d4395caa756} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7120 2024.10.16 19:58:37.617993 [ 74 ] {} <Debug> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
7121 2024.10.16 19:58:37.618000 [ 3 ] {58f52443-e7b4-4ef4-80ab-1d4395caa756} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001517 sec., 9228.74093605801 rows/sec., 646.32 KiB/sec.
7122 2024.10.16 19:58:37.618078 [ 74 ] {} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7123 2024.10.16 19:58:37.618141 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7124 2024.10.16 19:58:37.618335 [ 186 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::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
7125 2024.10.16 19:58:37.618341 [ 3 ] {58f52443-e7b4-4ef4-80ab-1d4395caa756} <Debug> DynamicQueryHandler: Done processing query
7126 2024.10.16 19:58:37.618402 [ 3 ] {58f52443-e7b4-4ef4-80ab-1d4395caa756} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7127 2024.10.16 19:58:37.618442 [ 3 ] {} <Debug> HTTP-Session: ab4e85a8-c208-4f13-b101-b3ee4dfb1397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7128 2024.10.16 19:58:37.618579 [ 186 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7129 2024.10.16 19:58:37.618595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7130 2024.10.16 19:58:37.618644 [ 186 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 242 rows starting from the beginning of the part
7131 2024.10.16 19:58:37.618689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7132 2024.10.16 19:58:37.618748 [ 3 ] {} <Debug> HTTP-Session: b022b01d-1ce5-4458-92ce-15b2b13a3609 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7133 2024.10.16 19:58:37.618802 [ 3 ] {} <Debug> HTTP-Session: b022b01d-1ce5-4458-92ce-15b2b13a3609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7134 2024.10.16 19:58:37.618874 [ 3 ] {} <Debug> HTTP-Session: b022b01d-1ce5-4458-92ce-15b2b13a3609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7135 2024.10.16 19:58:37.618884 [ 186 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
7136 2024.10.16 19:58:37.619007 [ 3 ] {} <Trace> HTTP-Session: b022b01d-1ce5-4458-92ce-15b2b13a3609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7137 2024.10.16 19:58:37.619176 [ 186 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
7138 2024.10.16 19:58:37.619486 [ 186 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 242 rows starting from the beginning of the part
7139 2024.10.16 19:58:37.619498 [ 3 ] {6a79b400-80b7-4f7c-928f-da2118981552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7140 2024.10.16 19:58:37.619685 [ 3 ] {6a79b400-80b7-4f7c-928f-da2118981552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7141 2024.10.16 19:58:37.619859 [ 186 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
7142 2024.10.16 19:58:37.620200 [ 186 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
7143 2024.10.16 19:58:37.621160 [ 3 ] {6a79b400-80b7-4f7c-928f-da2118981552} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7144 2024.10.16 19:58:37.622009 [ 3 ] {6a79b400-80b7-4f7c-928f-da2118981552} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7145 2024.10.16 19:58:37.622068 [ 3 ] {6a79b400-80b7-4f7c-928f-da2118981552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7146 2024.10.16 19:58:37.623011 [ 3 ] {6a79b400-80b7-4f7c-928f-da2118981552} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7147 2024.10.16 19:58:37.623310 [ 187 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005056236 sec., 106798.81239720613 rows/sec., 7.26 MiB/sec.
7148 2024.10.16 19:58:37.623606 [ 187 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
7149 2024.10.16 19:58:37.623786 [ 3 ] {6a79b400-80b7-4f7c-928f-da2118981552} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7150 2024.10.16 19:58:37.624073 [ 3 ] {6a79b400-80b7-4f7c-928f-da2118981552} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004711 sec., 1273.6149437486733 rows/sec., 75.25 KiB/sec.
7151 2024.10.16 19:58:37.624992 [ 3 ] {6a79b400-80b7-4f7c-928f-da2118981552} <Debug> DynamicQueryHandler: Done processing query
7152 2024.10.16 19:58:37.625028 [ 3 ] {6a79b400-80b7-4f7c-928f-da2118981552} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7153 2024.10.16 19:58:37.625070 [ 3 ] {} <Debug> HTTP-Session: b022b01d-1ce5-4458-92ce-15b2b13a3609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7154 2024.10.16 19:58:37.625235 [ 187 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_15_3} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7155 2024.10.16 19:58:37.625306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7156 2024.10.16 19:58:37.625367 [ 187 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_15_3} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
7157 2024.10.16 19:58:37.625387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7158 2024.10.16 19:58:37.625426 [ 3 ] {} <Debug> HTTP-Session: 7d45196c-570a-4964-9771-942f18364d7b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7159 2024.10.16 19:58:37.625474 [ 3 ] {} <Debug> HTTP-Session: 7d45196c-570a-4964-9771-942f18364d7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7160 2024.10.16 19:58:37.625521 [ 3 ] {} <Debug> HTTP-Session: 7d45196c-570a-4964-9771-942f18364d7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7161 2024.10.16 19:58:37.625556 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
7162 2024.10.16 19:58:37.625576 [ 3 ] {} <Trace> HTTP-Session: 7d45196c-570a-4964-9771-942f18364d7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7163 2024.10.16 19:58:37.625839 [ 3 ] {8a751f5e-706f-459b-8d38-2453fa3d5e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7164 2024.10.16 19:58:37.625885 [ 3 ] {8a751f5e-706f-459b-8d38-2453fa3d5e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7165 2024.10.16 19:58:37.626136 [ 3 ] {8a751f5e-706f-459b-8d38-2453fa3d5e50} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7166 2024.10.16 19:58:37.626707 [ 3 ] {8a751f5e-706f-459b-8d38-2453fa3d5e50} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7167 2024.10.16 19:58:37.626745 [ 3 ] {8a751f5e-706f-459b-8d38-2453fa3d5e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7168 2024.10.16 19:58:37.627157 [ 3 ] {8a751f5e-706f-459b-8d38-2453fa3d5e50} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7169 2024.10.16 19:58:37.627534 [ 3 ] {8a751f5e-706f-459b-8d38-2453fa3d5e50} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7170 2024.10.16 19:58:37.627664 [ 3 ] {8a751f5e-706f-459b-8d38-2453fa3d5e50} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00195 sec., 215897.4358974359 rows/sec., 15.43 MiB/sec.
7171 2024.10.16 19:58:37.627836 [ 3 ] {8a751f5e-706f-459b-8d38-2453fa3d5e50} <Debug> DynamicQueryHandler: Done processing query
7172 2024.10.16 19:58:37.627861 [ 3 ] {8a751f5e-706f-459b-8d38-2453fa3d5e50} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7173 2024.10.16 19:58:37.627877 [ 3 ] {} <Debug> HTTP-Session: 7d45196c-570a-4964-9771-942f18364d7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7174 2024.10.16 19:58:37.628002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7175 2024.10.16 19:58:37.628050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7176 2024.10.16 19:58:37.628069 [ 3 ] {} <Debug> HTTP-Session: 1749091b-b067-4a1d-acd4-502a6b1715b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7177 2024.10.16 19:58:37.628085 [ 3 ] {} <Debug> HTTP-Session: 1749091b-b067-4a1d-acd4-502a6b1715b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7178 2024.10.16 19:58:37.628099 [ 3 ] {} <Debug> HTTP-Session: 1749091b-b067-4a1d-acd4-502a6b1715b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7179 2024.10.16 19:58:37.628131 [ 3 ] {} <Trace> HTTP-Session: 1749091b-b067-4a1d-acd4-502a6b1715b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7180 2024.10.16 19:58:37.628229 [ 3 ] {fadea705-e9cc-4a5f-a130-ce2723bc9093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7181 2024.10.16 19:58:37.628276 [ 3 ] {fadea705-e9cc-4a5f-a130-ce2723bc9093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7182 2024.10.16 19:58:37.628411 [ 3 ] {fadea705-e9cc-4a5f-a130-ce2723bc9093} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7183 2024.10.16 19:58:37.628728 [ 3 ] {fadea705-e9cc-4a5f-a130-ce2723bc9093} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7184 2024.10.16 19:58:37.628764 [ 3 ] {fadea705-e9cc-4a5f-a130-ce2723bc9093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7185 2024.10.16 19:58:37.629125 [ 3 ] {fadea705-e9cc-4a5f-a130-ce2723bc9093} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7186 2024.10.16 19:58:37.629450 [ 3 ] {fadea705-e9cc-4a5f-a130-ce2723bc9093} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7187 2024.10.16 19:58:37.629572 [ 73 ] {} <Debug> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
7188 2024.10.16 19:58:37.629578 [ 3 ] {fadea705-e9cc-4a5f-a130-ce2723bc9093} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec.
7189 2024.10.16 19:58:37.629614 [ 73 ] {} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7190 2024.10.16 19:58:37.629650 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7191 2024.10.16 19:58:37.629831 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::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
7192 2024.10.16 19:58:37.629850 [ 3 ] {fadea705-e9cc-4a5f-a130-ce2723bc9093} <Debug> DynamicQueryHandler: Done processing query
7193 2024.10.16 19:58:37.629901 [ 3 ] {fadea705-e9cc-4a5f-a130-ce2723bc9093} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7194 2024.10.16 19:58:37.629939 [ 3 ] {} <Debug> HTTP-Session: 1749091b-b067-4a1d-acd4-502a6b1715b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7195 2024.10.16 19:58:37.630049 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7196 2024.10.16 19:58:37.630091 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part
7197 2024.10.16 19:58:37.630144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7198 2024.10.16 19:58:37.630275 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
7199 2024.10.16 19:58:37.630303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7200 2024.10.16 19:58:37.630398 [ 3 ] {} <Debug> HTTP-Session: 62a9535d-ef53-4006-8a17-0526b5cc84bd Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7201 2024.10.16 19:58:37.630524 [ 3 ] {} <Debug> HTTP-Session: 62a9535d-ef53-4006-8a17-0526b5cc84bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7202 2024.10.16 19:58:37.630596 [ 3 ] {} <Debug> HTTP-Session: 62a9535d-ef53-4006-8a17-0526b5cc84bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7203 2024.10.16 19:58:37.630592 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
7204 2024.10.16 19:58:37.630710 [ 3 ] {} <Trace> HTTP-Session: 62a9535d-ef53-4006-8a17-0526b5cc84bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7205 2024.10.16 19:58:37.630869 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::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
7206 2024.10.16 19:58:37.631146 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
7207 2024.10.16 19:58:37.631276 [ 3 ] {f8831fcb-de86-4555-93b7-687ecebb9355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7208 2024.10.16 19:58:37.631401 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
7209 2024.10.16 19:58:37.631473 [ 3 ] {f8831fcb-de86-4555-93b7-687ecebb9355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7210 2024.10.16 19:58:37.632272 [ 3 ] {f8831fcb-de86-4555-93b7-687ecebb9355} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7211 2024.10.16 19:58:37.633320 [ 3 ] {f8831fcb-de86-4555-93b7-687ecebb9355} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7212 2024.10.16 19:58:37.633397 [ 3 ] {f8831fcb-de86-4555-93b7-687ecebb9355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7213 2024.10.16 19:58:37.634162 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.004417881 sec., 20371.75741039652 rows/sec., 1.04 MiB/sec.
7214 2024.10.16 19:58:37.634370 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
7215 2024.10.16 19:58:37.634477 [ 3 ] {f8831fcb-de86-4555-93b7-687ecebb9355} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7216 2024.10.16 19:58:37.635309 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_15_3} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7217 2024.10.16 19:58:37.635401 [ 3 ] {f8831fcb-de86-4555-93b7-687ecebb9355} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7218 2024.10.16 19:58:37.635518 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_15_3} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
7219 2024.10.16 19:58:37.635783 [ 3 ] {f8831fcb-de86-4555-93b7-687ecebb9355} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004786 sec., 49519.43167572085 rows/sec., 3.32 MiB/sec.
7220 2024.10.16 19:58:37.635795 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7221 2024.10.16 19:58:37.636141 [ 3 ] {f8831fcb-de86-4555-93b7-687ecebb9355} <Debug> DynamicQueryHandler: Done processing query
7222 2024.10.16 19:58:37.636170 [ 3 ] {f8831fcb-de86-4555-93b7-687ecebb9355} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7223 2024.10.16 19:58:37.636187 [ 3 ] {} <Debug> HTTP-Session: 62a9535d-ef53-4006-8a17-0526b5cc84bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7224 2024.10.16 19:58:37.636303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7225 2024.10.16 19:58:37.636358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7226 2024.10.16 19:58:37.636398 [ 3 ] {} <Debug> HTTP-Session: 6f9c6bbc-3376-4923-8d13-db46bf0b2e9c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7227 2024.10.16 19:58:37.636418 [ 3 ] {} <Debug> HTTP-Session: 6f9c6bbc-3376-4923-8d13-db46bf0b2e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7228 2024.10.16 19:58:37.636432 [ 3 ] {} <Debug> HTTP-Session: 6f9c6bbc-3376-4923-8d13-db46bf0b2e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7229 2024.10.16 19:58:37.636466 [ 3 ] {} <Trace> HTTP-Session: 6f9c6bbc-3376-4923-8d13-db46bf0b2e9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7230 2024.10.16 19:58:37.636580 [ 3 ] {b51617d3-1094-4372-8de6-ea3f324d6cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7231 2024.10.16 19:58:37.636629 [ 3 ] {b51617d3-1094-4372-8de6-ea3f324d6cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7232 2024.10.16 19:58:37.636776 [ 3 ] {b51617d3-1094-4372-8de6-ea3f324d6cd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7233 2024.10.16 19:58:37.637056 [ 3 ] {b51617d3-1094-4372-8de6-ea3f324d6cd6} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7234 2024.10.16 19:58:37.637094 [ 3 ] {b51617d3-1094-4372-8de6-ea3f324d6cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7235 2024.10.16 19:58:37.637468 [ 3 ] {b51617d3-1094-4372-8de6-ea3f324d6cd6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7236 2024.10.16 19:58:37.637818 [ 3 ] {b51617d3-1094-4372-8de6-ea3f324d6cd6} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7237 2024.10.16 19:58:37.637946 [ 73 ] {} <Debug> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
7238 2024.10.16 19:58:37.637952 [ 3 ] {b51617d3-1094-4372-8de6-ea3f324d6cd6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001395 sec., 716.8458781362008 rows/sec., 48.30 KiB/sec.
7239 2024.10.16 19:58:37.637981 [ 73 ] {} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7240 2024.10.16 19:58:37.638021 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7241 2024.10.16 19:58:37.638318 [ 3 ] {b51617d3-1094-4372-8de6-ea3f324d6cd6} <Debug> DynamicQueryHandler: Done processing query
7242 2024.10.16 19:58:37.638404 [ 3 ] {b51617d3-1094-4372-8de6-ea3f324d6cd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7243 2024.10.16 19:58:37.638427 [ 194 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
7244 2024.10.16 19:58:37.638469 [ 3 ] {} <Debug> HTTP-Session: 6f9c6bbc-3376-4923-8d13-db46bf0b2e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7245 2024.10.16 19:58:37.638700 [ 194 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7246 2024.10.16 19:58:37.638749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 65018, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7247 2024.10.16 19:58:37.638766 [ 194 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part
7248 2024.10.16 19:58:37.638849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7249 2024.10.16 19:58:37.638955 [ 3 ] {} <Debug> HTTP-Session: 1c5b08d1-9f62-473c-98ec-3fbad20f2665 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7250 2024.10.16 19:58:37.638993 [ 194 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
7251 2024.10.16 19:58:37.639016 [ 3 ] {} <Debug> HTTP-Session: 1c5b08d1-9f62-473c-98ec-3fbad20f2665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7252 2024.10.16 19:58:37.639079 [ 3 ] {} <Debug> HTTP-Session: 1c5b08d1-9f62-473c-98ec-3fbad20f2665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7253 2024.10.16 19:58:37.639254 [ 194 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
7254 2024.10.16 19:58:37.639267 [ 3 ] {} <Trace> HTTP-Session: 1c5b08d1-9f62-473c-98ec-3fbad20f2665 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7255 2024.10.16 19:58:37.639563 [ 194 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
7256 2024.10.16 19:58:37.639771 [ 194 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
7257 2024.10.16 19:58:37.639967 [ 194 ] {14d0de94-be64-4112-822e-8c07a0d8a024::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
7258 2024.10.16 19:58:37.640057 [ 3 ] {5d380fd6-2378-4b85-8c3f-176772a486b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7259 2024.10.16 19:58:37.640476 [ 3 ] {5d380fd6-2378-4b85-8c3f-176772a486b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7260 2024.10.16 19:58:37.642529 [ 3 ] {5d380fd6-2378-4b85-8c3f-176772a486b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7261 2024.10.16 19:58:37.643387 [ 197 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005268771 sec., 2846.9637416391793 rows/sec., 191.84 KiB/sec.
7262 2024.10.16 19:58:37.643699 [ 197 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
7263 2024.10.16 19:58:37.644066 [ 3 ] {5d380fd6-2378-4b85-8c3f-176772a486b5} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7264 2024.10.16 19:58:37.644125 [ 3 ] {5d380fd6-2378-4b85-8c3f-176772a486b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7265 2024.10.16 19:58:37.644803 [ 197 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_15_3} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7266 2024.10.16 19:58:37.644999 [ 197 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_15_3} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
7267 2024.10.16 19:58:37.645191 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
7268 2024.10.16 19:58:37.645546 [ 3 ] {5d380fd6-2378-4b85-8c3f-176772a486b5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7269 2024.10.16 19:58:37.645993 [ 3 ] {5d380fd6-2378-4b85-8c3f-176772a486b5} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7270 2024.10.16 19:58:37.646145 [ 3 ] {5d380fd6-2378-4b85-8c3f-176772a486b5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006601 sec., 5908.195727920012 rows/sec., 10.59 MiB/sec.
7271 2024.10.16 19:58:37.646400 [ 3 ] {5d380fd6-2378-4b85-8c3f-176772a486b5} <Debug> DynamicQueryHandler: Done processing query
7272 2024.10.16 19:58:37.646425 [ 3 ] {5d380fd6-2378-4b85-8c3f-176772a486b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
7273 2024.10.16 19:58:37.646441 [ 3 ] {} <Debug> HTTP-Session: 1c5b08d1-9f62-473c-98ec-3fbad20f2665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7274 2024.10.16 19:58:37.646573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7275 2024.10.16 19:58:37.646623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7276 2024.10.16 19:58:37.646643 [ 3 ] {} <Debug> HTTP-Session: 1599f3a4-4c3e-46fd-ac6a-fbc3da819b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7277 2024.10.16 19:58:37.646659 [ 3 ] {} <Debug> HTTP-Session: 1599f3a4-4c3e-46fd-ac6a-fbc3da819b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7278 2024.10.16 19:58:37.646673 [ 3 ] {} <Debug> HTTP-Session: 1599f3a4-4c3e-46fd-ac6a-fbc3da819b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7279 2024.10.16 19:58:37.646705 [ 3 ] {} <Trace> HTTP-Session: 1599f3a4-4c3e-46fd-ac6a-fbc3da819b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7280 2024.10.16 19:58:37.646836 [ 3 ] {4090ce4f-3358-4cec-a4d5-bc5afacbcc47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7281 2024.10.16 19:58:37.646881 [ 3 ] {4090ce4f-3358-4cec-a4d5-bc5afacbcc47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7282 2024.10.16 19:58:37.647017 [ 3 ] {4090ce4f-3358-4cec-a4d5-bc5afacbcc47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7283 2024.10.16 19:58:37.647344 [ 3 ] {4090ce4f-3358-4cec-a4d5-bc5afacbcc47} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7284 2024.10.16 19:58:37.647381 [ 3 ] {4090ce4f-3358-4cec-a4d5-bc5afacbcc47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7285 2024.10.16 19:58:37.647771 [ 3 ] {4090ce4f-3358-4cec-a4d5-bc5afacbcc47} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7286 2024.10.16 19:58:37.648103 [ 3 ] {4090ce4f-3358-4cec-a4d5-bc5afacbcc47} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7287 2024.10.16 19:58:37.648235 [ 3 ] {4090ce4f-3358-4cec-a4d5-bc5afacbcc47} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001454 sec., 56396.148555708394 rows/sec., 3.58 MiB/sec.
7288 2024.10.16 19:58:37.648447 [ 3 ] {4090ce4f-3358-4cec-a4d5-bc5afacbcc47} <Debug> DynamicQueryHandler: Done processing query
7289 2024.10.16 19:58:37.648473 [ 3 ] {4090ce4f-3358-4cec-a4d5-bc5afacbcc47} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7290 2024.10.16 19:58:37.648490 [ 3 ] {} <Debug> HTTP-Session: 1599f3a4-4c3e-46fd-ac6a-fbc3da819b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7291 2024.10.16 19:58:41.612220 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 732
7292 2024.10.16 19:58:41.615001 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7293 2024.10.16 19:58:41.615052 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7294 2024.10.16 19:58:41.616581 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
7295 2024.10.16 19:58:41.617576 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7296 2024.10.16 19:58:41.619042 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 732
7297 2024.10.16 19:58:42.604403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7298 2024.10.16 19:58:42.604523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7299 2024.10.16 19:58:42.604549 [ 3 ] {} <Debug> HTTP-Session: 690fe632-ef94-4eff-be79-e9b8be33bfb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7300 2024.10.16 19:58:42.604573 [ 3 ] {} <Debug> HTTP-Session: 690fe632-ef94-4eff-be79-e9b8be33bfb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7301 2024.10.16 19:58:42.604588 [ 3 ] {} <Debug> HTTP-Session: 690fe632-ef94-4eff-be79-e9b8be33bfb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7302 2024.10.16 19:58:42.604637 [ 3 ] {} <Trace> HTTP-Session: 690fe632-ef94-4eff-be79-e9b8be33bfb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7303 2024.10.16 19:58:42.604840 [ 3 ] {e7110556-da15-4a72-85a2-f8c60470682d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7304 2024.10.16 19:58:42.604909 [ 3 ] {e7110556-da15-4a72-85a2-f8c60470682d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7305 2024.10.16 19:58:42.605257 [ 3 ] {e7110556-da15-4a72-85a2-f8c60470682d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7306 2024.10.16 19:58:42.605846 [ 3 ] {e7110556-da15-4a72-85a2-f8c60470682d} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7307 2024.10.16 19:58:42.605902 [ 3 ] {e7110556-da15-4a72-85a2-f8c60470682d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7308 2024.10.16 19:58:42.606370 [ 3 ] {e7110556-da15-4a72-85a2-f8c60470682d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7309 2024.10.16 19:58:42.606779 [ 3 ] {e7110556-da15-4a72-85a2-f8c60470682d} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7310 2024.10.16 19:58:42.606933 [ 3 ] {e7110556-da15-4a72-85a2-f8c60470682d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002159 sec., 25937.934228809634 rows/sec., 1.98 MiB/sec.
7311 2024.10.16 19:58:42.606939 [ 69 ] {} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7312 2024.10.16 19:58:42.606995 [ 69 ] {} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7313 2024.10.16 19:58:42.607026 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7314 2024.10.16 19:58:42.607144 [ 196 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
7315 2024.10.16 19:58:42.607210 [ 3 ] {e7110556-da15-4a72-85a2-f8c60470682d} <Debug> DynamicQueryHandler: Done processing query
7316 2024.10.16 19:58:42.607246 [ 3 ] {e7110556-da15-4a72-85a2-f8c60470682d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7317 2024.10.16 19:58:42.607277 [ 3 ] {} <Debug> HTTP-Session: 690fe632-ef94-4eff-be79-e9b8be33bfb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7318 2024.10.16 19:58:42.607291 [ 196 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7319 2024.10.16 19:58:42.607328 [ 196 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1416 rows starting from the beginning of the part
7320 2024.10.16 19:58:42.607404 [ 196 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part
7321 2024.10.16 19:58:42.607463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7322 2024.10.16 19:58:42.607647 [ 196 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 267 rows starting from the beginning of the part
7323 2024.10.16 19:58:42.607650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7324 2024.10.16 19:58:42.607778 [ 3 ] {} <Debug> HTTP-Session: ac156cfd-bb8d-4377-80ac-7b04eaad5d08 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7325 2024.10.16 19:58:42.607892 [ 3 ] {} <Debug> HTTP-Session: ac156cfd-bb8d-4377-80ac-7b04eaad5d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7326 2024.10.16 19:58:42.607993 [ 3 ] {} <Debug> HTTP-Session: ac156cfd-bb8d-4377-80ac-7b04eaad5d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7327 2024.10.16 19:58:42.608102 [ 196 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part
7328 2024.10.16 19:58:42.608129 [ 3 ] {} <Trace> HTTP-Session: ac156cfd-bb8d-4377-80ac-7b04eaad5d08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7329 2024.10.16 19:58:42.608521 [ 196 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 267 rows starting from the beginning of the part
7330 2024.10.16 19:58:42.608559 [ 3 ] {e396e8fa-19f2-478e-81a1-af7c7e46fa85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7331 2024.10.16 19:58:42.608746 [ 3 ] {e396e8fa-19f2-478e-81a1-af7c7e46fa85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7332 2024.10.16 19:58:42.608806 [ 196 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part
7333 2024.10.16 19:58:42.609708 [ 3 ] {e396e8fa-19f2-478e-81a1-af7c7e46fa85} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7334 2024.10.16 19:58:42.610356 [ 3 ] {e396e8fa-19f2-478e-81a1-af7c7e46fa85} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7335 2024.10.16 19:58:42.610401 [ 3 ] {e396e8fa-19f2-478e-81a1-af7c7e46fa85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7336 2024.10.16 19:58:42.610958 [ 3 ] {e396e8fa-19f2-478e-81a1-af7c7e46fa85} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7337 2024.10.16 19:58:42.611386 [ 196 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2118 rows, containing 5 columns (5 merged, 0 gathered) in 0.004291868 sec., 493491.41213103477 rows/sec., 43.45 MiB/sec.
7338 2024.10.16 19:58:42.611598 [ 196 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7339 2024.10.16 19:58:42.611621 [ 3 ] {e396e8fa-19f2-478e-81a1-af7c7e46fa85} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7340 2024.10.16 19:58:42.611794 [ 69 ] {} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7341 2024.10.16 19:58:42.611830 [ 3 ] {e396e8fa-19f2-478e-81a1-af7c7e46fa85} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003412 sec., 18757.327080890973 rows/sec., 1.46 MiB/sec.
7342 2024.10.16 19:58:42.611854 [ 69 ] {} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7343 2024.10.16 19:58:42.611904 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7344 2024.10.16 19:58:42.612332 [ 188 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
7345 2024.10.16 19:58:42.612798 [ 3 ] {e396e8fa-19f2-478e-81a1-af7c7e46fa85} <Debug> DynamicQueryHandler: Done processing query
7346 2024.10.16 19:58:42.612902 [ 188 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7347 2024.10.16 19:58:42.612897 [ 3 ] {e396e8fa-19f2-478e-81a1-af7c7e46fa85} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7348 2024.10.16 19:58:42.612991 [ 188 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
7349 2024.10.16 19:58:42.613001 [ 3 ] {} <Debug> HTTP-Session: ac156cfd-bb8d-4377-80ac-7b04eaad5d08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7350 2024.10.16 19:58:42.613324 [ 196 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_41_8} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7351 2024.10.16 19:58:42.613471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7352 2024.10.16 19:58:42.613642 [ 188 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part
7353 2024.10.16 19:58:42.613911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7354 2024.10.16 19:58:42.613979 [ 196 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_41_8} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7355 2024.10.16 19:58:42.614130 [ 3 ] {} <Debug> HTTP-Session: 433dcad0-dbbb-411b-9d6a-97cc94f435cb Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7356 2024.10.16 19:58:42.614233 [ 188 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 421 rows starting from the beginning of the part
7357 2024.10.16 19:58:42.614244 [ 3 ] {} <Debug> HTTP-Session: 433dcad0-dbbb-411b-9d6a-97cc94f435cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7358 2024.10.16 19:58:42.614288 [ 3 ] {} <Debug> HTTP-Session: 433dcad0-dbbb-411b-9d6a-97cc94f435cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7359 2024.10.16 19:58:42.614291 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
7360 2024.10.16 19:58:42.614477 [ 3 ] {} <Trace> HTTP-Session: 433dcad0-dbbb-411b-9d6a-97cc94f435cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7361 2024.10.16 19:58:42.614557 [ 188 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part
7362 2024.10.16 19:58:42.614740 [ 188 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 421 rows starting from the beginning of the part
7363 2024.10.16 19:58:42.614880 [ 3 ] {9c2ef904-f4d2-45f3-b889-c9934ce69380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7364 2024.10.16 19:58:42.615106 [ 3 ] {9c2ef904-f4d2-45f3-b889-c9934ce69380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7365 2024.10.16 19:58:42.615110 [ 188 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part
7366 2024.10.16 19:58:42.615835 [ 3 ] {9c2ef904-f4d2-45f3-b889-c9934ce69380} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7367 2024.10.16 19:58:42.616502 [ 3 ] {9c2ef904-f4d2-45f3-b889-c9934ce69380} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7368 2024.10.16 19:58:42.616543 [ 3 ] {9c2ef904-f4d2-45f3-b889-c9934ce69380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7369 2024.10.16 19:58:42.617070 [ 3 ] {9c2ef904-f4d2-45f3-b889-c9934ce69380} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7370 2024.10.16 19:58:42.617240 [ 189 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005219379 sec., 373032.88379709545 rows/sec., 28.55 MiB/sec.
7371 2024.10.16 19:58:42.617564 [ 189 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7372 2024.10.16 19:58:42.617705 [ 3 ] {9c2ef904-f4d2-45f3-b889-c9934ce69380} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7373 2024.10.16 19:58:42.617942 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7374 2024.10.16 19:58:42.617988 [ 3 ] {9c2ef904-f4d2-45f3-b889-c9934ce69380} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003312 sec., 48309.178743961354 rows/sec., 3.36 MiB/sec.
7375 2024.10.16 19:58:42.618077 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7376 2024.10.16 19:58:42.618164 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7377 2024.10.16 19:58:42.618864 [ 3 ] {9c2ef904-f4d2-45f3-b889-c9934ce69380} <Debug> DynamicQueryHandler: Done processing query
7378 2024.10.16 19:58:42.618972 [ 3 ] {9c2ef904-f4d2-45f3-b889-c9934ce69380} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7379 2024.10.16 19:58:42.619044 [ 3 ] {} <Debug> HTTP-Session: 433dcad0-dbbb-411b-9d6a-97cc94f435cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7380 2024.10.16 19:58:42.619047 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::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
7381 2024.10.16 19:58:42.619262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7382 2024.10.16 19:58:42.619337 [ 189 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_41_8} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7383 2024.10.16 19:58:42.619439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7384 2024.10.16 19:58:42.619551 [ 3 ] {} <Debug> HTTP-Session: 9cf79055-e40a-4756-9d09-bed604d90052 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7385 2024.10.16 19:58:42.619621 [ 3 ] {} <Debug> HTTP-Session: 9cf79055-e40a-4756-9d09-bed604d90052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7386 2024.10.16 19:58:42.619658 [ 189 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_41_8} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7387 2024.10.16 19:58:42.619681 [ 3 ] {} <Debug> HTTP-Session: 9cf79055-e40a-4756-9d09-bed604d90052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7388 2024.10.16 19:58:42.619727 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7389 2024.10.16 19:58:42.619812 [ 3 ] {} <Trace> HTTP-Session: 9cf79055-e40a-4756-9d09-bed604d90052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7390 2024.10.16 19:58:42.619889 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11089 rows starting from the beginning of the part
7391 2024.10.16 19:58:42.619914 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
7392 2024.10.16 19:58:42.620229 [ 3 ] {403c01bf-c6c0-4bd7-9a7d-8cb8435dba97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7393 2024.10.16 19:58:42.620264 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part
7394 2024.10.16 19:58:42.620357 [ 3 ] {403c01bf-c6c0-4bd7-9a7d-8cb8435dba97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7395 2024.10.16 19:58:42.620630 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part
7396 2024.10.16 19:58:42.620978 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part
7397 2024.10.16 19:58:42.621352 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part
7398 2024.10.16 19:58:42.621557 [ 3 ] {403c01bf-c6c0-4bd7-9a7d-8cb8435dba97} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7399 2024.10.16 19:58:42.621651 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part
7400 2024.10.16 19:58:42.622603 [ 3 ] {403c01bf-c6c0-4bd7-9a7d-8cb8435dba97} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7401 2024.10.16 19:58:42.622678 [ 3 ] {403c01bf-c6c0-4bd7-9a7d-8cb8435dba97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7402 2024.10.16 19:58:42.623183 [ 3 ] {403c01bf-c6c0-4bd7-9a7d-8cb8435dba97} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7403 2024.10.16 19:58:42.623827 [ 3 ] {403c01bf-c6c0-4bd7-9a7d-8cb8435dba97} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7404 2024.10.16 19:58:42.624115 [ 69 ] {} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7405 2024.10.16 19:58:42.624205 [ 69 ] {} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7406 2024.10.16 19:58:42.624252 [ 3 ] {403c01bf-c6c0-4bd7-9a7d-8cb8435dba97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004197 sec., 14295.92566118656 rows/sec., 986.57 KiB/sec.
7407 2024.10.16 19:58:42.624290 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7408 2024.10.16 19:58:42.624732 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::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
7409 2024.10.16 19:58:42.624952 [ 3 ] {403c01bf-c6c0-4bd7-9a7d-8cb8435dba97} <Debug> DynamicQueryHandler: Done processing query
7410 2024.10.16 19:58:42.625041 [ 3 ] {403c01bf-c6c0-4bd7-9a7d-8cb8435dba97} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7411 2024.10.16 19:58:42.625104 [ 3 ] {} <Debug> HTTP-Session: 9cf79055-e40a-4756-9d09-bed604d90052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7412 2024.10.16 19:58:42.625199 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7413 2024.10.16 19:58:42.625239 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2030 rows starting from the beginning of the part
7414 2024.10.16 19:58:42.625322 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part
7415 2024.10.16 19:58:42.625401 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part
7416 2024.10.16 19:58:42.625645 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part
7417 2024.10.16 19:58:42.625817 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part
7418 2024.10.16 19:58:42.625961 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part
7419 2024.10.16 19:58:42.627215 [ 189 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12043 rows, containing 5 columns (5 merged, 0 gathered) in 0.008568417 sec., 1405510.4927783043 rows/sec., 94.96 MiB/sec.
7420 2024.10.16 19:58:42.627495 [ 199 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2374 rows, containing 4 columns (4 merged, 0 gathered) in 0.00305862 sec., 776167.0295754294 rows/sec., 50.71 MiB/sec.
7421 2024.10.16 19:58:42.627683 [ 200 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7422 2024.10.16 19:58:42.627830 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7423 2024.10.16 19:58:42.628743 [ 200 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7424 2024.10.16 19:58:42.628774 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_41_8} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7425 2024.10.16 19:58:42.628933 [ 200 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7426 2024.10.16 19:58:42.628956 [ 191 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_41_8} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7427 2024.10.16 19:58:42.629164 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB.
7428 2024.10.16 19:58:42.629227 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
7429 2024.10.16 19:58:44.803921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7430 2024.10.16 19:58:44.804045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7431 2024.10.16 19:58:44.804072 [ 3 ] {} <Debug> HTTP-Session: c1409254-391e-4daf-a61c-c5f08780c4bf Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7432 2024.10.16 19:58:44.804103 [ 3 ] {} <Debug> HTTP-Session: c1409254-391e-4daf-a61c-c5f08780c4bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7433 2024.10.16 19:58:44.804118 [ 3 ] {} <Debug> HTTP-Session: c1409254-391e-4daf-a61c-c5f08780c4bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7434 2024.10.16 19:58:44.804168 [ 3 ] {} <Trace> HTTP-Session: c1409254-391e-4daf-a61c-c5f08780c4bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7435 2024.10.16 19:58:44.804358 [ 3 ] {fc819c95-84a5-465c-b26f-2074f1f781b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7436 2024.10.16 19:58:44.804429 [ 3 ] {fc819c95-84a5-465c-b26f-2074f1f781b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7437 2024.10.16 19:58:44.804779 [ 3 ] {fc819c95-84a5-465c-b26f-2074f1f781b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7438 2024.10.16 19:58:44.805217 [ 3 ] {fc819c95-84a5-465c-b26f-2074f1f781b5} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7439 2024.10.16 19:58:44.805266 [ 3 ] {fc819c95-84a5-465c-b26f-2074f1f781b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7440 2024.10.16 19:58:44.805705 [ 3 ] {fc819c95-84a5-465c-b26f-2074f1f781b5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7441 2024.10.16 19:58:44.806158 [ 3 ] {fc819c95-84a5-465c-b26f-2074f1f781b5} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7442 2024.10.16 19:58:44.806375 [ 3 ] {fc819c95-84a5-465c-b26f-2074f1f781b5} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002052 sec., 3898.635477582846 rows/sec., 317.91 KiB/sec.
7443 2024.10.16 19:58:44.806793 [ 3 ] {fc819c95-84a5-465c-b26f-2074f1f781b5} <Debug> DynamicQueryHandler: Done processing query
7444 2024.10.16 19:58:44.806822 [ 3 ] {fc819c95-84a5-465c-b26f-2074f1f781b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7445 2024.10.16 19:58:44.806839 [ 3 ] {} <Debug> HTTP-Session: c1409254-391e-4daf-a61c-c5f08780c4bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7446 2024.10.16 19:58:44.807183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 196321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7447 2024.10.16 19:58:44.807244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7448 2024.10.16 19:58:44.807271 [ 3 ] {} <Debug> HTTP-Session: f9c09b5f-4f1d-4ff6-a205-30c5f4411a0e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7449 2024.10.16 19:58:44.807298 [ 3 ] {} <Debug> HTTP-Session: f9c09b5f-4f1d-4ff6-a205-30c5f4411a0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7450 2024.10.16 19:58:44.807363 [ 3 ] {} <Debug> HTTP-Session: f9c09b5f-4f1d-4ff6-a205-30c5f4411a0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7451 2024.10.16 19:58:44.807404 [ 3 ] {} <Trace> HTTP-Session: f9c09b5f-4f1d-4ff6-a205-30c5f4411a0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7452 2024.10.16 19:58:44.807922 [ 3 ] {038fd370-e574-47b5-886b-36efb8aa1c62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7453 2024.10.16 19:58:44.807974 [ 3 ] {038fd370-e574-47b5-886b-36efb8aa1c62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7454 2024.10.16 19:58:44.808240 [ 3 ] {038fd370-e574-47b5-886b-36efb8aa1c62} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7455 2024.10.16 19:58:44.809474 [ 3 ] {038fd370-e574-47b5-886b-36efb8aa1c62} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7456 2024.10.16 19:58:44.809514 [ 3 ] {038fd370-e574-47b5-886b-36efb8aa1c62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7457 2024.10.16 19:58:44.809970 [ 3 ] {038fd370-e574-47b5-886b-36efb8aa1c62} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7458 2024.10.16 19:58:44.810344 [ 3 ] {038fd370-e574-47b5-886b-36efb8aa1c62} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7459 2024.10.16 19:58:44.810511 [ 3 ] {038fd370-e574-47b5-886b-36efb8aa1c62} <Debug> executeQuery: Read 1349 rows, 114.77 KiB in 0.00294 sec., 458843.537414966 rows/sec., 38.12 MiB/sec.
7460 2024.10.16 19:58:44.810742 [ 3 ] {038fd370-e574-47b5-886b-36efb8aa1c62} <Debug> DynamicQueryHandler: Done processing query
7461 2024.10.16 19:58:44.810770 [ 3 ] {038fd370-e574-47b5-886b-36efb8aa1c62} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
7462 2024.10.16 19:58:44.810787 [ 3 ] {} <Debug> HTTP-Session: f9c09b5f-4f1d-4ff6-a205-30c5f4411a0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7463 2024.10.16 19:58:44.811074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 2319, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7464 2024.10.16 19:58:44.811126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7465 2024.10.16 19:58:44.811147 [ 3 ] {} <Debug> HTTP-Session: 819984ba-6f3a-41c9-aecd-a6c7c25e367f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7466 2024.10.16 19:58:44.811163 [ 3 ] {} <Debug> HTTP-Session: 819984ba-6f3a-41c9-aecd-a6c7c25e367f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7467 2024.10.16 19:58:44.811177 [ 3 ] {} <Debug> HTTP-Session: 819984ba-6f3a-41c9-aecd-a6c7c25e367f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7468 2024.10.16 19:58:44.811210 [ 3 ] {} <Trace> HTTP-Session: 819984ba-6f3a-41c9-aecd-a6c7c25e367f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7469 2024.10.16 19:58:44.811311 [ 3 ] {601326dd-18e7-4059-89e0-a0376b073f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7470 2024.10.16 19:58:44.811357 [ 3 ] {601326dd-18e7-4059-89e0-a0376b073f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7471 2024.10.16 19:58:44.811595 [ 3 ] {601326dd-18e7-4059-89e0-a0376b073f35} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7472 2024.10.16 19:58:44.811983 [ 3 ] {601326dd-18e7-4059-89e0-a0376b073f35} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7473 2024.10.16 19:58:44.812030 [ 3 ] {601326dd-18e7-4059-89e0-a0376b073f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7474 2024.10.16 19:58:44.812491 [ 3 ] {601326dd-18e7-4059-89e0-a0376b073f35} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7475 2024.10.16 19:58:44.812860 [ 3 ] {601326dd-18e7-4059-89e0-a0376b073f35} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7476 2024.10.16 19:58:44.813023 [ 3 ] {601326dd-18e7-4059-89e0-a0376b073f35} <Debug> executeQuery: Read 16 rows, 1.16 KiB in 0.00174 sec., 9195.402298850575 rows/sec., 666.76 KiB/sec.
7477 2024.10.16 19:58:44.813200 [ 3 ] {601326dd-18e7-4059-89e0-a0376b073f35} <Debug> DynamicQueryHandler: Done processing query
7478 2024.10.16 19:58:44.813225 [ 3 ] {601326dd-18e7-4059-89e0-a0376b073f35} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7479 2024.10.16 19:58:44.813242 [ 3 ] {} <Debug> HTTP-Session: 819984ba-6f3a-41c9-aecd-a6c7c25e367f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7480 2024.10.16 19:58:44.813402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 32336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7481 2024.10.16 19:58:44.813452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7482 2024.10.16 19:58:44.813470 [ 3 ] {} <Debug> HTTP-Session: e295ed22-23d1-4ae7-b63e-2c764c90064e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7483 2024.10.16 19:58:44.813487 [ 3 ] {} <Debug> HTTP-Session: e295ed22-23d1-4ae7-b63e-2c764c90064e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7484 2024.10.16 19:58:44.813501 [ 3 ] {} <Debug> HTTP-Session: e295ed22-23d1-4ae7-b63e-2c764c90064e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7485 2024.10.16 19:58:44.813532 [ 3 ] {} <Trace> HTTP-Session: e295ed22-23d1-4ae7-b63e-2c764c90064e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7486 2024.10.16 19:58:44.813763 [ 3 ] {3736c167-86c3-4ece-a81f-cd957387b24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7487 2024.10.16 19:58:44.813807 [ 3 ] {3736c167-86c3-4ece-a81f-cd957387b24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7488 2024.10.16 19:58:44.814038 [ 3 ] {3736c167-86c3-4ece-a81f-cd957387b24a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7489 2024.10.16 19:58:44.814490 [ 3 ] {3736c167-86c3-4ece-a81f-cd957387b24a} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7490 2024.10.16 19:58:44.814526 [ 3 ] {3736c167-86c3-4ece-a81f-cd957387b24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7491 2024.10.16 19:58:44.814897 [ 3 ] {3736c167-86c3-4ece-a81f-cd957387b24a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7492 2024.10.16 19:58:44.815259 [ 3 ] {3736c167-86c3-4ece-a81f-cd957387b24a} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7493 2024.10.16 19:58:44.815423 [ 3 ] {3736c167-86c3-4ece-a81f-cd957387b24a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001804 sec., 134146.34146341463 rows/sec., 9.09 MiB/sec.
7494 2024.10.16 19:58:44.815599 [ 3 ] {3736c167-86c3-4ece-a81f-cd957387b24a} <Debug> DynamicQueryHandler: Done processing query
7495 2024.10.16 19:58:44.815624 [ 3 ] {3736c167-86c3-4ece-a81f-cd957387b24a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
7496 2024.10.16 19:58:44.815640 [ 3 ] {} <Debug> HTTP-Session: e295ed22-23d1-4ae7-b63e-2c764c90064e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7497 2024.10.16 19:58:44.815794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7498 2024.10.16 19:58:44.815843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7499 2024.10.16 19:58:44.815862 [ 3 ] {} <Debug> HTTP-Session: 4feeef87-c40b-4e9f-ae48-a57c21351878 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7500 2024.10.16 19:58:44.815879 [ 3 ] {} <Debug> HTTP-Session: 4feeef87-c40b-4e9f-ae48-a57c21351878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7501 2024.10.16 19:58:44.815893 [ 3 ] {} <Debug> HTTP-Session: 4feeef87-c40b-4e9f-ae48-a57c21351878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7502 2024.10.16 19:58:44.815923 [ 3 ] {} <Trace> HTTP-Session: 4feeef87-c40b-4e9f-ae48-a57c21351878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7503 2024.10.16 19:58:44.816021 [ 3 ] {fcb334e8-fd0e-4261-8a72-54387a6ea435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7504 2024.10.16 19:58:44.816065 [ 3 ] {fcb334e8-fd0e-4261-8a72-54387a6ea435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7505 2024.10.16 19:58:44.816290 [ 3 ] {fcb334e8-fd0e-4261-8a72-54387a6ea435} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7506 2024.10.16 19:58:44.816588 [ 3 ] {fcb334e8-fd0e-4261-8a72-54387a6ea435} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7507 2024.10.16 19:58:44.816625 [ 3 ] {fcb334e8-fd0e-4261-8a72-54387a6ea435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7508 2024.10.16 19:58:44.816976 [ 3 ] {fcb334e8-fd0e-4261-8a72-54387a6ea435} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7509 2024.10.16 19:58:44.817338 [ 3 ] {fcb334e8-fd0e-4261-8a72-54387a6ea435} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7510 2024.10.16 19:58:44.817508 [ 3 ] {fcb334e8-fd0e-4261-8a72-54387a6ea435} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 235.39 KiB/sec.
7511 2024.10.16 19:58:44.817824 [ 3 ] {fcb334e8-fd0e-4261-8a72-54387a6ea435} <Debug> DynamicQueryHandler: Done processing query
7512 2024.10.16 19:58:44.817849 [ 3 ] {fcb334e8-fd0e-4261-8a72-54387a6ea435} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7513 2024.10.16 19:58:44.817865 [ 3 ] {} <Debug> HTTP-Session: 4feeef87-c40b-4e9f-ae48-a57c21351878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7514 2024.10.16 19:58:44.818093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 139458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7515 2024.10.16 19:58:44.818143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7516 2024.10.16 19:58:44.818162 [ 3 ] {} <Debug> HTTP-Session: 8c99c7ef-df17-49b6-8325-267192e7df07 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7517 2024.10.16 19:58:44.818179 [ 3 ] {} <Debug> HTTP-Session: 8c99c7ef-df17-49b6-8325-267192e7df07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7518 2024.10.16 19:58:44.818193 [ 3 ] {} <Debug> HTTP-Session: 8c99c7ef-df17-49b6-8325-267192e7df07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7519 2024.10.16 19:58:44.818224 [ 3 ] {} <Trace> HTTP-Session: 8c99c7ef-df17-49b6-8325-267192e7df07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7520 2024.10.16 19:58:44.818549 [ 3 ] {32d1b3e1-e60d-46e8-bf00-31ea6398b682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7521 2024.10.16 19:58:44.818594 [ 3 ] {32d1b3e1-e60d-46e8-bf00-31ea6398b682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7522 2024.10.16 19:58:44.818838 [ 3 ] {32d1b3e1-e60d-46e8-bf00-31ea6398b682} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7523 2024.10.16 19:58:44.819684 [ 3 ] {32d1b3e1-e60d-46e8-bf00-31ea6398b682} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7524 2024.10.16 19:58:44.819721 [ 3 ] {32d1b3e1-e60d-46e8-bf00-31ea6398b682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7525 2024.10.16 19:58:44.820113 [ 3 ] {32d1b3e1-e60d-46e8-bf00-31ea6398b682} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7526 2024.10.16 19:58:44.820470 [ 3 ] {32d1b3e1-e60d-46e8-bf00-31ea6398b682} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7527 2024.10.16 19:58:44.820627 [ 3 ] {32d1b3e1-e60d-46e8-bf00-31ea6398b682} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.00228 sec., 374561.40350877197 rows/sec., 27.10 MiB/sec.
7528 2024.10.16 19:58:44.820800 [ 3 ] {32d1b3e1-e60d-46e8-bf00-31ea6398b682} <Debug> DynamicQueryHandler: Done processing query
7529 2024.10.16 19:58:44.820825 [ 3 ] {32d1b3e1-e60d-46e8-bf00-31ea6398b682} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
7530 2024.10.16 19:58:44.820841 [ 3 ] {} <Debug> HTTP-Session: 8c99c7ef-df17-49b6-8325-267192e7df07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7531 2024.10.16 19:58:44.821132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7532 2024.10.16 19:58:44.821181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7533 2024.10.16 19:58:44.821200 [ 3 ] {} <Debug> HTTP-Session: 6462b700-c8b9-4cd3-8cc9-86ad82e0472b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7534 2024.10.16 19:58:44.821217 [ 3 ] {} <Debug> HTTP-Session: 6462b700-c8b9-4cd3-8cc9-86ad82e0472b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7535 2024.10.16 19:58:44.821231 [ 3 ] {} <Debug> HTTP-Session: 6462b700-c8b9-4cd3-8cc9-86ad82e0472b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7536 2024.10.16 19:58:44.821262 [ 3 ] {} <Trace> HTTP-Session: 6462b700-c8b9-4cd3-8cc9-86ad82e0472b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7537 2024.10.16 19:58:44.821358 [ 3 ] {d2bb984c-7d41-49b4-a00c-6efbab59d7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7538 2024.10.16 19:58:44.821403 [ 3 ] {d2bb984c-7d41-49b4-a00c-6efbab59d7dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7539 2024.10.16 19:58:44.821535 [ 3 ] {d2bb984c-7d41-49b4-a00c-6efbab59d7dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7540 2024.10.16 19:58:44.821799 [ 3 ] {d2bb984c-7d41-49b4-a00c-6efbab59d7dd} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7541 2024.10.16 19:58:44.821835 [ 3 ] {d2bb984c-7d41-49b4-a00c-6efbab59d7dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7542 2024.10.16 19:58:44.822217 [ 3 ] {d2bb984c-7d41-49b4-a00c-6efbab59d7dd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7543 2024.10.16 19:58:44.822537 [ 3 ] {d2bb984c-7d41-49b4-a00c-6efbab59d7dd} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7544 2024.10.16 19:58:44.822669 [ 3 ] {d2bb984c-7d41-49b4-a00c-6efbab59d7dd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 235.52 KiB/sec.
7545 2024.10.16 19:58:44.822944 [ 3 ] {d2bb984c-7d41-49b4-a00c-6efbab59d7dd} <Debug> DynamicQueryHandler: Done processing query
7546 2024.10.16 19:58:44.822990 [ 3 ] {d2bb984c-7d41-49b4-a00c-6efbab59d7dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7547 2024.10.16 19:58:44.823015 [ 3 ] {} <Debug> HTTP-Session: 6462b700-c8b9-4cd3-8cc9-86ad82e0472b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7548 2024.10.16 19:58:44.823227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 187403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7549 2024.10.16 19:58:44.823278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7550 2024.10.16 19:58:44.823298 [ 3 ] {} <Debug> HTTP-Session: 2cf11262-17ae-40e0-aa1f-312d9c049674 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7551 2024.10.16 19:58:44.823314 [ 3 ] {} <Debug> HTTP-Session: 2cf11262-17ae-40e0-aa1f-312d9c049674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7552 2024.10.16 19:58:44.823329 [ 3 ] {} <Debug> HTTP-Session: 2cf11262-17ae-40e0-aa1f-312d9c049674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7553 2024.10.16 19:58:44.823359 [ 3 ] {} <Trace> HTTP-Session: 2cf11262-17ae-40e0-aa1f-312d9c049674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7554 2024.10.16 19:58:44.823901 [ 3 ] {103788af-d020-4a2d-bdbb-053ecca58b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7555 2024.10.16 19:58:44.823950 [ 3 ] {103788af-d020-4a2d-bdbb-053ecca58b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7556 2024.10.16 19:58:44.824117 [ 3 ] {103788af-d020-4a2d-bdbb-053ecca58b57} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7557 2024.10.16 19:58:44.825076 [ 3 ] {103788af-d020-4a2d-bdbb-053ecca58b57} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7558 2024.10.16 19:58:44.825114 [ 3 ] {103788af-d020-4a2d-bdbb-053ecca58b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7559 2024.10.16 19:58:44.825548 [ 3 ] {103788af-d020-4a2d-bdbb-053ecca58b57} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7560 2024.10.16 19:58:44.825894 [ 3 ] {103788af-d020-4a2d-bdbb-053ecca58b57} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7561 2024.10.16 19:58:44.826053 [ 3 ] {103788af-d020-4a2d-bdbb-053ecca58b57} <Debug> executeQuery: Read 991 rows, 67.53 KiB in 0.002543 sec., 389697.2080220212 rows/sec., 25.93 MiB/sec.
7562 2024.10.16 19:58:44.826415 [ 3 ] {103788af-d020-4a2d-bdbb-053ecca58b57} <Debug> DynamicQueryHandler: Done processing query
7563 2024.10.16 19:58:44.826461 [ 3 ] {103788af-d020-4a2d-bdbb-053ecca58b57} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
7564 2024.10.16 19:58:44.826478 [ 3 ] {} <Debug> HTTP-Session: 2cf11262-17ae-40e0-aa1f-312d9c049674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7565 2024.10.16 19:58:44.826812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7566 2024.10.16 19:58:44.826862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7567 2024.10.16 19:58:44.826880 [ 3 ] {} <Debug> HTTP-Session: 4029a5da-50ec-4e24-b077-e0a92b059d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7568 2024.10.16 19:58:44.826897 [ 3 ] {} <Debug> HTTP-Session: 4029a5da-50ec-4e24-b077-e0a92b059d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7569 2024.10.16 19:58:44.826911 [ 3 ] {} <Debug> HTTP-Session: 4029a5da-50ec-4e24-b077-e0a92b059d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7570 2024.10.16 19:58:44.826942 [ 3 ] {} <Trace> HTTP-Session: 4029a5da-50ec-4e24-b077-e0a92b059d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7571 2024.10.16 19:58:44.827039 [ 3 ] {21a63434-be50-4e7e-b166-6609b315531b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7572 2024.10.16 19:58:44.827086 [ 3 ] {21a63434-be50-4e7e-b166-6609b315531b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7573 2024.10.16 19:58:44.827238 [ 3 ] {21a63434-be50-4e7e-b166-6609b315531b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7574 2024.10.16 19:58:44.827514 [ 3 ] {21a63434-be50-4e7e-b166-6609b315531b} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7575 2024.10.16 19:58:44.827550 [ 3 ] {21a63434-be50-4e7e-b166-6609b315531b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7576 2024.10.16 19:58:44.827904 [ 3 ] {21a63434-be50-4e7e-b166-6609b315531b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7577 2024.10.16 19:58:44.828220 [ 3 ] {21a63434-be50-4e7e-b166-6609b315531b} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7578 2024.10.16 19:58:44.828374 [ 3 ] {21a63434-be50-4e7e-b166-6609b315531b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001354 sec., 738.5524372230428 rows/sec., 49.77 KiB/sec.
7579 2024.10.16 19:58:44.828552 [ 3 ] {21a63434-be50-4e7e-b166-6609b315531b} <Debug> DynamicQueryHandler: Done processing query
7580 2024.10.16 19:58:44.828577 [ 3 ] {21a63434-be50-4e7e-b166-6609b315531b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7581 2024.10.16 19:58:44.828593 [ 3 ] {} <Debug> HTTP-Session: 4029a5da-50ec-4e24-b077-e0a92b059d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7582 2024.10.16 19:58:44.828715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 13221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7583 2024.10.16 19:58:44.828764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7584 2024.10.16 19:58:44.828784 [ 3 ] {} <Debug> HTTP-Session: c445e31f-09ff-4c63-a0ff-3ef1ca7ba540 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7585 2024.10.16 19:58:44.828800 [ 3 ] {} <Debug> HTTP-Session: c445e31f-09ff-4c63-a0ff-3ef1ca7ba540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7586 2024.10.16 19:58:44.828813 [ 3 ] {} <Debug> HTTP-Session: c445e31f-09ff-4c63-a0ff-3ef1ca7ba540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7587 2024.10.16 19:58:44.828845 [ 3 ] {} <Trace> HTTP-Session: c445e31f-09ff-4c63-a0ff-3ef1ca7ba540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7588 2024.10.16 19:58:44.829049 [ 3 ] {b2203d88-ab8f-4de9-ad0b-1676b6153c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7589 2024.10.16 19:58:44.829112 [ 3 ] {b2203d88-ab8f-4de9-ad0b-1676b6153c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7590 2024.10.16 19:58:44.829559 [ 3 ] {b2203d88-ab8f-4de9-ad0b-1676b6153c2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7591 2024.10.16 19:58:44.830096 [ 3 ] {b2203d88-ab8f-4de9-ad0b-1676b6153c2c} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7592 2024.10.16 19:58:44.830132 [ 3 ] {b2203d88-ab8f-4de9-ad0b-1676b6153c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7593 2024.10.16 19:58:44.830731 [ 3 ] {b2203d88-ab8f-4de9-ad0b-1676b6153c2c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7594 2024.10.16 19:58:44.831139 [ 3 ] {b2203d88-ab8f-4de9-ad0b-1676b6153c2c} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7595 2024.10.16 19:58:44.831324 [ 66 ] {} <Debug> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
7596 2024.10.16 19:58:44.831337 [ 3 ] {b2203d88-ab8f-4de9-ad0b-1676b6153c2c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002412 sec., 3316.749585406302 rows/sec., 5.94 MiB/sec.
7597 2024.10.16 19:58:44.831412 [ 66 ] {} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7598 2024.10.16 19:58:44.831491 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7599 2024.10.16 19:58:44.831977 [ 200 ] {d47000e3-4a1d-4014-9a51-926cd8885627::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
7600 2024.10.16 19:58:44.832149 [ 3 ] {b2203d88-ab8f-4de9-ad0b-1676b6153c2c} <Debug> DynamicQueryHandler: Done processing query
7601 2024.10.16 19:58:44.832213 [ 3 ] {b2203d88-ab8f-4de9-ad0b-1676b6153c2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
7602 2024.10.16 19:58:44.832248 [ 3 ] {} <Debug> HTTP-Session: c445e31f-09ff-4c63-a0ff-3ef1ca7ba540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7603 2024.10.16 19:58:44.832437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 6700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7604 2024.10.16 19:58:44.832559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7605 2024.10.16 19:58:44.832621 [ 3 ] {} <Debug> HTTP-Session: 5472afd9-5f16-47df-88c0-7ed8f0fc6232 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7606 2024.10.16 19:58:44.832675 [ 3 ] {} <Debug> HTTP-Session: 5472afd9-5f16-47df-88c0-7ed8f0fc6232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7607 2024.10.16 19:58:44.832719 [ 3 ] {} <Debug> HTTP-Session: 5472afd9-5f16-47df-88c0-7ed8f0fc6232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7608 2024.10.16 19:58:44.832819 [ 3 ] {} <Trace> HTTP-Session: 5472afd9-5f16-47df-88c0-7ed8f0fc6232 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7609 2024.10.16 19:58:44.832882 [ 200 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7610 2024.10.16 19:58:44.833044 [ 200 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 426 rows starting from the beginning of the part
7611 2024.10.16 19:58:44.833099 [ 3 ] {aab2b586-fbfa-447f-b9ac-900a8b6369b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7612 2024.10.16 19:58:44.833224 [ 3 ] {aab2b586-fbfa-447f-b9ac-900a8b6369b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7613 2024.10.16 19:58:44.833816 [ 200 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part
7614 2024.10.16 19:58:44.834099 [ 3 ] {aab2b586-fbfa-447f-b9ac-900a8b6369b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7615 2024.10.16 19:58:44.834585 [ 200 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part
7616 2024.10.16 19:58:44.835379 [ 200 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part
7617 2024.10.16 19:58:44.835452 [ 3 ] {aab2b586-fbfa-447f-b9ac-900a8b6369b0} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7618 2024.10.16 19:58:44.835528 [ 3 ] {aab2b586-fbfa-447f-b9ac-900a8b6369b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7619 2024.10.16 19:58:44.836040 [ 200 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part
7620 2024.10.16 19:58:44.836715 [ 200 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part
7621 2024.10.16 19:58:44.837079 [ 3 ] {aab2b586-fbfa-447f-b9ac-900a8b6369b0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7622 2024.10.16 19:58:44.838009 [ 3 ] {aab2b586-fbfa-447f-b9ac-900a8b6369b0} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7623 2024.10.16 19:58:44.838442 [ 3 ] {aab2b586-fbfa-447f-b9ac-900a8b6369b0} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.005407 sec., 8507.490290364341 rows/sec., 526.84 KiB/sec.
7624 2024.10.16 19:58:44.839268 [ 3 ] {aab2b586-fbfa-447f-b9ac-900a8b6369b0} <Debug> DynamicQueryHandler: Done processing query
7625 2024.10.16 19:58:44.839366 [ 3 ] {aab2b586-fbfa-447f-b9ac-900a8b6369b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
7626 2024.10.16 19:58:44.839453 [ 3 ] {} <Debug> HTTP-Session: 5472afd9-5f16-47df-88c0-7ed8f0fc6232 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7627 2024.10.16 19:58:44.856576 [ 191 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 551 rows, containing 19 columns (19 merged, 0 gathered) in 0.024929182 sec., 22102.61050683492 rows/sec., 39.61 MiB/sec.
7628 2024.10.16 19:58:44.857292 [ 191 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
7629 2024.10.16 19:58:44.857933 [ 191 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7630 2024.10.16 19:58:44.858020 [ 191 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
7631 2024.10.16 19:58:44.858179 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
7632 2024.10.16 19:58:46.423683 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache
7633 2024.10.16 19:58:46.423751 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache
7634 2024.10.16 19:58:47.603050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7635 2024.10.16 19:58:47.603169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7636 2024.10.16 19:58:47.603193 [ 3 ] {} <Debug> HTTP-Session: 0e778d8d-533e-436c-8edd-e555cac1a474 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7637 2024.10.16 19:58:47.603217 [ 3 ] {} <Debug> HTTP-Session: 0e778d8d-533e-436c-8edd-e555cac1a474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7638 2024.10.16 19:58:47.603233 [ 3 ] {} <Debug> HTTP-Session: 0e778d8d-533e-436c-8edd-e555cac1a474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7639 2024.10.16 19:58:47.603283 [ 3 ] {} <Trace> HTTP-Session: 0e778d8d-533e-436c-8edd-e555cac1a474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7640 2024.10.16 19:58:47.603462 [ 3 ] {82217ab6-8b02-4f36-b5e5-141f0606351c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7641 2024.10.16 19:58:47.603530 [ 3 ] {82217ab6-8b02-4f36-b5e5-141f0606351c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7642 2024.10.16 19:58:47.603871 [ 3 ] {82217ab6-8b02-4f36-b5e5-141f0606351c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7643 2024.10.16 19:58:47.604346 [ 3 ] {82217ab6-8b02-4f36-b5e5-141f0606351c} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7644 2024.10.16 19:58:47.604386 [ 3 ] {82217ab6-8b02-4f36-b5e5-141f0606351c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7645 2024.10.16 19:58:47.604798 [ 3 ] {82217ab6-8b02-4f36-b5e5-141f0606351c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7646 2024.10.16 19:58:47.605195 [ 3 ] {82217ab6-8b02-4f36-b5e5-141f0606351c} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7647 2024.10.16 19:58:47.605369 [ 3 ] {82217ab6-8b02-4f36-b5e5-141f0606351c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001951 sec., 2050.2306509482314 rows/sec., 167.18 KiB/sec.
7648 2024.10.16 19:58:47.605587 [ 3 ] {82217ab6-8b02-4f36-b5e5-141f0606351c} <Debug> DynamicQueryHandler: Done processing query
7649 2024.10.16 19:58:47.605613 [ 3 ] {82217ab6-8b02-4f36-b5e5-141f0606351c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7650 2024.10.16 19:58:47.605630 [ 3 ] {} <Debug> HTTP-Session: 0e778d8d-533e-436c-8edd-e555cac1a474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7651 2024.10.16 19:58:47.605779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 17728, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7652 2024.10.16 19:58:47.605829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7653 2024.10.16 19:58:47.605848 [ 3 ] {} <Debug> HTTP-Session: 4f99911b-4ffc-41ef-9973-f11fbbbf887f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7654 2024.10.16 19:58:47.605864 [ 3 ] {} <Debug> HTTP-Session: 4f99911b-4ffc-41ef-9973-f11fbbbf887f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7655 2024.10.16 19:58:47.605878 [ 3 ] {} <Debug> HTTP-Session: 4f99911b-4ffc-41ef-9973-f11fbbbf887f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7656 2024.10.16 19:58:47.605909 [ 3 ] {} <Trace> HTTP-Session: 4f99911b-4ffc-41ef-9973-f11fbbbf887f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7657 2024.10.16 19:58:47.606036 [ 3 ] {5b672e25-5e44-4256-8b37-e58a51e9e56e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7658 2024.10.16 19:58:47.606080 [ 3 ] {5b672e25-5e44-4256-8b37-e58a51e9e56e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7659 2024.10.16 19:58:47.606304 [ 3 ] {5b672e25-5e44-4256-8b37-e58a51e9e56e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7660 2024.10.16 19:58:47.606759 [ 3 ] {5b672e25-5e44-4256-8b37-e58a51e9e56e} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7661 2024.10.16 19:58:47.606794 [ 3 ] {5b672e25-5e44-4256-8b37-e58a51e9e56e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7662 2024.10.16 19:58:47.607154 [ 3 ] {5b672e25-5e44-4256-8b37-e58a51e9e56e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7663 2024.10.16 19:58:47.607512 [ 3 ] {5b672e25-5e44-4256-8b37-e58a51e9e56e} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7664 2024.10.16 19:58:47.607654 [ 3 ] {5b672e25-5e44-4256-8b37-e58a51e9e56e} <Debug> executeQuery: Read 120 rows, 10.42 KiB in 0.001664 sec., 72115.38461538462 rows/sec., 6.12 MiB/sec.
7665 2024.10.16 19:58:47.607851 [ 3 ] {5b672e25-5e44-4256-8b37-e58a51e9e56e} <Debug> DynamicQueryHandler: Done processing query
7666 2024.10.16 19:58:47.607881 [ 3 ] {5b672e25-5e44-4256-8b37-e58a51e9e56e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB.
7667 2024.10.16 19:58:47.607902 [ 3 ] {} <Debug> HTTP-Session: 4f99911b-4ffc-41ef-9973-f11fbbbf887f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7668 2024.10.16 19:58:47.608048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7669 2024.10.16 19:58:47.608110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7670 2024.10.16 19:58:47.608136 [ 3 ] {} <Debug> HTTP-Session: 5c82d02f-a857-4f22-8fcb-873dd47a5106 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7671 2024.10.16 19:58:47.608157 [ 3 ] {} <Debug> HTTP-Session: 5c82d02f-a857-4f22-8fcb-873dd47a5106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7672 2024.10.16 19:58:47.608175 [ 3 ] {} <Debug> HTTP-Session: 5c82d02f-a857-4f22-8fcb-873dd47a5106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7673 2024.10.16 19:58:47.608216 [ 3 ] {} <Trace> HTTP-Session: 5c82d02f-a857-4f22-8fcb-873dd47a5106 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7674 2024.10.16 19:58:47.608344 [ 3 ] {ec579985-acf0-469c-b830-9b0548ee8622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7675 2024.10.16 19:58:47.608394 [ 3 ] {ec579985-acf0-469c-b830-9b0548ee8622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7676 2024.10.16 19:58:47.608671 [ 3 ] {ec579985-acf0-469c-b830-9b0548ee8622} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7677 2024.10.16 19:58:47.611289 [ 3 ] {ec579985-acf0-469c-b830-9b0548ee8622} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7678 2024.10.16 19:58:47.611334 [ 3 ] {ec579985-acf0-469c-b830-9b0548ee8622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7679 2024.10.16 19:58:47.611711 [ 3 ] {ec579985-acf0-469c-b830-9b0548ee8622} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7680 2024.10.16 19:58:47.612070 [ 3 ] {ec579985-acf0-469c-b830-9b0548ee8622} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7681 2024.10.16 19:58:47.612236 [ 3 ] {ec579985-acf0-469c-b830-9b0548ee8622} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.003929 sec., 8908.119114278443 rows/sec., 664.38 KiB/sec.
7682 2024.10.16 19:58:47.612427 [ 3 ] {ec579985-acf0-469c-b830-9b0548ee8622} <Debug> DynamicQueryHandler: Done processing query
7683 2024.10.16 19:58:47.612452 [ 3 ] {ec579985-acf0-469c-b830-9b0548ee8622} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7684 2024.10.16 19:58:47.612469 [ 3 ] {} <Debug> HTTP-Session: 5c82d02f-a857-4f22-8fcb-873dd47a5106 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7685 2024.10.16 19:58:47.612606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 16814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7686 2024.10.16 19:58:47.612656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7687 2024.10.16 19:58:47.612676 [ 3 ] {} <Debug> HTTP-Session: 56a49ad6-584b-434b-9d8a-6b194883a022 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7688 2024.10.16 19:58:47.612693 [ 3 ] {} <Debug> HTTP-Session: 56a49ad6-584b-434b-9d8a-6b194883a022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7689 2024.10.16 19:58:47.612707 [ 3 ] {} <Debug> HTTP-Session: 56a49ad6-584b-434b-9d8a-6b194883a022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7690 2024.10.16 19:58:47.612739 [ 3 ] {} <Trace> HTTP-Session: 56a49ad6-584b-434b-9d8a-6b194883a022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7691 2024.10.16 19:58:47.612857 [ 3 ] {07538b4c-ee33-44f9-acad-0701bcc2ac30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7692 2024.10.16 19:58:47.612901 [ 3 ] {07538b4c-ee33-44f9-acad-0701bcc2ac30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7693 2024.10.16 19:58:47.613128 [ 3 ] {07538b4c-ee33-44f9-acad-0701bcc2ac30} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7694 2024.10.16 19:58:47.613546 [ 3 ] {07538b4c-ee33-44f9-acad-0701bcc2ac30} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7695 2024.10.16 19:58:47.613583 [ 3 ] {07538b4c-ee33-44f9-acad-0701bcc2ac30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7696 2024.10.16 19:58:47.613938 [ 3 ] {07538b4c-ee33-44f9-acad-0701bcc2ac30} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7697 2024.10.16 19:58:47.614285 [ 3 ] {07538b4c-ee33-44f9-acad-0701bcc2ac30} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7698 2024.10.16 19:58:47.614437 [ 3 ] {07538b4c-ee33-44f9-acad-0701bcc2ac30} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001619 sec., 61148.85731933292 rows/sec., 4.78 MiB/sec.
7699 2024.10.16 19:58:47.614625 [ 3 ] {07538b4c-ee33-44f9-acad-0701bcc2ac30} <Debug> DynamicQueryHandler: Done processing query
7700 2024.10.16 19:58:47.614651 [ 3 ] {07538b4c-ee33-44f9-acad-0701bcc2ac30} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
7701 2024.10.16 19:58:47.614667 [ 3 ] {} <Debug> HTTP-Session: 56a49ad6-584b-434b-9d8a-6b194883a022 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7702 2024.10.16 19:58:47.614840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 18791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7703 2024.10.16 19:58:47.614889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7704 2024.10.16 19:58:47.614908 [ 3 ] {} <Debug> HTTP-Session: b8918c2c-51d9-4d66-86d3-d8b883fcc03a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7705 2024.10.16 19:58:47.614925 [ 3 ] {} <Debug> HTTP-Session: b8918c2c-51d9-4d66-86d3-d8b883fcc03a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7706 2024.10.16 19:58:47.614939 [ 3 ] {} <Debug> HTTP-Session: b8918c2c-51d9-4d66-86d3-d8b883fcc03a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7707 2024.10.16 19:58:47.614970 [ 3 ] {} <Trace> HTTP-Session: b8918c2c-51d9-4d66-86d3-d8b883fcc03a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7708 2024.10.16 19:58:47.615094 [ 3 ] {24912cdd-eaa6-4dda-8f0f-30026da557b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7709 2024.10.16 19:58:47.615141 [ 3 ] {24912cdd-eaa6-4dda-8f0f-30026da557b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7710 2024.10.16 19:58:47.615287 [ 3 ] {24912cdd-eaa6-4dda-8f0f-30026da557b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7711 2024.10.16 19:58:47.615716 [ 3 ] {24912cdd-eaa6-4dda-8f0f-30026da557b8} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7712 2024.10.16 19:58:47.615752 [ 3 ] {24912cdd-eaa6-4dda-8f0f-30026da557b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7713 2024.10.16 19:58:47.616131 [ 3 ] {24912cdd-eaa6-4dda-8f0f-30026da557b8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7714 2024.10.16 19:58:47.616465 [ 3 ] {24912cdd-eaa6-4dda-8f0f-30026da557b8} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7715 2024.10.16 19:58:47.616599 [ 3 ] {24912cdd-eaa6-4dda-8f0f-30026da557b8} <Debug> executeQuery: Read 98 rows, 6.99 KiB in 0.001554 sec., 63063.06306306306 rows/sec., 4.39 MiB/sec.
7716 2024.10.16 19:58:47.616789 [ 3 ] {24912cdd-eaa6-4dda-8f0f-30026da557b8} <Debug> DynamicQueryHandler: Done processing query
7717 2024.10.16 19:58:47.616814 [ 3 ] {24912cdd-eaa6-4dda-8f0f-30026da557b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7718 2024.10.16 19:58:47.616830 [ 3 ] {} <Debug> HTTP-Session: b8918c2c-51d9-4d66-86d3-d8b883fcc03a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7719 2024.10.16 19:58:47.616989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 51887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7720 2024.10.16 19:58:47.617037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7721 2024.10.16 19:58:47.617056 [ 3 ] {} <Debug> HTTP-Session: 06464756-1f90-41ea-8120-4c6069e495a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7722 2024.10.16 19:58:47.617073 [ 3 ] {} <Debug> HTTP-Session: 06464756-1f90-41ea-8120-4c6069e495a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7723 2024.10.16 19:58:47.617087 [ 3 ] {} <Debug> HTTP-Session: 06464756-1f90-41ea-8120-4c6069e495a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7724 2024.10.16 19:58:47.617118 [ 3 ] {} <Trace> HTTP-Session: 06464756-1f90-41ea-8120-4c6069e495a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7725 2024.10.16 19:58:47.617429 [ 3 ] {ffae8b02-6754-4c5b-9ce1-d24a519c50d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7726 2024.10.16 19:58:47.617493 [ 3 ] {ffae8b02-6754-4c5b-9ce1-d24a519c50d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7727 2024.10.16 19:58:47.617912 [ 3 ] {ffae8b02-6754-4c5b-9ce1-d24a519c50d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7728 2024.10.16 19:58:47.618597 [ 3 ] {ffae8b02-6754-4c5b-9ce1-d24a519c50d9} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7729 2024.10.16 19:58:47.618634 [ 3 ] {ffae8b02-6754-4c5b-9ce1-d24a519c50d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7730 2024.10.16 19:58:47.619278 [ 3 ] {ffae8b02-6754-4c5b-9ce1-d24a519c50d9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7731 2024.10.16 19:58:47.619700 [ 3 ] {ffae8b02-6754-4c5b-9ce1-d24a519c50d9} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7732 2024.10.16 19:58:47.619883 [ 3 ] {ffae8b02-6754-4c5b-9ce1-d24a519c50d9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002677 sec., 11580.127007844601 rows/sec., 20.75 MiB/sec.
7733 2024.10.16 19:58:47.620110 [ 3 ] {ffae8b02-6754-4c5b-9ce1-d24a519c50d9} <Debug> DynamicQueryHandler: Done processing query
7734 2024.10.16 19:58:47.620135 [ 3 ] {ffae8b02-6754-4c5b-9ce1-d24a519c50d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
7735 2024.10.16 19:58:47.620151 [ 3 ] {} <Debug> HTTP-Session: 06464756-1f90-41ea-8120-4c6069e495a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7736 2024.10.16 19:58:47.620270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7737 2024.10.16 19:58:47.620320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7738 2024.10.16 19:58:47.620339 [ 3 ] {} <Debug> HTTP-Session: 770a7de2-21a3-4dab-983c-d4ddbce10378 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7739 2024.10.16 19:58:47.620356 [ 3 ] {} <Debug> HTTP-Session: 770a7de2-21a3-4dab-983c-d4ddbce10378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7740 2024.10.16 19:58:47.620371 [ 3 ] {} <Debug> HTTP-Session: 770a7de2-21a3-4dab-983c-d4ddbce10378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7741 2024.10.16 19:58:47.620402 [ 3 ] {} <Trace> HTTP-Session: 770a7de2-21a3-4dab-983c-d4ddbce10378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7742 2024.10.16 19:58:47.620508 [ 3 ] {83e51917-6951-438d-b02a-557dcdf69df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7743 2024.10.16 19:58:47.620551 [ 3 ] {83e51917-6951-438d-b02a-557dcdf69df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7744 2024.10.16 19:58:47.620680 [ 3 ] {83e51917-6951-438d-b02a-557dcdf69df5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7745 2024.10.16 19:58:47.620983 [ 3 ] {83e51917-6951-438d-b02a-557dcdf69df5} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7746 2024.10.16 19:58:47.621020 [ 3 ] {83e51917-6951-438d-b02a-557dcdf69df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB.
7747 2024.10.16 19:58:47.621380 [ 3 ] {83e51917-6951-438d-b02a-557dcdf69df5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7748 2024.10.16 19:58:47.621697 [ 3 ] {83e51917-6951-438d-b02a-557dcdf69df5} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7749 2024.10.16 19:58:47.621844 [ 3 ] {83e51917-6951-438d-b02a-557dcdf69df5} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001361 sec., 26451.138868479058 rows/sec., 1.78 MiB/sec.
7750 2024.10.16 19:58:47.622016 [ 3 ] {83e51917-6951-438d-b02a-557dcdf69df5} <Debug> DynamicQueryHandler: Done processing query
7751 2024.10.16 19:58:47.622040 [ 3 ] {83e51917-6951-438d-b02a-557dcdf69df5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
7752 2024.10.16 19:58:47.622056 [ 3 ] {} <Debug> HTTP-Session: 770a7de2-21a3-4dab-983c-d4ddbce10378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7753 2024.10.16 19:58:51.620139 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 776
7754 2024.10.16 19:58:51.623249 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7755 2024.10.16 19:58:51.623308 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7756 2024.10.16 19:58:51.624918 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7757 2024.10.16 19:58:51.625914 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7758 2024.10.16 19:58:51.626535 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 776
7759 2024.10.16 19:58:52.604543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7760 2024.10.16 19:58:52.604657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7761 2024.10.16 19:58:52.604682 [ 3 ] {} <Debug> HTTP-Session: a9ec9175-dd3f-42c7-b7b5-b9478eef0a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7762 2024.10.16 19:58:52.604706 [ 3 ] {} <Debug> HTTP-Session: a9ec9175-dd3f-42c7-b7b5-b9478eef0a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7763 2024.10.16 19:58:52.604721 [ 3 ] {} <Debug> HTTP-Session: a9ec9175-dd3f-42c7-b7b5-b9478eef0a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7764 2024.10.16 19:58:52.604770 [ 3 ] {} <Trace> HTTP-Session: a9ec9175-dd3f-42c7-b7b5-b9478eef0a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7765 2024.10.16 19:58:52.604965 [ 3 ] {38ce87e5-e2f4-4e02-a1e9-c40d97174c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7766 2024.10.16 19:58:52.605034 [ 3 ] {38ce87e5-e2f4-4e02-a1e9-c40d97174c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7767 2024.10.16 19:58:52.605370 [ 3 ] {38ce87e5-e2f4-4e02-a1e9-c40d97174c5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7768 2024.10.16 19:58:52.605841 [ 3 ] {38ce87e5-e2f4-4e02-a1e9-c40d97174c5f} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7769 2024.10.16 19:58:52.605883 [ 3 ] {38ce87e5-e2f4-4e02-a1e9-c40d97174c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7770 2024.10.16 19:58:52.606301 [ 3 ] {38ce87e5-e2f4-4e02-a1e9-c40d97174c5f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7771 2024.10.16 19:58:52.606693 [ 3 ] {38ce87e5-e2f4-4e02-a1e9-c40d97174c5f} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7772 2024.10.16 19:58:52.606870 [ 3 ] {38ce87e5-e2f4-4e02-a1e9-c40d97174c5f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001965 sec., 28498.727735368953 rows/sec., 2.18 MiB/sec.
7773 2024.10.16 19:58:52.607082 [ 3 ] {38ce87e5-e2f4-4e02-a1e9-c40d97174c5f} <Debug> DynamicQueryHandler: Done processing query
7774 2024.10.16 19:58:52.607109 [ 3 ] {38ce87e5-e2f4-4e02-a1e9-c40d97174c5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7775 2024.10.16 19:58:52.607125 [ 3 ] {} <Debug> HTTP-Session: a9ec9175-dd3f-42c7-b7b5-b9478eef0a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7776 2024.10.16 19:58:52.607261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7777 2024.10.16 19:58:52.607313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7778 2024.10.16 19:58:52.607332 [ 3 ] {} <Debug> HTTP-Session: 1ecb57ff-d9c6-46ee-b3d8-6aa6a59e4d53 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7779 2024.10.16 19:58:52.607349 [ 3 ] {} <Debug> HTTP-Session: 1ecb57ff-d9c6-46ee-b3d8-6aa6a59e4d53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7780 2024.10.16 19:58:52.607363 [ 3 ] {} <Debug> HTTP-Session: 1ecb57ff-d9c6-46ee-b3d8-6aa6a59e4d53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7781 2024.10.16 19:58:52.607395 [ 3 ] {} <Trace> HTTP-Session: 1ecb57ff-d9c6-46ee-b3d8-6aa6a59e4d53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7782 2024.10.16 19:58:52.607511 [ 3 ] {1053aa37-016a-43f7-bff3-8cef7c3d8ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7783 2024.10.16 19:58:52.607555 [ 3 ] {1053aa37-016a-43f7-bff3-8cef7c3d8ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7784 2024.10.16 19:58:52.607777 [ 3 ] {1053aa37-016a-43f7-bff3-8cef7c3d8ce2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7785 2024.10.16 19:58:52.608139 [ 3 ] {1053aa37-016a-43f7-bff3-8cef7c3d8ce2} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7786 2024.10.16 19:58:52.608176 [ 3 ] {1053aa37-016a-43f7-bff3-8cef7c3d8ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7787 2024.10.16 19:58:52.608530 [ 3 ] {1053aa37-016a-43f7-bff3-8cef7c3d8ce2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7788 2024.10.16 19:58:52.608881 [ 3 ] {1053aa37-016a-43f7-bff3-8cef7c3d8ce2} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7789 2024.10.16 19:58:52.609044 [ 3 ] {1053aa37-016a-43f7-bff3-8cef7c3d8ce2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001565 sec., 40894.568690095846 rows/sec., 3.19 MiB/sec.
7790 2024.10.16 19:58:52.609358 [ 3 ] {1053aa37-016a-43f7-bff3-8cef7c3d8ce2} <Debug> DynamicQueryHandler: Done processing query
7791 2024.10.16 19:58:52.609423 [ 3 ] {1053aa37-016a-43f7-bff3-8cef7c3d8ce2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7792 2024.10.16 19:58:52.609490 [ 3 ] {} <Debug> HTTP-Session: 1ecb57ff-d9c6-46ee-b3d8-6aa6a59e4d53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7793 2024.10.16 19:58:52.609706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7794 2024.10.16 19:58:52.609760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7795 2024.10.16 19:58:52.609780 [ 3 ] {} <Debug> HTTP-Session: 4a57446b-7296-4cba-a4b0-ee8b4c334f08 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7796 2024.10.16 19:58:52.609797 [ 3 ] {} <Debug> HTTP-Session: 4a57446b-7296-4cba-a4b0-ee8b4c334f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7797 2024.10.16 19:58:52.609812 [ 3 ] {} <Debug> HTTP-Session: 4a57446b-7296-4cba-a4b0-ee8b4c334f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7798 2024.10.16 19:58:52.609843 [ 3 ] {} <Trace> HTTP-Session: 4a57446b-7296-4cba-a4b0-ee8b4c334f08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7799 2024.10.16 19:58:52.609998 [ 3 ] {44e12054-b4df-4a25-ad6a-8449fb699bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7800 2024.10.16 19:58:52.610049 [ 3 ] {44e12054-b4df-4a25-ad6a-8449fb699bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7801 2024.10.16 19:58:52.610220 [ 3 ] {44e12054-b4df-4a25-ad6a-8449fb699bf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7802 2024.10.16 19:58:52.610623 [ 3 ] {44e12054-b4df-4a25-ad6a-8449fb699bf3} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7803 2024.10.16 19:58:52.610659 [ 3 ] {44e12054-b4df-4a25-ad6a-8449fb699bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7804 2024.10.16 19:58:52.611043 [ 3 ] {44e12054-b4df-4a25-ad6a-8449fb699bf3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7805 2024.10.16 19:58:52.611375 [ 3 ] {44e12054-b4df-4a25-ad6a-8449fb699bf3} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7806 2024.10.16 19:58:52.611534 [ 3 ] {44e12054-b4df-4a25-ad6a-8449fb699bf3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec.
7807 2024.10.16 19:58:52.611714 [ 3 ] {44e12054-b4df-4a25-ad6a-8449fb699bf3} <Debug> DynamicQueryHandler: Done processing query
7808 2024.10.16 19:58:52.611738 [ 3 ] {44e12054-b4df-4a25-ad6a-8449fb699bf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7809 2024.10.16 19:58:52.611754 [ 3 ] {} <Debug> HTTP-Session: 4a57446b-7296-4cba-a4b0-ee8b4c334f08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7810 2024.10.16 19:58:52.611878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7811 2024.10.16 19:58:52.611926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7812 2024.10.16 19:58:52.611945 [ 3 ] {} <Debug> HTTP-Session: 3675e1da-b517-41df-a133-b7eed0ed5be1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7813 2024.10.16 19:58:52.611961 [ 3 ] {} <Debug> HTTP-Session: 3675e1da-b517-41df-a133-b7eed0ed5be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7814 2024.10.16 19:58:52.611975 [ 3 ] {} <Debug> HTTP-Session: 3675e1da-b517-41df-a133-b7eed0ed5be1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7815 2024.10.16 19:58:52.612005 [ 3 ] {} <Trace> HTTP-Session: 3675e1da-b517-41df-a133-b7eed0ed5be1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7816 2024.10.16 19:58:52.612128 [ 3 ] {c6e464f6-2944-4862-9f55-370c50733af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7817 2024.10.16 19:58:52.612172 [ 3 ] {c6e464f6-2944-4862-9f55-370c50733af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7818 2024.10.16 19:58:52.612301 [ 3 ] {c6e464f6-2944-4862-9f55-370c50733af4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7819 2024.10.16 19:58:52.612593 [ 3 ] {c6e464f6-2944-4862-9f55-370c50733af4} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7820 2024.10.16 19:58:52.612629 [ 3 ] {c6e464f6-2944-4862-9f55-370c50733af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7821 2024.10.16 19:58:52.612992 [ 3 ] {c6e464f6-2944-4862-9f55-370c50733af4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7822 2024.10.16 19:58:52.613305 [ 3 ] {c6e464f6-2944-4862-9f55-370c50733af4} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7823 2024.10.16 19:58:52.613458 [ 3 ] {c6e464f6-2944-4862-9f55-370c50733af4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec.
7824 2024.10.16 19:58:52.613717 [ 3 ] {c6e464f6-2944-4862-9f55-370c50733af4} <Debug> DynamicQueryHandler: Done processing query
7825 2024.10.16 19:58:52.613771 [ 3 ] {c6e464f6-2944-4862-9f55-370c50733af4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7826 2024.10.16 19:58:52.613826 [ 3 ] {} <Debug> HTTP-Session: 3675e1da-b517-41df-a133-b7eed0ed5be1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7827 2024.10.16 19:58:57.610929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7828 2024.10.16 19:58:57.611055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7829 2024.10.16 19:58:57.611082 [ 3 ] {} <Debug> HTTP-Session: b7d7b6f1-cc8b-4e29-b16b-905d74eb53ff Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7830 2024.10.16 19:58:57.611106 [ 3 ] {} <Debug> HTTP-Session: b7d7b6f1-cc8b-4e29-b16b-905d74eb53ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7831 2024.10.16 19:58:57.611121 [ 3 ] {} <Debug> HTTP-Session: b7d7b6f1-cc8b-4e29-b16b-905d74eb53ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7832 2024.10.16 19:58:57.611169 [ 3 ] {} <Trace> HTTP-Session: b7d7b6f1-cc8b-4e29-b16b-905d74eb53ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7833 2024.10.16 19:58:57.611429 [ 3 ] {75cc9685-5d20-4c93-8b3b-ec3b47f101cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7834 2024.10.16 19:58:57.611497 [ 3 ] {75cc9685-5d20-4c93-8b3b-ec3b47f101cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7835 2024.10.16 19:58:57.611841 [ 3 ] {75cc9685-5d20-4c93-8b3b-ec3b47f101cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7836 2024.10.16 19:58:57.612487 [ 3 ] {75cc9685-5d20-4c93-8b3b-ec3b47f101cf} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7837 2024.10.16 19:58:57.612533 [ 3 ] {75cc9685-5d20-4c93-8b3b-ec3b47f101cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7838 2024.10.16 19:58:57.612997 [ 3 ] {75cc9685-5d20-4c93-8b3b-ec3b47f101cf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7839 2024.10.16 19:58:57.613387 [ 3 ] {75cc9685-5d20-4c93-8b3b-ec3b47f101cf} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7840 2024.10.16 19:58:57.613545 [ 3 ] {75cc9685-5d20-4c93-8b3b-ec3b47f101cf} <Debug> executeQuery: Read 267 rows, 24.26 KiB in 0.002235 sec., 119463.08724832215 rows/sec., 10.60 MiB/sec.
7841 2024.10.16 19:58:57.613809 [ 3 ] {75cc9685-5d20-4c93-8b3b-ec3b47f101cf} <Debug> DynamicQueryHandler: Done processing query
7842 2024.10.16 19:58:57.613848 [ 3 ] {75cc9685-5d20-4c93-8b3b-ec3b47f101cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
7843 2024.10.16 19:58:57.613874 [ 3 ] {} <Debug> HTTP-Session: b7d7b6f1-cc8b-4e29-b16b-905d74eb53ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7844 2024.10.16 19:58:57.614075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7845 2024.10.16 19:58:57.614138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7846 2024.10.16 19:58:57.614159 [ 3 ] {} <Debug> HTTP-Session: 6ef0b43f-1da1-49f1-9bd7-755648311407 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7847 2024.10.16 19:58:57.614179 [ 3 ] {} <Debug> HTTP-Session: 6ef0b43f-1da1-49f1-9bd7-755648311407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7848 2024.10.16 19:58:57.614193 [ 3 ] {} <Debug> HTTP-Session: 6ef0b43f-1da1-49f1-9bd7-755648311407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7849 2024.10.16 19:58:57.614230 [ 3 ] {} <Trace> HTTP-Session: 6ef0b43f-1da1-49f1-9bd7-755648311407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7850 2024.10.16 19:58:57.614350 [ 3 ] {8d18aa54-c705-4f8d-aafb-830f58963291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7851 2024.10.16 19:58:57.614397 [ 3 ] {8d18aa54-c705-4f8d-aafb-830f58963291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7852 2024.10.16 19:58:57.614641 [ 3 ] {8d18aa54-c705-4f8d-aafb-830f58963291} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7853 2024.10.16 19:58:57.614996 [ 3 ] {8d18aa54-c705-4f8d-aafb-830f58963291} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7854 2024.10.16 19:58:57.615034 [ 3 ] {8d18aa54-c705-4f8d-aafb-830f58963291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7855 2024.10.16 19:58:57.615448 [ 3 ] {8d18aa54-c705-4f8d-aafb-830f58963291} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7856 2024.10.16 19:58:57.615820 [ 3 ] {8d18aa54-c705-4f8d-aafb-830f58963291} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7857 2024.10.16 19:58:57.615951 [ 53 ] {} <Debug> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7858 2024.10.16 19:58:57.615955 [ 3 ] {8d18aa54-c705-4f8d-aafb-830f58963291} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001641 sec., 23765.99634369287 rows/sec., 1.75 MiB/sec.
7859 2024.10.16 19:58:57.615993 [ 53 ] {} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7860 2024.10.16 19:58:57.616030 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7861 2024.10.16 19:58:57.616259 [ 3 ] {8d18aa54-c705-4f8d-aafb-830f58963291} <Debug> DynamicQueryHandler: Done processing query
7862 2024.10.16 19:58:57.616260 [ 199 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::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
7863 2024.10.16 19:58:57.616291 [ 3 ] {8d18aa54-c705-4f8d-aafb-830f58963291} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7864 2024.10.16 19:58:57.616343 [ 3 ] {} <Debug> HTTP-Session: 6ef0b43f-1da1-49f1-9bd7-755648311407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7865 2024.10.16 19:58:57.616539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7866 2024.10.16 19:58:57.616576 [ 199 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7867 2024.10.16 19:58:57.616648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7868 2024.10.16 19:58:57.616662 [ 199 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::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
7869 2024.10.16 19:58:57.616693 [ 3 ] {} <Debug> HTTP-Session: 94a34534-4c67-43fb-b6ee-5f755a153188 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7870 2024.10.16 19:58:57.616735 [ 3 ] {} <Debug> HTTP-Session: 94a34534-4c67-43fb-b6ee-5f755a153188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7871 2024.10.16 19:58:57.616787 [ 3 ] {} <Debug> HTTP-Session: 94a34534-4c67-43fb-b6ee-5f755a153188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7872 2024.10.16 19:58:57.616932 [ 199 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part
7873 2024.10.16 19:58:57.616946 [ 3 ] {} <Trace> HTTP-Session: 94a34534-4c67-43fb-b6ee-5f755a153188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7874 2024.10.16 19:58:57.617202 [ 199 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part
7875 2024.10.16 19:58:57.617330 [ 3 ] {139369e8-31a3-46a5-926f-039b09ad49cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7876 2024.10.16 19:58:57.617562 [ 3 ] {139369e8-31a3-46a5-926f-039b09ad49cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7877 2024.10.16 19:58:57.617564 [ 199 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part
7878 2024.10.16 19:58:57.617918 [ 199 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 35 rows starting from the beginning of the part
7879 2024.10.16 19:58:57.618211 [ 199 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part
7880 2024.10.16 19:58:57.618964 [ 3 ] {139369e8-31a3-46a5-926f-039b09ad49cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7881 2024.10.16 19:58:57.619871 [ 3 ] {139369e8-31a3-46a5-926f-039b09ad49cc} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7882 2024.10.16 19:58:57.619943 [ 3 ] {139369e8-31a3-46a5-926f-039b09ad49cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7883 2024.10.16 19:58:57.621001 [ 3 ] {139369e8-31a3-46a5-926f-039b09ad49cc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7884 2024.10.16 19:58:57.621161 [ 199 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 225 rows, containing 5 columns (5 merged, 0 gathered) in 0.005008914 sec., 44919.91677237821 rows/sec., 3.44 MiB/sec.
7885 2024.10.16 19:58:57.621443 [ 199 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7886 2024.10.16 19:58:57.621821 [ 3 ] {139369e8-31a3-46a5-926f-039b09ad49cc} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7887 2024.10.16 19:58:57.622236 [ 3 ] {139369e8-31a3-46a5-926f-039b09ad49cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005063 sec., 2765.158996642307 rows/sec., 193.65 KiB/sec.
7888 2024.10.16 19:58:57.622511 [ 199 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_26_5} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7889 2024.10.16 19:58:57.622611 [ 3 ] {139369e8-31a3-46a5-926f-039b09ad49cc} <Debug> DynamicQueryHandler: Done processing query
7890 2024.10.16 19:58:57.622653 [ 3 ] {139369e8-31a3-46a5-926f-039b09ad49cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7891 2024.10.16 19:58:57.622663 [ 199 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_26_5} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7892 2024.10.16 19:58:57.622690 [ 3 ] {} <Debug> HTTP-Session: 94a34534-4c67-43fb-b6ee-5f755a153188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7893 2024.10.16 19:58:57.622793 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7894 2024.10.16 19:58:57.622848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7895 2024.10.16 19:58:57.622905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7896 2024.10.16 19:58:57.622924 [ 3 ] {} <Debug> HTTP-Session: c4ab16e3-7495-4370-a53e-f472c77efe48 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7897 2024.10.16 19:58:57.622942 [ 3 ] {} <Debug> HTTP-Session: c4ab16e3-7495-4370-a53e-f472c77efe48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7898 2024.10.16 19:58:57.622956 [ 3 ] {} <Debug> HTTP-Session: c4ab16e3-7495-4370-a53e-f472c77efe48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7899 2024.10.16 19:58:57.622991 [ 3 ] {} <Trace> HTTP-Session: c4ab16e3-7495-4370-a53e-f472c77efe48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7900 2024.10.16 19:58:57.623098 [ 3 ] {94d57712-d49a-4d1d-a79c-093ce70ebc04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7901 2024.10.16 19:58:57.623145 [ 3 ] {94d57712-d49a-4d1d-a79c-093ce70ebc04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7902 2024.10.16 19:58:57.623397 [ 3 ] {94d57712-d49a-4d1d-a79c-093ce70ebc04} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7903 2024.10.16 19:58:57.623714 [ 3 ] {94d57712-d49a-4d1d-a79c-093ce70ebc04} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7904 2024.10.16 19:58:57.623750 [ 3 ] {94d57712-d49a-4d1d-a79c-093ce70ebc04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7905 2024.10.16 19:58:57.624104 [ 3 ] {94d57712-d49a-4d1d-a79c-093ce70ebc04} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7906 2024.10.16 19:58:57.624475 [ 3 ] {94d57712-d49a-4d1d-a79c-093ce70ebc04} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7907 2024.10.16 19:58:57.624618 [ 3 ] {94d57712-d49a-4d1d-a79c-093ce70ebc04} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 229.00 KiB/sec.
7908 2024.10.16 19:58:57.624658 [ 52 ] {} <Debug> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
7909 2024.10.16 19:58:57.624773 [ 52 ] {} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7910 2024.10.16 19:58:57.624813 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7911 2024.10.16 19:58:57.624896 [ 3 ] {94d57712-d49a-4d1d-a79c-093ce70ebc04} <Debug> DynamicQueryHandler: Done processing query
7912 2024.10.16 19:58:57.624961 [ 3 ] {94d57712-d49a-4d1d-a79c-093ce70ebc04} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7913 2024.10.16 19:58:57.624999 [ 3 ] {} <Debug> HTTP-Session: c4ab16e3-7495-4370-a53e-f472c77efe48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7914 2024.10.16 19:58:57.625023 [ 193 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
7915 2024.10.16 19:58:57.625229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7916 2024.10.16 19:58:57.625293 [ 193 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7917 2024.10.16 19:58:57.625327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7918 2024.10.16 19:58:57.625354 [ 193 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
7919 2024.10.16 19:58:57.625365 [ 3 ] {} <Debug> HTTP-Session: e2d7ace8-1c7d-4a7c-909e-fe70362f1eb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7920 2024.10.16 19:58:57.625407 [ 3 ] {} <Debug> HTTP-Session: e2d7ace8-1c7d-4a7c-909e-fe70362f1eb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7921 2024.10.16 19:58:57.625450 [ 3 ] {} <Debug> HTTP-Session: e2d7ace8-1c7d-4a7c-909e-fe70362f1eb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7922 2024.10.16 19:58:57.625600 [ 193 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
7923 2024.10.16 19:58:57.625609 [ 3 ] {} <Trace> HTTP-Session: e2d7ace8-1c7d-4a7c-909e-fe70362f1eb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7924 2024.10.16 19:58:57.626016 [ 193 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
7925 2024.10.16 19:58:57.626183 [ 193 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
7926 2024.10.16 19:58:57.626303 [ 3 ] {e24147ed-80f7-4a6e-8054-3d5a25c0fd07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7927 2024.10.16 19:58:57.626470 [ 193 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
7928 2024.10.16 19:58:57.626490 [ 3 ] {e24147ed-80f7-4a6e-8054-3d5a25c0fd07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7929 2024.10.16 19:58:57.627656 [ 3 ] {e24147ed-80f7-4a6e-8054-3d5a25c0fd07} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7930 2024.10.16 19:58:57.628984 [ 3 ] {e24147ed-80f7-4a6e-8054-3d5a25c0fd07} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7931 2024.10.16 19:58:57.629034 [ 3 ] {e24147ed-80f7-4a6e-8054-3d5a25c0fd07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7932 2024.10.16 19:58:57.629039 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004133325 sec., 7258.079149353123 rows/sec., 460.72 KiB/sec.
7933 2024.10.16 19:58:57.629298 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
7934 2024.10.16 19:58:57.629880 [ 3 ] {e24147ed-80f7-4a6e-8054-3d5a25c0fd07} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7935 2024.10.16 19:58:57.630329 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_17_4} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7936 2024.10.16 19:58:57.630503 [ 190 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_17_4} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
7937 2024.10.16 19:58:57.630695 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7938 2024.10.16 19:58:57.630694 [ 3 ] {e24147ed-80f7-4a6e-8054-3d5a25c0fd07} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7939 2024.10.16 19:58:57.630912 [ 3 ] {e24147ed-80f7-4a6e-8054-3d5a25c0fd07} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004947 sec., 85102.08206994137 rows/sec., 6.08 MiB/sec.
7940 2024.10.16 19:58:57.631156 [ 3 ] {e24147ed-80f7-4a6e-8054-3d5a25c0fd07} <Debug> DynamicQueryHandler: Done processing query
7941 2024.10.16 19:58:57.631191 [ 3 ] {e24147ed-80f7-4a6e-8054-3d5a25c0fd07} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
7942 2024.10.16 19:58:57.631215 [ 3 ] {} <Debug> HTTP-Session: e2d7ace8-1c7d-4a7c-909e-fe70362f1eb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7943 2024.10.16 19:58:57.631465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7944 2024.10.16 19:58:57.631514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7945 2024.10.16 19:58:57.631533 [ 3 ] {} <Debug> HTTP-Session: e4d67e46-2ae8-4fde-be31-3eb62f63ab5a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7946 2024.10.16 19:58:57.631550 [ 3 ] {} <Debug> HTTP-Session: e4d67e46-2ae8-4fde-be31-3eb62f63ab5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7947 2024.10.16 19:58:57.631564 [ 3 ] {} <Debug> HTTP-Session: e4d67e46-2ae8-4fde-be31-3eb62f63ab5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7948 2024.10.16 19:58:57.631596 [ 3 ] {} <Trace> HTTP-Session: e4d67e46-2ae8-4fde-be31-3eb62f63ab5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7949 2024.10.16 19:58:57.631691 [ 3 ] {9ecc023d-256c-4752-96ee-67511cfd9e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7950 2024.10.16 19:58:57.631736 [ 3 ] {9ecc023d-256c-4752-96ee-67511cfd9e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7951 2024.10.16 19:58:57.631874 [ 3 ] {9ecc023d-256c-4752-96ee-67511cfd9e6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7952 2024.10.16 19:58:57.632144 [ 3 ] {9ecc023d-256c-4752-96ee-67511cfd9e6c} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7953 2024.10.16 19:58:57.632180 [ 3 ] {9ecc023d-256c-4752-96ee-67511cfd9e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7954 2024.10.16 19:58:57.632541 [ 3 ] {9ecc023d-256c-4752-96ee-67511cfd9e6c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7955 2024.10.16 19:58:57.632866 [ 3 ] {9ecc023d-256c-4752-96ee-67511cfd9e6c} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7956 2024.10.16 19:58:57.633028 [ 3 ] {9ecc023d-256c-4752-96ee-67511cfd9e6c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec.
7957 2024.10.16 19:58:57.633185 [ 3 ] {9ecc023d-256c-4752-96ee-67511cfd9e6c} <Debug> DynamicQueryHandler: Done processing query
7958 2024.10.16 19:58:57.633210 [ 3 ] {9ecc023d-256c-4752-96ee-67511cfd9e6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7959 2024.10.16 19:58:57.633226 [ 3 ] {} <Debug> HTTP-Session: e4d67e46-2ae8-4fde-be31-3eb62f63ab5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7960 2024.10.16 19:58:57.633372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7961 2024.10.16 19:58:57.633420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7962 2024.10.16 19:58:57.633439 [ 3 ] {} <Debug> HTTP-Session: 7ce7e066-5db5-45b8-9b90-9e1e78660762 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7963 2024.10.16 19:58:57.633456 [ 3 ] {} <Debug> HTTP-Session: 7ce7e066-5db5-45b8-9b90-9e1e78660762 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7964 2024.10.16 19:58:57.633469 [ 3 ] {} <Debug> HTTP-Session: 7ce7e066-5db5-45b8-9b90-9e1e78660762 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7965 2024.10.16 19:58:57.633500 [ 3 ] {} <Trace> HTTP-Session: 7ce7e066-5db5-45b8-9b90-9e1e78660762 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7966 2024.10.16 19:58:57.633681 [ 3 ] {844f6feb-a897-4db5-b455-456f7fb7abee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7967 2024.10.16 19:58:57.633727 [ 3 ] {844f6feb-a897-4db5-b455-456f7fb7abee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7968 2024.10.16 19:58:57.633875 [ 3 ] {844f6feb-a897-4db5-b455-456f7fb7abee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7969 2024.10.16 19:58:57.634290 [ 3 ] {844f6feb-a897-4db5-b455-456f7fb7abee} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7970 2024.10.16 19:58:57.634326 [ 3 ] {844f6feb-a897-4db5-b455-456f7fb7abee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7971 2024.10.16 19:58:57.634716 [ 3 ] {844f6feb-a897-4db5-b455-456f7fb7abee} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7972 2024.10.16 19:58:57.635056 [ 3 ] {844f6feb-a897-4db5-b455-456f7fb7abee} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7973 2024.10.16 19:58:57.635226 [ 3 ] {844f6feb-a897-4db5-b455-456f7fb7abee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001628 sec., 145577.39557739557 rows/sec., 9.76 MiB/sec.
7974 2024.10.16 19:58:57.635435 [ 3 ] {844f6feb-a897-4db5-b455-456f7fb7abee} <Debug> DynamicQueryHandler: Done processing query
7975 2024.10.16 19:58:57.635465 [ 3 ] {844f6feb-a897-4db5-b455-456f7fb7abee} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7976 2024.10.16 19:58:57.635483 [ 3 ] {} <Debug> HTTP-Session: 7ce7e066-5db5-45b8-9b90-9e1e78660762 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7977 2024.10.16 19:58:57.635716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7978 2024.10.16 19:58:57.635765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7979 2024.10.16 19:58:57.635784 [ 3 ] {} <Debug> HTTP-Session: bb461ae8-5f9a-4e0c-b668-2e66e451dd21 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7980 2024.10.16 19:58:57.635800 [ 3 ] {} <Debug> HTTP-Session: bb461ae8-5f9a-4e0c-b668-2e66e451dd21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7981 2024.10.16 19:58:57.635814 [ 3 ] {} <Debug> HTTP-Session: bb461ae8-5f9a-4e0c-b668-2e66e451dd21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7982 2024.10.16 19:58:57.635845 [ 3 ] {} <Trace> HTTP-Session: bb461ae8-5f9a-4e0c-b668-2e66e451dd21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7983 2024.10.16 19:58:57.635935 [ 3 ] {546b919e-0546-4cd5-91c0-5233a7f3a3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7984 2024.10.16 19:58:57.635980 [ 3 ] {546b919e-0546-4cd5-91c0-5233a7f3a3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7985 2024.10.16 19:58:57.636110 [ 3 ] {546b919e-0546-4cd5-91c0-5233a7f3a3e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7986 2024.10.16 19:58:57.636360 [ 3 ] {546b919e-0546-4cd5-91c0-5233a7f3a3e3} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7987 2024.10.16 19:58:57.636396 [ 3 ] {546b919e-0546-4cd5-91c0-5233a7f3a3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
7988 2024.10.16 19:58:57.636749 [ 3 ] {546b919e-0546-4cd5-91c0-5233a7f3a3e3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7989 2024.10.16 19:58:57.637065 [ 3 ] {546b919e-0546-4cd5-91c0-5233a7f3a3e3} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7990 2024.10.16 19:58:57.637218 [ 3 ] {546b919e-0546-4cd5-91c0-5233a7f3a3e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001297 sec., 771.0100231303007 rows/sec., 51.95 KiB/sec.
7991 2024.10.16 19:58:57.637385 [ 3 ] {546b919e-0546-4cd5-91c0-5233a7f3a3e3} <Debug> DynamicQueryHandler: Done processing query
7992 2024.10.16 19:58:57.637410 [ 3 ] {546b919e-0546-4cd5-91c0-5233a7f3a3e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7993 2024.10.16 19:58:57.637426 [ 3 ] {} <Debug> HTTP-Session: bb461ae8-5f9a-4e0c-b668-2e66e451dd21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7994 2024.10.16 19:58:57.637610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 65041, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7995 2024.10.16 19:58:57.637657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7996 2024.10.16 19:58:57.637677 [ 3 ] {} <Debug> HTTP-Session: 98209e91-2638-4c7e-9ba8-b3ca90eea135 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
7997 2024.10.16 19:58:57.637693 [ 3 ] {} <Debug> HTTP-Session: 98209e91-2638-4c7e-9ba8-b3ca90eea135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7998 2024.10.16 19:58:57.637707 [ 3 ] {} <Debug> HTTP-Session: 98209e91-2638-4c7e-9ba8-b3ca90eea135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7999 2024.10.16 19:58:57.637738 [ 3 ] {} <Trace> HTTP-Session: 98209e91-2638-4c7e-9ba8-b3ca90eea135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8000 2024.10.16 19:58:57.638192 [ 3 ] {5cb0e158-200b-4e7e-9e34-14424bad8ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8001 2024.10.16 19:58:57.638263 [ 3 ] {5cb0e158-200b-4e7e-9e34-14424bad8ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8002 2024.10.16 19:58:57.638706 [ 3 ] {5cb0e158-200b-4e7e-9e34-14424bad8ac0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8003 2024.10.16 19:58:57.639461 [ 3 ] {5cb0e158-200b-4e7e-9e34-14424bad8ac0} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8004 2024.10.16 19:58:57.639499 [ 3 ] {5cb0e158-200b-4e7e-9e34-14424bad8ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8005 2024.10.16 19:58:57.640183 [ 3 ] {5cb0e158-200b-4e7e-9e34-14424bad8ac0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
8006 2024.10.16 19:58:57.640602 [ 3 ] {5cb0e158-200b-4e7e-9e34-14424bad8ac0} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8007 2024.10.16 19:58:57.640784 [ 3 ] {5cb0e158-200b-4e7e-9e34-14424bad8ac0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002963 sec., 13162.335470806614 rows/sec., 23.59 MiB/sec.
8008 2024.10.16 19:58:57.641013 [ 3 ] {5cb0e158-200b-4e7e-9e34-14424bad8ac0} <Debug> DynamicQueryHandler: Done processing query
8009 2024.10.16 19:58:57.641038 [ 3 ] {5cb0e158-200b-4e7e-9e34-14424bad8ac0} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
8010 2024.10.16 19:58:57.641054 [ 3 ] {} <Debug> HTTP-Session: 98209e91-2638-4c7e-9ba8-b3ca90eea135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8011 2024.10.16 19:58:57.641198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8012 2024.10.16 19:58:57.641247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8013 2024.10.16 19:58:57.641267 [ 3 ] {} <Debug> HTTP-Session: cda8e007-5e39-4040-a4cc-bba1d331fe8f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8014 2024.10.16 19:58:57.641284 [ 3 ] {} <Debug> HTTP-Session: cda8e007-5e39-4040-a4cc-bba1d331fe8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8015 2024.10.16 19:58:57.641297 [ 3 ] {} <Debug> HTTP-Session: cda8e007-5e39-4040-a4cc-bba1d331fe8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8016 2024.10.16 19:58:57.641329 [ 3 ] {} <Trace> HTTP-Session: cda8e007-5e39-4040-a4cc-bba1d331fe8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8017 2024.10.16 19:58:57.641446 [ 3 ] {7a2ea1d2-644f-4713-89c4-94e5c2e34922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8018 2024.10.16 19:58:57.641491 [ 3 ] {7a2ea1d2-644f-4713-89c4-94e5c2e34922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8019 2024.10.16 19:58:57.641622 [ 3 ] {7a2ea1d2-644f-4713-89c4-94e5c2e34922} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8020 2024.10.16 19:58:57.641985 [ 3 ] {7a2ea1d2-644f-4713-89c4-94e5c2e34922} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8021 2024.10.16 19:58:57.642021 [ 3 ] {7a2ea1d2-644f-4713-89c4-94e5c2e34922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8022 2024.10.16 19:58:57.642386 [ 3 ] {7a2ea1d2-644f-4713-89c4-94e5c2e34922} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8023 2024.10.16 19:58:57.642711 [ 3 ] {7a2ea1d2-644f-4713-89c4-94e5c2e34922} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8024 2024.10.16 19:58:57.642868 [ 3 ] {7a2ea1d2-644f-4713-89c4-94e5c2e34922} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec.
8025 2024.10.16 19:58:57.643038 [ 3 ] {7a2ea1d2-644f-4713-89c4-94e5c2e34922} <Debug> DynamicQueryHandler: Done processing query
8026 2024.10.16 19:58:57.643063 [ 3 ] {7a2ea1d2-644f-4713-89c4-94e5c2e34922} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8027 2024.10.16 19:58:57.643080 [ 3 ] {} <Debug> HTTP-Session: cda8e007-5e39-4040-a4cc-bba1d331fe8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8028 2024.10.16 19:59:01.423994 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache
8029 2024.10.16 19:59:01.424069 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache
8030 2024.10.16 19:59:01.627671 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 804
8031 2024.10.16 19:59:01.630492 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8032 2024.10.16 19:59:01.630550 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8033 2024.10.16 19:59:01.632046 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
8034 2024.10.16 19:59:01.633048 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8035 2024.10.16 19:59:01.633283 [ 23 ] {} <Debug> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
8036 2024.10.16 19:59:01.633408 [ 23 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8037 2024.10.16 19:59:01.633468 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8038 2024.10.16 19:59:01.634208 [ 201 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
8039 2024.10.16 19:59:01.635145 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 804
8040 2024.10.16 19:59:01.635810 [ 201 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8041 2024.10.16 19:59:01.635975 [ 201 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 634 rows starting from the beginning of the part
8042 2024.10.16 19:59:01.636638 [ 201 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part
8043 2024.10.16 19:59:01.637301 [ 201 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
8044 2024.10.16 19:59:01.637838 [ 201 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part
8045 2024.10.16 19:59:01.638361 [ 201 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 44 rows starting from the beginning of the part
8046 2024.10.16 19:59:01.638836 [ 201 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
8047 2024.10.16 19:59:01.646938 [ 187 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 804 rows, containing 72 columns (72 merged, 0 gathered) in 0.013248634 sec., 60685.50161473251 rows/sec., 43.46 MiB/sec.
8048 2024.10.16 19:59:01.648268 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
8049 2024.10.16 19:59:01.650008 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_21_4} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8050 2024.10.16 19:59:01.650108 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_21_4} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
8051 2024.10.16 19:59:01.650460 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB.
8052 2024.10.16 19:59:02.604451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8053 2024.10.16 19:59:02.604571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8054 2024.10.16 19:59:02.604595 [ 3 ] {} <Debug> HTTP-Session: d3109819-4f3d-4907-904a-b1858e5cac47 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8055 2024.10.16 19:59:02.604619 [ 3 ] {} <Debug> HTTP-Session: d3109819-4f3d-4907-904a-b1858e5cac47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8056 2024.10.16 19:59:02.604633 [ 3 ] {} <Debug> HTTP-Session: d3109819-4f3d-4907-904a-b1858e5cac47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8057 2024.10.16 19:59:02.604682 [ 3 ] {} <Trace> HTTP-Session: d3109819-4f3d-4907-904a-b1858e5cac47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8058 2024.10.16 19:59:02.604865 [ 3 ] {71a134ee-b549-4189-a2fc-d6329cf882a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8059 2024.10.16 19:59:02.604933 [ 3 ] {71a134ee-b549-4189-a2fc-d6329cf882a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8060 2024.10.16 19:59:02.605277 [ 3 ] {71a134ee-b549-4189-a2fc-d6329cf882a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8061 2024.10.16 19:59:02.606248 [ 3 ] {71a134ee-b549-4189-a2fc-d6329cf882a9} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8062 2024.10.16 19:59:02.606305 [ 3 ] {71a134ee-b549-4189-a2fc-d6329cf882a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8063 2024.10.16 19:59:02.606749 [ 3 ] {71a134ee-b549-4189-a2fc-d6329cf882a9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8064 2024.10.16 19:59:02.607163 [ 3 ] {71a134ee-b549-4189-a2fc-d6329cf882a9} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8065 2024.10.16 19:59:02.607350 [ 3 ] {71a134ee-b549-4189-a2fc-d6329cf882a9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002526 sec., 791.7656373713381 rows/sec., 64.56 KiB/sec.
8066 2024.10.16 19:59:02.607600 [ 3 ] {71a134ee-b549-4189-a2fc-d6329cf882a9} <Debug> DynamicQueryHandler: Done processing query
8067 2024.10.16 19:59:02.607631 [ 3 ] {71a134ee-b549-4189-a2fc-d6329cf882a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8068 2024.10.16 19:59:02.607650 [ 3 ] {} <Debug> HTTP-Session: d3109819-4f3d-4907-904a-b1858e5cac47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8069 2024.10.16 19:59:02.607817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8070 2024.10.16 19:59:02.607884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8071 2024.10.16 19:59:02.607910 [ 3 ] {} <Debug> HTTP-Session: df0b9be8-2b6e-4495-bf84-1323d5aa2985 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8072 2024.10.16 19:59:02.607930 [ 3 ] {} <Debug> HTTP-Session: df0b9be8-2b6e-4495-bf84-1323d5aa2985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8073 2024.10.16 19:59:02.607944 [ 3 ] {} <Debug> HTTP-Session: df0b9be8-2b6e-4495-bf84-1323d5aa2985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8074 2024.10.16 19:59:02.607980 [ 3 ] {} <Trace> HTTP-Session: df0b9be8-2b6e-4495-bf84-1323d5aa2985 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8075 2024.10.16 19:59:02.608116 [ 3 ] {1403179b-ce8c-438c-82e3-871bb868c015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8076 2024.10.16 19:59:02.608167 [ 3 ] {1403179b-ce8c-438c-82e3-871bb868c015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8077 2024.10.16 19:59:02.608424 [ 3 ] {1403179b-ce8c-438c-82e3-871bb868c015} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8078 2024.10.16 19:59:02.608834 [ 3 ] {1403179b-ce8c-438c-82e3-871bb868c015} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8079 2024.10.16 19:59:02.608875 [ 3 ] {1403179b-ce8c-438c-82e3-871bb868c015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8080 2024.10.16 19:59:02.609249 [ 3 ] {1403179b-ce8c-438c-82e3-871bb868c015} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8081 2024.10.16 19:59:02.609613 [ 3 ] {1403179b-ce8c-438c-82e3-871bb868c015} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8082 2024.10.16 19:59:02.609781 [ 3 ] {1403179b-ce8c-438c-82e3-871bb868c015} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001704 sec., 33450.704225352114 rows/sec., 2.55 MiB/sec.
8083 2024.10.16 19:59:02.609792 [ 24 ] {} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8084 2024.10.16 19:59:02.609906 [ 24 ] {} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8085 2024.10.16 19:59:02.609963 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8086 2024.10.16 19:59:02.610084 [ 3 ] {1403179b-ce8c-438c-82e3-871bb868c015} <Debug> DynamicQueryHandler: Done processing query
8087 2024.10.16 19:59:02.610143 [ 3 ] {1403179b-ce8c-438c-82e3-871bb868c015} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
8088 2024.10.16 19:59:02.610175 [ 3 ] {} <Debug> HTTP-Session: df0b9be8-2b6e-4495-bf84-1323d5aa2985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8089 2024.10.16 19:59:02.610198 [ 197 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
8090 2024.10.16 19:59:02.610383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8091 2024.10.16 19:59:02.610464 [ 197 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8092 2024.10.16 19:59:02.610481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8093 2024.10.16 19:59:02.610536 [ 3 ] {} <Debug> HTTP-Session: f71fc709-0b17-4247-b376-1810fccc43d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8094 2024.10.16 19:59:02.610542 [ 197 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1416 rows starting from the beginning of the part
8095 2024.10.16 19:59:02.610578 [ 3 ] {} <Debug> HTTP-Session: f71fc709-0b17-4247-b376-1810fccc43d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8096 2024.10.16 19:59:02.610618 [ 3 ] {} <Debug> HTTP-Session: f71fc709-0b17-4247-b376-1810fccc43d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8097 2024.10.16 19:59:02.610752 [ 3 ] {} <Trace> HTTP-Session: f71fc709-0b17-4247-b376-1810fccc43d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8098 2024.10.16 19:59:02.610801 [ 197 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1349 rows starting from the beginning of the part
8099 2024.10.16 19:59:02.611210 [ 197 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 120 rows starting from the beginning of the part
8100 2024.10.16 19:59:02.611274 [ 3 ] {378ec635-4414-4faa-b4a1-e6f4848e801e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8101 2024.10.16 19:59:02.611598 [ 3 ] {378ec635-4414-4faa-b4a1-e6f4848e801e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8102 2024.10.16 19:59:02.611635 [ 197 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part
8103 2024.10.16 19:59:02.612379 [ 197 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 267 rows starting from the beginning of the part
8104 2024.10.16 19:59:02.612749 [ 197 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 57 rows starting from the beginning of the part
8105 2024.10.16 19:59:02.613590 [ 3 ] {378ec635-4414-4faa-b4a1-e6f4848e801e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8106 2024.10.16 19:59:02.614363 [ 3 ] {378ec635-4414-4faa-b4a1-e6f4848e801e} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8107 2024.10.16 19:59:02.614439 [ 3 ] {378ec635-4414-4faa-b4a1-e6f4848e801e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8108 2024.10.16 19:59:02.615450 [ 3 ] {378ec635-4414-4faa-b4a1-e6f4848e801e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8109 2024.10.16 19:59:02.616023 [ 3 ] {378ec635-4414-4faa-b4a1-e6f4848e801e} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8110 2024.10.16 19:59:02.616316 [ 3 ] {378ec635-4414-4faa-b4a1-e6f4848e801e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005342 sec., 374.3916136278547 rows/sec., 26.14 KiB/sec.
8111 2024.10.16 19:59:02.617080 [ 3 ] {378ec635-4414-4faa-b4a1-e6f4848e801e} <Debug> DynamicQueryHandler: Done processing query
8112 2024.10.16 19:59:02.617152 [ 3 ] {378ec635-4414-4faa-b4a1-e6f4848e801e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8113 2024.10.16 19:59:02.617205 [ 3 ] {} <Debug> HTTP-Session: f71fc709-0b17-4247-b376-1810fccc43d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8114 2024.10.16 19:59:02.617205 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3265 rows, containing 5 columns (5 merged, 0 gathered) in 0.007142494 sec., 457123.240145529 rows/sec., 39.93 MiB/sec.
8115 2024.10.16 19:59:02.617363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 11223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8116 2024.10.16 19:59:02.617449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8117 2024.10.16 19:59:02.617485 [ 3 ] {} <Debug> HTTP-Session: 8a216302-37f4-4b13-86ef-29e32bc90199 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8118 2024.10.16 19:59:02.617511 [ 3 ] {} <Debug> HTTP-Session: 8a216302-37f4-4b13-86ef-29e32bc90199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8119 2024.10.16 19:59:02.617537 [ 3 ] {} <Debug> HTTP-Session: 8a216302-37f4-4b13-86ef-29e32bc90199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8120 2024.10.16 19:59:02.617565 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8121 2024.10.16 19:59:02.617594 [ 3 ] {} <Trace> HTTP-Session: 8a216302-37f4-4b13-86ef-29e32bc90199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8122 2024.10.16 19:59:02.617827 [ 3 ] {d7c8a5af-2424-4067-bf21-235314fb4bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8123 2024.10.16 19:59:02.617956 [ 3 ] {d7c8a5af-2424-4067-bf21-235314fb4bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8124 2024.10.16 19:59:02.618706 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_46_9} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8125 2024.10.16 19:59:02.618766 [ 3 ] {d7c8a5af-2424-4067-bf21-235314fb4bde} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8126 2024.10.16 19:59:02.618904 [ 187 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_46_9} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8127 2024.10.16 19:59:02.619061 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
8128 2024.10.16 19:59:02.619304 [ 3 ] {d7c8a5af-2424-4067-bf21-235314fb4bde} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8129 2024.10.16 19:59:02.619349 [ 3 ] {d7c8a5af-2424-4067-bf21-235314fb4bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8130 2024.10.16 19:59:02.619731 [ 3 ] {d7c8a5af-2424-4067-bf21-235314fb4bde} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8131 2024.10.16 19:59:02.620109 [ 3 ] {d7c8a5af-2424-4067-bf21-235314fb4bde} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8132 2024.10.16 19:59:02.620284 [ 3 ] {d7c8a5af-2424-4067-bf21-235314fb4bde} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002549 sec., 25892.506865437426 rows/sec., 2.02 MiB/sec.
8133 2024.10.16 19:59:02.620294 [ 24 ] {} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8134 2024.10.16 19:59:02.620399 [ 24 ] {} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8135 2024.10.16 19:59:02.620454 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8136 2024.10.16 19:59:02.620650 [ 3 ] {d7c8a5af-2424-4067-bf21-235314fb4bde} <Debug> DynamicQueryHandler: Done processing query
8137 2024.10.16 19:59:02.620724 [ 3 ] {d7c8a5af-2424-4067-bf21-235314fb4bde} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8138 2024.10.16 19:59:02.620779 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
8139 2024.10.16 19:59:02.620807 [ 3 ] {} <Debug> HTTP-Session: 8a216302-37f4-4b13-86ef-29e32bc90199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8140 2024.10.16 19:59:02.621253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8141 2024.10.16 19:59:02.621480 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8142 2024.10.16 19:59:02.621490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8143 2024.10.16 19:59:02.621555 [ 3 ] {} <Debug> HTTP-Session: 372967ff-22bb-4854-9ccb-18dae924c2ef Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8144 2024.10.16 19:59:02.621555 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
8145 2024.10.16 19:59:02.621587 [ 3 ] {} <Debug> HTTP-Session: 372967ff-22bb-4854-9ccb-18dae924c2ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8146 2024.10.16 19:59:02.621627 [ 3 ] {} <Debug> HTTP-Session: 372967ff-22bb-4854-9ccb-18dae924c2ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8147 2024.10.16 19:59:02.621765 [ 3 ] {} <Trace> HTTP-Session: 372967ff-22bb-4854-9ccb-18dae924c2ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8148 2024.10.16 19:59:02.621818 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 854 rows starting from the beginning of the part
8149 2024.10.16 19:59:02.622122 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 99 rows starting from the beginning of the part
8150 2024.10.16 19:59:02.622419 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part
8151 2024.10.16 19:59:02.622516 [ 3 ] {3e33d76a-3dd5-42a0-8f9c-511d5d8b6643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8152 2024.10.16 19:59:02.622683 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 421 rows starting from the beginning of the part
8153 2024.10.16 19:59:02.622788 [ 3 ] {3e33d76a-3dd5-42a0-8f9c-511d5d8b6643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8154 2024.10.16 19:59:02.622956 [ 194 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 66 rows starting from the beginning of the part
8155 2024.10.16 19:59:02.623786 [ 3 ] {3e33d76a-3dd5-42a0-8f9c-511d5d8b6643} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8156 2024.10.16 19:59:02.624583 [ 3 ] {3e33d76a-3dd5-42a0-8f9c-511d5d8b6643} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8157 2024.10.16 19:59:02.624665 [ 3 ] {3e33d76a-3dd5-42a0-8f9c-511d5d8b6643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8158 2024.10.16 19:59:02.625727 [ 3 ] {3e33d76a-3dd5-42a0-8f9c-511d5d8b6643} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8159 2024.10.16 19:59:02.626422 [ 192 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.005860794 sec., 412401.4595974539 rows/sec., 31.63 MiB/sec.
8160 2024.10.16 19:59:02.626428 [ 3 ] {3e33d76a-3dd5-42a0-8f9c-511d5d8b6643} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8161 2024.10.16 19:59:02.626693 [ 3 ] {3e33d76a-3dd5-42a0-8f9c-511d5d8b6643} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004606 sec., 34954.407294832825 rows/sec., 2.43 MiB/sec.
8162 2024.10.16 19:59:02.626720 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8163 2024.10.16 19:59:02.626784 [ 192 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8164 2024.10.16 19:59:02.626851 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8165 2024.10.16 19:59:02.626973 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8166 2024.10.16 19:59:02.627216 [ 3 ] {3e33d76a-3dd5-42a0-8f9c-511d5d8b6643} <Debug> DynamicQueryHandler: Done processing query
8167 2024.10.16 19:59:02.627278 [ 3 ] {3e33d76a-3dd5-42a0-8f9c-511d5d8b6643} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8168 2024.10.16 19:59:02.627363 [ 3 ] {} <Debug> HTTP-Session: 372967ff-22bb-4854-9ccb-18dae924c2ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8169 2024.10.16 19:59:02.627370 [ 189 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::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
8170 2024.10.16 19:59:02.627644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8171 2024.10.16 19:59:02.627827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8172 2024.10.16 19:59:02.627943 [ 3 ] {} <Debug> HTTP-Session: 28c79bf5-8aca-4aba-a125-862f2ae2b5c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8173 2024.10.16 19:59:02.628039 [ 3 ] {} <Debug> HTTP-Session: 28c79bf5-8aca-4aba-a125-862f2ae2b5c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8174 2024.10.16 19:59:02.628126 [ 3 ] {} <Debug> HTTP-Session: 28c79bf5-8aca-4aba-a125-862f2ae2b5c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8175 2024.10.16 19:59:02.628210 [ 189 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8176 2024.10.16 19:59:02.628241 [ 3 ] {} <Trace> HTTP-Session: 28c79bf5-8aca-4aba-a125-862f2ae2b5c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8177 2024.10.16 19:59:02.628325 [ 189 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12043 rows starting from the beginning of the part
8178 2024.10.16 19:59:02.628723 [ 3 ] {d2e88ea0-c7cc-418c-96dd-e67e7ad7f5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8179 2024.10.16 19:59:02.628746 [ 192 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_46_9} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8180 2024.10.16 19:59:02.628792 [ 189 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 991 rows starting from the beginning of the part
8181 2024.10.16 19:59:02.628921 [ 3 ] {d2e88ea0-c7cc-418c-96dd-e67e7ad7f5ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8182 2024.10.16 19:59:02.629271 [ 192 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_46_9} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8183 2024.10.16 19:59:02.629371 [ 189 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 98 rows starting from the beginning of the part
8184 2024.10.16 19:59:02.629651 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB.
8185 2024.10.16 19:59:02.630010 [ 189 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part
8186 2024.10.16 19:59:02.630342 [ 189 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part
8187 2024.10.16 19:59:02.630461 [ 3 ] {d2e88ea0-c7cc-418c-96dd-e67e7ad7f5ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8188 2024.10.16 19:59:02.630678 [ 189 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part
8189 2024.10.16 19:59:02.631495 [ 3 ] {d2e88ea0-c7cc-418c-96dd-e67e7ad7f5ac} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8190 2024.10.16 19:59:02.631552 [ 3 ] {d2e88ea0-c7cc-418c-96dd-e67e7ad7f5ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8191 2024.10.16 19:59:02.632186 [ 3 ] {d2e88ea0-c7cc-418c-96dd-e67e7ad7f5ac} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8192 2024.10.16 19:59:02.632875 [ 3 ] {d2e88ea0-c7cc-418c-96dd-e67e7ad7f5ac} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8193 2024.10.16 19:59:02.633196 [ 38 ] {} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8194 2024.10.16 19:59:02.633295 [ 38 ] {} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8195 2024.10.16 19:59:02.633318 [ 3 ] {d2e88ea0-c7cc-418c-96dd-e67e7ad7f5ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004835 sec., 12409.513960703207 rows/sec., 856.39 KiB/sec.
8196 2024.10.16 19:59:02.633373 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8197 2024.10.16 19:59:02.633935 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::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
8198 2024.10.16 19:59:02.634048 [ 3 ] {d2e88ea0-c7cc-418c-96dd-e67e7ad7f5ac} <Debug> DynamicQueryHandler: Done processing query
8199 2024.10.16 19:59:02.634087 [ 3 ] {d2e88ea0-c7cc-418c-96dd-e67e7ad7f5ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8200 2024.10.16 19:59:02.634125 [ 3 ] {} <Debug> HTTP-Session: 28c79bf5-8aca-4aba-a125-862f2ae2b5c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8201 2024.10.16 19:59:02.634204 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8202 2024.10.16 19:59:02.634239 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2374 rows starting from the beginning of the part
8203 2024.10.16 19:59:02.634379 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 46 rows starting from the beginning of the part
8204 2024.10.16 19:59:02.634582 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part
8205 2024.10.16 19:59:02.634884 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part
8206 2024.10.16 19:59:02.635177 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part
8207 2024.10.16 19:59:02.635338 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part
8208 2024.10.16 19:59:02.636905 [ 189 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13690 rows, containing 5 columns (5 merged, 0 gathered) in 0.009758604 sec., 1402864.5900581682 rows/sec., 94.76 MiB/sec.
8209 2024.10.16 19:59:02.637308 [ 189 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8210 2024.10.16 19:59:02.637940 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2658 rows, containing 4 columns (4 merged, 0 gathered) in 0.00438286 sec., 606453.3204346021 rows/sec., 39.61 MiB/sec.
8211 2024.10.16 19:59:02.638217 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8212 2024.10.16 19:59:02.638312 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8213 2024.10.16 19:59:02.638419 [ 195 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8214 2024.10.16 19:59:02.638593 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB.
8215 2024.10.16 19:59:02.638871 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_46_9} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8216 2024.10.16 19:59:02.638953 [ 188 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_46_9} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8217 2024.10.16 19:59:02.639028 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
8218 2024.10.16 19:59:07.610595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8219 2024.10.16 19:59:07.610722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8220 2024.10.16 19:59:07.610747 [ 3 ] {} <Debug> HTTP-Session: d83067fc-4c1c-476c-b203-33e5cbe27374 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8221 2024.10.16 19:59:07.610771 [ 3 ] {} <Debug> HTTP-Session: d83067fc-4c1c-476c-b203-33e5cbe27374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8222 2024.10.16 19:59:07.610785 [ 3 ] {} <Debug> HTTP-Session: d83067fc-4c1c-476c-b203-33e5cbe27374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8223 2024.10.16 19:59:07.610834 [ 3 ] {} <Trace> HTTP-Session: d83067fc-4c1c-476c-b203-33e5cbe27374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8224 2024.10.16 19:59:07.611010 [ 3 ] {53debca3-f542-4e79-8b11-39bba4d960fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8225 2024.10.16 19:59:07.611076 [ 3 ] {53debca3-f542-4e79-8b11-39bba4d960fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8226 2024.10.16 19:59:07.611410 [ 3 ] {53debca3-f542-4e79-8b11-39bba4d960fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8227 2024.10.16 19:59:07.611866 [ 3 ] {53debca3-f542-4e79-8b11-39bba4d960fc} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8228 2024.10.16 19:59:07.611904 [ 3 ] {53debca3-f542-4e79-8b11-39bba4d960fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8229 2024.10.16 19:59:07.612306 [ 3 ] {53debca3-f542-4e79-8b11-39bba4d960fc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8230 2024.10.16 19:59:07.612701 [ 3 ] {53debca3-f542-4e79-8b11-39bba4d960fc} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8231 2024.10.16 19:59:07.612852 [ 3 ] {53debca3-f542-4e79-8b11-39bba4d960fc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001892 sec., 1057.0824524312895 rows/sec., 86.20 KiB/sec.
8232 2024.10.16 19:59:07.613053 [ 3 ] {53debca3-f542-4e79-8b11-39bba4d960fc} <Debug> DynamicQueryHandler: Done processing query
8233 2024.10.16 19:59:07.613079 [ 3 ] {53debca3-f542-4e79-8b11-39bba4d960fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8234 2024.10.16 19:59:07.613097 [ 3 ] {} <Debug> HTTP-Session: d83067fc-4c1c-476c-b203-33e5cbe27374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8235 2024.10.16 19:59:07.613324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8236 2024.10.16 19:59:07.613375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8237 2024.10.16 19:59:07.613395 [ 3 ] {} <Debug> HTTP-Session: 487df0dc-8858-4398-8e09-1a616f04b748 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8238 2024.10.16 19:59:07.613413 [ 3 ] {} <Debug> HTTP-Session: 487df0dc-8858-4398-8e09-1a616f04b748 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8239 2024.10.16 19:59:07.613427 [ 3 ] {} <Debug> HTTP-Session: 487df0dc-8858-4398-8e09-1a616f04b748 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8240 2024.10.16 19:59:07.613458 [ 3 ] {} <Trace> HTTP-Session: 487df0dc-8858-4398-8e09-1a616f04b748 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8241 2024.10.16 19:59:07.613629 [ 3 ] {90e72bc4-fcc6-40c1-84ad-31e9ee10443f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8242 2024.10.16 19:59:07.613672 [ 3 ] {90e72bc4-fcc6-40c1-84ad-31e9ee10443f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8243 2024.10.16 19:59:07.613893 [ 3 ] {90e72bc4-fcc6-40c1-84ad-31e9ee10443f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8244 2024.10.16 19:59:07.614448 [ 3 ] {90e72bc4-fcc6-40c1-84ad-31e9ee10443f} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8245 2024.10.16 19:59:07.614485 [ 3 ] {90e72bc4-fcc6-40c1-84ad-31e9ee10443f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8246 2024.10.16 19:59:07.614859 [ 3 ] {90e72bc4-fcc6-40c1-84ad-31e9ee10443f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8247 2024.10.16 19:59:07.615215 [ 3 ] {90e72bc4-fcc6-40c1-84ad-31e9ee10443f} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8248 2024.10.16 19:59:07.615343 [ 3 ] {90e72bc4-fcc6-40c1-84ad-31e9ee10443f} <Debug> executeQuery: Read 268 rows, 24.33 KiB in 0.001805 sec., 148476.4542936288 rows/sec., 13.16 MiB/sec.
8249 2024.10.16 19:59:07.615516 [ 3 ] {90e72bc4-fcc6-40c1-84ad-31e9ee10443f} <Debug> DynamicQueryHandler: Done processing query
8250 2024.10.16 19:59:07.615541 [ 3 ] {90e72bc4-fcc6-40c1-84ad-31e9ee10443f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
8251 2024.10.16 19:59:07.615557 [ 3 ] {} <Debug> HTTP-Session: 487df0dc-8858-4398-8e09-1a616f04b748 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8252 2024.10.16 19:59:07.615690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8253 2024.10.16 19:59:07.615739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8254 2024.10.16 19:59:07.615758 [ 3 ] {} <Debug> HTTP-Session: 87425c99-3fde-4f05-9622-2740213130aa Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8255 2024.10.16 19:59:07.615775 [ 3 ] {} <Debug> HTTP-Session: 87425c99-3fde-4f05-9622-2740213130aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8256 2024.10.16 19:59:07.615789 [ 3 ] {} <Debug> HTTP-Session: 87425c99-3fde-4f05-9622-2740213130aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8257 2024.10.16 19:59:07.615820 [ 3 ] {} <Trace> HTTP-Session: 87425c99-3fde-4f05-9622-2740213130aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8258 2024.10.16 19:59:07.615926 [ 3 ] {2814f6c3-8c13-4a90-95fb-d65a93037870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8259 2024.10.16 19:59:07.615970 [ 3 ] {2814f6c3-8c13-4a90-95fb-d65a93037870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8260 2024.10.16 19:59:07.616193 [ 3 ] {2814f6c3-8c13-4a90-95fb-d65a93037870} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8261 2024.10.16 19:59:07.616646 [ 3 ] {2814f6c3-8c13-4a90-95fb-d65a93037870} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8262 2024.10.16 19:59:07.616688 [ 3 ] {2814f6c3-8c13-4a90-95fb-d65a93037870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8263 2024.10.16 19:59:07.617059 [ 3 ] {2814f6c3-8c13-4a90-95fb-d65a93037870} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8264 2024.10.16 19:59:07.617430 [ 3 ] {2814f6c3-8c13-4a90-95fb-d65a93037870} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8265 2024.10.16 19:59:07.617557 [ 3 ] {2814f6c3-8c13-4a90-95fb-d65a93037870} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001662 sec., 24669.0734055355 rows/sec., 1.81 MiB/sec.
8266 2024.10.16 19:59:07.617729 [ 3 ] {2814f6c3-8c13-4a90-95fb-d65a93037870} <Debug> DynamicQueryHandler: Done processing query
8267 2024.10.16 19:59:07.617755 [ 3 ] {2814f6c3-8c13-4a90-95fb-d65a93037870} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8268 2024.10.16 19:59:07.617772 [ 3 ] {} <Debug> HTTP-Session: 87425c99-3fde-4f05-9622-2740213130aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8269 2024.10.16 19:59:07.617894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8270 2024.10.16 19:59:07.617942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8271 2024.10.16 19:59:07.617963 [ 3 ] {} <Debug> HTTP-Session: 27742d95-de43-47b0-ab3e-33ba65a896c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8272 2024.10.16 19:59:07.617981 [ 3 ] {} <Debug> HTTP-Session: 27742d95-de43-47b0-ab3e-33ba65a896c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8273 2024.10.16 19:59:07.617997 [ 3 ] {} <Debug> HTTP-Session: 27742d95-de43-47b0-ab3e-33ba65a896c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8274 2024.10.16 19:59:07.618030 [ 3 ] {} <Trace> HTTP-Session: 27742d95-de43-47b0-ab3e-33ba65a896c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8275 2024.10.16 19:59:07.618132 [ 3 ] {1ba2f75a-65ec-408a-ae5a-ba67ff9b62da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8276 2024.10.16 19:59:07.618176 [ 3 ] {1ba2f75a-65ec-408a-ae5a-ba67ff9b62da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8277 2024.10.16 19:59:07.618398 [ 3 ] {1ba2f75a-65ec-408a-ae5a-ba67ff9b62da} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8278 2024.10.16 19:59:07.618717 [ 3 ] {1ba2f75a-65ec-408a-ae5a-ba67ff9b62da} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8279 2024.10.16 19:59:07.618754 [ 3 ] {1ba2f75a-65ec-408a-ae5a-ba67ff9b62da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8280 2024.10.16 19:59:07.619103 [ 3 ] {1ba2f75a-65ec-408a-ae5a-ba67ff9b62da} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8281 2024.10.16 19:59:07.619463 [ 3 ] {1ba2f75a-65ec-408a-ae5a-ba67ff9b62da} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8282 2024.10.16 19:59:07.619593 [ 3 ] {1ba2f75a-65ec-408a-ae5a-ba67ff9b62da} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001486 sec., 9421.265141318978 rows/sec., 659.80 KiB/sec.
8283 2024.10.16 19:59:07.619919 [ 3 ] {1ba2f75a-65ec-408a-ae5a-ba67ff9b62da} <Debug> DynamicQueryHandler: Done processing query
8284 2024.10.16 19:59:07.619945 [ 3 ] {1ba2f75a-65ec-408a-ae5a-ba67ff9b62da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8285 2024.10.16 19:59:07.619962 [ 3 ] {} <Debug> HTTP-Session: 27742d95-de43-47b0-ab3e-33ba65a896c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8286 2024.10.16 19:59:07.620070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8287 2024.10.16 19:59:07.620120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8288 2024.10.16 19:59:07.620139 [ 3 ] {} <Debug> HTTP-Session: b1155b88-7373-4899-baaf-4d7e12b59fdb Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8289 2024.10.16 19:59:07.620155 [ 3 ] {} <Debug> HTTP-Session: b1155b88-7373-4899-baaf-4d7e12b59fdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8290 2024.10.16 19:59:07.620169 [ 3 ] {} <Debug> HTTP-Session: b1155b88-7373-4899-baaf-4d7e12b59fdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8291 2024.10.16 19:59:07.620200 [ 3 ] {} <Trace> HTTP-Session: b1155b88-7373-4899-baaf-4d7e12b59fdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8292 2024.10.16 19:59:07.620303 [ 3 ] {e9749910-5ce3-440e-b235-f54ee982d6cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8293 2024.10.16 19:59:07.620348 [ 3 ] {e9749910-5ce3-440e-b235-f54ee982d6cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8294 2024.10.16 19:59:07.620594 [ 3 ] {e9749910-5ce3-440e-b235-f54ee982d6cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8295 2024.10.16 19:59:07.620907 [ 3 ] {e9749910-5ce3-440e-b235-f54ee982d6cc} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8296 2024.10.16 19:59:07.620944 [ 3 ] {e9749910-5ce3-440e-b235-f54ee982d6cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8297 2024.10.16 19:59:07.621289 [ 3 ] {e9749910-5ce3-440e-b235-f54ee982d6cc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8298 2024.10.16 19:59:07.621650 [ 3 ] {e9749910-5ce3-440e-b235-f54ee982d6cc} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8299 2024.10.16 19:59:07.621773 [ 3 ] {e9749910-5ce3-440e-b235-f54ee982d6cc} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 236.96 KiB/sec.
8300 2024.10.16 19:59:07.621940 [ 3 ] {e9749910-5ce3-440e-b235-f54ee982d6cc} <Debug> DynamicQueryHandler: Done processing query
8301 2024.10.16 19:59:07.621966 [ 3 ] {e9749910-5ce3-440e-b235-f54ee982d6cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8302 2024.10.16 19:59:07.621982 [ 3 ] {} <Debug> HTTP-Session: b1155b88-7373-4899-baaf-4d7e12b59fdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8303 2024.10.16 19:59:07.622157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8304 2024.10.16 19:59:07.622205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8305 2024.10.16 19:59:07.622226 [ 3 ] {} <Debug> HTTP-Session: b183b41d-935b-4a8f-8e3c-87cbec9babc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8306 2024.10.16 19:59:07.622245 [ 3 ] {} <Debug> HTTP-Session: b183b41d-935b-4a8f-8e3c-87cbec9babc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8307 2024.10.16 19:59:07.622260 [ 3 ] {} <Debug> HTTP-Session: b183b41d-935b-4a8f-8e3c-87cbec9babc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8308 2024.10.16 19:59:07.622310 [ 3 ] {} <Trace> HTTP-Session: b183b41d-935b-4a8f-8e3c-87cbec9babc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8309 2024.10.16 19:59:07.622539 [ 3 ] {6144c8f5-a90c-4e6c-85b6-48d20ebfb76f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8310 2024.10.16 19:59:07.622582 [ 3 ] {6144c8f5-a90c-4e6c-85b6-48d20ebfb76f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8311 2024.10.16 19:59:07.622810 [ 3 ] {6144c8f5-a90c-4e6c-85b6-48d20ebfb76f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8312 2024.10.16 19:59:07.623357 [ 3 ] {6144c8f5-a90c-4e6c-85b6-48d20ebfb76f} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8313 2024.10.16 19:59:07.623394 [ 3 ] {6144c8f5-a90c-4e6c-85b6-48d20ebfb76f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8314 2024.10.16 19:59:07.623766 [ 3 ] {6144c8f5-a90c-4e6c-85b6-48d20ebfb76f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8315 2024.10.16 19:59:07.624126 [ 3 ] {6144c8f5-a90c-4e6c-85b6-48d20ebfb76f} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8316 2024.10.16 19:59:07.624269 [ 3 ] {6144c8f5-a90c-4e6c-85b6-48d20ebfb76f} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.001844 sec., 229392.62472885032 rows/sec., 16.40 MiB/sec.
8317 2024.10.16 19:59:07.624482 [ 3 ] {6144c8f5-a90c-4e6c-85b6-48d20ebfb76f} <Debug> DynamicQueryHandler: Done processing query
8318 2024.10.16 19:59:07.624520 [ 3 ] {6144c8f5-a90c-4e6c-85b6-48d20ebfb76f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
8319 2024.10.16 19:59:07.624549 [ 3 ] {} <Debug> HTTP-Session: b183b41d-935b-4a8f-8e3c-87cbec9babc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8320 2024.10.16 19:59:07.624695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8321 2024.10.16 19:59:07.624746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8322 2024.10.16 19:59:07.624764 [ 3 ] {} <Debug> HTTP-Session: 4d77b5b5-7044-4582-b676-25315a9c8d8c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8323 2024.10.16 19:59:07.624781 [ 3 ] {} <Debug> HTTP-Session: 4d77b5b5-7044-4582-b676-25315a9c8d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8324 2024.10.16 19:59:07.624796 [ 3 ] {} <Debug> HTTP-Session: 4d77b5b5-7044-4582-b676-25315a9c8d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8325 2024.10.16 19:59:07.624826 [ 3 ] {} <Trace> HTTP-Session: 4d77b5b5-7044-4582-b676-25315a9c8d8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8326 2024.10.16 19:59:07.624922 [ 3 ] {af093d6e-5851-4e2f-a374-57ad438e65bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8327 2024.10.16 19:59:07.624968 [ 3 ] {af093d6e-5851-4e2f-a374-57ad438e65bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8328 2024.10.16 19:59:07.625103 [ 3 ] {af093d6e-5851-4e2f-a374-57ad438e65bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8329 2024.10.16 19:59:07.625417 [ 3 ] {af093d6e-5851-4e2f-a374-57ad438e65bb} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8330 2024.10.16 19:59:07.625452 [ 3 ] {af093d6e-5851-4e2f-a374-57ad438e65bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8331 2024.10.16 19:59:07.625805 [ 3 ] {af093d6e-5851-4e2f-a374-57ad438e65bb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8332 2024.10.16 19:59:07.626121 [ 3 ] {af093d6e-5851-4e2f-a374-57ad438e65bb} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8333 2024.10.16 19:59:07.626286 [ 3 ] {af093d6e-5851-4e2f-a374-57ad438e65bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001381 sec., 4344.677769732078 rows/sec., 226.99 KiB/sec.
8334 2024.10.16 19:59:07.626599 [ 3 ] {af093d6e-5851-4e2f-a374-57ad438e65bb} <Debug> DynamicQueryHandler: Done processing query
8335 2024.10.16 19:59:07.626623 [ 3 ] {af093d6e-5851-4e2f-a374-57ad438e65bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8336 2024.10.16 19:59:07.626639 [ 3 ] {} <Debug> HTTP-Session: 4d77b5b5-7044-4582-b676-25315a9c8d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8337 2024.10.16 19:59:07.626818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8338 2024.10.16 19:59:07.626868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8339 2024.10.16 19:59:07.626886 [ 3 ] {} <Debug> HTTP-Session: f1725cf5-e8f3-438d-90e7-3556a7c1209a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8340 2024.10.16 19:59:07.626902 [ 3 ] {} <Debug> HTTP-Session: f1725cf5-e8f3-438d-90e7-3556a7c1209a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8341 2024.10.16 19:59:07.626916 [ 3 ] {} <Debug> HTTP-Session: f1725cf5-e8f3-438d-90e7-3556a7c1209a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8342 2024.10.16 19:59:07.626946 [ 3 ] {} <Trace> HTTP-Session: f1725cf5-e8f3-438d-90e7-3556a7c1209a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8343 2024.10.16 19:59:07.627140 [ 3 ] {af7502c5-97e7-4e6e-88e0-4492495a3ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8344 2024.10.16 19:59:07.627188 [ 3 ] {af7502c5-97e7-4e6e-88e0-4492495a3ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8345 2024.10.16 19:59:07.627354 [ 3 ] {af7502c5-97e7-4e6e-88e0-4492495a3ece} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8346 2024.10.16 19:59:07.627771 [ 3 ] {af7502c5-97e7-4e6e-88e0-4492495a3ece} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8347 2024.10.16 19:59:07.627807 [ 3 ] {af7502c5-97e7-4e6e-88e0-4492495a3ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8348 2024.10.16 19:59:07.628190 [ 3 ] {af7502c5-97e7-4e6e-88e0-4492495a3ece} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8349 2024.10.16 19:59:07.628520 [ 3 ] {af7502c5-97e7-4e6e-88e0-4492495a3ece} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8350 2024.10.16 19:59:07.628669 [ 3 ] {af7502c5-97e7-4e6e-88e0-4492495a3ece} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001637 sec., 145387.90470372632 rows/sec., 9.75 MiB/sec.
8351 2024.10.16 19:59:07.628841 [ 3 ] {af7502c5-97e7-4e6e-88e0-4492495a3ece} <Debug> DynamicQueryHandler: Done processing query
8352 2024.10.16 19:59:07.628864 [ 3 ] {af7502c5-97e7-4e6e-88e0-4492495a3ece} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8353 2024.10.16 19:59:07.628880 [ 3 ] {} <Debug> HTTP-Session: f1725cf5-e8f3-438d-90e7-3556a7c1209a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8354 2024.10.16 19:59:07.628985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8355 2024.10.16 19:59:07.629032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8356 2024.10.16 19:59:07.629051 [ 3 ] {} <Debug> HTTP-Session: b9183561-6ef9-4afa-bd81-aa7355ed2059 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8357 2024.10.16 19:59:07.629068 [ 3 ] {} <Debug> HTTP-Session: b9183561-6ef9-4afa-bd81-aa7355ed2059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8358 2024.10.16 19:59:07.629082 [ 3 ] {} <Debug> HTTP-Session: b9183561-6ef9-4afa-bd81-aa7355ed2059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8359 2024.10.16 19:59:07.629113 [ 3 ] {} <Trace> HTTP-Session: b9183561-6ef9-4afa-bd81-aa7355ed2059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8360 2024.10.16 19:59:07.629204 [ 3 ] {5d46e04f-895b-4841-9455-39838dccc360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8361 2024.10.16 19:59:07.629250 [ 3 ] {5d46e04f-895b-4841-9455-39838dccc360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8362 2024.10.16 19:59:07.629377 [ 3 ] {5d46e04f-895b-4841-9455-39838dccc360} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8363 2024.10.16 19:59:07.629624 [ 3 ] {5d46e04f-895b-4841-9455-39838dccc360} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8364 2024.10.16 19:59:07.629660 [ 3 ] {5d46e04f-895b-4841-9455-39838dccc360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8365 2024.10.16 19:59:07.629999 [ 3 ] {5d46e04f-895b-4841-9455-39838dccc360} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8366 2024.10.16 19:59:07.630318 [ 3 ] {5d46e04f-895b-4841-9455-39838dccc360} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8367 2024.10.16 19:59:07.630483 [ 3 ] {5d46e04f-895b-4841-9455-39838dccc360} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001292 sec., 773.9938080495356 rows/sec., 52.15 KiB/sec.
8368 2024.10.16 19:59:07.630699 [ 3 ] {5d46e04f-895b-4841-9455-39838dccc360} <Debug> DynamicQueryHandler: Done processing query
8369 2024.10.16 19:59:07.630723 [ 3 ] {5d46e04f-895b-4841-9455-39838dccc360} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8370 2024.10.16 19:59:07.630738 [ 3 ] {} <Debug> HTTP-Session: b9183561-6ef9-4afa-bd81-aa7355ed2059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8371 2024.10.16 19:59:07.630918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 65061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8372 2024.10.16 19:59:07.630966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8373 2024.10.16 19:59:07.630984 [ 3 ] {} <Debug> HTTP-Session: c6ece550-6ef6-44c7-aa9f-4077c2ccb8e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8374 2024.10.16 19:59:07.631001 [ 3 ] {} <Debug> HTTP-Session: c6ece550-6ef6-44c7-aa9f-4077c2ccb8e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8375 2024.10.16 19:59:07.631015 [ 3 ] {} <Debug> HTTP-Session: c6ece550-6ef6-44c7-aa9f-4077c2ccb8e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8376 2024.10.16 19:59:07.631044 [ 3 ] {} <Trace> HTTP-Session: c6ece550-6ef6-44c7-aa9f-4077c2ccb8e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8377 2024.10.16 19:59:07.631787 [ 3 ] {34befecf-c8ed-424e-8904-9340da42a87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8378 2024.10.16 19:59:07.631853 [ 3 ] {34befecf-c8ed-424e-8904-9340da42a87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8379 2024.10.16 19:59:07.632271 [ 3 ] {34befecf-c8ed-424e-8904-9340da42a87e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8380 2024.10.16 19:59:07.633053 [ 3 ] {34befecf-c8ed-424e-8904-9340da42a87e} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8381 2024.10.16 19:59:07.633089 [ 3 ] {34befecf-c8ed-424e-8904-9340da42a87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8382 2024.10.16 19:59:07.633712 [ 3 ] {34befecf-c8ed-424e-8904-9340da42a87e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8383 2024.10.16 19:59:07.634116 [ 3 ] {34befecf-c8ed-424e-8904-9340da42a87e} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8384 2024.10.16 19:59:07.634300 [ 3 ] {34befecf-c8ed-424e-8904-9340da42a87e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003166 sec., 12318.38281743525 rows/sec., 22.07 MiB/sec.
8385 2024.10.16 19:59:07.634522 [ 3 ] {34befecf-c8ed-424e-8904-9340da42a87e} <Debug> DynamicQueryHandler: Done processing query
8386 2024.10.16 19:59:07.634546 [ 3 ] {34befecf-c8ed-424e-8904-9340da42a87e} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
8387 2024.10.16 19:59:07.634562 [ 3 ] {} <Debug> HTTP-Session: c6ece550-6ef6-44c7-aa9f-4077c2ccb8e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8388 2024.10.16 19:59:07.634679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8389 2024.10.16 19:59:07.634727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8390 2024.10.16 19:59:07.634746 [ 3 ] {} <Debug> HTTP-Session: 0c7940d2-3b3a-4e2c-bf2c-a3bbe1ec88dc Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8391 2024.10.16 19:59:07.634762 [ 3 ] {} <Debug> HTTP-Session: 0c7940d2-3b3a-4e2c-bf2c-a3bbe1ec88dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8392 2024.10.16 19:59:07.634776 [ 3 ] {} <Debug> HTTP-Session: 0c7940d2-3b3a-4e2c-bf2c-a3bbe1ec88dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8393 2024.10.16 19:59:07.634806 [ 3 ] {} <Trace> HTTP-Session: 0c7940d2-3b3a-4e2c-bf2c-a3bbe1ec88dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8394 2024.10.16 19:59:07.634936 [ 3 ] {e7191d30-3cac-4a78-9340-631e720de69c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8395 2024.10.16 19:59:07.634980 [ 3 ] {e7191d30-3cac-4a78-9340-631e720de69c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8396 2024.10.16 19:59:07.635106 [ 3 ] {e7191d30-3cac-4a78-9340-631e720de69c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8397 2024.10.16 19:59:07.635480 [ 3 ] {e7191d30-3cac-4a78-9340-631e720de69c} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8398 2024.10.16 19:59:07.635515 [ 3 ] {e7191d30-3cac-4a78-9340-631e720de69c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8399 2024.10.16 19:59:07.635872 [ 3 ] {e7191d30-3cac-4a78-9340-631e720de69c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8400 2024.10.16 19:59:07.636184 [ 3 ] {e7191d30-3cac-4a78-9340-631e720de69c} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8401 2024.10.16 19:59:07.636345 [ 3 ] {e7191d30-3cac-4a78-9340-631e720de69c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001461 sec., 56125.94113620807 rows/sec., 3.56 MiB/sec.
8402 2024.10.16 19:59:07.636632 [ 3 ] {e7191d30-3cac-4a78-9340-631e720de69c} <Debug> DynamicQueryHandler: Done processing query
8403 2024.10.16 19:59:07.636689 [ 3 ] {e7191d30-3cac-4a78-9340-631e720de69c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8404 2024.10.16 19:59:07.636725 [ 3 ] {} <Debug> HTTP-Session: 0c7940d2-3b3a-4e2c-bf2c-a3bbe1ec88dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8405 2024.10.16 19:59:11.636257 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 838
8406 2024.10.16 19:59:11.639129 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8407 2024.10.16 19:59:11.639185 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8408 2024.10.16 19:59:11.640762 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
8409 2024.10.16 19:59:11.641799 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8410 2024.10.16 19:59:11.642964 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 838
8411 2024.10.16 19:59:12.603858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8412 2024.10.16 19:59:12.603999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8413 2024.10.16 19:59:12.604035 [ 3 ] {} <Debug> HTTP-Session: bfe468fe-d00d-4ec4-aaeb-b654145ca4c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8414 2024.10.16 19:59:12.604062 [ 3 ] {} <Debug> HTTP-Session: bfe468fe-d00d-4ec4-aaeb-b654145ca4c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8415 2024.10.16 19:59:12.604100 [ 3 ] {} <Debug> HTTP-Session: bfe468fe-d00d-4ec4-aaeb-b654145ca4c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8416 2024.10.16 19:59:12.604152 [ 3 ] {} <Trace> HTTP-Session: bfe468fe-d00d-4ec4-aaeb-b654145ca4c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8417 2024.10.16 19:59:12.604414 [ 3 ] {8ad21806-77a2-475a-b19e-72ccf9ffdff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8418 2024.10.16 19:59:12.604507 [ 3 ] {8ad21806-77a2-475a-b19e-72ccf9ffdff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8419 2024.10.16 19:59:12.605037 [ 3 ] {8ad21806-77a2-475a-b19e-72ccf9ffdff5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8420 2024.10.16 19:59:12.605575 [ 3 ] {8ad21806-77a2-475a-b19e-72ccf9ffdff5} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8421 2024.10.16 19:59:12.605632 [ 3 ] {8ad21806-77a2-475a-b19e-72ccf9ffdff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8422 2024.10.16 19:59:12.606148 [ 3 ] {8ad21806-77a2-475a-b19e-72ccf9ffdff5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8423 2024.10.16 19:59:12.606566 [ 3 ] {8ad21806-77a2-475a-b19e-72ccf9ffdff5} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8424 2024.10.16 19:59:12.606746 [ 3 ] {8ad21806-77a2-475a-b19e-72ccf9ffdff5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002425 sec., 23092.78350515464 rows/sec., 1.76 MiB/sec.
8425 2024.10.16 19:59:12.606988 [ 3 ] {8ad21806-77a2-475a-b19e-72ccf9ffdff5} <Debug> DynamicQueryHandler: Done processing query
8426 2024.10.16 19:59:12.607015 [ 3 ] {8ad21806-77a2-475a-b19e-72ccf9ffdff5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8427 2024.10.16 19:59:12.607032 [ 3 ] {} <Debug> HTTP-Session: bfe468fe-d00d-4ec4-aaeb-b654145ca4c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8428 2024.10.16 19:59:12.607173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8429 2024.10.16 19:59:12.607233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8430 2024.10.16 19:59:12.607253 [ 3 ] {} <Debug> HTTP-Session: 7d3fb23f-32a6-4a3a-bfe6-4d727d3790c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8431 2024.10.16 19:59:12.607271 [ 3 ] {} <Debug> HTTP-Session: 7d3fb23f-32a6-4a3a-bfe6-4d727d3790c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8432 2024.10.16 19:59:12.607285 [ 3 ] {} <Debug> HTTP-Session: 7d3fb23f-32a6-4a3a-bfe6-4d727d3790c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8433 2024.10.16 19:59:12.607320 [ 3 ] {} <Trace> HTTP-Session: 7d3fb23f-32a6-4a3a-bfe6-4d727d3790c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8434 2024.10.16 19:59:12.607453 [ 3 ] {f69b823f-8faa-412d-ad18-7f335968a419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8435 2024.10.16 19:59:12.607501 [ 3 ] {f69b823f-8faa-412d-ad18-7f335968a419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8436 2024.10.16 19:59:12.607744 [ 3 ] {f69b823f-8faa-412d-ad18-7f335968a419} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8437 2024.10.16 19:59:12.608166 [ 3 ] {f69b823f-8faa-412d-ad18-7f335968a419} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8438 2024.10.16 19:59:12.608206 [ 3 ] {f69b823f-8faa-412d-ad18-7f335968a419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8439 2024.10.16 19:59:12.608581 [ 3 ] {f69b823f-8faa-412d-ad18-7f335968a419} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8440 2024.10.16 19:59:12.608978 [ 3 ] {f69b823f-8faa-412d-ad18-7f335968a419} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8441 2024.10.16 19:59:12.609144 [ 3 ] {f69b823f-8faa-412d-ad18-7f335968a419} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001731 sec., 36972.848064702484 rows/sec., 2.89 MiB/sec.
8442 2024.10.16 19:59:12.609339 [ 3 ] {f69b823f-8faa-412d-ad18-7f335968a419} <Debug> DynamicQueryHandler: Done processing query
8443 2024.10.16 19:59:12.609365 [ 3 ] {f69b823f-8faa-412d-ad18-7f335968a419} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8444 2024.10.16 19:59:12.609381 [ 3 ] {} <Debug> HTTP-Session: 7d3fb23f-32a6-4a3a-bfe6-4d727d3790c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8445 2024.10.16 19:59:12.609538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8446 2024.10.16 19:59:12.609593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8447 2024.10.16 19:59:12.609614 [ 3 ] {} <Debug> HTTP-Session: 02ab325e-ff23-4355-b411-75dd86439224 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8448 2024.10.16 19:59:12.609631 [ 3 ] {} <Debug> HTTP-Session: 02ab325e-ff23-4355-b411-75dd86439224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8449 2024.10.16 19:59:12.609645 [ 3 ] {} <Debug> HTTP-Session: 02ab325e-ff23-4355-b411-75dd86439224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8450 2024.10.16 19:59:12.609679 [ 3 ] {} <Trace> HTTP-Session: 02ab325e-ff23-4355-b411-75dd86439224 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8451 2024.10.16 19:59:12.609835 [ 3 ] {021a6fcd-2655-414a-87cd-b2157fb8969e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8452 2024.10.16 19:59:12.609885 [ 3 ] {021a6fcd-2655-414a-87cd-b2157fb8969e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8453 2024.10.16 19:59:12.610032 [ 3 ] {021a6fcd-2655-414a-87cd-b2157fb8969e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8454 2024.10.16 19:59:12.610453 [ 3 ] {021a6fcd-2655-414a-87cd-b2157fb8969e} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8455 2024.10.16 19:59:12.610490 [ 3 ] {021a6fcd-2655-414a-87cd-b2157fb8969e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8456 2024.10.16 19:59:12.610892 [ 3 ] {021a6fcd-2655-414a-87cd-b2157fb8969e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8457 2024.10.16 19:59:12.611250 [ 3 ] {021a6fcd-2655-414a-87cd-b2157fb8969e} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8458 2024.10.16 19:59:12.611419 [ 3 ] {021a6fcd-2655-414a-87cd-b2157fb8969e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec.
8459 2024.10.16 19:59:12.611606 [ 3 ] {021a6fcd-2655-414a-87cd-b2157fb8969e} <Debug> DynamicQueryHandler: Done processing query
8460 2024.10.16 19:59:12.611633 [ 3 ] {021a6fcd-2655-414a-87cd-b2157fb8969e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8461 2024.10.16 19:59:12.611649 [ 3 ] {} <Debug> HTTP-Session: 02ab325e-ff23-4355-b411-75dd86439224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8462 2024.10.16 19:59:12.611787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8463 2024.10.16 19:59:12.611841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8464 2024.10.16 19:59:12.611861 [ 3 ] {} <Debug> HTTP-Session: 17ea20c2-425d-41ad-b2e0-bc1637ac2dc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8465 2024.10.16 19:59:12.611878 [ 3 ] {} <Debug> HTTP-Session: 17ea20c2-425d-41ad-b2e0-bc1637ac2dc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8466 2024.10.16 19:59:12.611891 [ 3 ] {} <Debug> HTTP-Session: 17ea20c2-425d-41ad-b2e0-bc1637ac2dc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8467 2024.10.16 19:59:12.611924 [ 3 ] {} <Trace> HTTP-Session: 17ea20c2-425d-41ad-b2e0-bc1637ac2dc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8468 2024.10.16 19:59:12.612045 [ 3 ] {9ef660b9-0a22-4eb3-b66c-103ab3e2ee94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8469 2024.10.16 19:59:12.612092 [ 3 ] {9ef660b9-0a22-4eb3-b66c-103ab3e2ee94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8470 2024.10.16 19:59:12.612224 [ 3 ] {9ef660b9-0a22-4eb3-b66c-103ab3e2ee94} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8471 2024.10.16 19:59:12.612545 [ 3 ] {9ef660b9-0a22-4eb3-b66c-103ab3e2ee94} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8472 2024.10.16 19:59:12.612583 [ 3 ] {9ef660b9-0a22-4eb3-b66c-103ab3e2ee94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8473 2024.10.16 19:59:12.612971 [ 3 ] {9ef660b9-0a22-4eb3-b66c-103ab3e2ee94} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8474 2024.10.16 19:59:12.613307 [ 3 ] {9ef660b9-0a22-4eb3-b66c-103ab3e2ee94} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8475 2024.10.16 19:59:12.613468 [ 3 ] {9ef660b9-0a22-4eb3-b66c-103ab3e2ee94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec.
8476 2024.10.16 19:59:12.613644 [ 3 ] {9ef660b9-0a22-4eb3-b66c-103ab3e2ee94} <Debug> DynamicQueryHandler: Done processing query
8477 2024.10.16 19:59:12.613669 [ 3 ] {9ef660b9-0a22-4eb3-b66c-103ab3e2ee94} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8478 2024.10.16 19:59:12.613685 [ 3 ] {} <Debug> HTTP-Session: 17ea20c2-425d-41ad-b2e0-bc1637ac2dc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8479 2024.10.16 19:59:14.802523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 195787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8480 2024.10.16 19:59:14.802643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8481 2024.10.16 19:59:14.802669 [ 3 ] {} <Debug> HTTP-Session: 1d733cc0-633b-46e2-8376-e79968eff9aa Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8482 2024.10.16 19:59:14.802694 [ 3 ] {} <Debug> HTTP-Session: 1d733cc0-633b-46e2-8376-e79968eff9aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8483 2024.10.16 19:59:14.802712 [ 3 ] {} <Debug> HTTP-Session: 1d733cc0-633b-46e2-8376-e79968eff9aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8484 2024.10.16 19:59:14.802766 [ 3 ] {} <Trace> HTTP-Session: 1d733cc0-633b-46e2-8376-e79968eff9aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8485 2024.10.16 19:59:14.803492 [ 3 ] {c78e4025-23d8-452a-84a7-09df62d3cf9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8486 2024.10.16 19:59:14.803577 [ 3 ] {c78e4025-23d8-452a-84a7-09df62d3cf9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8487 2024.10.16 19:59:14.803929 [ 3 ] {c78e4025-23d8-452a-84a7-09df62d3cf9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8488 2024.10.16 19:59:14.805296 [ 3 ] {c78e4025-23d8-452a-84a7-09df62d3cf9e} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8489 2024.10.16 19:59:14.805348 [ 3 ] {c78e4025-23d8-452a-84a7-09df62d3cf9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8490 2024.10.16 19:59:14.805864 [ 3 ] {c78e4025-23d8-452a-84a7-09df62d3cf9e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8491 2024.10.16 19:59:14.806274 [ 3 ] {c78e4025-23d8-452a-84a7-09df62d3cf9e} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8492 2024.10.16 19:59:14.806441 [ 3 ] {c78e4025-23d8-452a-84a7-09df62d3cf9e} <Debug> executeQuery: Read 1345 rows, 114.48 KiB in 0.003453 sec., 389516.3625832609 rows/sec., 32.38 MiB/sec.
8493 2024.10.16 19:59:14.806764 [ 3 ] {c78e4025-23d8-452a-84a7-09df62d3cf9e} <Debug> DynamicQueryHandler: Done processing query
8494 2024.10.16 19:59:14.806816 [ 3 ] {c78e4025-23d8-452a-84a7-09df62d3cf9e} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
8495 2024.10.16 19:59:14.806846 [ 3 ] {} <Debug> HTTP-Session: 1d733cc0-633b-46e2-8376-e79968eff9aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8496 2024.10.16 19:59:14.807318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8497 2024.10.16 19:59:14.807377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8498 2024.10.16 19:59:14.807399 [ 3 ] {} <Debug> HTTP-Session: 798db36e-3ecf-4b22-98aa-bed33e617f4e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8499 2024.10.16 19:59:14.807419 [ 3 ] {} <Debug> HTTP-Session: 798db36e-3ecf-4b22-98aa-bed33e617f4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8500 2024.10.16 19:59:14.807434 [ 3 ] {} <Debug> HTTP-Session: 798db36e-3ecf-4b22-98aa-bed33e617f4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8501 2024.10.16 19:59:14.807470 [ 3 ] {} <Trace> HTTP-Session: 798db36e-3ecf-4b22-98aa-bed33e617f4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8502 2024.10.16 19:59:14.807580 [ 3 ] {b7609e02-dbae-4233-8917-343fbec64674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8503 2024.10.16 19:59:14.807631 [ 3 ] {b7609e02-dbae-4233-8917-343fbec64674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8504 2024.10.16 19:59:14.807887 [ 3 ] {b7609e02-dbae-4233-8917-343fbec64674} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8505 2024.10.16 19:59:14.808270 [ 3 ] {b7609e02-dbae-4233-8917-343fbec64674} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8506 2024.10.16 19:59:14.808308 [ 3 ] {b7609e02-dbae-4233-8917-343fbec64674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8507 2024.10.16 19:59:14.808675 [ 3 ] {b7609e02-dbae-4233-8917-343fbec64674} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8508 2024.10.16 19:59:14.809053 [ 3 ] {b7609e02-dbae-4233-8917-343fbec64674} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8509 2024.10.16 19:59:14.809219 [ 3 ] {b7609e02-dbae-4233-8917-343fbec64674} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001665 sec., 4804.804804804805 rows/sec., 361.30 KiB/sec.
8510 2024.10.16 19:59:14.809395 [ 3 ] {b7609e02-dbae-4233-8917-343fbec64674} <Debug> DynamicQueryHandler: Done processing query
8511 2024.10.16 19:59:14.809419 [ 3 ] {b7609e02-dbae-4233-8917-343fbec64674} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8512 2024.10.16 19:59:14.809435 [ 3 ] {} <Debug> HTTP-Session: 798db36e-3ecf-4b22-98aa-bed33e617f4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8513 2024.10.16 19:59:14.809604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 32336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8514 2024.10.16 19:59:14.809654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8515 2024.10.16 19:59:14.809675 [ 3 ] {} <Debug> HTTP-Session: 7a528a06-41ca-47ea-b212-02c48ead8142 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8516 2024.10.16 19:59:14.809691 [ 3 ] {} <Debug> HTTP-Session: 7a528a06-41ca-47ea-b212-02c48ead8142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8517 2024.10.16 19:59:14.809705 [ 3 ] {} <Debug> HTTP-Session: 7a528a06-41ca-47ea-b212-02c48ead8142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8518 2024.10.16 19:59:14.809736 [ 3 ] {} <Trace> HTTP-Session: 7a528a06-41ca-47ea-b212-02c48ead8142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8519 2024.10.16 19:59:14.809917 [ 3 ] {3829c2ba-dc3c-423e-b71c-8ea40849575a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8520 2024.10.16 19:59:14.809961 [ 3 ] {3829c2ba-dc3c-423e-b71c-8ea40849575a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8521 2024.10.16 19:59:14.810182 [ 3 ] {3829c2ba-dc3c-423e-b71c-8ea40849575a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8522 2024.10.16 19:59:14.810631 [ 3 ] {3829c2ba-dc3c-423e-b71c-8ea40849575a} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8523 2024.10.16 19:59:14.810668 [ 3 ] {3829c2ba-dc3c-423e-b71c-8ea40849575a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8524 2024.10.16 19:59:14.811035 [ 3 ] {3829c2ba-dc3c-423e-b71c-8ea40849575a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8525 2024.10.16 19:59:14.811390 [ 3 ] {3829c2ba-dc3c-423e-b71c-8ea40849575a} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8526 2024.10.16 19:59:14.811556 [ 3 ] {3829c2ba-dc3c-423e-b71c-8ea40849575a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001734 sec., 139561.70703575548 rows/sec., 9.46 MiB/sec.
8527 2024.10.16 19:59:14.811873 [ 3 ] {3829c2ba-dc3c-423e-b71c-8ea40849575a} <Debug> DynamicQueryHandler: Done processing query
8528 2024.10.16 19:59:14.811899 [ 3 ] {3829c2ba-dc3c-423e-b71c-8ea40849575a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
8529 2024.10.16 19:59:14.811916 [ 3 ] {} <Debug> HTTP-Session: 7a528a06-41ca-47ea-b212-02c48ead8142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8530 2024.10.16 19:59:14.812106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8531 2024.10.16 19:59:14.812157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8532 2024.10.16 19:59:14.812177 [ 3 ] {} <Debug> HTTP-Session: a65567a0-0d16-4992-acb0-009ca3c10782 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8533 2024.10.16 19:59:14.812195 [ 3 ] {} <Debug> HTTP-Session: a65567a0-0d16-4992-acb0-009ca3c10782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8534 2024.10.16 19:59:14.812210 [ 3 ] {} <Debug> HTTP-Session: a65567a0-0d16-4992-acb0-009ca3c10782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8535 2024.10.16 19:59:14.812241 [ 3 ] {} <Trace> HTTP-Session: a65567a0-0d16-4992-acb0-009ca3c10782 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8536 2024.10.16 19:59:14.812337 [ 3 ] {09130d17-94a2-4828-b25a-d79a94d1dec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8537 2024.10.16 19:59:14.812382 [ 3 ] {09130d17-94a2-4828-b25a-d79a94d1dec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8538 2024.10.16 19:59:14.812627 [ 3 ] {09130d17-94a2-4828-b25a-d79a94d1dec8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8539 2024.10.16 19:59:14.812940 [ 3 ] {09130d17-94a2-4828-b25a-d79a94d1dec8} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8540 2024.10.16 19:59:14.812976 [ 3 ] {09130d17-94a2-4828-b25a-d79a94d1dec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8541 2024.10.16 19:59:14.813497 [ 3 ] {09130d17-94a2-4828-b25a-d79a94d1dec8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8542 2024.10.16 19:59:14.813876 [ 3 ] {09130d17-94a2-4828-b25a-d79a94d1dec8} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8543 2024.10.16 19:59:14.814035 [ 3 ] {09130d17-94a2-4828-b25a-d79a94d1dec8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001712 sec., 3504.6728971962616 rows/sec., 207.06 KiB/sec.
8544 2024.10.16 19:59:14.814364 [ 3 ] {09130d17-94a2-4828-b25a-d79a94d1dec8} <Debug> DynamicQueryHandler: Done processing query
8545 2024.10.16 19:59:14.814390 [ 3 ] {09130d17-94a2-4828-b25a-d79a94d1dec8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8546 2024.10.16 19:59:14.814407 [ 3 ] {} <Debug> HTTP-Session: a65567a0-0d16-4992-acb0-009ca3c10782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8547 2024.10.16 19:59:14.814617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 138090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8548 2024.10.16 19:59:14.814667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8549 2024.10.16 19:59:14.814687 [ 3 ] {} <Debug> HTTP-Session: 300179d1-e9ed-475f-9f08-4dadad9d997d Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8550 2024.10.16 19:59:14.814703 [ 3 ] {} <Debug> HTTP-Session: 300179d1-e9ed-475f-9f08-4dadad9d997d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8551 2024.10.16 19:59:14.814717 [ 3 ] {} <Debug> HTTP-Session: 300179d1-e9ed-475f-9f08-4dadad9d997d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8552 2024.10.16 19:59:14.814748 [ 3 ] {} <Trace> HTTP-Session: 300179d1-e9ed-475f-9f08-4dadad9d997d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8553 2024.10.16 19:59:14.815160 [ 3 ] {0c09b638-d6c8-48e1-9567-7d64be088686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8554 2024.10.16 19:59:14.815206 [ 3 ] {0c09b638-d6c8-48e1-9567-7d64be088686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8555 2024.10.16 19:59:14.815450 [ 3 ] {0c09b638-d6c8-48e1-9567-7d64be088686} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8556 2024.10.16 19:59:14.816271 [ 3 ] {0c09b638-d6c8-48e1-9567-7d64be088686} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8557 2024.10.16 19:59:14.816308 [ 3 ] {0c09b638-d6c8-48e1-9567-7d64be088686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8558 2024.10.16 19:59:14.816698 [ 3 ] {0c09b638-d6c8-48e1-9567-7d64be088686} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8559 2024.10.16 19:59:14.817055 [ 3 ] {0c09b638-d6c8-48e1-9567-7d64be088686} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8560 2024.10.16 19:59:14.817214 [ 3 ] {0c09b638-d6c8-48e1-9567-7d64be088686} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002314 sec., 365600.69144338806 rows/sec., 26.42 MiB/sec.
8561 2024.10.16 19:59:14.817419 [ 3 ] {0c09b638-d6c8-48e1-9567-7d64be088686} <Debug> DynamicQueryHandler: Done processing query
8562 2024.10.16 19:59:14.817447 [ 3 ] {0c09b638-d6c8-48e1-9567-7d64be088686} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
8563 2024.10.16 19:59:14.817464 [ 3 ] {} <Debug> HTTP-Session: 300179d1-e9ed-475f-9f08-4dadad9d997d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8564 2024.10.16 19:59:14.817778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8565 2024.10.16 19:59:14.817828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8566 2024.10.16 19:59:14.817847 [ 3 ] {} <Debug> HTTP-Session: 826933a8-cd57-48f6-8788-3531259c7586 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8567 2024.10.16 19:59:14.817863 [ 3 ] {} <Debug> HTTP-Session: 826933a8-cd57-48f6-8788-3531259c7586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8568 2024.10.16 19:59:14.817876 [ 3 ] {} <Debug> HTTP-Session: 826933a8-cd57-48f6-8788-3531259c7586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8569 2024.10.16 19:59:14.817907 [ 3 ] {} <Trace> HTTP-Session: 826933a8-cd57-48f6-8788-3531259c7586 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8570 2024.10.16 19:59:14.818001 [ 3 ] {0ab9fcbb-b6a1-429e-9a33-2f3d3383f36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8571 2024.10.16 19:59:14.818045 [ 3 ] {0ab9fcbb-b6a1-429e-9a33-2f3d3383f36c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8572 2024.10.16 19:59:14.818174 [ 3 ] {0ab9fcbb-b6a1-429e-9a33-2f3d3383f36c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8573 2024.10.16 19:59:14.818462 [ 3 ] {0ab9fcbb-b6a1-429e-9a33-2f3d3383f36c} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8574 2024.10.16 19:59:14.818499 [ 3 ] {0ab9fcbb-b6a1-429e-9a33-2f3d3383f36c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8575 2024.10.16 19:59:14.818855 [ 3 ] {0ab9fcbb-b6a1-429e-9a33-2f3d3383f36c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8576 2024.10.16 19:59:14.819196 [ 3 ] {0ab9fcbb-b6a1-429e-9a33-2f3d3383f36c} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8577 2024.10.16 19:59:14.819361 [ 3 ] {0ab9fcbb-b6a1-429e-9a33-2f3d3383f36c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 227.98 KiB/sec.
8578 2024.10.16 19:59:14.819529 [ 3 ] {0ab9fcbb-b6a1-429e-9a33-2f3d3383f36c} <Debug> DynamicQueryHandler: Done processing query
8579 2024.10.16 19:59:14.819554 [ 3 ] {0ab9fcbb-b6a1-429e-9a33-2f3d3383f36c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8580 2024.10.16 19:59:14.819571 [ 3 ] {} <Debug> HTTP-Session: 826933a8-cd57-48f6-8788-3531259c7586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8581 2024.10.16 19:59:14.819784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 186664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8582 2024.10.16 19:59:14.819834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8583 2024.10.16 19:59:14.819853 [ 3 ] {} <Debug> HTTP-Session: 58be7257-f371-41e2-9ec4-958dde8f7732 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8584 2024.10.16 19:59:14.819869 [ 3 ] {} <Debug> HTTP-Session: 58be7257-f371-41e2-9ec4-958dde8f7732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8585 2024.10.16 19:59:14.819883 [ 3 ] {} <Debug> HTTP-Session: 58be7257-f371-41e2-9ec4-958dde8f7732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8586 2024.10.16 19:59:14.819914 [ 3 ] {} <Trace> HTTP-Session: 58be7257-f371-41e2-9ec4-958dde8f7732 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8587 2024.10.16 19:59:14.820364 [ 3 ] {1fb13f7a-b108-42ea-85ad-e037954532c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8588 2024.10.16 19:59:14.820412 [ 3 ] {1fb13f7a-b108-42ea-85ad-e037954532c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8589 2024.10.16 19:59:14.820554 [ 3 ] {1fb13f7a-b108-42ea-85ad-e037954532c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8590 2024.10.16 19:59:14.821431 [ 3 ] {1fb13f7a-b108-42ea-85ad-e037954532c8} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8591 2024.10.16 19:59:14.821468 [ 3 ] {1fb13f7a-b108-42ea-85ad-e037954532c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8592 2024.10.16 19:59:14.821907 [ 3 ] {1fb13f7a-b108-42ea-85ad-e037954532c8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8593 2024.10.16 19:59:14.822244 [ 3 ] {1fb13f7a-b108-42ea-85ad-e037954532c8} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8594 2024.10.16 19:59:14.822414 [ 3 ] {1fb13f7a-b108-42ea-85ad-e037954532c8} <Debug> executeQuery: Read 987 rows, 67.25 KiB in 0.002322 sec., 425064.5994832042 rows/sec., 28.28 MiB/sec.
8595 2024.10.16 19:59:14.822630 [ 3 ] {1fb13f7a-b108-42ea-85ad-e037954532c8} <Debug> DynamicQueryHandler: Done processing query
8596 2024.10.16 19:59:14.822659 [ 3 ] {1fb13f7a-b108-42ea-85ad-e037954532c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
8597 2024.10.16 19:59:14.822681 [ 3 ] {} <Debug> HTTP-Session: 58be7257-f371-41e2-9ec4-958dde8f7732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8598 2024.10.16 19:59:14.823360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8599 2024.10.16 19:59:14.823425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8600 2024.10.16 19:59:14.823451 [ 3 ] {} <Debug> HTTP-Session: dfb6a9fb-b1a4-4b1f-9c97-2c9baf677553 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8601 2024.10.16 19:59:14.823472 [ 3 ] {} <Debug> HTTP-Session: dfb6a9fb-b1a4-4b1f-9c97-2c9baf677553 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8602 2024.10.16 19:59:14.823491 [ 3 ] {} <Debug> HTTP-Session: dfb6a9fb-b1a4-4b1f-9c97-2c9baf677553 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8603 2024.10.16 19:59:14.823530 [ 3 ] {} <Trace> HTTP-Session: dfb6a9fb-b1a4-4b1f-9c97-2c9baf677553 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8604 2024.10.16 19:59:14.823640 [ 3 ] {48e11ced-850b-4250-a962-e71755ee351b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8605 2024.10.16 19:59:14.823693 [ 3 ] {48e11ced-850b-4250-a962-e71755ee351b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8606 2024.10.16 19:59:14.823854 [ 3 ] {48e11ced-850b-4250-a962-e71755ee351b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8607 2024.10.16 19:59:14.824410 [ 3 ] {48e11ced-850b-4250-a962-e71755ee351b} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8608 2024.10.16 19:59:14.824453 [ 3 ] {48e11ced-850b-4250-a962-e71755ee351b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8609 2024.10.16 19:59:14.824902 [ 3 ] {48e11ced-850b-4250-a962-e71755ee351b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8610 2024.10.16 19:59:14.825308 [ 3 ] {48e11ced-850b-4250-a962-e71755ee351b} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8611 2024.10.16 19:59:14.825471 [ 3 ] {48e11ced-850b-4250-a962-e71755ee351b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001848 sec., 541.1255411255411 rows/sec., 36.46 KiB/sec.
8612 2024.10.16 19:59:14.825797 [ 3 ] {48e11ced-850b-4250-a962-e71755ee351b} <Debug> DynamicQueryHandler: Done processing query
8613 2024.10.16 19:59:14.825823 [ 3 ] {48e11ced-850b-4250-a962-e71755ee351b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8614 2024.10.16 19:59:14.825839 [ 3 ] {} <Debug> HTTP-Session: dfb6a9fb-b1a4-4b1f-9c97-2c9baf677553 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8615 2024.10.16 19:59:14.825968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 13236, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8616 2024.10.16 19:59:14.826021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8617 2024.10.16 19:59:14.826040 [ 3 ] {} <Debug> HTTP-Session: 0417295c-8548-4a37-8eda-9c41716f5889 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8618 2024.10.16 19:59:14.826056 [ 3 ] {} <Debug> HTTP-Session: 0417295c-8548-4a37-8eda-9c41716f5889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8619 2024.10.16 19:59:14.826070 [ 3 ] {} <Debug> HTTP-Session: 0417295c-8548-4a37-8eda-9c41716f5889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8620 2024.10.16 19:59:14.826101 [ 3 ] {} <Trace> HTTP-Session: 0417295c-8548-4a37-8eda-9c41716f5889 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8621 2024.10.16 19:59:14.826251 [ 3 ] {1db2c218-9cd8-4b71-936f-db96129e4892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8622 2024.10.16 19:59:14.826323 [ 3 ] {1db2c218-9cd8-4b71-936f-db96129e4892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8623 2024.10.16 19:59:14.826756 [ 3 ] {1db2c218-9cd8-4b71-936f-db96129e4892} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8624 2024.10.16 19:59:14.827298 [ 3 ] {1db2c218-9cd8-4b71-936f-db96129e4892} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8625 2024.10.16 19:59:14.827334 [ 3 ] {1db2c218-9cd8-4b71-936f-db96129e4892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8626 2024.10.16 19:59:14.827951 [ 3 ] {1db2c218-9cd8-4b71-936f-db96129e4892} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8627 2024.10.16 19:59:14.828371 [ 3 ] {1db2c218-9cd8-4b71-936f-db96129e4892} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8628 2024.10.16 19:59:14.828552 [ 3 ] {1db2c218-9cd8-4b71-936f-db96129e4892} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002368 sec., 3378.3783783783783 rows/sec., 6.05 MiB/sec.
8629 2024.10.16 19:59:14.828896 [ 3 ] {1db2c218-9cd8-4b71-936f-db96129e4892} <Debug> DynamicQueryHandler: Done processing query
8630 2024.10.16 19:59:14.828929 [ 3 ] {1db2c218-9cd8-4b71-936f-db96129e4892} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
8631 2024.10.16 19:59:14.828953 [ 3 ] {} <Debug> HTTP-Session: 0417295c-8548-4a37-8eda-9c41716f5889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8632 2024.10.16 19:59:14.829092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 6700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8633 2024.10.16 19:59:14.829145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8634 2024.10.16 19:59:14.829163 [ 3 ] {} <Debug> HTTP-Session: ca82d2c8-4e44-48a6-a99b-7e161db4d816 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8635 2024.10.16 19:59:14.829181 [ 3 ] {} <Debug> HTTP-Session: ca82d2c8-4e44-48a6-a99b-7e161db4d816 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8636 2024.10.16 19:59:14.829196 [ 3 ] {} <Debug> HTTP-Session: ca82d2c8-4e44-48a6-a99b-7e161db4d816 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8637 2024.10.16 19:59:14.829226 [ 3 ] {} <Trace> HTTP-Session: ca82d2c8-4e44-48a6-a99b-7e161db4d816 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8638 2024.10.16 19:59:14.829334 [ 3 ] {0653d899-e60b-4815-ad92-dd25fa05bf45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8639 2024.10.16 19:59:14.829379 [ 3 ] {0653d899-e60b-4815-ad92-dd25fa05bf45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8640 2024.10.16 19:59:14.829506 [ 3 ] {0653d899-e60b-4815-ad92-dd25fa05bf45} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8641 2024.10.16 19:59:14.829815 [ 3 ] {0653d899-e60b-4815-ad92-dd25fa05bf45} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8642 2024.10.16 19:59:14.829851 [ 3 ] {0653d899-e60b-4815-ad92-dd25fa05bf45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8643 2024.10.16 19:59:14.830212 [ 3 ] {0653d899-e60b-4815-ad92-dd25fa05bf45} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8644 2024.10.16 19:59:14.830528 [ 3 ] {0653d899-e60b-4815-ad92-dd25fa05bf45} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8645 2024.10.16 19:59:14.830684 [ 3 ] {0653d899-e60b-4815-ad92-dd25fa05bf45} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001382 sec., 33285.094066570186 rows/sec., 2.01 MiB/sec.
8646 2024.10.16 19:59:14.830857 [ 3 ] {0653d899-e60b-4815-ad92-dd25fa05bf45} <Debug> DynamicQueryHandler: Done processing query
8647 2024.10.16 19:59:14.830880 [ 3 ] {0653d899-e60b-4815-ad92-dd25fa05bf45} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
8648 2024.10.16 19:59:14.830897 [ 3 ] {} <Debug> HTTP-Session: ca82d2c8-4e44-48a6-a99b-7e161db4d816 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8649 2024.10.16 19:59:16.424145 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache
8650 2024.10.16 19:59:16.424212 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache
8651 2024.10.16 19:59:17.603711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8652 2024.10.16 19:59:17.603831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8653 2024.10.16 19:59:17.603857 [ 3 ] {} <Debug> HTTP-Session: d5408b72-f66f-415b-a8a3-6ab97f511c82 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8654 2024.10.16 19:59:17.603880 [ 3 ] {} <Debug> HTTP-Session: d5408b72-f66f-415b-a8a3-6ab97f511c82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8655 2024.10.16 19:59:17.603895 [ 3 ] {} <Debug> HTTP-Session: d5408b72-f66f-415b-a8a3-6ab97f511c82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8656 2024.10.16 19:59:17.603943 [ 3 ] {} <Trace> HTTP-Session: d5408b72-f66f-415b-a8a3-6ab97f511c82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8657 2024.10.16 19:59:17.604120 [ 3 ] {8229e3bd-b00b-49ed-9243-edb4442d9369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8658 2024.10.16 19:59:17.604185 [ 3 ] {8229e3bd-b00b-49ed-9243-edb4442d9369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8659 2024.10.16 19:59:17.604517 [ 3 ] {8229e3bd-b00b-49ed-9243-edb4442d9369} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8660 2024.10.16 19:59:17.604920 [ 3 ] {8229e3bd-b00b-49ed-9243-edb4442d9369} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8661 2024.10.16 19:59:17.604959 [ 3 ] {8229e3bd-b00b-49ed-9243-edb4442d9369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8662 2024.10.16 19:59:17.605363 [ 3 ] {8229e3bd-b00b-49ed-9243-edb4442d9369} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8663 2024.10.16 19:59:17.605739 [ 3 ] {8229e3bd-b00b-49ed-9243-edb4442d9369} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8664 2024.10.16 19:59:17.605885 [ 3 ] {8229e3bd-b00b-49ed-9243-edb4442d9369} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001815 sec., 1101.9283746556473 rows/sec., 89.85 KiB/sec.
8665 2024.10.16 19:59:17.605885 [ 37 ] {} <Debug> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
8666 2024.10.16 19:59:17.605949 [ 37 ] {} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8667 2024.10.16 19:59:17.605980 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8668 2024.10.16 19:59:17.606113 [ 3 ] {8229e3bd-b00b-49ed-9243-edb4442d9369} <Debug> DynamicQueryHandler: Done processing query
8669 2024.10.16 19:59:17.606143 [ 195 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
8670 2024.10.16 19:59:17.606149 [ 3 ] {8229e3bd-b00b-49ed-9243-edb4442d9369} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8671 2024.10.16 19:59:17.606243 [ 3 ] {} <Debug> HTTP-Session: d5408b72-f66f-415b-a8a3-6ab97f511c82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8672 2024.10.16 19:59:17.606439 [ 195 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8673 2024.10.16 19:59:17.606440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 17595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8674 2024.10.16 19:59:17.606501 [ 195 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
8675 2024.10.16 19:59:17.606546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8676 2024.10.16 19:59:17.606627 [ 3 ] {} <Debug> HTTP-Session: 5fe6902f-e5c6-4078-85eb-80d4dcd80db3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8677 2024.10.16 19:59:17.606720 [ 3 ] {} <Debug> HTTP-Session: 5fe6902f-e5c6-4078-85eb-80d4dcd80db3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8678 2024.10.16 19:59:17.606761 [ 195 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part
8679 2024.10.16 19:59:17.606791 [ 3 ] {} <Debug> HTTP-Session: 5fe6902f-e5c6-4078-85eb-80d4dcd80db3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8680 2024.10.16 19:59:17.606930 [ 3 ] {} <Trace> HTTP-Session: 5fe6902f-e5c6-4078-85eb-80d4dcd80db3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8681 2024.10.16 19:59:17.607041 [ 195 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part
8682 2024.10.16 19:59:17.607358 [ 3 ] {ecc93305-6da8-4d98-be79-a13b1fbc7fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8683 2024.10.16 19:59:17.607415 [ 195 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part
8684 2024.10.16 19:59:17.607460 [ 3 ] {ecc93305-6da8-4d98-be79-a13b1fbc7fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8685 2024.10.16 19:59:17.607800 [ 195 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
8686 2024.10.16 19:59:17.608097 [ 195 ] {e6160d5a-a305-4770-9931-7133f1921e6b::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
8687 2024.10.16 19:59:17.608848 [ 3 ] {ecc93305-6da8-4d98-be79-a13b1fbc7fb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8688 2024.10.16 19:59:17.609848 [ 3 ] {ecc93305-6da8-4d98-be79-a13b1fbc7fb0} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8689 2024.10.16 19:59:17.609905 [ 3 ] {ecc93305-6da8-4d98-be79-a13b1fbc7fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8690 2024.10.16 19:59:17.611038 [ 3 ] {ecc93305-6da8-4d98-be79-a13b1fbc7fb0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8691 2024.10.16 19:59:17.611039 [ 191 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.004969974 sec., 7243.498658141873 rows/sec., 618.95 KiB/sec.
8692 2024.10.16 19:59:17.611276 [ 191 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
8693 2024.10.16 19:59:17.612050 [ 3 ] {ecc93305-6da8-4d98-be79-a13b1fbc7fb0} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8694 2024.10.16 19:59:17.612360 [ 3 ] {ecc93305-6da8-4d98-be79-a13b1fbc7fb0} <Debug> executeQuery: Read 119 rows, 10.35 KiB in 0.005198 sec., 22893.420546363985 rows/sec., 1.94 MiB/sec.
8695 2024.10.16 19:59:17.612545 [ 191 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_15_3} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8696 2024.10.16 19:59:17.612701 [ 191 ] {e6160d5a-a305-4770-9931-7133f1921e6b::all_1_15_3} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
8697 2024.10.16 19:59:17.612733 [ 3 ] {ecc93305-6da8-4d98-be79-a13b1fbc7fb0} <Debug> DynamicQueryHandler: Done processing query
8698 2024.10.16 19:59:17.612807 [ 3 ] {ecc93305-6da8-4d98-be79-a13b1fbc7fb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB.
8699 2024.10.16 19:59:17.612857 [ 3 ] {} <Debug> HTTP-Session: 5fe6902f-e5c6-4078-85eb-80d4dcd80db3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8700 2024.10.16 19:59:17.612863 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8701 2024.10.16 19:59:17.613078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 4776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8702 2024.10.16 19:59:17.613134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8703 2024.10.16 19:59:17.613153 [ 3 ] {} <Debug> HTTP-Session: 09808338-7791-4c22-ac53-cc33a96a0243 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8704 2024.10.16 19:59:17.613171 [ 3 ] {} <Debug> HTTP-Session: 09808338-7791-4c22-ac53-cc33a96a0243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8705 2024.10.16 19:59:17.613185 [ 3 ] {} <Debug> HTTP-Session: 09808338-7791-4c22-ac53-cc33a96a0243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8706 2024.10.16 19:59:17.613219 [ 3 ] {} <Trace> HTTP-Session: 09808338-7791-4c22-ac53-cc33a96a0243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8707 2024.10.16 19:59:17.613347 [ 3 ] {c5c6579b-4590-4f89-aacd-b4307503b86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8708 2024.10.16 19:59:17.613390 [ 3 ] {c5c6579b-4590-4f89-aacd-b4307503b86f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8709 2024.10.16 19:59:17.613636 [ 3 ] {c5c6579b-4590-4f89-aacd-b4307503b86f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8710 2024.10.16 19:59:17.614030 [ 3 ] {c5c6579b-4590-4f89-aacd-b4307503b86f} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8711 2024.10.16 19:59:17.614067 [ 3 ] {c5c6579b-4590-4f89-aacd-b4307503b86f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8712 2024.10.16 19:59:17.614415 [ 3 ] {c5c6579b-4590-4f89-aacd-b4307503b86f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8713 2024.10.16 19:59:17.614775 [ 3 ] {c5c6579b-4590-4f89-aacd-b4307503b86f} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8714 2024.10.16 19:59:17.614898 [ 3 ] {c5c6579b-4590-4f89-aacd-b4307503b86f} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001588 sec., 20780.856423173802 rows/sec., 1.52 MiB/sec.
8715 2024.10.16 19:59:17.615067 [ 3 ] {c5c6579b-4590-4f89-aacd-b4307503b86f} <Debug> DynamicQueryHandler: Done processing query
8716 2024.10.16 19:59:17.615091 [ 3 ] {c5c6579b-4590-4f89-aacd-b4307503b86f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8717 2024.10.16 19:59:17.615107 [ 3 ] {} <Debug> HTTP-Session: 09808338-7791-4c22-ac53-cc33a96a0243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8718 2024.10.16 19:59:17.615249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 16473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8719 2024.10.16 19:59:17.615298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8720 2024.10.16 19:59:17.615317 [ 3 ] {} <Debug> HTTP-Session: 1d60b948-01cd-4f82-8ecb-7f1b0f6b7d62 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8721 2024.10.16 19:59:17.615333 [ 3 ] {} <Debug> HTTP-Session: 1d60b948-01cd-4f82-8ecb-7f1b0f6b7d62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8722 2024.10.16 19:59:17.615347 [ 3 ] {} <Debug> HTTP-Session: 1d60b948-01cd-4f82-8ecb-7f1b0f6b7d62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8723 2024.10.16 19:59:17.615377 [ 3 ] {} <Trace> HTTP-Session: 1d60b948-01cd-4f82-8ecb-7f1b0f6b7d62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8724 2024.10.16 19:59:17.615496 [ 3 ] {74e1fa93-0111-4a86-9205-81faac50e9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8725 2024.10.16 19:59:17.615538 [ 3 ] {74e1fa93-0111-4a86-9205-81faac50e9bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8726 2024.10.16 19:59:17.615759 [ 3 ] {74e1fa93-0111-4a86-9205-81faac50e9bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8727 2024.10.16 19:59:17.616119 [ 3 ] {74e1fa93-0111-4a86-9205-81faac50e9bd} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8728 2024.10.16 19:59:17.616155 [ 3 ] {74e1fa93-0111-4a86-9205-81faac50e9bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8729 2024.10.16 19:59:17.616507 [ 3 ] {74e1fa93-0111-4a86-9205-81faac50e9bd} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8730 2024.10.16 19:59:17.616858 [ 3 ] {74e1fa93-0111-4a86-9205-81faac50e9bd} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8731 2024.10.16 19:59:17.616985 [ 3 ] {74e1fa93-0111-4a86-9205-81faac50e9bd} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001533 sec., 63274.62491846053 rows/sec., 4.94 MiB/sec.
8732 2024.10.16 19:59:17.617275 [ 3 ] {74e1fa93-0111-4a86-9205-81faac50e9bd} <Debug> DynamicQueryHandler: Done processing query
8733 2024.10.16 19:59:17.617331 [ 3 ] {74e1fa93-0111-4a86-9205-81faac50e9bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
8734 2024.10.16 19:59:17.617394 [ 3 ] {} <Debug> HTTP-Session: 1d60b948-01cd-4f82-8ecb-7f1b0f6b7d62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8735 2024.10.16 19:59:17.617560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 18600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8736 2024.10.16 19:59:17.617611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8737 2024.10.16 19:59:17.617631 [ 3 ] {} <Debug> HTTP-Session: b2dc7b11-490b-48c9-8454-147a8370b566 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8738 2024.10.16 19:59:17.617648 [ 3 ] {} <Debug> HTTP-Session: b2dc7b11-490b-48c9-8454-147a8370b566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8739 2024.10.16 19:59:17.617662 [ 3 ] {} <Debug> HTTP-Session: b2dc7b11-490b-48c9-8454-147a8370b566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8740 2024.10.16 19:59:17.617693 [ 3 ] {} <Trace> HTTP-Session: b2dc7b11-490b-48c9-8454-147a8370b566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8741 2024.10.16 19:59:17.617822 [ 3 ] {64d13433-2e46-446b-a642-85f6dabd0c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8742 2024.10.16 19:59:17.617870 [ 3 ] {64d13433-2e46-446b-a642-85f6dabd0c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8743 2024.10.16 19:59:17.618031 [ 3 ] {64d13433-2e46-446b-a642-85f6dabd0c29} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8744 2024.10.16 19:59:17.618391 [ 3 ] {64d13433-2e46-446b-a642-85f6dabd0c29} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8745 2024.10.16 19:59:17.618427 [ 3 ] {64d13433-2e46-446b-a642-85f6dabd0c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8746 2024.10.16 19:59:17.618802 [ 3 ] {64d13433-2e46-446b-a642-85f6dabd0c29} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8747 2024.10.16 19:59:17.619143 [ 3 ] {64d13433-2e46-446b-a642-85f6dabd0c29} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8748 2024.10.16 19:59:17.619271 [ 3 ] {64d13433-2e46-446b-a642-85f6dabd0c29} <Debug> executeQuery: Read 97 rows, 6.92 KiB in 0.0015 sec., 64666.666666666664 rows/sec., 4.50 MiB/sec.
8749 2024.10.16 19:59:17.619445 [ 3 ] {64d13433-2e46-446b-a642-85f6dabd0c29} <Debug> DynamicQueryHandler: Done processing query
8750 2024.10.16 19:59:17.619470 [ 3 ] {64d13433-2e46-446b-a642-85f6dabd0c29} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8751 2024.10.16 19:59:17.619485 [ 3 ] {} <Debug> HTTP-Session: b2dc7b11-490b-48c9-8454-147a8370b566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8752 2024.10.16 19:59:17.619642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 51918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8753 2024.10.16 19:59:17.619690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8754 2024.10.16 19:59:17.619708 [ 3 ] {} <Debug> HTTP-Session: 6c51db64-33e6-4f8f-8974-c3bb006fbd21 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8755 2024.10.16 19:59:17.619724 [ 3 ] {} <Debug> HTTP-Session: 6c51db64-33e6-4f8f-8974-c3bb006fbd21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8756 2024.10.16 19:59:17.619738 [ 3 ] {} <Debug> HTTP-Session: 6c51db64-33e6-4f8f-8974-c3bb006fbd21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8757 2024.10.16 19:59:17.619769 [ 3 ] {} <Trace> HTTP-Session: 6c51db64-33e6-4f8f-8974-c3bb006fbd21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8758 2024.10.16 19:59:17.620078 [ 3 ] {dfcc68c6-01e5-46cb-8358-f800fb004aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8759 2024.10.16 19:59:17.620140 [ 3 ] {dfcc68c6-01e5-46cb-8358-f800fb004aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8760 2024.10.16 19:59:17.620558 [ 3 ] {dfcc68c6-01e5-46cb-8358-f800fb004aec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8761 2024.10.16 19:59:17.621253 [ 3 ] {dfcc68c6-01e5-46cb-8358-f800fb004aec} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8762 2024.10.16 19:59:17.621288 [ 3 ] {dfcc68c6-01e5-46cb-8358-f800fb004aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8763 2024.10.16 19:59:17.621923 [ 3 ] {dfcc68c6-01e5-46cb-8358-f800fb004aec} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8764 2024.10.16 19:59:17.622331 [ 3 ] {dfcc68c6-01e5-46cb-8358-f800fb004aec} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8765 2024.10.16 19:59:17.622506 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
8766 2024.10.16 19:59:17.622510 [ 3 ] {dfcc68c6-01e5-46cb-8358-f800fb004aec} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002655 sec., 11676.08286252354 rows/sec., 20.92 MiB/sec.
8767 2024.10.16 19:59:17.622575 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8768 2024.10.16 19:59:17.622640 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8769 2024.10.16 19:59:17.622936 [ 199 ] {d47000e3-4a1d-4014-9a51-926cd8885627::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
8770 2024.10.16 19:59:17.623119 [ 3 ] {dfcc68c6-01e5-46cb-8358-f800fb004aec} <Debug> DynamicQueryHandler: Done processing query
8771 2024.10.16 19:59:17.623173 [ 3 ] {dfcc68c6-01e5-46cb-8358-f800fb004aec} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
8772 2024.10.16 19:59:17.623262 [ 3 ] {} <Debug> HTTP-Session: 6c51db64-33e6-4f8f-8974-c3bb006fbd21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8773 2024.10.16 19:59:17.623482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8774 2024.10.16 19:59:17.623593 [ 199 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8775 2024.10.16 19:59:17.623602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8776 2024.10.16 19:59:17.623671 [ 3 ] {} <Debug> HTTP-Session: 50b7c624-9b34-451c-b042-c0f95ca59882 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8777 2024.10.16 19:59:17.623720 [ 3 ] {} <Debug> HTTP-Session: 50b7c624-9b34-451c-b042-c0f95ca59882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8778 2024.10.16 19:59:17.623747 [ 199 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 551 rows starting from the beginning of the part
8779 2024.10.16 19:59:17.623748 [ 3 ] {} <Debug> HTTP-Session: 50b7c624-9b34-451c-b042-c0f95ca59882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8780 2024.10.16 19:59:17.623852 [ 3 ] {} <Trace> HTTP-Session: 50b7c624-9b34-451c-b042-c0f95ca59882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8781 2024.10.16 19:59:17.624210 [ 3 ] {364ccf7d-d35e-4bca-90bf-8faae2a99cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8782 2024.10.16 19:59:17.624354 [ 3 ] {364ccf7d-d35e-4bca-90bf-8faae2a99cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8783 2024.10.16 19:59:17.624379 [ 199 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part
8784 2024.10.16 19:59:17.625219 [ 3 ] {364ccf7d-d35e-4bca-90bf-8faae2a99cb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8785 2024.10.16 19:59:17.625242 [ 199 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part
8786 2024.10.16 19:59:17.625811 [ 199 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part
8787 2024.10.16 19:59:17.626420 [ 3 ] {364ccf7d-d35e-4bca-90bf-8faae2a99cb8} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8788 2024.10.16 19:59:17.626498 [ 3 ] {364ccf7d-d35e-4bca-90bf-8faae2a99cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8789 2024.10.16 19:59:17.626511 [ 199 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part
8790 2024.10.16 19:59:17.627236 [ 199 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part
8791 2024.10.16 19:59:17.628017 [ 3 ] {364ccf7d-d35e-4bca-90bf-8faae2a99cb8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8792 2024.10.16 19:59:17.628937 [ 3 ] {364ccf7d-d35e-4bca-90bf-8faae2a99cb8} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8793 2024.10.16 19:59:17.629372 [ 3 ] {364ccf7d-d35e-4bca-90bf-8faae2a99cb8} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.005334 sec., 6749.156355455568 rows/sec., 465.76 KiB/sec.
8794 2024.10.16 19:59:17.629975 [ 3 ] {364ccf7d-d35e-4bca-90bf-8faae2a99cb8} <Debug> DynamicQueryHandler: Done processing query
8795 2024.10.16 19:59:17.630016 [ 3 ] {364ccf7d-d35e-4bca-90bf-8faae2a99cb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
8796 2024.10.16 19:59:17.630047 [ 3 ] {} <Debug> HTTP-Session: 50b7c624-9b34-451c-b042-c0f95ca59882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8797 2024.10.16 19:59:17.635002 [ 198 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 699 rows, containing 19 columns (19 merged, 0 gathered) in 0.012241881 sec., 57099.06835395639 rows/sec., 102.32 MiB/sec.
8798 2024.10.16 19:59:17.636183 [ 198 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
8799 2024.10.16 19:59:17.636848 [ 198 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8800 2024.10.16 19:59:17.636945 [ 198 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
8801 2024.10.16 19:59:17.637108 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB.
8802 2024.10.16 19:59:21.644076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 880
8803 2024.10.16 19:59:21.647244 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8804 2024.10.16 19:59:21.647305 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8805 2024.10.16 19:59:21.649311 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
8806 2024.10.16 19:59:21.650349 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8807 2024.10.16 19:59:21.650983 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 880
8808 2024.10.16 19:59:22.604642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8809 2024.10.16 19:59:22.604765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8810 2024.10.16 19:59:22.604790 [ 3 ] {} <Debug> HTTP-Session: 8c0307b5-554b-4eda-ac02-cfedb0ea712b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8811 2024.10.16 19:59:22.604813 [ 3 ] {} <Debug> HTTP-Session: 8c0307b5-554b-4eda-ac02-cfedb0ea712b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8812 2024.10.16 19:59:22.604828 [ 3 ] {} <Debug> HTTP-Session: 8c0307b5-554b-4eda-ac02-cfedb0ea712b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8813 2024.10.16 19:59:22.604880 [ 3 ] {} <Trace> HTTP-Session: 8c0307b5-554b-4eda-ac02-cfedb0ea712b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8814 2024.10.16 19:59:22.605091 [ 3 ] {3cd03406-9808-42e3-a931-389beee38ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8815 2024.10.16 19:59:22.605161 [ 3 ] {3cd03406-9808-42e3-a931-389beee38ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8816 2024.10.16 19:59:22.605503 [ 3 ] {3cd03406-9808-42e3-a931-389beee38ee6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8817 2024.10.16 19:59:22.605987 [ 3 ] {3cd03406-9808-42e3-a931-389beee38ee6} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8818 2024.10.16 19:59:22.606031 [ 3 ] {3cd03406-9808-42e3-a931-389beee38ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8819 2024.10.16 19:59:22.606533 [ 3 ] {3cd03406-9808-42e3-a931-389beee38ee6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8820 2024.10.16 19:59:22.606948 [ 3 ] {3cd03406-9808-42e3-a931-389beee38ee6} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8821 2024.10.16 19:59:22.607123 [ 3 ] {3cd03406-9808-42e3-a931-389beee38ee6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002091 sec., 26781.444285031084 rows/sec., 2.04 MiB/sec.
8822 2024.10.16 19:59:22.607142 [ 31 ] {} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8823 2024.10.16 19:59:22.607244 [ 31 ] {} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8824 2024.10.16 19:59:22.607307 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8825 2024.10.16 19:59:22.607484 [ 190 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
8826 2024.10.16 19:59:22.607487 [ 3 ] {3cd03406-9808-42e3-a931-389beee38ee6} <Debug> DynamicQueryHandler: Done processing query
8827 2024.10.16 19:59:22.607588 [ 3 ] {3cd03406-9808-42e3-a931-389beee38ee6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8828 2024.10.16 19:59:22.607624 [ 3 ] {} <Debug> HTTP-Session: 8c0307b5-554b-4eda-ac02-cfedb0ea712b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8829 2024.10.16 19:59:22.607766 [ 190 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8830 2024.10.16 19:59:22.607837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8831 2024.10.16 19:59:22.607847 [ 190 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1416 rows starting from the beginning of the part
8832 2024.10.16 19:59:22.607927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8833 2024.10.16 19:59:22.608024 [ 3 ] {} <Debug> HTTP-Session: 81974c9c-de8c-413d-b9c4-062182c69ecb Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8834 2024.10.16 19:59:22.608086 [ 190 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 268 rows starting from the beginning of the part
8835 2024.10.16 19:59:22.608094 [ 3 ] {} <Debug> HTTP-Session: 81974c9c-de8c-413d-b9c4-062182c69ecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8836 2024.10.16 19:59:22.608167 [ 3 ] {} <Debug> HTTP-Session: 81974c9c-de8c-413d-b9c4-062182c69ecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8837 2024.10.16 19:59:22.608355 [ 190 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part
8838 2024.10.16 19:59:22.608449 [ 3 ] {} <Trace> HTTP-Session: 81974c9c-de8c-413d-b9c4-062182c69ecb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8839 2024.10.16 19:59:22.608720 [ 190 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1345 rows starting from the beginning of the part
8840 2024.10.16 19:59:22.609011 [ 190 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 119 rows starting from the beginning of the part
8841 2024.10.16 19:59:22.609292 [ 3 ] {c75afb70-787c-4101-809a-973ea52d6d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8842 2024.10.16 19:59:22.609317 [ 190 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part
8843 2024.10.16 19:59:22.609578 [ 3 ] {c75afb70-787c-4101-809a-973ea52d6d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8844 2024.10.16 19:59:22.610496 [ 3 ] {c75afb70-787c-4101-809a-973ea52d6d82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8845 2024.10.16 19:59:22.611570 [ 3 ] {c75afb70-787c-4101-809a-973ea52d6d82} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8846 2024.10.16 19:59:22.611625 [ 3 ] {c75afb70-787c-4101-809a-973ea52d6d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8847 2024.10.16 19:59:22.612393 [ 3 ] {c75afb70-787c-4101-809a-973ea52d6d82} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8848 2024.10.16 19:59:22.613078 [ 3 ] {c75afb70-787c-4101-809a-973ea52d6d82} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8849 2024.10.16 19:59:22.613087 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3260 rows, containing 5 columns (5 merged, 0 gathered) in 0.005679201 sec., 574024.4094195645 rows/sec., 50.16 MiB/sec.
8850 2024.10.16 19:59:22.613351 [ 3 ] {c75afb70-787c-4101-809a-973ea52d6d82} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004369 sec., 14648.661020828566 rows/sec., 1.14 MiB/sec.
8851 2024.10.16 19:59:22.613378 [ 31 ] {} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8852 2024.10.16 19:59:22.613564 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8853 2024.10.16 19:59:22.613582 [ 31 ] {} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8854 2024.10.16 19:59:22.613784 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8855 2024.10.16 19:59:22.613996 [ 3 ] {c75afb70-787c-4101-809a-973ea52d6d82} <Debug> DynamicQueryHandler: Done processing query
8856 2024.10.16 19:59:22.614127 [ 3 ] {c75afb70-787c-4101-809a-973ea52d6d82} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8857 2024.10.16 19:59:22.614276 [ 3 ] {} <Debug> HTTP-Session: 81974c9c-de8c-413d-b9c4-062182c69ecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8858 2024.10.16 19:59:22.614314 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
8859 2024.10.16 19:59:22.614755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8860 2024.10.16 19:59:22.614963 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8861 2024.10.16 19:59:22.615000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8862 2024.10.16 19:59:22.615088 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
8863 2024.10.16 19:59:22.615098 [ 3 ] {} <Debug> HTTP-Session: 7d44574e-4962-47f8-aa12-48dfca74cd9e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8864 2024.10.16 19:59:22.615167 [ 3 ] {} <Debug> HTTP-Session: 7d44574e-4962-47f8-aa12-48dfca74cd9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8865 2024.10.16 19:59:22.615306 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_51_10} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8866 2024.10.16 19:59:22.615303 [ 3 ] {} <Debug> HTTP-Session: 7d44574e-4962-47f8-aa12-48dfca74cd9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8867 2024.10.16 19:59:22.615473 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 423 rows starting from the beginning of the part
8868 2024.10.16 19:59:22.615755 [ 3 ] {} <Trace> HTTP-Session: 7d44574e-4962-47f8-aa12-48dfca74cd9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8869 2024.10.16 19:59:22.615791 [ 198 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_51_10} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8870 2024.10.16 19:59:22.615883 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part
8871 2024.10.16 19:59:22.616161 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
8872 2024.10.16 19:59:22.616307 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 846 rows starting from the beginning of the part
8873 2024.10.16 19:59:22.616469 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 97 rows starting from the beginning of the part
8874 2024.10.16 19:59:22.616546 [ 3 ] {12f8880c-5912-4040-8ae0-b09f107c2651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8875 2024.10.16 19:59:22.616852 [ 193 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part
8876 2024.10.16 19:59:22.616908 [ 3 ] {12f8880c-5912-4040-8ae0-b09f107c2651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8877 2024.10.16 19:59:22.617743 [ 3 ] {12f8880c-5912-4040-8ae0-b09f107c2651} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8878 2024.10.16 19:59:22.618824 [ 3 ] {12f8880c-5912-4040-8ae0-b09f107c2651} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8879 2024.10.16 19:59:22.618898 [ 3 ] {12f8880c-5912-4040-8ae0-b09f107c2651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8880 2024.10.16 19:59:22.619725 [ 3 ] {12f8880c-5912-4040-8ae0-b09f107c2651} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8881 2024.10.16 19:59:22.620501 [ 198 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.00651172 sec., 369641.2007887317 rows/sec., 28.34 MiB/sec.
8882 2024.10.16 19:59:22.620649 [ 3 ] {12f8880c-5912-4040-8ae0-b09f107c2651} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8883 2024.10.16 19:59:22.620932 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8884 2024.10.16 19:59:22.620967 [ 3 ] {12f8880c-5912-4040-8ae0-b09f107c2651} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004672 sec., 34246.57534246575 rows/sec., 2.39 MiB/sec.
8885 2024.10.16 19:59:22.620982 [ 198 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8886 2024.10.16 19:59:22.621043 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8887 2024.10.16 19:59:22.621203 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8888 2024.10.16 19:59:22.621844 [ 3 ] {12f8880c-5912-4040-8ae0-b09f107c2651} <Debug> DynamicQueryHandler: Done processing query
8889 2024.10.16 19:59:22.621964 [ 3 ] {12f8880c-5912-4040-8ae0-b09f107c2651} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8890 2024.10.16 19:59:22.621987 [ 187 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::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
8891 2024.10.16 19:59:22.622077 [ 3 ] {} <Debug> HTTP-Session: 7d44574e-4962-47f8-aa12-48dfca74cd9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8892 2024.10.16 19:59:22.622442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8893 2024.10.16 19:59:22.622735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8894 2024.10.16 19:59:22.622875 [ 3 ] {} <Debug> HTTP-Session: c2907a60-bf05-425b-b052-b93cc63de8f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8895 2024.10.16 19:59:22.622998 [ 3 ] {} <Debug> HTTP-Session: c2907a60-bf05-425b-b052-b93cc63de8f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8896 2024.10.16 19:59:22.623089 [ 3 ] {} <Debug> HTTP-Session: c2907a60-bf05-425b-b052-b93cc63de8f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8897 2024.10.16 19:59:22.623143 [ 187 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8898 2024.10.16 19:59:22.623261 [ 198 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_51_10} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8899 2024.10.16 19:59:22.623351 [ 187 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13690 rows starting from the beginning of the part
8900 2024.10.16 19:59:22.623356 [ 3 ] {} <Trace> HTTP-Session: c2907a60-bf05-425b-b052-b93cc63de8f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8901 2024.10.16 19:59:22.623736 [ 198 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_51_10} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8902 2024.10.16 19:59:22.624154 [ 187 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 238 rows starting from the beginning of the part
8903 2024.10.16 19:59:22.624220 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB.
8904 2024.10.16 19:59:22.624392 [ 3 ] {a6e450c6-030d-4e6c-a3a4-b2c4df55c390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8905 2024.10.16 19:59:22.624686 [ 3 ] {a6e450c6-030d-4e6c-a3a4-b2c4df55c390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8906 2024.10.16 19:59:22.624761 [ 187 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part
8907 2024.10.16 19:59:22.625212 [ 187 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 987 rows starting from the beginning of the part
8908 2024.10.16 19:59:22.625574 [ 187 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 97 rows starting from the beginning of the part
8909 2024.10.16 19:59:22.625951 [ 187 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part
8910 2024.10.16 19:59:22.626000 [ 3 ] {a6e450c6-030d-4e6c-a3a4-b2c4df55c390} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8911 2024.10.16 19:59:22.627092 [ 3 ] {a6e450c6-030d-4e6c-a3a4-b2c4df55c390} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8912 2024.10.16 19:59:22.627160 [ 3 ] {a6e450c6-030d-4e6c-a3a4-b2c4df55c390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8913 2024.10.16 19:59:22.627689 [ 3 ] {a6e450c6-030d-4e6c-a3a4-b2c4df55c390} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8914 2024.10.16 19:59:22.628252 [ 3 ] {a6e450c6-030d-4e6c-a3a4-b2c4df55c390} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8915 2024.10.16 19:59:22.628562 [ 31 ] {} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8916 2024.10.16 19:59:22.628650 [ 31 ] {} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8917 2024.10.16 19:59:22.628643 [ 3 ] {a6e450c6-030d-4e6c-a3a4-b2c4df55c390} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004772 sec., 12573.344509639564 rows/sec., 867.69 KiB/sec.
8918 2024.10.16 19:59:22.628717 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8919 2024.10.16 19:59:22.629462 [ 197 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::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
8920 2024.10.16 19:59:22.630489 [ 197 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8921 2024.10.16 19:59:22.630667 [ 197 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2658 rows starting from the beginning of the part
8922 2024.10.16 19:59:22.630689 [ 3 ] {a6e450c6-030d-4e6c-a3a4-b2c4df55c390} <Debug> DynamicQueryHandler: Done processing query
8923 2024.10.16 19:59:22.630884 [ 3 ] {a6e450c6-030d-4e6c-a3a4-b2c4df55c390} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8924 2024.10.16 19:59:22.631110 [ 3 ] {} <Debug> HTTP-Session: c2907a60-bf05-425b-b052-b93cc63de8f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8925 2024.10.16 19:59:22.631247 [ 197 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part
8926 2024.10.16 19:59:22.631695 [ 197 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part
8927 2024.10.16 19:59:22.632024 [ 197 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 46 rows starting from the beginning of the part
8928 2024.10.16 19:59:22.632263 [ 197 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part
8929 2024.10.16 19:59:22.632512 [ 197 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part
8930 2024.10.16 19:59:22.634583 [ 201 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2942 rows, containing 4 columns (4 merged, 0 gathered) in 0.005707401 sec., 515471.05241072073 rows/sec., 33.66 MiB/sec.
8931 2024.10.16 19:59:22.634889 [ 186 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15332 rows, containing 5 columns (5 merged, 0 gathered) in 0.013460489 sec., 1139037.3707819975 rows/sec., 76.92 MiB/sec.
8932 2024.10.16 19:59:22.634992 [ 201 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8933 2024.10.16 19:59:22.635469 [ 186 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8934 2024.10.16 19:59:22.635479 [ 201 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_51_10} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8935 2024.10.16 19:59:22.635688 [ 201 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_51_10} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8936 2024.10.16 19:59:22.635836 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
8937 2024.10.16 19:59:22.636138 [ 186 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8938 2024.10.16 19:59:22.636240 [ 186 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8939 2024.10.16 19:59:22.636332 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB.
8940 2024.10.16 19:59:25.308979 [ 27 ] {} <Debug> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0
8941 2024.10.16 19:59:25.309050 [ 27 ] {} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8942 2024.10.16 19:59:25.309076 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8943 2024.10.16 19:59:25.309248 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full
8944 2024.10.16 19:59:25.309443 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8945 2024.10.16 19:59:25.309486 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part
8946 2024.10.16 19:59:25.309576 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
8947 2024.10.16 19:59:25.309809 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
8948 2024.10.16 19:59:25.310043 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
8949 2024.10.16 19:59:25.310192 [ 196 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
8950 2024.10.16 19:59:25.311275 [ 201 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.002120468 sec., 8960.286125515688 rows/sec., 603.77 KiB/sec.
8951 2024.10.16 19:59:25.311502 [ 200 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
8952 2024.10.16 19:59:25.312062 [ 200 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_19_4} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8953 2024.10.16 19:59:25.312158 [ 200 ] {14d0de94-be64-4112-822e-8c07a0d8a024::all_1_19_4} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4
8954 2024.10.16 19:59:25.312266 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
8955 2024.10.16 19:59:25.936879 [ 26 ] {} <Debug> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0
8956 2024.10.16 19:59:25.936957 [ 26 ] {} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8957 2024.10.16 19:59:25.936979 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8958 2024.10.16 19:59:25.937168 [ 196 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full
8959 2024.10.16 19:59:25.937467 [ 196 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8960 2024.10.16 19:59:25.937503 [ 196 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 242 rows starting from the beginning of the part
8961 2024.10.16 19:59:25.937585 [ 196 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 242 rows starting from the beginning of the part
8962 2024.10.16 19:59:25.937791 [ 196 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
8963 2024.10.16 19:59:25.938085 [ 196 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
8964 2024.10.16 19:59:25.938261 [ 196 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 242 rows starting from the beginning of the part
8965 2024.10.16 19:59:25.939481 [ 200 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002436785 sec., 309424.0977353357 rows/sec., 20.99 MiB/sec.
8966 2024.10.16 19:59:25.939683 [ 200 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
8967 2024.10.16 19:59:25.940179 [ 200 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_19_4} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8968 2024.10.16 19:59:25.940273 [ 200 ] {e4ab983b-f09f-4eba-813f-550da9deaa69::all_1_19_4} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4
8969 2024.10.16 19:59:25.940378 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
8970 2024.10.16 19:59:26.040376 [ 26 ] {} <Debug> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0
8971 2024.10.16 19:59:26.040427 [ 26 ] {} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8972 2024.10.16 19:59:26.040453 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8973 2024.10.16 19:59:26.040628 [ 188 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full
8974 2024.10.16 19:59:26.040890 [ 188 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8975 2024.10.16 19:59:26.040926 [ 188 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part
8976 2024.10.16 19:59:26.040995 [ 188 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
8977 2024.10.16 19:59:26.041224 [ 188 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
8978 2024.10.16 19:59:26.041349 [ 188 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
8979 2024.10.16 19:59:26.041567 [ 188 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
8980 2024.10.16 19:59:26.042701 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.00218428 sec., 52191.11102972147 rows/sec., 2.66 MiB/sec.
8981 2024.10.16 19:59:26.042919 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
8982 2024.10.16 19:59:26.043419 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_19_4} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8983 2024.10.16 19:59:26.043521 [ 194 ] {ab045830-a919-48fa-9c24-cab1b770e73f::all_1_19_4} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4
8984 2024.10.16 19:59:26.043625 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8985 2024.10.16 19:59:27.610212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8986 2024.10.16 19:59:27.610327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8987 2024.10.16 19:59:27.610352 [ 3 ] {} <Debug> HTTP-Session: ce27d38c-81d7-40a7-93fc-04cc5f9012ac Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
8988 2024.10.16 19:59:27.610377 [ 3 ] {} <Debug> HTTP-Session: ce27d38c-81d7-40a7-93fc-04cc5f9012ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8989 2024.10.16 19:59:27.610393 [ 3 ] {} <Debug> HTTP-Session: ce27d38c-81d7-40a7-93fc-04cc5f9012ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8990 2024.10.16 19:59:27.610441 [ 3 ] {} <Trace> HTTP-Session: ce27d38c-81d7-40a7-93fc-04cc5f9012ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8991 2024.10.16 19:59:27.610706 [ 3 ] {26d9d191-e459-4b3a-a896-0891c51daaa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8992 2024.10.16 19:59:27.610775 [ 3 ] {26d9d191-e459-4b3a-a896-0891c51daaa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8993 2024.10.16 19:59:27.611114 [ 3 ] {26d9d191-e459-4b3a-a896-0891c51daaa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8994 2024.10.16 19:59:27.611746 [ 3 ] {26d9d191-e459-4b3a-a896-0891c51daaa9} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8995 2024.10.16 19:59:27.611793 [ 3 ] {26d9d191-e459-4b3a-a896-0891c51daaa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
8996 2024.10.16 19:59:27.612236 [ 3 ] {26d9d191-e459-4b3a-a896-0891c51daaa9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8997 2024.10.16 19:59:27.612641 [ 3 ] {26d9d191-e459-4b3a-a896-0891c51daaa9} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8998 2024.10.16 19:59:27.612816 [ 3 ] {26d9d191-e459-4b3a-a896-0891c51daaa9} <Debug> executeQuery: Read 267 rows, 24.26 KiB in 0.002226 sec., 119946.09164420485 rows/sec., 10.64 MiB/sec.
8999 2024.10.16 19:59:27.613062 [ 3 ] {26d9d191-e459-4b3a-a896-0891c51daaa9} <Debug> DynamicQueryHandler: Done processing query
9000 2024.10.16 19:59:27.613092 [ 3 ] {26d9d191-e459-4b3a-a896-0891c51daaa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
9001 2024.10.16 19:59:27.613109 [ 3 ] {} <Debug> HTTP-Session: ce27d38c-81d7-40a7-93fc-04cc5f9012ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9002 2024.10.16 19:59:27.613294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9003 2024.10.16 19:59:27.613349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9004 2024.10.16 19:59:27.613369 [ 3 ] {} <Debug> HTTP-Session: 1674b80c-9201-4c59-be2e-9a6a6520a9b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9005 2024.10.16 19:59:27.613388 [ 3 ] {} <Debug> HTTP-Session: 1674b80c-9201-4c59-be2e-9a6a6520a9b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9006 2024.10.16 19:59:27.613402 [ 3 ] {} <Debug> HTTP-Session: 1674b80c-9201-4c59-be2e-9a6a6520a9b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9007 2024.10.16 19:59:27.613437 [ 3 ] {} <Trace> HTTP-Session: 1674b80c-9201-4c59-be2e-9a6a6520a9b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9008 2024.10.16 19:59:27.613584 [ 3 ] {bd4e559b-4379-4836-a3eb-056fc21a3910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9009 2024.10.16 19:59:27.613649 [ 3 ] {bd4e559b-4379-4836-a3eb-056fc21a3910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9010 2024.10.16 19:59:27.613908 [ 3 ] {bd4e559b-4379-4836-a3eb-056fc21a3910} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9011 2024.10.16 19:59:27.614272 [ 3 ] {bd4e559b-4379-4836-a3eb-056fc21a3910} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9012 2024.10.16 19:59:27.614310 [ 3 ] {bd4e559b-4379-4836-a3eb-056fc21a3910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9013 2024.10.16 19:59:27.614672 [ 3 ] {bd4e559b-4379-4836-a3eb-056fc21a3910} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9014 2024.10.16 19:59:27.615053 [ 3 ] {bd4e559b-4379-4836-a3eb-056fc21a3910} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9015 2024.10.16 19:59:27.615215 [ 3 ] {bd4e559b-4379-4836-a3eb-056fc21a3910} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001663 sec., 23451.593505712568 rows/sec., 1.72 MiB/sec.
9016 2024.10.16 19:59:27.615226 [ 58 ] {} <Debug> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
9017 2024.10.16 19:59:27.615316 [ 58 ] {} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9018 2024.10.16 19:59:27.615368 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9019 2024.10.16 19:59:27.615532 [ 3 ] {bd4e559b-4379-4836-a3eb-056fc21a3910} <Debug> DynamicQueryHandler: Done processing query
9020 2024.10.16 19:59:27.615569 [ 3 ] {bd4e559b-4379-4836-a3eb-056fc21a3910} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9021 2024.10.16 19:59:27.615586 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::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
9022 2024.10.16 19:59:27.615600 [ 3 ] {} <Debug> HTTP-Session: 1674b80c-9201-4c59-be2e-9a6a6520a9b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9023 2024.10.16 19:59:27.615836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9024 2024.10.16 19:59:27.615867 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9025 2024.10.16 19:59:27.615945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9026 2024.10.16 19:59:27.615952 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::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
9027 2024.10.16 19:59:27.615988 [ 3 ] {} <Debug> HTTP-Session: 136b1e86-33e8-4ab0-9758-f2e6b926217a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9028 2024.10.16 19:59:27.616029 [ 3 ] {} <Debug> HTTP-Session: 136b1e86-33e8-4ab0-9758-f2e6b926217a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9029 2024.10.16 19:59:27.616083 [ 3 ] {} <Debug> HTTP-Session: 136b1e86-33e8-4ab0-9758-f2e6b926217a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9030 2024.10.16 19:59:27.616228 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part
9031 2024.10.16 19:59:27.616251 [ 3 ] {} <Trace> HTTP-Session: 136b1e86-33e8-4ab0-9758-f2e6b926217a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9032 2024.10.16 19:59:27.616523 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part
9033 2024.10.16 19:59:27.616653 [ 3 ] {cec1da80-ddf4-4063-b198-4f183dd76d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9034 2024.10.16 19:59:27.616854 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
9035 2024.10.16 19:59:27.616905 [ 3 ] {cec1da80-ddf4-4063-b198-4f183dd76d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9036 2024.10.16 19:59:27.617369 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 33 rows starting from the beginning of the part
9037 2024.10.16 19:59:27.617649 [ 200 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part
9038 2024.10.16 19:59:27.618526 [ 3 ] {cec1da80-ddf4-4063-b198-4f183dd76d90} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9039 2024.10.16 19:59:27.619431 [ 3 ] {cec1da80-ddf4-4063-b198-4f183dd76d90} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9040 2024.10.16 19:59:27.619496 [ 3 ] {cec1da80-ddf4-4063-b198-4f183dd76d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9041 2024.10.16 19:59:27.620520 [ 3 ] {cec1da80-ddf4-4063-b198-4f183dd76d90} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9042 2024.10.16 19:59:27.620752 [ 194 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.005281201 sec., 34083.15646384222 rows/sec., 2.61 MiB/sec.
9043 2024.10.16 19:59:27.621090 [ 194 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
9044 2024.10.16 19:59:27.621298 [ 3 ] {cec1da80-ddf4-4063-b198-4f183dd76d90} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9045 2024.10.16 19:59:27.621706 [ 3 ] {cec1da80-ddf4-4063-b198-4f183dd76d90} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005173 sec., 2706.3599458728013 rows/sec., 189.54 KiB/sec.
9046 2024.10.16 19:59:27.622172 [ 3 ] {cec1da80-ddf4-4063-b198-4f183dd76d90} <Debug> DynamicQueryHandler: Done processing query
9047 2024.10.16 19:59:27.622232 [ 3 ] {cec1da80-ddf4-4063-b198-4f183dd76d90} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9048 2024.10.16 19:59:27.622275 [ 3 ] {} <Debug> HTTP-Session: 136b1e86-33e8-4ab0-9758-f2e6b926217a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9049 2024.10.16 19:59:27.622288 [ 194 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_31_6} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9050 2024.10.16 19:59:27.622419 [ 194 ] {7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a::all_1_31_6} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
9051 2024.10.16 19:59:27.622442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9052 2024.10.16 19:59:27.622547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9053 2024.10.16 19:59:27.622586 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9054 2024.10.16 19:59:27.622597 [ 3 ] {} <Debug> HTTP-Session: 6bb1e7b5-c9d2-4e9a-822f-89cad55b186b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9055 2024.10.16 19:59:27.622641 [ 3 ] {} <Debug> HTTP-Session: 6bb1e7b5-c9d2-4e9a-822f-89cad55b186b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9056 2024.10.16 19:59:27.622657 [ 3 ] {} <Debug> HTTP-Session: 6bb1e7b5-c9d2-4e9a-822f-89cad55b186b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9057 2024.10.16 19:59:27.622694 [ 3 ] {} <Trace> HTTP-Session: 6bb1e7b5-c9d2-4e9a-822f-89cad55b186b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9058 2024.10.16 19:59:27.622809 [ 3 ] {7fa53211-c50d-405a-91f1-95c8fad53aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9059 2024.10.16 19:59:27.622856 [ 3 ] {7fa53211-c50d-405a-91f1-95c8fad53aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9060 2024.10.16 19:59:27.623115 [ 3 ] {7fa53211-c50d-405a-91f1-95c8fad53aec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9061 2024.10.16 19:59:27.623446 [ 3 ] {7fa53211-c50d-405a-91f1-95c8fad53aec} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9062 2024.10.16 19:59:27.623483 [ 3 ] {7fa53211-c50d-405a-91f1-95c8fad53aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9063 2024.10.16 19:59:27.623858 [ 3 ] {7fa53211-c50d-405a-91f1-95c8fad53aec} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9064 2024.10.16 19:59:27.624236 [ 3 ] {7fa53211-c50d-405a-91f1-95c8fad53aec} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9065 2024.10.16 19:59:27.624405 [ 3 ] {7fa53211-c50d-405a-91f1-95c8fad53aec} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001619 sec., 3705.9913526868436 rows/sec., 218.96 KiB/sec.
9066 2024.10.16 19:59:27.624576 [ 3 ] {7fa53211-c50d-405a-91f1-95c8fad53aec} <Debug> DynamicQueryHandler: Done processing query
9067 2024.10.16 19:59:27.624600 [ 3 ] {7fa53211-c50d-405a-91f1-95c8fad53aec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9068 2024.10.16 19:59:27.624617 [ 3 ] {} <Debug> HTTP-Session: 6bb1e7b5-c9d2-4e9a-822f-89cad55b186b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9069 2024.10.16 19:59:27.624806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9070 2024.10.16 19:59:27.624856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9071 2024.10.16 19:59:27.624875 [ 3 ] {} <Debug> HTTP-Session: f3c0e72c-9e9e-4ab1-b28a-953e509400b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9072 2024.10.16 19:59:27.624891 [ 3 ] {} <Debug> HTTP-Session: f3c0e72c-9e9e-4ab1-b28a-953e509400b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9073 2024.10.16 19:59:27.624904 [ 3 ] {} <Debug> HTTP-Session: f3c0e72c-9e9e-4ab1-b28a-953e509400b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9074 2024.10.16 19:59:27.624935 [ 3 ] {} <Trace> HTTP-Session: f3c0e72c-9e9e-4ab1-b28a-953e509400b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9075 2024.10.16 19:59:27.625157 [ 3 ] {b5ad40d6-fe5b-454f-bcf5-8ab1f1589c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9076 2024.10.16 19:59:27.625202 [ 3 ] {b5ad40d6-fe5b-454f-bcf5-8ab1f1589c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9077 2024.10.16 19:59:27.625430 [ 3 ] {b5ad40d6-fe5b-454f-bcf5-8ab1f1589c21} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9078 2024.10.16 19:59:27.625978 [ 3 ] {b5ad40d6-fe5b-454f-bcf5-8ab1f1589c21} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9079 2024.10.16 19:59:27.626015 [ 3 ] {b5ad40d6-fe5b-454f-bcf5-8ab1f1589c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9080 2024.10.16 19:59:27.626395 [ 3 ] {b5ad40d6-fe5b-454f-bcf5-8ab1f1589c21} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9081 2024.10.16 19:59:27.626761 [ 3 ] {b5ad40d6-fe5b-454f-bcf5-8ab1f1589c21} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9082 2024.10.16 19:59:27.626917 [ 3 ] {b5ad40d6-fe5b-454f-bcf5-8ab1f1589c21} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001872 sec., 224893.1623931624 rows/sec., 16.07 MiB/sec.
9083 2024.10.16 19:59:27.627078 [ 3 ] {b5ad40d6-fe5b-454f-bcf5-8ab1f1589c21} <Debug> DynamicQueryHandler: Done processing query
9084 2024.10.16 19:59:27.627103 [ 3 ] {b5ad40d6-fe5b-454f-bcf5-8ab1f1589c21} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
9085 2024.10.16 19:59:27.627120 [ 3 ] {} <Debug> HTTP-Session: f3c0e72c-9e9e-4ab1-b28a-953e509400b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9086 2024.10.16 19:59:27.627252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9087 2024.10.16 19:59:27.627300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9088 2024.10.16 19:59:27.627320 [ 3 ] {} <Debug> HTTP-Session: 3e56337f-82da-48f6-93cf-93f77e4f0a22 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9089 2024.10.16 19:59:27.627336 [ 3 ] {} <Debug> HTTP-Session: 3e56337f-82da-48f6-93cf-93f77e4f0a22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9090 2024.10.16 19:59:27.627349 [ 3 ] {} <Debug> HTTP-Session: 3e56337f-82da-48f6-93cf-93f77e4f0a22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9091 2024.10.16 19:59:27.627380 [ 3 ] {} <Trace> HTTP-Session: 3e56337f-82da-48f6-93cf-93f77e4f0a22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9092 2024.10.16 19:59:27.627474 [ 3 ] {ffc64f87-7097-44dc-80ba-f1783f23e969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9093 2024.10.16 19:59:27.627528 [ 3 ] {ffc64f87-7097-44dc-80ba-f1783f23e969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9094 2024.10.16 19:59:27.627660 [ 3 ] {ffc64f87-7097-44dc-80ba-f1783f23e969} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9095 2024.10.16 19:59:27.627974 [ 3 ] {ffc64f87-7097-44dc-80ba-f1783f23e969} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9096 2024.10.16 19:59:27.628011 [ 3 ] {ffc64f87-7097-44dc-80ba-f1783f23e969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9097 2024.10.16 19:59:27.628367 [ 3 ] {ffc64f87-7097-44dc-80ba-f1783f23e969} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9098 2024.10.16 19:59:27.628704 [ 3 ] {ffc64f87-7097-44dc-80ba-f1783f23e969} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9099 2024.10.16 19:59:27.628855 [ 3 ] {ffc64f87-7097-44dc-80ba-f1783f23e969} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 223.75 KiB/sec.
9100 2024.10.16 19:59:27.629025 [ 3 ] {ffc64f87-7097-44dc-80ba-f1783f23e969} <Debug> DynamicQueryHandler: Done processing query
9101 2024.10.16 19:59:27.629050 [ 3 ] {ffc64f87-7097-44dc-80ba-f1783f23e969} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9102 2024.10.16 19:59:27.629066 [ 3 ] {} <Debug> HTTP-Session: 3e56337f-82da-48f6-93cf-93f77e4f0a22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9103 2024.10.16 19:59:27.629225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9104 2024.10.16 19:59:27.629274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9105 2024.10.16 19:59:27.629293 [ 3 ] {} <Debug> HTTP-Session: e99523c8-7b78-4f4c-8ff7-a1562d4bdb6c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9106 2024.10.16 19:59:27.629309 [ 3 ] {} <Debug> HTTP-Session: e99523c8-7b78-4f4c-8ff7-a1562d4bdb6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9107 2024.10.16 19:59:27.629322 [ 3 ] {} <Debug> HTTP-Session: e99523c8-7b78-4f4c-8ff7-a1562d4bdb6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9108 2024.10.16 19:59:27.629353 [ 3 ] {} <Trace> HTTP-Session: e99523c8-7b78-4f4c-8ff7-a1562d4bdb6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9109 2024.10.16 19:59:27.629516 [ 3 ] {8c476cae-9953-4ef7-9f2d-dc6220d06ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9110 2024.10.16 19:59:27.629563 [ 3 ] {8c476cae-9953-4ef7-9f2d-dc6220d06ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9111 2024.10.16 19:59:27.629706 [ 3 ] {8c476cae-9953-4ef7-9f2d-dc6220d06ac4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9112 2024.10.16 19:59:27.630150 [ 3 ] {8c476cae-9953-4ef7-9f2d-dc6220d06ac4} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9113 2024.10.16 19:59:27.630186 [ 3 ] {8c476cae-9953-4ef7-9f2d-dc6220d06ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9114 2024.10.16 19:59:27.630572 [ 3 ] {8c476cae-9953-4ef7-9f2d-dc6220d06ac4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9115 2024.10.16 19:59:27.630917 [ 3 ] {8c476cae-9953-4ef7-9f2d-dc6220d06ac4} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9116 2024.10.16 19:59:27.631069 [ 3 ] {8c476cae-9953-4ef7-9f2d-dc6220d06ac4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001634 sec., 145042.83965728275 rows/sec., 9.72 MiB/sec.
9117 2024.10.16 19:59:27.631238 [ 3 ] {8c476cae-9953-4ef7-9f2d-dc6220d06ac4} <Debug> DynamicQueryHandler: Done processing query
9118 2024.10.16 19:59:27.631262 [ 3 ] {8c476cae-9953-4ef7-9f2d-dc6220d06ac4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9119 2024.10.16 19:59:27.631279 [ 3 ] {} <Debug> HTTP-Session: e99523c8-7b78-4f4c-8ff7-a1562d4bdb6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9120 2024.10.16 19:59:27.631395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9121 2024.10.16 19:59:27.631443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9122 2024.10.16 19:59:27.631462 [ 3 ] {} <Debug> HTTP-Session: 53b235c0-7c9b-402f-8e0f-73fb8c9b8963 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9123 2024.10.16 19:59:27.631478 [ 3 ] {} <Debug> HTTP-Session: 53b235c0-7c9b-402f-8e0f-73fb8c9b8963 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9124 2024.10.16 19:59:27.631492 [ 3 ] {} <Debug> HTTP-Session: 53b235c0-7c9b-402f-8e0f-73fb8c9b8963 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9125 2024.10.16 19:59:27.631522 [ 3 ] {} <Trace> HTTP-Session: 53b235c0-7c9b-402f-8e0f-73fb8c9b8963 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9126 2024.10.16 19:59:27.631613 [ 3 ] {0048b1f1-27ff-4718-a86c-81f877096f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9127 2024.10.16 19:59:27.631658 [ 3 ] {0048b1f1-27ff-4718-a86c-81f877096f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9128 2024.10.16 19:59:27.631786 [ 3 ] {0048b1f1-27ff-4718-a86c-81f877096f2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9129 2024.10.16 19:59:27.632053 [ 3 ] {0048b1f1-27ff-4718-a86c-81f877096f2a} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9130 2024.10.16 19:59:27.632088 [ 3 ] {0048b1f1-27ff-4718-a86c-81f877096f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9131 2024.10.16 19:59:27.632437 [ 3 ] {0048b1f1-27ff-4718-a86c-81f877096f2a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9132 2024.10.16 19:59:27.632756 [ 3 ] {0048b1f1-27ff-4718-a86c-81f877096f2a} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9133 2024.10.16 19:59:27.632920 [ 3 ] {0048b1f1-27ff-4718-a86c-81f877096f2a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001327 sec., 753.5795026375282 rows/sec., 50.78 KiB/sec.
9134 2024.10.16 19:59:27.633245 [ 3 ] {0048b1f1-27ff-4718-a86c-81f877096f2a} <Debug> DynamicQueryHandler: Done processing query
9135 2024.10.16 19:59:27.633271 [ 3 ] {0048b1f1-27ff-4718-a86c-81f877096f2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9136 2024.10.16 19:59:27.633288 [ 3 ] {} <Debug> HTTP-Session: 53b235c0-7c9b-402f-8e0f-73fb8c9b8963 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9137 2024.10.16 19:59:27.633438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 65175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9138 2024.10.16 19:59:27.633487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9139 2024.10.16 19:59:27.633506 [ 3 ] {} <Debug> HTTP-Session: c7365a43-dd1c-4215-85ba-17104805cb9b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9140 2024.10.16 19:59:27.633522 [ 3 ] {} <Debug> HTTP-Session: c7365a43-dd1c-4215-85ba-17104805cb9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9141 2024.10.16 19:59:27.633536 [ 3 ] {} <Debug> HTTP-Session: c7365a43-dd1c-4215-85ba-17104805cb9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9142 2024.10.16 19:59:27.633566 [ 3 ] {} <Trace> HTTP-Session: c7365a43-dd1c-4215-85ba-17104805cb9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9143 2024.10.16 19:59:27.634080 [ 3 ] {aefe1af8-1bd7-461b-a6da-72922e0c51b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9144 2024.10.16 19:59:27.634152 [ 3 ] {aefe1af8-1bd7-461b-a6da-72922e0c51b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9145 2024.10.16 19:59:27.634611 [ 3 ] {aefe1af8-1bd7-461b-a6da-72922e0c51b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9146 2024.10.16 19:59:27.635400 [ 3 ] {aefe1af8-1bd7-461b-a6da-72922e0c51b4} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9147 2024.10.16 19:59:27.635437 [ 3 ] {aefe1af8-1bd7-461b-a6da-72922e0c51b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9148 2024.10.16 19:59:27.636087 [ 3 ] {aefe1af8-1bd7-461b-a6da-72922e0c51b4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9149 2024.10.16 19:59:27.636510 [ 3 ] {aefe1af8-1bd7-461b-a6da-72922e0c51b4} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9150 2024.10.16 19:59:27.636687 [ 3 ] {aefe1af8-1bd7-461b-a6da-72922e0c51b4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003033 sec., 12858.555885262116 rows/sec., 23.04 MiB/sec.
9151 2024.10.16 19:59:27.636909 [ 3 ] {aefe1af8-1bd7-461b-a6da-72922e0c51b4} <Debug> DynamicQueryHandler: Done processing query
9152 2024.10.16 19:59:27.636933 [ 3 ] {aefe1af8-1bd7-461b-a6da-72922e0c51b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
9153 2024.10.16 19:59:27.636949 [ 3 ] {} <Debug> HTTP-Session: c7365a43-dd1c-4215-85ba-17104805cb9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9154 2024.10.16 19:59:27.637094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9155 2024.10.16 19:59:27.637154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9156 2024.10.16 19:59:27.637175 [ 3 ] {} <Debug> HTTP-Session: cb5eab27-e0f0-404b-8125-13990d598914 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9157 2024.10.16 19:59:27.637192 [ 3 ] {} <Debug> HTTP-Session: cb5eab27-e0f0-404b-8125-13990d598914 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9158 2024.10.16 19:59:27.637206 [ 3 ] {} <Debug> HTTP-Session: cb5eab27-e0f0-404b-8125-13990d598914 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9159 2024.10.16 19:59:27.637236 [ 3 ] {} <Trace> HTTP-Session: cb5eab27-e0f0-404b-8125-13990d598914 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9160 2024.10.16 19:59:27.637389 [ 3 ] {fccfb420-ad05-4aea-8eae-5d80e16865f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9161 2024.10.16 19:59:27.637433 [ 3 ] {fccfb420-ad05-4aea-8eae-5d80e16865f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9162 2024.10.16 19:59:27.637563 [ 3 ] {fccfb420-ad05-4aea-8eae-5d80e16865f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9163 2024.10.16 19:59:27.637892 [ 3 ] {fccfb420-ad05-4aea-8eae-5d80e16865f2} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9164 2024.10.16 19:59:27.637928 [ 3 ] {fccfb420-ad05-4aea-8eae-5d80e16865f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9165 2024.10.16 19:59:27.638293 [ 3 ] {fccfb420-ad05-4aea-8eae-5d80e16865f2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9166 2024.10.16 19:59:27.638622 [ 3 ] {fccfb420-ad05-4aea-8eae-5d80e16865f2} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9167 2024.10.16 19:59:27.638772 [ 3 ] {fccfb420-ad05-4aea-8eae-5d80e16865f2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec.
9168 2024.10.16 19:59:27.638967 [ 3 ] {fccfb420-ad05-4aea-8eae-5d80e16865f2} <Debug> DynamicQueryHandler: Done processing query
9169 2024.10.16 19:59:27.639004 [ 3 ] {fccfb420-ad05-4aea-8eae-5d80e16865f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9170 2024.10.16 19:59:27.639028 [ 3 ] {} <Debug> HTTP-Session: cb5eab27-e0f0-404b-8125-13990d598914 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9171 2024.10.16 19:59:31.424473 [ 16 ] {} <Debug> DNSResolver: Updating DNS cache
9172 2024.10.16 19:59:31.424579 [ 16 ] {} <Debug> DNSResolver: Updated DNS cache
9173 2024.10.16 19:59:31.652118 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 908
9174 2024.10.16 19:59:31.654944 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9175 2024.10.16 19:59:31.655004 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9176 2024.10.16 19:59:31.656500 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
9177 2024.10.16 19:59:31.657508 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9178 2024.10.16 19:59:31.658740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 908
9179 2024.10.16 19:59:32.001376 [ 245 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001004113 sec.
9180 2024.10.16 19:59:32.603831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9181 2024.10.16 19:59:32.604002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9182 2024.10.16 19:59:32.604055 [ 3 ] {} <Debug> HTTP-Session: 033d75b1-1db4-49a6-927b-5bf1cdc2124d Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9183 2024.10.16 19:59:32.604099 [ 3 ] {} <Debug> HTTP-Session: 033d75b1-1db4-49a6-927b-5bf1cdc2124d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9184 2024.10.16 19:59:32.604128 [ 3 ] {} <Debug> HTTP-Session: 033d75b1-1db4-49a6-927b-5bf1cdc2124d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9185 2024.10.16 19:59:32.604205 [ 3 ] {} <Trace> HTTP-Session: 033d75b1-1db4-49a6-927b-5bf1cdc2124d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9186 2024.10.16 19:59:32.604420 [ 3 ] {599b8ece-53fe-4d97-a4a1-0d28a6ebfc67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9187 2024.10.16 19:59:32.604483 [ 3 ] {599b8ece-53fe-4d97-a4a1-0d28a6ebfc67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9188 2024.10.16 19:59:32.604815 [ 3 ] {599b8ece-53fe-4d97-a4a1-0d28a6ebfc67} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9189 2024.10.16 19:59:32.605409 [ 3 ] {599b8ece-53fe-4d97-a4a1-0d28a6ebfc67} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9190 2024.10.16 19:59:32.605451 [ 3 ] {599b8ece-53fe-4d97-a4a1-0d28a6ebfc67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9191 2024.10.16 19:59:32.605883 [ 3 ] {599b8ece-53fe-4d97-a4a1-0d28a6ebfc67} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9192 2024.10.16 19:59:32.606285 [ 3 ] {599b8ece-53fe-4d97-a4a1-0d28a6ebfc67} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9193 2024.10.16 19:59:32.606432 [ 3 ] {599b8ece-53fe-4d97-a4a1-0d28a6ebfc67} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002078 sec., 26948.989412897015 rows/sec., 2.06 MiB/sec.
9194 2024.10.16 19:59:32.606651 [ 3 ] {599b8ece-53fe-4d97-a4a1-0d28a6ebfc67} <Debug> DynamicQueryHandler: Done processing query
9195 2024.10.16 19:59:32.606678 [ 3 ] {599b8ece-53fe-4d97-a4a1-0d28a6ebfc67} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9196 2024.10.16 19:59:32.606694 [ 3 ] {} <Debug> HTTP-Session: 033d75b1-1db4-49a6-927b-5bf1cdc2124d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9197 2024.10.16 19:59:32.606830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9198 2024.10.16 19:59:32.606886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9199 2024.10.16 19:59:32.606905 [ 3 ] {} <Debug> HTTP-Session: c6d0b8f9-c8dc-4525-a765-5bc2f9edfacd Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9200 2024.10.16 19:59:32.606924 [ 3 ] {} <Debug> HTTP-Session: c6d0b8f9-c8dc-4525-a765-5bc2f9edfacd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9201 2024.10.16 19:59:32.606938 [ 3 ] {} <Debug> HTTP-Session: c6d0b8f9-c8dc-4525-a765-5bc2f9edfacd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9202 2024.10.16 19:59:32.606972 [ 3 ] {} <Trace> HTTP-Session: c6d0b8f9-c8dc-4525-a765-5bc2f9edfacd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9203 2024.10.16 19:59:32.607097 [ 3 ] {223b7894-8123-4e3f-9fec-ff4ad929c712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9204 2024.10.16 19:59:32.607144 [ 3 ] {223b7894-8123-4e3f-9fec-ff4ad929c712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9205 2024.10.16 19:59:32.607379 [ 3 ] {223b7894-8123-4e3f-9fec-ff4ad929c712} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9206 2024.10.16 19:59:32.607813 [ 3 ] {223b7894-8123-4e3f-9fec-ff4ad929c712} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9207 2024.10.16 19:59:32.607849 [ 3 ] {223b7894-8123-4e3f-9fec-ff4ad929c712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9208 2024.10.16 19:59:32.608227 [ 3 ] {223b7894-8123-4e3f-9fec-ff4ad929c712} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9209 2024.10.16 19:59:32.608597 [ 3 ] {223b7894-8123-4e3f-9fec-ff4ad929c712} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9210 2024.10.16 19:59:32.608728 [ 3 ] {223b7894-8123-4e3f-9fec-ff4ad929c712} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001675 sec., 38208.9552238806 rows/sec., 2.98 MiB/sec.
9211 2024.10.16 19:59:32.609021 [ 3 ] {223b7894-8123-4e3f-9fec-ff4ad929c712} <Debug> DynamicQueryHandler: Done processing query
9212 2024.10.16 19:59:32.609079 [ 3 ] {223b7894-8123-4e3f-9fec-ff4ad929c712} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9213 2024.10.16 19:59:32.609134 [ 3 ] {} <Debug> HTTP-Session: c6d0b8f9-c8dc-4525-a765-5bc2f9edfacd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9214 2024.10.16 19:59:32.609359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9215 2024.10.16 19:59:32.609413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9216 2024.10.16 19:59:32.609433 [ 3 ] {} <Debug> HTTP-Session: 94e1e8c3-a75a-4d15-9e3a-215583313074 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9217 2024.10.16 19:59:32.609450 [ 3 ] {} <Debug> HTTP-Session: 94e1e8c3-a75a-4d15-9e3a-215583313074 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9218 2024.10.16 19:59:32.609464 [ 3 ] {} <Debug> HTTP-Session: 94e1e8c3-a75a-4d15-9e3a-215583313074 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9219 2024.10.16 19:59:32.609498 [ 3 ] {} <Trace> HTTP-Session: 94e1e8c3-a75a-4d15-9e3a-215583313074 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9220 2024.10.16 19:59:32.609655 [ 3 ] {ed15db2d-78eb-4f8f-bb96-ee8cb1662eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9221 2024.10.16 19:59:32.609706 [ 3 ] {ed15db2d-78eb-4f8f-bb96-ee8cb1662eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9222 2024.10.16 19:59:32.609866 [ 3 ] {ed15db2d-78eb-4f8f-bb96-ee8cb1662eb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9223 2024.10.16 19:59:32.610299 [ 3 ] {ed15db2d-78eb-4f8f-bb96-ee8cb1662eb3} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9224 2024.10.16 19:59:32.610334 [ 3 ] {ed15db2d-78eb-4f8f-bb96-ee8cb1662eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9225 2024.10.16 19:59:32.610724 [ 3 ] {ed15db2d-78eb-4f8f-bb96-ee8cb1662eb3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9226 2024.10.16 19:59:32.611067 [ 3 ] {ed15db2d-78eb-4f8f-bb96-ee8cb1662eb3} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9227 2024.10.16 19:59:32.611198 [ 3 ] {ed15db2d-78eb-4f8f-bb96-ee8cb1662eb3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec.
9228 2024.10.16 19:59:32.611368 [ 3 ] {ed15db2d-78eb-4f8f-bb96-ee8cb1662eb3} <Debug> DynamicQueryHandler: Done processing query
9229 2024.10.16 19:59:32.611392 [ 3 ] {ed15db2d-78eb-4f8f-bb96-ee8cb1662eb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9230 2024.10.16 19:59:32.611409 [ 3 ] {} <Debug> HTTP-Session: 94e1e8c3-a75a-4d15-9e3a-215583313074 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9231 2024.10.16 19:59:32.611548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9232 2024.10.16 19:59:32.611598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9233 2024.10.16 19:59:32.611617 [ 3 ] {} <Debug> HTTP-Session: 445ad15c-8a2c-457d-9d7f-06bfd206010b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9234 2024.10.16 19:59:32.611633 [ 3 ] {} <Debug> HTTP-Session: 445ad15c-8a2c-457d-9d7f-06bfd206010b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9235 2024.10.16 19:59:32.611647 [ 3 ] {} <Debug> HTTP-Session: 445ad15c-8a2c-457d-9d7f-06bfd206010b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9236 2024.10.16 19:59:32.611677 [ 3 ] {} <Trace> HTTP-Session: 445ad15c-8a2c-457d-9d7f-06bfd206010b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9237 2024.10.16 19:59:32.611787 [ 3 ] {73f15f78-106d-454b-adef-73b6733ae763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9238 2024.10.16 19:59:32.611832 [ 3 ] {73f15f78-106d-454b-adef-73b6733ae763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9239 2024.10.16 19:59:32.611959 [ 3 ] {73f15f78-106d-454b-adef-73b6733ae763} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9240 2024.10.16 19:59:32.612366 [ 3 ] {73f15f78-106d-454b-adef-73b6733ae763} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9241 2024.10.16 19:59:32.612401 [ 3 ] {73f15f78-106d-454b-adef-73b6733ae763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9242 2024.10.16 19:59:32.612762 [ 3 ] {73f15f78-106d-454b-adef-73b6733ae763} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9243 2024.10.16 19:59:32.613099 [ 3 ] {73f15f78-106d-454b-adef-73b6733ae763} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9244 2024.10.16 19:59:32.613224 [ 3 ] {73f15f78-106d-454b-adef-73b6733ae763} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001474 sec., 40705.5630936228 rows/sec., 2.74 MiB/sec.
9245 2024.10.16 19:59:32.613385 [ 3 ] {73f15f78-106d-454b-adef-73b6733ae763} <Debug> DynamicQueryHandler: Done processing query
9246 2024.10.16 19:59:32.613409 [ 3 ] {73f15f78-106d-454b-adef-73b6733ae763} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9247 2024.10.16 19:59:32.613426 [ 3 ] {} <Debug> HTTP-Session: 445ad15c-8a2c-457d-9d7f-06bfd206010b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9248 2024.10.16 19:59:37.610576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9249 2024.10.16 19:59:37.610720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9250 2024.10.16 19:59:37.610750 [ 3 ] {} <Debug> HTTP-Session: 18a5dacf-9575-4f80-911e-c84988a54a47 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9251 2024.10.16 19:59:37.610779 [ 3 ] {} <Debug> HTTP-Session: 18a5dacf-9575-4f80-911e-c84988a54a47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9252 2024.10.16 19:59:37.610797 [ 3 ] {} <Debug> HTTP-Session: 18a5dacf-9575-4f80-911e-c84988a54a47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9253 2024.10.16 19:59:37.610854 [ 3 ] {} <Trace> HTTP-Session: 18a5dacf-9575-4f80-911e-c84988a54a47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9254 2024.10.16 19:59:37.611153 [ 3 ] {1619e91a-3b46-418d-83df-87054a41a6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9255 2024.10.16 19:59:37.611233 [ 3 ] {1619e91a-3b46-418d-83df-87054a41a6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9256 2024.10.16 19:59:37.611581 [ 3 ] {1619e91a-3b46-418d-83df-87054a41a6c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9257 2024.10.16 19:59:37.612313 [ 3 ] {1619e91a-3b46-418d-83df-87054a41a6c0} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9258 2024.10.16 19:59:37.612362 [ 3 ] {1619e91a-3b46-418d-83df-87054a41a6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9259 2024.10.16 19:59:37.612814 [ 3 ] {1619e91a-3b46-418d-83df-87054a41a6c0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9260 2024.10.16 19:59:37.613210 [ 3 ] {1619e91a-3b46-418d-83df-87054a41a6c0} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9261 2024.10.16 19:59:37.613390 [ 3 ] {1619e91a-3b46-418d-83df-87054a41a6c0} <Debug> executeQuery: Read 267 rows, 24.26 KiB in 0.002371 sec., 112610.71277941797 rows/sec., 9.99 MiB/sec.
9262 2024.10.16 19:59:37.613737 [ 3 ] {1619e91a-3b46-418d-83df-87054a41a6c0} <Debug> DynamicQueryHandler: Done processing query
9263 2024.10.16 19:59:37.613786 [ 3 ] {1619e91a-3b46-418d-83df-87054a41a6c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
9264 2024.10.16 19:59:37.613807 [ 3 ] {} <Debug> HTTP-Session: 18a5dacf-9575-4f80-911e-c84988a54a47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9265 2024.10.16 19:59:37.613974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9266 2024.10.16 19:59:37.614034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9267 2024.10.16 19:59:37.614054 [ 3 ] {} <Debug> HTTP-Session: 2b158779-1212-415d-8b6d-6e50c9700f0e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9268 2024.10.16 19:59:37.614078 [ 3 ] {} <Debug> HTTP-Session: 2b158779-1212-415d-8b6d-6e50c9700f0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9269 2024.10.16 19:59:37.614093 [ 3 ] {} <Debug> HTTP-Session: 2b158779-1212-415d-8b6d-6e50c9700f0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9270 2024.10.16 19:59:37.614128 [ 3 ] {} <Trace> HTTP-Session: 2b158779-1212-415d-8b6d-6e50c9700f0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9271 2024.10.16 19:59:37.614249 [ 3 ] {5c2be59e-c184-4a87-ae8e-db4a9b3e0314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9272 2024.10.16 19:59:37.614299 [ 3 ] {5c2be59e-c184-4a87-ae8e-db4a9b3e0314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9273 2024.10.16 19:59:37.614554 [ 3 ] {5c2be59e-c184-4a87-ae8e-db4a9b3e0314} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9274 2024.10.16 19:59:37.614922 [ 3 ] {5c2be59e-c184-4a87-ae8e-db4a9b3e0314} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9275 2024.10.16 19:59:37.614960 [ 3 ] {5c2be59e-c184-4a87-ae8e-db4a9b3e0314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9276 2024.10.16 19:59:37.615324 [ 3 ] {5c2be59e-c184-4a87-ae8e-db4a9b3e0314} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9277 2024.10.16 19:59:37.615691 [ 3 ] {5c2be59e-c184-4a87-ae8e-db4a9b3e0314} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9278 2024.10.16 19:59:37.615852 [ 3 ] {5c2be59e-c184-4a87-ae8e-db4a9b3e0314} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001639 sec., 23794.996949359363 rows/sec., 1.75 MiB/sec.
9279 2024.10.16 19:59:37.616169 [ 3 ] {5c2be59e-c184-4a87-ae8e-db4a9b3e0314} <Debug> DynamicQueryHandler: Done processing query
9280 2024.10.16 19:59:37.616200 [ 3 ] {5c2be59e-c184-4a87-ae8e-db4a9b3e0314} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9281 2024.10.16 19:59:37.616229 [ 3 ] {} <Debug> HTTP-Session: 2b158779-1212-415d-8b6d-6e50c9700f0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9282 2024.10.16 19:59:37.616362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9283 2024.10.16 19:59:37.616416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9284 2024.10.16 19:59:37.616436 [ 3 ] {} <Debug> HTTP-Session: 353bee8b-aebd-46e9-9bec-02bc58f762ce Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9285 2024.10.16 19:59:37.616454 [ 3 ] {} <Debug> HTTP-Session: 353bee8b-aebd-46e9-9bec-02bc58f762ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9286 2024.10.16 19:59:37.616469 [ 3 ] {} <Debug> HTTP-Session: 353bee8b-aebd-46e9-9bec-02bc58f762ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9287 2024.10.16 19:59:37.616501 [ 3 ] {} <Trace> HTTP-Session: 353bee8b-aebd-46e9-9bec-02bc58f762ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9288 2024.10.16 19:59:37.616609 [ 3 ] {608aea0e-df18-4d6d-b2d3-0402ccbea103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9289 2024.10.16 19:59:37.616655 [ 3 ] {608aea0e-df18-4d6d-b2d3-0402ccbea103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9290 2024.10.16 19:59:37.616904 [ 3 ] {608aea0e-df18-4d6d-b2d3-0402ccbea103} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9291 2024.10.16 19:59:37.617225 [ 3 ] {608aea0e-df18-4d6d-b2d3-0402ccbea103} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9292 2024.10.16 19:59:37.617262 [ 3 ] {608aea0e-df18-4d6d-b2d3-0402ccbea103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9293 2024.10.16 19:59:37.617622 [ 3 ] {608aea0e-df18-4d6d-b2d3-0402ccbea103} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9294 2024.10.16 19:59:37.617998 [ 3 ] {608aea0e-df18-4d6d-b2d3-0402ccbea103} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9295 2024.10.16 19:59:37.618165 [ 3 ] {608aea0e-df18-4d6d-b2d3-0402ccbea103} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001586 sec., 8827.238335435057 rows/sec., 618.20 KiB/sec.
9296 2024.10.16 19:59:37.618344 [ 3 ] {608aea0e-df18-4d6d-b2d3-0402ccbea103} <Debug> DynamicQueryHandler: Done processing query
9297 2024.10.16 19:59:37.618370 [ 3 ] {608aea0e-df18-4d6d-b2d3-0402ccbea103} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9298 2024.10.16 19:59:37.618386 [ 3 ] {} <Debug> HTTP-Session: 353bee8b-aebd-46e9-9bec-02bc58f762ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9299 2024.10.16 19:59:37.618501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9300 2024.10.16 19:59:37.618552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9301 2024.10.16 19:59:37.618570 [ 3 ] {} <Debug> HTTP-Session: d9309d75-ee3b-4301-817d-44b366ec6e15 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9302 2024.10.16 19:59:37.618587 [ 3 ] {} <Debug> HTTP-Session: d9309d75-ee3b-4301-817d-44b366ec6e15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9303 2024.10.16 19:59:37.618601 [ 3 ] {} <Debug> HTTP-Session: d9309d75-ee3b-4301-817d-44b366ec6e15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9304 2024.10.16 19:59:37.618632 [ 3 ] {} <Trace> HTTP-Session: d9309d75-ee3b-4301-817d-44b366ec6e15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9305 2024.10.16 19:59:37.618728 [ 3 ] {6861e338-54c3-4828-91cb-9c010860c18e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9306 2024.10.16 19:59:37.618772 [ 3 ] {6861e338-54c3-4828-91cb-9c010860c18e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9307 2024.10.16 19:59:37.618997 [ 3 ] {6861e338-54c3-4828-91cb-9c010860c18e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9308 2024.10.16 19:59:37.619301 [ 3 ] {6861e338-54c3-4828-91cb-9c010860c18e} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9309 2024.10.16 19:59:37.619338 [ 3 ] {6861e338-54c3-4828-91cb-9c010860c18e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9310 2024.10.16 19:59:37.619684 [ 3 ] {6861e338-54c3-4828-91cb-9c010860c18e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9311 2024.10.16 19:59:37.620037 [ 3 ] {6861e338-54c3-4828-91cb-9c010860c18e} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9312 2024.10.16 19:59:37.620187 [ 3 ] {6861e338-54c3-4828-91cb-9c010860c18e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 239.68 KiB/sec.
9313 2024.10.16 19:59:37.620207 [ 91 ] {} <Debug> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
9314 2024.10.16 19:59:37.620313 [ 91 ] {} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9315 2024.10.16 19:59:37.620362 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9316 2024.10.16 19:59:37.620452 [ 3 ] {6861e338-54c3-4828-91cb-9c010860c18e} <Debug> DynamicQueryHandler: Done processing query
9317 2024.10.16 19:59:37.620536 [ 3 ] {6861e338-54c3-4828-91cb-9c010860c18e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9318 2024.10.16 19:59:37.620608 [ 3 ] {} <Debug> HTTP-Session: d9309d75-ee3b-4301-817d-44b366ec6e15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9319 2024.10.16 19:59:37.620727 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
9320 2024.10.16 19:59:37.620914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9321 2024.10.16 19:59:37.621040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9322 2024.10.16 19:59:37.621106 [ 3 ] {} <Debug> HTTP-Session: 39218ed4-fc68-4f55-ae59-8981ee19cd75 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9323 2024.10.16 19:59:37.621144 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9324 2024.10.16 19:59:37.621155 [ 3 ] {} <Debug> HTTP-Session: 39218ed4-fc68-4f55-ae59-8981ee19cd75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9325 2024.10.16 19:59:37.621211 [ 3 ] {} <Debug> HTTP-Session: 39218ed4-fc68-4f55-ae59-8981ee19cd75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9326 2024.10.16 19:59:37.621232 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
9327 2024.10.16 19:59:37.621278 [ 3 ] {} <Trace> HTTP-Session: 39218ed4-fc68-4f55-ae59-8981ee19cd75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9328 2024.10.16 19:59:37.621467 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
9329 2024.10.16 19:59:37.621735 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
9330 2024.10.16 19:59:37.621870 [ 3 ] {6d5d3853-22a3-471b-bb8a-fdce5aa83336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9331 2024.10.16 19:59:37.622115 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
9332 2024.10.16 19:59:37.622132 [ 3 ] {6d5d3853-22a3-471b-bb8a-fdce5aa83336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9333 2024.10.16 19:59:37.622502 [ 189 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::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
9334 2024.10.16 19:59:37.623396 [ 3 ] {6d5d3853-22a3-471b-bb8a-fdce5aa83336} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9335 2024.10.16 19:59:37.624593 [ 3 ] {6d5d3853-22a3-471b-bb8a-fdce5aa83336} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9336 2024.10.16 19:59:37.624655 [ 3 ] {6d5d3853-22a3-471b-bb8a-fdce5aa83336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9337 2024.10.16 19:59:37.625017 [ 200 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004545134 sec., 6600.46546482458 rows/sec., 418.97 KiB/sec.
9338 2024.10.16 19:59:37.625253 [ 200 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
9339 2024.10.16 19:59:37.625564 [ 3 ] {6d5d3853-22a3-471b-bb8a-fdce5aa83336} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9340 2024.10.16 19:59:37.626336 [ 200 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_21_5} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9341 2024.10.16 19:59:37.626529 [ 3 ] {6d5d3853-22a3-471b-bb8a-fdce5aa83336} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9342 2024.10.16 19:59:37.626535 [ 200 ] {5aae968c-2d3f-4fa3-a796-a7674c07041b::all_1_21_5} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
9343 2024.10.16 19:59:37.626717 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9344 2024.10.16 19:59:37.626843 [ 3 ] {6d5d3853-22a3-471b-bb8a-fdce5aa83336} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005359 sec., 78559.43272998693 rows/sec., 5.61 MiB/sec.
9345 2024.10.16 19:59:37.627050 [ 3 ] {6d5d3853-22a3-471b-bb8a-fdce5aa83336} <Debug> DynamicQueryHandler: Done processing query
9346 2024.10.16 19:59:37.627076 [ 3 ] {6d5d3853-22a3-471b-bb8a-fdce5aa83336} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
9347 2024.10.16 19:59:37.627092 [ 3 ] {} <Debug> HTTP-Session: 39218ed4-fc68-4f55-ae59-8981ee19cd75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9348 2024.10.16 19:59:37.627228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9349 2024.10.16 19:59:37.627279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9350 2024.10.16 19:59:37.627298 [ 3 ] {} <Debug> HTTP-Session: eee05864-1d87-4841-a196-c653c9d49003 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9351 2024.10.16 19:59:37.627315 [ 3 ] {} <Debug> HTTP-Session: eee05864-1d87-4841-a196-c653c9d49003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9352 2024.10.16 19:59:37.627329 [ 3 ] {} <Debug> HTTP-Session: eee05864-1d87-4841-a196-c653c9d49003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9353 2024.10.16 19:59:37.627361 [ 3 ] {} <Trace> HTTP-Session: eee05864-1d87-4841-a196-c653c9d49003 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9354 2024.10.16 19:59:37.627459 [ 3 ] {1f71a387-499b-434d-9384-95b5033aeb1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9355 2024.10.16 19:59:37.627505 [ 3 ] {1f71a387-499b-434d-9384-95b5033aeb1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9356 2024.10.16 19:59:37.627641 [ 3 ] {1f71a387-499b-434d-9384-95b5033aeb1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9357 2024.10.16 19:59:37.627920 [ 3 ] {1f71a387-499b-434d-9384-95b5033aeb1f} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9358 2024.10.16 19:59:37.627956 [ 3 ] {1f71a387-499b-434d-9384-95b5033aeb1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9359 2024.10.16 19:59:37.628320 [ 3 ] {1f71a387-499b-434d-9384-95b5033aeb1f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9360 2024.10.16 19:59:37.628648 [ 3 ] {1f71a387-499b-434d-9384-95b5033aeb1f} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9361 2024.10.16 19:59:37.628807 [ 3 ] {1f71a387-499b-434d-9384-95b5033aeb1f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 228.32 KiB/sec.
9362 2024.10.16 19:59:37.628974 [ 3 ] {1f71a387-499b-434d-9384-95b5033aeb1f} <Debug> DynamicQueryHandler: Done processing query
9363 2024.10.16 19:59:37.628999 [ 3 ] {1f71a387-499b-434d-9384-95b5033aeb1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9364 2024.10.16 19:59:37.629015 [ 3 ] {} <Debug> HTTP-Session: eee05864-1d87-4841-a196-c653c9d49003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9365 2024.10.16 19:59:37.629161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9366 2024.10.16 19:59:37.629211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9367 2024.10.16 19:59:37.629230 [ 3 ] {} <Debug> HTTP-Session: 22b6c7de-8bfc-4592-869c-7b3247f81a5b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9368 2024.10.16 19:59:37.629246 [ 3 ] {} <Debug> HTTP-Session: 22b6c7de-8bfc-4592-869c-7b3247f81a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9369 2024.10.16 19:59:37.629260 [ 3 ] {} <Debug> HTTP-Session: 22b6c7de-8bfc-4592-869c-7b3247f81a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9370 2024.10.16 19:59:37.629291 [ 3 ] {} <Trace> HTTP-Session: 22b6c7de-8bfc-4592-869c-7b3247f81a5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9371 2024.10.16 19:59:37.629507 [ 3 ] {fb265ca5-c30b-430d-a612-ff3a386bdc81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9372 2024.10.16 19:59:37.629554 [ 3 ] {fb265ca5-c30b-430d-a612-ff3a386bdc81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9373 2024.10.16 19:59:37.629701 [ 3 ] {fb265ca5-c30b-430d-a612-ff3a386bdc81} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9374 2024.10.16 19:59:37.630147 [ 3 ] {fb265ca5-c30b-430d-a612-ff3a386bdc81} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9375 2024.10.16 19:59:37.630183 [ 3 ] {fb265ca5-c30b-430d-a612-ff3a386bdc81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9376 2024.10.16 19:59:37.630570 [ 3 ] {fb265ca5-c30b-430d-a612-ff3a386bdc81} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9377 2024.10.16 19:59:37.630909 [ 3 ] {fb265ca5-c30b-430d-a612-ff3a386bdc81} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9378 2024.10.16 19:59:37.631073 [ 3 ] {fb265ca5-c30b-430d-a612-ff3a386bdc81} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00169 sec., 140236.68639053253 rows/sec., 9.40 MiB/sec.
9379 2024.10.16 19:59:37.631353 [ 3 ] {fb265ca5-c30b-430d-a612-ff3a386bdc81} <Debug> DynamicQueryHandler: Done processing query
9380 2024.10.16 19:59:37.631407 [ 3 ] {fb265ca5-c30b-430d-a612-ff3a386bdc81} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9381 2024.10.16 19:59:37.631451 [ 3 ] {} <Debug> HTTP-Session: 22b6c7de-8bfc-4592-869c-7b3247f81a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9382 2024.10.16 19:59:37.631596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9383 2024.10.16 19:59:37.631648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9384 2024.10.16 19:59:37.631668 [ 3 ] {} <Debug> HTTP-Session: b781c9ea-74c5-4d13-9fe4-adab00757473 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9385 2024.10.16 19:59:37.631685 [ 3 ] {} <Debug> HTTP-Session: b781c9ea-74c5-4d13-9fe4-adab00757473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9386 2024.10.16 19:59:37.631699 [ 3 ] {} <Debug> HTTP-Session: b781c9ea-74c5-4d13-9fe4-adab00757473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9387 2024.10.16 19:59:37.631731 [ 3 ] {} <Trace> HTTP-Session: b781c9ea-74c5-4d13-9fe4-adab00757473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9388 2024.10.16 19:59:37.631826 [ 3 ] {0af5497a-0854-4784-9138-8add6971d376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9389 2024.10.16 19:59:37.631873 [ 3 ] {0af5497a-0854-4784-9138-8add6971d376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9390 2024.10.16 19:59:37.632018 [ 3 ] {0af5497a-0854-4784-9138-8add6971d376} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9391 2024.10.16 19:59:37.632309 [ 3 ] {0af5497a-0854-4784-9138-8add6971d376} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9392 2024.10.16 19:59:37.632346 [ 3 ] {0af5497a-0854-4784-9138-8add6971d376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9393 2024.10.16 19:59:37.632689 [ 3 ] {0af5497a-0854-4784-9138-8add6971d376} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9394 2024.10.16 19:59:37.633019 [ 3 ] {0af5497a-0854-4784-9138-8add6971d376} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9395 2024.10.16 19:59:37.633187 [ 3 ] {0af5497a-0854-4784-9138-8add6971d376} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec.
9396 2024.10.16 19:59:37.633401 [ 3 ] {0af5497a-0854-4784-9138-8add6971d376} <Debug> DynamicQueryHandler: Done processing query
9397 2024.10.16 19:59:37.633424 [ 3 ] {0af5497a-0854-4784-9138-8add6971d376} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9398 2024.10.16 19:59:37.633441 [ 3 ] {} <Debug> HTTP-Session: b781c9ea-74c5-4d13-9fe4-adab00757473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9399 2024.10.16 19:59:37.633616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 65167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9400 2024.10.16 19:59:37.633664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9401 2024.10.16 19:59:37.633684 [ 3 ] {} <Debug> HTTP-Session: 36be3f54-bdd0-4160-869f-6a80c4fae677 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9402 2024.10.16 19:59:37.633700 [ 3 ] {} <Debug> HTTP-Session: 36be3f54-bdd0-4160-869f-6a80c4fae677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9403 2024.10.16 19:59:37.633715 [ 3 ] {} <Debug> HTTP-Session: 36be3f54-bdd0-4160-869f-6a80c4fae677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9404 2024.10.16 19:59:37.633744 [ 3 ] {} <Trace> HTTP-Session: 36be3f54-bdd0-4160-869f-6a80c4fae677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9405 2024.10.16 19:59:37.634468 [ 3 ] {fe64305f-d3e9-45b6-acfe-7225d5eb18f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9406 2024.10.16 19:59:37.634534 [ 3 ] {fe64305f-d3e9-45b6-acfe-7225d5eb18f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9407 2024.10.16 19:59:37.634967 [ 3 ] {fe64305f-d3e9-45b6-acfe-7225d5eb18f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9408 2024.10.16 19:59:37.635801 [ 3 ] {fe64305f-d3e9-45b6-acfe-7225d5eb18f5} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9409 2024.10.16 19:59:37.635838 [ 3 ] {fe64305f-d3e9-45b6-acfe-7225d5eb18f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9410 2024.10.16 19:59:37.636496 [ 3 ] {fe64305f-d3e9-45b6-acfe-7225d5eb18f5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9411 2024.10.16 19:59:37.636909 [ 3 ] {fe64305f-d3e9-45b6-acfe-7225d5eb18f5} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9412 2024.10.16 19:59:37.637090 [ 3 ] {fe64305f-d3e9-45b6-acfe-7225d5eb18f5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003251 sec., 11996.308828052906 rows/sec., 21.50 MiB/sec.
9413 2024.10.16 19:59:37.637311 [ 3 ] {fe64305f-d3e9-45b6-acfe-7225d5eb18f5} <Debug> DynamicQueryHandler: Done processing query
9414 2024.10.16 19:59:37.637336 [ 3 ] {fe64305f-d3e9-45b6-acfe-7225d5eb18f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
9415 2024.10.16 19:59:37.637352 [ 3 ] {} <Debug> HTTP-Session: 36be3f54-bdd0-4160-869f-6a80c4fae677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9416 2024.10.16 19:59:37.637470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9417 2024.10.16 19:59:37.637518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9418 2024.10.16 19:59:37.637537 [ 3 ] {} <Debug> HTTP-Session: cfbef0d8-d987-45af-9de2-1bbbc6a39d9e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9419 2024.10.16 19:59:37.637553 [ 3 ] {} <Debug> HTTP-Session: cfbef0d8-d987-45af-9de2-1bbbc6a39d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9420 2024.10.16 19:59:37.637568 [ 3 ] {} <Debug> HTTP-Session: cfbef0d8-d987-45af-9de2-1bbbc6a39d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9421 2024.10.16 19:59:37.637599 [ 3 ] {} <Trace> HTTP-Session: cfbef0d8-d987-45af-9de2-1bbbc6a39d9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9422 2024.10.16 19:59:37.637726 [ 3 ] {f1436582-4022-4531-8264-960888e597ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9423 2024.10.16 19:59:37.637770 [ 3 ] {f1436582-4022-4531-8264-960888e597ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9424 2024.10.16 19:59:37.637901 [ 3 ] {f1436582-4022-4531-8264-960888e597ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9425 2024.10.16 19:59:37.638221 [ 3 ] {f1436582-4022-4531-8264-960888e597ee} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9426 2024.10.16 19:59:37.638257 [ 3 ] {f1436582-4022-4531-8264-960888e597ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9427 2024.10.16 19:59:37.638620 [ 3 ] {f1436582-4022-4531-8264-960888e597ee} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9428 2024.10.16 19:59:37.638940 [ 3 ] {f1436582-4022-4531-8264-960888e597ee} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9429 2024.10.16 19:59:37.639102 [ 3 ] {f1436582-4022-4531-8264-960888e597ee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001424 sec., 57584.26966292135 rows/sec., 3.66 MiB/sec.
9430 2024.10.16 19:59:37.639377 [ 3 ] {f1436582-4022-4531-8264-960888e597ee} <Debug> DynamicQueryHandler: Done processing query
9431 2024.10.16 19:59:37.639429 [ 3 ] {f1436582-4022-4531-8264-960888e597ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9432 2024.10.16 19:59:37.639480 [ 3 ] {} <Debug> HTTP-Session: cfbef0d8-d987-45af-9de2-1bbbc6a39d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9433 2024.10.16 19:59:41.659828 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 936
9434 2024.10.16 19:59:41.662630 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9435 2024.10.16 19:59:41.662684 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9436 2024.10.16 19:59:41.664160 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
9437 2024.10.16 19:59:41.665143 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9438 2024.10.16 19:59:41.666008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 936
9439 2024.10.16 19:59:42.603795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9440 2024.10.16 19:59:42.603921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9441 2024.10.16 19:59:42.603951 [ 3 ] {} <Debug> HTTP-Session: cc40c50c-5311-4f0b-8f2b-95e2a95aae57 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9442 2024.10.16 19:59:42.603979 [ 3 ] {} <Debug> HTTP-Session: cc40c50c-5311-4f0b-8f2b-95e2a95aae57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9443 2024.10.16 19:59:42.603997 [ 3 ] {} <Debug> HTTP-Session: cc40c50c-5311-4f0b-8f2b-95e2a95aae57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9444 2024.10.16 19:59:42.604054 [ 3 ] {} <Trace> HTTP-Session: cc40c50c-5311-4f0b-8f2b-95e2a95aae57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9445 2024.10.16 19:59:42.604275 [ 3 ] {6cf4d742-6555-4c7e-b0d2-76cf11a0570e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9446 2024.10.16 19:59:42.604353 [ 3 ] {6cf4d742-6555-4c7e-b0d2-76cf11a0570e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9447 2024.10.16 19:59:42.604704 [ 3 ] {6cf4d742-6555-4c7e-b0d2-76cf11a0570e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9448 2024.10.16 19:59:42.605237 [ 3 ] {6cf4d742-6555-4c7e-b0d2-76cf11a0570e} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9449 2024.10.16 19:59:42.605286 [ 3 ] {6cf4d742-6555-4c7e-b0d2-76cf11a0570e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9450 2024.10.16 19:59:42.605723 [ 3 ] {6cf4d742-6555-4c7e-b0d2-76cf11a0570e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9451 2024.10.16 19:59:42.606149 [ 3 ] {6cf4d742-6555-4c7e-b0d2-76cf11a0570e} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9452 2024.10.16 19:59:42.606305 [ 3 ] {6cf4d742-6555-4c7e-b0d2-76cf11a0570e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002102 sec., 26641.294005708845 rows/sec., 2.03 MiB/sec.
9453 2024.10.16 19:59:42.606532 [ 3 ] {6cf4d742-6555-4c7e-b0d2-76cf11a0570e} <Debug> DynamicQueryHandler: Done processing query
9454 2024.10.16 19:59:42.606561 [ 3 ] {6cf4d742-6555-4c7e-b0d2-76cf11a0570e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9455 2024.10.16 19:59:42.606578 [ 3 ] {} <Debug> HTTP-Session: cc40c50c-5311-4f0b-8f2b-95e2a95aae57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9456 2024.10.16 19:59:42.606712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9457 2024.10.16 19:59:42.606771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9458 2024.10.16 19:59:42.606791 [ 3 ] {} <Debug> HTTP-Session: 96d828ac-b5c8-42f1-a53e-d8b617775c23 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9459 2024.10.16 19:59:42.606809 [ 3 ] {} <Debug> HTTP-Session: 96d828ac-b5c8-42f1-a53e-d8b617775c23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9460 2024.10.16 19:59:42.606823 [ 3 ] {} <Debug> HTTP-Session: 96d828ac-b5c8-42f1-a53e-d8b617775c23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9461 2024.10.16 19:59:42.606858 [ 3 ] {} <Trace> HTTP-Session: 96d828ac-b5c8-42f1-a53e-d8b617775c23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9462 2024.10.16 19:59:42.606987 [ 3 ] {78e4af4f-df43-4365-bc6a-c231e1a7db05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9463 2024.10.16 19:59:42.607035 [ 3 ] {78e4af4f-df43-4365-bc6a-c231e1a7db05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9464 2024.10.16 19:59:42.607275 [ 3 ] {78e4af4f-df43-4365-bc6a-c231e1a7db05} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9465 2024.10.16 19:59:42.607683 [ 3 ] {78e4af4f-df43-4365-bc6a-c231e1a7db05} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9466 2024.10.16 19:59:42.607720 [ 3 ] {78e4af4f-df43-4365-bc6a-c231e1a7db05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9467 2024.10.16 19:59:42.608097 [ 3 ] {78e4af4f-df43-4365-bc6a-c231e1a7db05} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9468 2024.10.16 19:59:42.608468 [ 3 ] {78e4af4f-df43-4365-bc6a-c231e1a7db05} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9469 2024.10.16 19:59:42.608603 [ 3 ] {78e4af4f-df43-4365-bc6a-c231e1a7db05} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001659 sec., 38577.45629897528 rows/sec., 3.01 MiB/sec.
9470 2024.10.16 19:59:42.608884 [ 3 ] {78e4af4f-df43-4365-bc6a-c231e1a7db05} <Debug> DynamicQueryHandler: Done processing query
9471 2024.10.16 19:59:42.608943 [ 3 ] {78e4af4f-df43-4365-bc6a-c231e1a7db05} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9472 2024.10.16 19:59:42.609006 [ 3 ] {} <Debug> HTTP-Session: 96d828ac-b5c8-42f1-a53e-d8b617775c23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9473 2024.10.16 19:59:42.609203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9474 2024.10.16 19:59:42.609259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9475 2024.10.16 19:59:42.609279 [ 3 ] {} <Debug> HTTP-Session: 3a2b4df9-198b-4402-8948-5a2cf6e7d6c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9476 2024.10.16 19:59:42.609297 [ 3 ] {} <Debug> HTTP-Session: 3a2b4df9-198b-4402-8948-5a2cf6e7d6c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9477 2024.10.16 19:59:42.609311 [ 3 ] {} <Debug> HTTP-Session: 3a2b4df9-198b-4402-8948-5a2cf6e7d6c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9478 2024.10.16 19:59:42.609345 [ 3 ] {} <Trace> HTTP-Session: 3a2b4df9-198b-4402-8948-5a2cf6e7d6c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9479 2024.10.16 19:59:42.609511 [ 3 ] {df2fe46b-ee9c-40e7-8bee-0166ba4bb016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9480 2024.10.16 19:59:42.609563 [ 3 ] {df2fe46b-ee9c-40e7-8bee-0166ba4bb016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9481 2024.10.16 19:59:42.609729 [ 3 ] {df2fe46b-ee9c-40e7-8bee-0166ba4bb016} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9482 2024.10.16 19:59:42.610120 [ 3 ] {df2fe46b-ee9c-40e7-8bee-0166ba4bb016} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9483 2024.10.16 19:59:42.610157 [ 3 ] {df2fe46b-ee9c-40e7-8bee-0166ba4bb016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9484 2024.10.16 19:59:42.610556 [ 3 ] {df2fe46b-ee9c-40e7-8bee-0166ba4bb016} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9485 2024.10.16 19:59:42.610914 [ 3 ] {df2fe46b-ee9c-40e7-8bee-0166ba4bb016} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9486 2024.10.16 19:59:42.611047 [ 3 ] {df2fe46b-ee9c-40e7-8bee-0166ba4bb016} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001614 sec., 99132.58983890954 rows/sec., 6.90 MiB/sec.
9487 2024.10.16 19:59:42.611321 [ 3 ] {df2fe46b-ee9c-40e7-8bee-0166ba4bb016} <Debug> DynamicQueryHandler: Done processing query
9488 2024.10.16 19:59:42.611384 [ 3 ] {df2fe46b-ee9c-40e7-8bee-0166ba4bb016} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9489 2024.10.16 19:59:42.611442 [ 3 ] {} <Debug> HTTP-Session: 3a2b4df9-198b-4402-8948-5a2cf6e7d6c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9490 2024.10.16 19:59:42.611615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9491 2024.10.16 19:59:42.611669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9492 2024.10.16 19:59:42.611689 [ 3 ] {} <Debug> HTTP-Session: 86ede49d-8237-4e48-bc7d-c2d02c2c3416 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9493 2024.10.16 19:59:42.611708 [ 3 ] {} <Debug> HTTP-Session: 86ede49d-8237-4e48-bc7d-c2d02c2c3416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9494 2024.10.16 19:59:42.611722 [ 3 ] {} <Debug> HTTP-Session: 86ede49d-8237-4e48-bc7d-c2d02c2c3416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9495 2024.10.16 19:59:42.611755 [ 3 ] {} <Trace> HTTP-Session: 86ede49d-8237-4e48-bc7d-c2d02c2c3416 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9496 2024.10.16 19:59:42.611879 [ 3 ] {17ce9c68-5c9c-42be-8e5f-9ab625cf51e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9497 2024.10.16 19:59:42.611928 [ 3 ] {17ce9c68-5c9c-42be-8e5f-9ab625cf51e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9498 2024.10.16 19:59:42.612079 [ 3 ] {17ce9c68-5c9c-42be-8e5f-9ab625cf51e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9499 2024.10.16 19:59:42.612399 [ 3 ] {17ce9c68-5c9c-42be-8e5f-9ab625cf51e0} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9500 2024.10.16 19:59:42.612436 [ 3 ] {17ce9c68-5c9c-42be-8e5f-9ab625cf51e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9501 2024.10.16 19:59:42.612814 [ 3 ] {17ce9c68-5c9c-42be-8e5f-9ab625cf51e0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9502 2024.10.16 19:59:42.613152 [ 3 ] {17ce9c68-5c9c-42be-8e5f-9ab625cf51e0} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9503 2024.10.16 19:59:42.613280 [ 3 ] {17ce9c68-5c9c-42be-8e5f-9ab625cf51e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec.
9504 2024.10.16 19:59:42.613548 [ 3 ] {17ce9c68-5c9c-42be-8e5f-9ab625cf51e0} <Debug> DynamicQueryHandler: Done processing query
9505 2024.10.16 19:59:42.613600 [ 3 ] {17ce9c68-5c9c-42be-8e5f-9ab625cf51e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9506 2024.10.16 19:59:42.613643 [ 3 ] {} <Debug> HTTP-Session: 86ede49d-8237-4e48-bc7d-c2d02c2c3416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9507 2024.10.16 19:59:44.803005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9508 2024.10.16 19:59:44.803124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9509 2024.10.16 19:59:44.803148 [ 3 ] {} <Debug> HTTP-Session: 11064b31-452d-4206-8367-877afee63c86 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9510 2024.10.16 19:59:44.803173 [ 3 ] {} <Debug> HTTP-Session: 11064b31-452d-4206-8367-877afee63c86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9511 2024.10.16 19:59:44.803187 [ 3 ] {} <Debug> HTTP-Session: 11064b31-452d-4206-8367-877afee63c86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9512 2024.10.16 19:59:44.803238 [ 3 ] {} <Trace> HTTP-Session: 11064b31-452d-4206-8367-877afee63c86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9513 2024.10.16 19:59:44.803416 [ 3 ] {7f97c098-ae55-4b02-8f98-253ab9fdb6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9514 2024.10.16 19:59:44.803484 [ 3 ] {7f97c098-ae55-4b02-8f98-253ab9fdb6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9515 2024.10.16 19:59:44.803815 [ 3 ] {7f97c098-ae55-4b02-8f98-253ab9fdb6bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9516 2024.10.16 19:59:44.804293 [ 3 ] {7f97c098-ae55-4b02-8f98-253ab9fdb6bd} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9517 2024.10.16 19:59:44.804335 [ 3 ] {7f97c098-ae55-4b02-8f98-253ab9fdb6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9518 2024.10.16 19:59:44.804742 [ 3 ] {7f97c098-ae55-4b02-8f98-253ab9fdb6bd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
9519 2024.10.16 19:59:44.805148 [ 3 ] {7f97c098-ae55-4b02-8f98-253ab9fdb6bd} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9520 2024.10.16 19:59:44.805317 [ 3 ] {7f97c098-ae55-4b02-8f98-253ab9fdb6bd} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001953 sec., 4096.262160778289 rows/sec., 334.02 KiB/sec.
9521 2024.10.16 19:59:44.805523 [ 3 ] {7f97c098-ae55-4b02-8f98-253ab9fdb6bd} <Debug> DynamicQueryHandler: Done processing query
9522 2024.10.16 19:59:44.805550 [ 3 ] {7f97c098-ae55-4b02-8f98-253ab9fdb6bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9523 2024.10.16 19:59:44.805566 [ 3 ] {} <Debug> HTTP-Session: 11064b31-452d-4206-8367-877afee63c86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9524 2024.10.16 19:59:44.805803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 196321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9525 2024.10.16 19:59:44.805851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9526 2024.10.16 19:59:44.805870 [ 3 ] {} <Debug> HTTP-Session: 4719d4d1-7199-4494-815f-f517f74b7172 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9527 2024.10.16 19:59:44.805887 [ 3 ] {} <Debug> HTTP-Session: 4719d4d1-7199-4494-815f-f517f74b7172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9528 2024.10.16 19:59:44.805901 [ 3 ] {} <Debug> HTTP-Session: 4719d4d1-7199-4494-815f-f517f74b7172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9529 2024.10.16 19:59:44.805932 [ 3 ] {} <Trace> HTTP-Session: 4719d4d1-7199-4494-815f-f517f74b7172 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9530 2024.10.16 19:59:44.806606 [ 3 ] {b53353ec-5a8e-4038-8a41-090ec19f10e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9531 2024.10.16 19:59:44.806651 [ 3 ] {b53353ec-5a8e-4038-8a41-090ec19f10e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9532 2024.10.16 19:59:44.806872 [ 3 ] {b53353ec-5a8e-4038-8a41-090ec19f10e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9533 2024.10.16 19:59:44.808148 [ 3 ] {b53353ec-5a8e-4038-8a41-090ec19f10e9} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9534 2024.10.16 19:59:44.808185 [ 3 ] {b53353ec-5a8e-4038-8a41-090ec19f10e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9535 2024.10.16 19:59:44.808636 [ 3 ] {b53353ec-5a8e-4038-8a41-090ec19f10e9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9536 2024.10.16 19:59:44.809014 [ 3 ] {b53353ec-5a8e-4038-8a41-090ec19f10e9} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9537 2024.10.16 19:59:44.809170 [ 3 ] {b53353ec-5a8e-4038-8a41-090ec19f10e9} <Debug> executeQuery: Read 1349 rows, 114.77 KiB in 0.003084 sec., 437418.9364461738 rows/sec., 36.34 MiB/sec.
9538 2024.10.16 19:59:44.809187 [ 148 ] {} <Debug> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9539 2024.10.16 19:59:44.809291 [ 148 ] {} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9540 2024.10.16 19:59:44.809335 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9541 2024.10.16 19:59:44.809443 [ 3 ] {b53353ec-5a8e-4038-8a41-090ec19f10e9} <Debug> DynamicQueryHandler: Done processing query
9542 2024.10.16 19:59:44.809500 [ 3 ] {b53353ec-5a8e-4038-8a41-090ec19f10e9} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB.
9543 2024.10.16 19:59:44.809532 [ 3 ] {} <Debug> HTTP-Session: 4719d4d1-7199-4494-815f-f517f74b7172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9544 2024.10.16 19:59:44.809533 [ 195 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::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
9545 2024.10.16 19:59:44.809705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 2319, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9546 2024.10.16 19:59:44.809816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9547 2024.10.16 19:59:44.809860 [ 195 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9548 2024.10.16 19:59:44.809869 [ 3 ] {} <Debug> HTTP-Session: 5eaf8b79-5ec6-420f-8694-079817e0db8f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9549 2024.10.16 19:59:44.809936 [ 3 ] {} <Debug> HTTP-Session: 5eaf8b79-5ec6-420f-8694-079817e0db8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9550 2024.10.16 19:59:44.809945 [ 195 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1416 rows starting from the beginning of the part
9551 2024.10.16 19:59:44.809959 [ 3 ] {} <Debug> HTTP-Session: 5eaf8b79-5ec6-420f-8694-079817e0db8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9552 2024.10.16 19:59:44.810047 [ 3 ] {} <Trace> HTTP-Session: 5eaf8b79-5ec6-420f-8694-079817e0db8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9553 2024.10.16 19:59:44.810221 [ 195 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 267 rows starting from the beginning of the part
9554 2024.10.16 19:59:44.810497 [ 3 ] {32170cf8-0ade-4ffb-bc21-43000025403f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9555 2024.10.16 19:59:44.810586 [ 195 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part
9556 2024.10.16 19:59:44.810650 [ 3 ] {32170cf8-0ade-4ffb-bc21-43000025403f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9557 2024.10.16 19:59:44.810954 [ 195 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 267 rows starting from the beginning of the part
9558 2024.10.16 19:59:44.811312 [ 195 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part
9559 2024.10.16 19:59:44.811677 [ 195 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1349 rows starting from the beginning of the part
9560 2024.10.16 19:59:44.812278 [ 3 ] {32170cf8-0ade-4ffb-bc21-43000025403f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9561 2024.10.16 19:59:44.813016 [ 3 ] {32170cf8-0ade-4ffb-bc21-43000025403f} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9562 2024.10.16 19:59:44.813069 [ 3 ] {32170cf8-0ade-4ffb-bc21-43000025403f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9563 2024.10.16 19:59:44.814128 [ 3 ] {32170cf8-0ade-4ffb-bc21-43000025403f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9564 2024.10.16 19:59:44.814998 [ 3 ] {32170cf8-0ade-4ffb-bc21-43000025403f} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9565 2024.10.16 19:59:44.815212 [ 3 ] {32170cf8-0ade-4ffb-bc21-43000025403f} <Debug> executeQuery: Read 16 rows, 1.16 KiB in 0.004904 sec., 3262.642740619902 rows/sec., 236.57 KiB/sec.
9566 2024.10.16 19:59:44.815892 [ 3 ] {32170cf8-0ade-4ffb-bc21-43000025403f} <Debug> DynamicQueryHandler: Done processing query
9567 2024.10.16 19:59:44.815978 [ 3 ] {32170cf8-0ade-4ffb-bc21-43000025403f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9568 2024.10.16 19:59:44.816072 [ 3 ] {} <Debug> HTTP-Session: 5eaf8b79-5ec6-420f-8694-079817e0db8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9569 2024.10.16 19:59:44.816336 [ 195 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3411 rows, containing 5 columns (5 merged, 0 gathered) in 0.006916338 sec., 493180.0614718367 rows/sec., 43.26 MiB/sec.
9570 2024.10.16 19:59:44.816352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 32336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9571 2024.10.16 19:59:44.816433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9572 2024.10.16 19:59:44.816453 [ 3 ] {} <Debug> HTTP-Session: 0366a3c8-7ae2-4c7a-8b78-e95b21f225e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9573 2024.10.16 19:59:44.816470 [ 3 ] {} <Debug> HTTP-Session: 0366a3c8-7ae2-4c7a-8b78-e95b21f225e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9574 2024.10.16 19:59:44.816487 [ 3 ] {} <Debug> HTTP-Session: 0366a3c8-7ae2-4c7a-8b78-e95b21f225e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9575 2024.10.16 19:59:44.816539 [ 3 ] {} <Trace> HTTP-Session: 0366a3c8-7ae2-4c7a-8b78-e95b21f225e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9576 2024.10.16 19:59:44.816599 [ 195 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9577 2024.10.16 19:59:44.817029 [ 3 ] {8677a728-4665-4622-9a51-4b44e72bb72d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9578 2024.10.16 19:59:44.817121 [ 3 ] {8677a728-4665-4622-9a51-4b44e72bb72d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9579 2024.10.16 19:59:44.817387 [ 195 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_56_11} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9580 2024.10.16 19:59:44.817627 [ 195 ] {d05d4cba-54f2-4e7c-863e-e2c7effb2295::all_1_56_11} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9581 2024.10.16 19:59:44.817801 [ 3 ] {8677a728-4665-4622-9a51-4b44e72bb72d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9582 2024.10.16 19:59:44.817810 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
9583 2024.10.16 19:59:44.818344 [ 3 ] {8677a728-4665-4622-9a51-4b44e72bb72d} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9584 2024.10.16 19:59:44.818387 [ 3 ] {8677a728-4665-4622-9a51-4b44e72bb72d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9585 2024.10.16 19:59:44.818761 [ 3 ] {8677a728-4665-4622-9a51-4b44e72bb72d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9586 2024.10.16 19:59:44.819129 [ 3 ] {8677a728-4665-4622-9a51-4b44e72bb72d} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9587 2024.10.16 19:59:44.819299 [ 3 ] {8677a728-4665-4622-9a51-4b44e72bb72d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002621 sec., 92331.1713086608 rows/sec., 6.26 MiB/sec.
9588 2024.10.16 19:59:44.819530 [ 3 ] {8677a728-4665-4622-9a51-4b44e72bb72d} <Debug> DynamicQueryHandler: Done processing query
9589 2024.10.16 19:59:44.819554 [ 3 ] {8677a728-4665-4622-9a51-4b44e72bb72d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
9590 2024.10.16 19:59:44.819570 [ 3 ] {} <Debug> HTTP-Session: 0366a3c8-7ae2-4c7a-8b78-e95b21f225e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9591 2024.10.16 19:59:44.819704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9592 2024.10.16 19:59:44.819753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9593 2024.10.16 19:59:44.819772 [ 3 ] {} <Debug> HTTP-Session: 339b60c3-fd8c-49f2-b2a5-caa53c87ba73 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9594 2024.10.16 19:59:44.819788 [ 3 ] {} <Debug> HTTP-Session: 339b60c3-fd8c-49f2-b2a5-caa53c87ba73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9595 2024.10.16 19:59:44.819802 [ 3 ] {} <Debug> HTTP-Session: 339b60c3-fd8c-49f2-b2a5-caa53c87ba73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9596 2024.10.16 19:59:44.819833 [ 3 ] {} <Trace> HTTP-Session: 339b60c3-fd8c-49f2-b2a5-caa53c87ba73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9597 2024.10.16 19:59:44.819929 [ 3 ] {c20ef17f-35e6-40fe-bfa3-e48fc0532d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9598 2024.10.16 19:59:44.819972 [ 3 ] {c20ef17f-35e6-40fe-bfa3-e48fc0532d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9599 2024.10.16 19:59:44.820197 [ 3 ] {c20ef17f-35e6-40fe-bfa3-e48fc0532d29} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9600 2024.10.16 19:59:44.820539 [ 3 ] {c20ef17f-35e6-40fe-bfa3-e48fc0532d29} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9601 2024.10.16 19:59:44.820576 [ 3 ] {c20ef17f-35e6-40fe-bfa3-e48fc0532d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9602 2024.10.16 19:59:44.820922 [ 3 ] {c20ef17f-35e6-40fe-bfa3-e48fc0532d29} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9603 2024.10.16 19:59:44.821297 [ 3 ] {c20ef17f-35e6-40fe-bfa3-e48fc0532d29} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9604 2024.10.16 19:59:44.821449 [ 3 ] {c20ef17f-35e6-40fe-bfa3-e48fc0532d29} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 229.89 KiB/sec.
9605 2024.10.16 19:59:44.821621 [ 3 ] {c20ef17f-35e6-40fe-bfa3-e48fc0532d29} <Debug> DynamicQueryHandler: Done processing query
9606 2024.10.16 19:59:44.821644 [ 3 ] {c20ef17f-35e6-40fe-bfa3-e48fc0532d29} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9607 2024.10.16 19:59:44.821660 [ 3 ] {} <Debug> HTTP-Session: 339b60c3-fd8c-49f2-b2a5-caa53c87ba73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9608 2024.10.16 19:59:44.821865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 139458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9609 2024.10.16 19:59:44.821912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9610 2024.10.16 19:59:44.821931 [ 3 ] {} <Debug> HTTP-Session: 4e5fec96-8f96-40e6-83da-c7c311410013 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9611 2024.10.16 19:59:44.821947 [ 3 ] {} <Debug> HTTP-Session: 4e5fec96-8f96-40e6-83da-c7c311410013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9612 2024.10.16 19:59:44.821961 [ 3 ] {} <Debug> HTTP-Session: 4e5fec96-8f96-40e6-83da-c7c311410013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9613 2024.10.16 19:59:44.821991 [ 3 ] {} <Trace> HTTP-Session: 4e5fec96-8f96-40e6-83da-c7c311410013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9614 2024.10.16 19:59:44.822431 [ 3 ] {0182e760-1912-473d-be03-8a2316ca9267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9615 2024.10.16 19:59:44.822474 [ 3 ] {0182e760-1912-473d-be03-8a2316ca9267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9616 2024.10.16 19:59:44.822697 [ 3 ] {0182e760-1912-473d-be03-8a2316ca9267} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9617 2024.10.16 19:59:44.823598 [ 3 ] {0182e760-1912-473d-be03-8a2316ca9267} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9618 2024.10.16 19:59:44.823634 [ 3 ] {0182e760-1912-473d-be03-8a2316ca9267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9619 2024.10.16 19:59:44.824038 [ 3 ] {0182e760-1912-473d-be03-8a2316ca9267} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9620 2024.10.16 19:59:44.824391 [ 3 ] {0182e760-1912-473d-be03-8a2316ca9267} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9621 2024.10.16 19:59:44.824545 [ 148 ] {} <Debug> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9622 2024.10.16 19:59:44.824557 [ 3 ] {0182e760-1912-473d-be03-8a2316ca9267} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.002402 sec., 355537.05245628644 rows/sec., 25.72 MiB/sec.
9623 2024.10.16 19:59:44.824597 [ 148 ] {} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9624 2024.10.16 19:59:44.824658 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9625 2024.10.16 19:59:44.824897 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
9626 2024.10.16 19:59:44.824919 [ 3 ] {0182e760-1912-473d-be03-8a2316ca9267} <Debug> DynamicQueryHandler: Done processing query
9627 2024.10.16 19:59:44.824978 [ 3 ] {0182e760-1912-473d-be03-8a2316ca9267} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB.
9628 2024.10.16 19:59:44.825006 [ 3 ] {} <Debug> HTTP-Session: 4e5fec96-8f96-40e6-83da-c7c311410013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9629 2024.10.16 19:59:44.825131 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9630 2024.10.16 19:59:44.825171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9631 2024.10.16 19:59:44.825203 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::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
9632 2024.10.16 19:59:44.825276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9633 2024.10.16 19:59:44.825375 [ 3 ] {} <Debug> HTTP-Session: 3000bcb9-46d8-4572-b197-2b57d8f104bd Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9634 2024.10.16 19:59:44.825509 [ 3 ] {} <Debug> HTTP-Session: 3000bcb9-46d8-4572-b197-2b57d8f104bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9635 2024.10.16 19:59:44.825518 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 421 rows starting from the beginning of the part
9636 2024.10.16 19:59:44.825568 [ 3 ] {} <Debug> HTTP-Session: 3000bcb9-46d8-4572-b197-2b57d8f104bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9637 2024.10.16 19:59:44.825728 [ 3 ] {} <Trace> HTTP-Session: 3000bcb9-46d8-4572-b197-2b57d8f104bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9638 2024.10.16 19:59:44.825782 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part
9639 2024.10.16 19:59:44.825994 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 421 rows starting from the beginning of the part
9640 2024.10.16 19:59:44.826190 [ 3 ] {28dcefa4-bb5e-4b44-a088-6d33e7d5adb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9641 2024.10.16 19:59:44.826272 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part
9642 2024.10.16 19:59:44.826380 [ 3 ] {28dcefa4-bb5e-4b44-a088-6d33e7d5adb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9643 2024.10.16 19:59:44.826546 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 854 rows starting from the beginning of the part
9644 2024.10.16 19:59:44.827300 [ 3 ] {28dcefa4-bb5e-4b44-a088-6d33e7d5adb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9645 2024.10.16 19:59:44.827944 [ 3 ] {28dcefa4-bb5e-4b44-a088-6d33e7d5adb6} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9646 2024.10.16 19:59:44.828016 [ 3 ] {28dcefa4-bb5e-4b44-a088-6d33e7d5adb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9647 2024.10.16 19:59:44.829099 [ 3 ] {28dcefa4-bb5e-4b44-a088-6d33e7d5adb6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9648 2024.10.16 19:59:44.829616 [ 3 ] {28dcefa4-bb5e-4b44-a088-6d33e7d5adb6} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9649 2024.10.16 19:59:44.829961 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2737 rows, containing 5 columns (5 merged, 0 gathered) in 0.005160119 sec., 530414.1241703922 rows/sec., 40.46 MiB/sec.
9650 2024.10.16 19:59:44.830052 [ 3 ] {28dcefa4-bb5e-4b44-a088-6d33e7d5adb6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004059 sec., 1478.1966001478197 rows/sec., 77.23 KiB/sec.
9651 2024.10.16 19:59:44.830266 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9652 2024.10.16 19:59:44.830378 [ 3 ] {28dcefa4-bb5e-4b44-a088-6d33e7d5adb6} <Debug> DynamicQueryHandler: Done processing query
9653 2024.10.16 19:59:44.830424 [ 3 ] {28dcefa4-bb5e-4b44-a088-6d33e7d5adb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9654 2024.10.16 19:59:44.830462 [ 3 ] {} <Debug> HTTP-Session: 3000bcb9-46d8-4572-b197-2b57d8f104bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9655 2024.10.16 19:59:44.830753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 187457, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9656 2024.10.16 19:59:44.830834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9657 2024.10.16 19:59:44.830846 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_56_11} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9658 2024.10.16 19:59:44.830866 [ 3 ] {} <Debug> HTTP-Session: e61404ac-ab05-4102-839e-95e9ef013d9a Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9659 2024.10.16 19:59:44.830916 [ 3 ] {} <Debug> HTTP-Session: e61404ac-ab05-4102-839e-95e9ef013d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9660 2024.10.16 19:59:44.830940 [ 3 ] {} <Debug> HTTP-Session: e61404ac-ab05-4102-839e-95e9ef013d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9661 2024.10.16 19:59:44.831008 [ 199 ] {df7b6074-c337-4810-9e25-d22fc93c095f::all_1_56_11} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9662 2024.10.16 19:59:44.831012 [ 3 ] {} <Trace> HTTP-Session: e61404ac-ab05-4102-839e-95e9ef013d9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9663 2024.10.16 19:59:44.831134 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
9664 2024.10.16 19:59:44.831741 [ 3 ] {b4029888-f22d-4b3e-9bbd-cb30d2a8ff14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9665 2024.10.16 19:59:44.831796 [ 3 ] {b4029888-f22d-4b3e-9bbd-cb30d2a8ff14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9666 2024.10.16 19:59:44.831973 [ 3 ] {b4029888-f22d-4b3e-9bbd-cb30d2a8ff14} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9667 2024.10.16 19:59:44.833040 [ 3 ] {b4029888-f22d-4b3e-9bbd-cb30d2a8ff14} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9668 2024.10.16 19:59:44.833077 [ 3 ] {b4029888-f22d-4b3e-9bbd-cb30d2a8ff14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9669 2024.10.16 19:59:44.833567 [ 3 ] {b4029888-f22d-4b3e-9bbd-cb30d2a8ff14} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9670 2024.10.16 19:59:44.833918 [ 3 ] {b4029888-f22d-4b3e-9bbd-cb30d2a8ff14} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9671 2024.10.16 19:59:44.834070 [ 3 ] {b4029888-f22d-4b3e-9bbd-cb30d2a8ff14} <Debug> executeQuery: Read 991 rows, 67.53 KiB in 0.002808 sec., 352920.2279202279 rows/sec., 23.49 MiB/sec.
9672 2024.10.16 19:59:44.834110 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9673 2024.10.16 19:59:44.834223 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9674 2024.10.16 19:59:44.834255 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9675 2024.10.16 19:59:44.834347 [ 3 ] {b4029888-f22d-4b3e-9bbd-cb30d2a8ff14} <Debug> DynamicQueryHandler: Done processing query
9676 2024.10.16 19:59:44.834440 [ 3 ] {b4029888-f22d-4b3e-9bbd-cb30d2a8ff14} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB.
9677 2024.10.16 19:59:44.834505 [ 3 ] {} <Debug> HTTP-Session: e61404ac-ab05-4102-839e-95e9ef013d9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9678 2024.10.16 19:59:44.834699 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::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
9679 2024.10.16 19:59:44.834860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9680 2024.10.16 19:59:44.835037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9681 2024.10.16 19:59:44.835127 [ 3 ] {} <Debug> HTTP-Session: f26879a8-13cb-42e2-8d1f-a0735e65543e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9682 2024.10.16 19:59:44.835200 [ 3 ] {} <Debug> HTTP-Session: f26879a8-13cb-42e2-8d1f-a0735e65543e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9683 2024.10.16 19:59:44.835243 [ 3 ] {} <Debug> HTTP-Session: f26879a8-13cb-42e2-8d1f-a0735e65543e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9684 2024.10.16 19:59:44.835328 [ 3 ] {} <Trace> HTTP-Session: f26879a8-13cb-42e2-8d1f-a0735e65543e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9685 2024.10.16 19:59:44.835345 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9686 2024.10.16 19:59:44.835411 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15332 rows starting from the beginning of the part
9687 2024.10.16 19:59:44.835494 [ 3 ] {1749a033-9686-4f0c-84eb-c7d763dfeb2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9688 2024.10.16 19:59:44.835676 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part
9689 2024.10.16 19:59:44.835668 [ 3 ] {1749a033-9686-4f0c-84eb-c7d763dfeb2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9690 2024.10.16 19:59:44.835979 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part
9691 2024.10.16 19:59:44.836318 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part
9692 2024.10.16 19:59:44.836719 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part
9693 2024.10.16 19:59:44.837083 [ 190 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 991 rows starting from the beginning of the part
9694 2024.10.16 19:59:44.837202 [ 3 ] {1749a033-9686-4f0c-84eb-c7d763dfeb2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9695 2024.10.16 19:59:44.838074 [ 3 ] {1749a033-9686-4f0c-84eb-c7d763dfeb2f} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9696 2024.10.16 19:59:44.838137 [ 3 ] {1749a033-9686-4f0c-84eb-c7d763dfeb2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9697 2024.10.16 19:59:44.838764 [ 3 ] {1749a033-9686-4f0c-84eb-c7d763dfeb2f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9698 2024.10.16 19:59:44.839265 [ 3 ] {1749a033-9686-4f0c-84eb-c7d763dfeb2f} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9699 2024.10.16 19:59:44.839513 [ 3 ] {1749a033-9686-4f0c-84eb-c7d763dfeb2f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004082 sec., 244.97795198432144 rows/sec., 16.51 KiB/sec.
9700 2024.10.16 19:59:44.839753 [ 3 ] {1749a033-9686-4f0c-84eb-c7d763dfeb2f} <Debug> DynamicQueryHandler: Done processing query
9701 2024.10.16 19:59:44.839785 [ 3 ] {1749a033-9686-4f0c-84eb-c7d763dfeb2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9702 2024.10.16 19:59:44.839803 [ 3 ] {} <Debug> HTTP-Session: f26879a8-13cb-42e2-8d1f-a0735e65543e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9703 2024.10.16 19:59:44.839967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 13273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9704 2024.10.16 19:59:44.840085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9705 2024.10.16 19:59:44.840129 [ 3 ] {} <Debug> HTTP-Session: 779f6a69-23bd-486b-81a5-5e19997160f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9706 2024.10.16 19:59:44.840165 [ 3 ] {} <Debug> HTTP-Session: 779f6a69-23bd-486b-81a5-5e19997160f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9707 2024.10.16 19:59:44.840205 [ 3 ] {} <Debug> HTTP-Session: 779f6a69-23bd-486b-81a5-5e19997160f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9708 2024.10.16 19:59:44.840296 [ 3 ] {} <Trace> HTTP-Session: 779f6a69-23bd-486b-81a5-5e19997160f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9709 2024.10.16 19:59:44.840643 [ 3 ] {381a9f97-334f-4cde-8e93-fc33757751cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9710 2024.10.16 19:59:44.840813 [ 3 ] {381a9f97-334f-4cde-8e93-fc33757751cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9711 2024.10.16 19:59:44.841628 [ 3 ] {381a9f97-334f-4cde-8e93-fc33757751cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9712 2024.10.16 19:59:44.842353 [ 3 ] {381a9f97-334f-4cde-8e93-fc33757751cf} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9713 2024.10.16 19:59:44.842390 [ 3 ] {381a9f97-334f-4cde-8e93-fc33757751cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9714 2024.10.16 19:59:44.843235 [ 3 ] {381a9f97-334f-4cde-8e93-fc33757751cf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9715 2024.10.16 19:59:44.843752 [ 3 ] {381a9f97-334f-4cde-8e93-fc33757751cf} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9716 2024.10.16 19:59:44.843989 [ 3 ] {381a9f97-334f-4cde-8e93-fc33757751cf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003532 sec., 2265.0056625141565 rows/sec., 4.06 MiB/sec.
9717 2024.10.16 19:59:44.844848 [ 3 ] {381a9f97-334f-4cde-8e93-fc33757751cf} <Debug> DynamicQueryHandler: Done processing query
9718 2024.10.16 19:59:44.844874 [ 3 ] {381a9f97-334f-4cde-8e93-fc33757751cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
9719 2024.10.16 19:59:44.844891 [ 3 ] {} <Debug> HTTP-Session: 779f6a69-23bd-486b-81a5-5e19997160f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9720 2024.10.16 19:59:44.845010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 6700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9721 2024.10.16 19:59:44.845096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9722 2024.10.16 19:59:44.845140 [ 3 ] {} <Debug> HTTP-Session: ac7dc533-2295-406e-ac7e-7ebd409f2796 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9723 2024.10.16 19:59:44.845187 [ 3 ] {} <Debug> HTTP-Session: ac7dc533-2295-406e-ac7e-7ebd409f2796 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9724 2024.10.16 19:59:44.845223 [ 3 ] {} <Debug> HTTP-Session: ac7dc533-2295-406e-ac7e-7ebd409f2796 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9725 2024.10.16 19:59:44.845277 [ 3 ] {} <Trace> HTTP-Session: ac7dc533-2295-406e-ac7e-7ebd409f2796 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9726 2024.10.16 19:59:44.845295 [ 197 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17117 rows, containing 5 columns (5 merged, 0 gathered) in 0.010951222 sec., 1563021.916640901 rows/sec., 105.50 MiB/sec.
9727 2024.10.16 19:59:44.845447 [ 3 ] {2be4e9f3-ba83-4f6f-a512-595bd66120eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9728 2024.10.16 19:59:44.845511 [ 3 ] {2be4e9f3-ba83-4f6f-a512-595bd66120eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9729 2024.10.16 19:59:44.845627 [ 197 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9730 2024.10.16 19:59:44.845937 [ 3 ] {2be4e9f3-ba83-4f6f-a512-595bd66120eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9731 2024.10.16 19:59:44.846720 [ 3 ] {2be4e9f3-ba83-4f6f-a512-595bd66120eb} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9732 2024.10.16 19:59:44.846777 [ 197 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9733 2024.10.16 19:59:44.846783 [ 3 ] {2be4e9f3-ba83-4f6f-a512-595bd66120eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9734 2024.10.16 19:59:44.846987 [ 197 ] {38c7d632-31b5-47b3-8333-a5b78d880fb8::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9735 2024.10.16 19:59:44.847195 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB.
9736 2024.10.16 19:59:44.847426 [ 3 ] {2be4e9f3-ba83-4f6f-a512-595bd66120eb} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9737 2024.10.16 19:59:44.847770 [ 3 ] {2be4e9f3-ba83-4f6f-a512-595bd66120eb} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9738 2024.10.16 19:59:44.847935 [ 150 ] {} <Debug> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9739 2024.10.16 19:59:44.847944 [ 3 ] {2be4e9f3-ba83-4f6f-a512-595bd66120eb} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.002547 sec., 18060.46329014527 rows/sec., 1.09 MiB/sec.
9740 2024.10.16 19:59:44.847985 [ 150 ] {} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9741 2024.10.16 19:59:44.848058 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
9742 2024.10.16 19:59:44.848371 [ 3 ] {2be4e9f3-ba83-4f6f-a512-595bd66120eb} <Debug> DynamicQueryHandler: Done processing query
9743 2024.10.16 19:59:44.848363 [ 198 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::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
9744 2024.10.16 19:59:44.848440 [ 3 ] {2be4e9f3-ba83-4f6f-a512-595bd66120eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
9745 2024.10.16 19:59:44.848538 [ 3 ] {} <Debug> HTTP-Session: ac7dc533-2295-406e-ac7e-7ebd409f2796 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9746 2024.10.16 19:59:44.848978 [ 198 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9747 2024.10.16 19:59:44.849041 [ 198 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2942 rows starting from the beginning of the part
9748 2024.10.16 19:59:44.849156 [ 198 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part
9749 2024.10.16 19:59:44.849340 [ 198 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part
9750 2024.10.16 19:59:44.849521 [ 198 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part
9751 2024.10.16 19:59:44.849685 [ 198 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part
9752 2024.10.16 19:59:44.849819 [ 198 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 46 rows starting from the beginning of the part
9753 2024.10.16 19:59:44.851408 [ 192 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3272 rows, containing 4 columns (4 merged, 0 gathered) in 0.003242324 sec., 1009152.69417862 rows/sec., 65.81 MiB/sec.
9754 2024.10.16 19:59:44.851678 [ 198 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9755 2024.10.16 19:59:44.852068 [ 198 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_56_11} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9756 2024.10.16 19:59:44.852151 [ 198 ] {30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5::all_1_56_11} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9757 2024.10.16 19:59:44.852233 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
9758 2024.10.16 19:59:46.424630 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache
9759 2024.10.16 19:59:46.424699 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache
9760 2024.10.16 19:59:47.602449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9761 2024.10.16 19:59:47.602563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9762 2024.10.16 19:59:47.602589 [ 3 ] {} <Debug> HTTP-Session: e1aa58e9-6b0a-435b-a455-01e0f1199fd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9763 2024.10.16 19:59:47.602615 [ 3 ] {} <Debug> HTTP-Session: e1aa58e9-6b0a-435b-a455-01e0f1199fd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9764 2024.10.16 19:59:47.602630 [ 3 ] {} <Debug> HTTP-Session: e1aa58e9-6b0a-435b-a455-01e0f1199fd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9765 2024.10.16 19:59:47.602680 [ 3 ] {} <Trace> HTTP-Session: e1aa58e9-6b0a-435b-a455-01e0f1199fd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9766 2024.10.16 19:59:47.602861 [ 3 ] {4fc371b4-5bd5-45ab-9c01-c21ce10c87a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
9767 2024.10.16 19:59:47.602928 [ 3 ] {4fc371b4-5bd5-45ab-9c01-c21ce10c87a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9768 2024.10.16 19:59:47.603274 [ 3 ] {4fc371b4-5bd5-45ab-9c01-c21ce10c87a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9769 2024.10.16 19:59:47.603718 [ 3 ] {4fc371b4-5bd5-45ab-9c01-c21ce10c87a5} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9770 2024.10.16 19:59:47.603761 [ 3 ] {4fc371b4-5bd5-45ab-9c01-c21ce10c87a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9771 2024.10.16 19:59:47.604177 [ 3 ] {4fc371b4-5bd5-45ab-9c01-c21ce10c87a5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9772 2024.10.16 19:59:47.604569 [ 3 ] {4fc371b4-5bd5-45ab-9c01-c21ce10c87a5} <Trace> oximeter.fields_ipaddr (e6160d5a-a305-4770-9931-7133f1921e6b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9773 2024.10.16 19:59:47.604720 [ 3 ] {4fc371b4-5bd5-45ab-9c01-c21ce10c87a5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001911 sec., 2093.1449502878077 rows/sec., 170.68 KiB/sec.
9774 2024.10.16 19:59:47.604933 [ 3 ] {4fc371b4-5bd5-45ab-9c01-c21ce10c87a5} <Debug> DynamicQueryHandler: Done processing query
9775 2024.10.16 19:59:47.604961 [ 3 ] {4fc371b4-5bd5-45ab-9c01-c21ce10c87a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9776 2024.10.16 19:59:47.604979 [ 3 ] {} <Debug> HTTP-Session: e1aa58e9-6b0a-435b-a455-01e0f1199fd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9777 2024.10.16 19:59:47.605160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 17728, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9778 2024.10.16 19:59:47.605214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9779 2024.10.16 19:59:47.605234 [ 3 ] {} <Debug> HTTP-Session: ba9ff51c-9892-4907-b949-3ad23537b2fb Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9780 2024.10.16 19:59:47.605253 [ 3 ] {} <Debug> HTTP-Session: ba9ff51c-9892-4907-b949-3ad23537b2fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9781 2024.10.16 19:59:47.605267 [ 3 ] {} <Debug> HTTP-Session: ba9ff51c-9892-4907-b949-3ad23537b2fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9782 2024.10.16 19:59:47.605302 [ 3 ] {} <Trace> HTTP-Session: ba9ff51c-9892-4907-b949-3ad23537b2fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9783 2024.10.16 19:59:47.605441 [ 3 ] {e4c1e962-ad08-43a8-94c2-9920e4908e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9784 2024.10.16 19:59:47.605488 [ 3 ] {e4c1e962-ad08-43a8-94c2-9920e4908e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9785 2024.10.16 19:59:47.605722 [ 3 ] {e4c1e962-ad08-43a8-94c2-9920e4908e9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9786 2024.10.16 19:59:47.606125 [ 3 ] {e4c1e962-ad08-43a8-94c2-9920e4908e9c} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9787 2024.10.16 19:59:47.606162 [ 3 ] {e4c1e962-ad08-43a8-94c2-9920e4908e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9788 2024.10.16 19:59:47.606535 [ 3 ] {e4c1e962-ad08-43a8-94c2-9920e4908e9c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9789 2024.10.16 19:59:47.606904 [ 3 ] {e4c1e962-ad08-43a8-94c2-9920e4908e9c} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9790 2024.10.16 19:59:47.607038 [ 3 ] {e4c1e962-ad08-43a8-94c2-9920e4908e9c} <Debug> executeQuery: Read 120 rows, 10.42 KiB in 0.001654 sec., 72551.39056831923 rows/sec., 6.15 MiB/sec.
9791 2024.10.16 19:59:47.607214 [ 3 ] {e4c1e962-ad08-43a8-94c2-9920e4908e9c} <Debug> DynamicQueryHandler: Done processing query
9792 2024.10.16 19:59:47.607239 [ 3 ] {e4c1e962-ad08-43a8-94c2-9920e4908e9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB.
9793 2024.10.16 19:59:47.607256 [ 3 ] {} <Debug> HTTP-Session: ba9ff51c-9892-4907-b949-3ad23537b2fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9794 2024.10.16 19:59:47.607380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9795 2024.10.16 19:59:47.607429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9796 2024.10.16 19:59:47.607450 [ 3 ] {} <Debug> HTTP-Session: 9ad96ffc-0b5a-4dc7-8fef-0608c89d6c61 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9797 2024.10.16 19:59:47.607466 [ 3 ] {} <Debug> HTTP-Session: 9ad96ffc-0b5a-4dc7-8fef-0608c89d6c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9798 2024.10.16 19:59:47.607480 [ 3 ] {} <Debug> HTTP-Session: 9ad96ffc-0b5a-4dc7-8fef-0608c89d6c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9799 2024.10.16 19:59:47.607512 [ 3 ] {} <Trace> HTTP-Session: 9ad96ffc-0b5a-4dc7-8fef-0608c89d6c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9800 2024.10.16 19:59:47.607618 [ 3 ] {02028fa3-c41c-4af1-8c6f-495fb1ad04f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9801 2024.10.16 19:59:47.607663 [ 3 ] {02028fa3-c41c-4af1-8c6f-495fb1ad04f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9802 2024.10.16 19:59:47.607890 [ 3 ] {02028fa3-c41c-4af1-8c6f-495fb1ad04f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9803 2024.10.16 19:59:47.608209 [ 3 ] {02028fa3-c41c-4af1-8c6f-495fb1ad04f3} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9804 2024.10.16 19:59:47.608245 [ 3 ] {02028fa3-c41c-4af1-8c6f-495fb1ad04f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9805 2024.10.16 19:59:47.608591 [ 3 ] {02028fa3-c41c-4af1-8c6f-495fb1ad04f3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9806 2024.10.16 19:59:47.608946 [ 3 ] {02028fa3-c41c-4af1-8c6f-495fb1ad04f3} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9807 2024.10.16 19:59:47.609090 [ 3 ] {02028fa3-c41c-4af1-8c6f-495fb1ad04f3} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.001504 sec., 23271.276595744683 rows/sec., 1.69 MiB/sec.
9808 2024.10.16 19:59:47.609378 [ 3 ] {02028fa3-c41c-4af1-8c6f-495fb1ad04f3} <Debug> DynamicQueryHandler: Done processing query
9809 2024.10.16 19:59:47.609434 [ 3 ] {02028fa3-c41c-4af1-8c6f-495fb1ad04f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9810 2024.10.16 19:59:47.609484 [ 3 ] {} <Debug> HTTP-Session: 9ad96ffc-0b5a-4dc7-8fef-0608c89d6c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9811 2024.10.16 19:59:47.609646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 16814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9812 2024.10.16 19:59:47.609697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9813 2024.10.16 19:59:47.609717 [ 3 ] {} <Debug> HTTP-Session: 1c3f5b0c-32c9-46e8-ae2f-69f5b62be3a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9814 2024.10.16 19:59:47.609734 [ 3 ] {} <Debug> HTTP-Session: 1c3f5b0c-32c9-46e8-ae2f-69f5b62be3a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9815 2024.10.16 19:59:47.609747 [ 3 ] {} <Debug> HTTP-Session: 1c3f5b0c-32c9-46e8-ae2f-69f5b62be3a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9816 2024.10.16 19:59:47.609779 [ 3 ] {} <Trace> HTTP-Session: 1c3f5b0c-32c9-46e8-ae2f-69f5b62be3a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9817 2024.10.16 19:59:47.609909 [ 3 ] {0c2934b7-fa1b-42c1-8639-eef113e3103d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9818 2024.10.16 19:59:47.609953 [ 3 ] {0c2934b7-fa1b-42c1-8639-eef113e3103d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9819 2024.10.16 19:59:47.610199 [ 3 ] {0c2934b7-fa1b-42c1-8639-eef113e3103d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9820 2024.10.16 19:59:47.610562 [ 3 ] {0c2934b7-fa1b-42c1-8639-eef113e3103d} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9821 2024.10.16 19:59:47.610598 [ 3 ] {0c2934b7-fa1b-42c1-8639-eef113e3103d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9822 2024.10.16 19:59:47.610954 [ 3 ] {0c2934b7-fa1b-42c1-8639-eef113e3103d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9823 2024.10.16 19:59:47.611315 [ 3 ] {0c2934b7-fa1b-42c1-8639-eef113e3103d} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9824 2024.10.16 19:59:47.611470 [ 3 ] {0c2934b7-fa1b-42c1-8639-eef113e3103d} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.0016 sec., 61875 rows/sec., 4.84 MiB/sec.
9825 2024.10.16 19:59:47.611646 [ 3 ] {0c2934b7-fa1b-42c1-8639-eef113e3103d} <Debug> DynamicQueryHandler: Done processing query
9826 2024.10.16 19:59:47.611671 [ 3 ] {0c2934b7-fa1b-42c1-8639-eef113e3103d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
9827 2024.10.16 19:59:47.611686 [ 3 ] {} <Debug> HTTP-Session: 1c3f5b0c-32c9-46e8-ae2f-69f5b62be3a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9828 2024.10.16 19:59:47.611842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 18791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9829 2024.10.16 19:59:47.611891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9830 2024.10.16 19:59:47.611910 [ 3 ] {} <Debug> HTTP-Session: 7e1d62e8-b7a5-4925-8d6d-e7c84d3d229b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9831 2024.10.16 19:59:47.611927 [ 3 ] {} <Debug> HTTP-Session: 7e1d62e8-b7a5-4925-8d6d-e7c84d3d229b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9832 2024.10.16 19:59:47.611940 [ 3 ] {} <Debug> HTTP-Session: 7e1d62e8-b7a5-4925-8d6d-e7c84d3d229b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9833 2024.10.16 19:59:47.611970 [ 3 ] {} <Trace> HTTP-Session: 7e1d62e8-b7a5-4925-8d6d-e7c84d3d229b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9834 2024.10.16 19:59:47.612103 [ 3 ] {c1a12f11-d533-4f41-b146-65e516bf457a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9835 2024.10.16 19:59:47.612150 [ 3 ] {c1a12f11-d533-4f41-b146-65e516bf457a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9836 2024.10.16 19:59:47.612294 [ 3 ] {c1a12f11-d533-4f41-b146-65e516bf457a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9837 2024.10.16 19:59:47.612620 [ 3 ] {c1a12f11-d533-4f41-b146-65e516bf457a} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9838 2024.10.16 19:59:47.612654 [ 3 ] {c1a12f11-d533-4f41-b146-65e516bf457a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9839 2024.10.16 19:59:47.613033 [ 3 ] {c1a12f11-d533-4f41-b146-65e516bf457a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9840 2024.10.16 19:59:47.613367 [ 3 ] {c1a12f11-d533-4f41-b146-65e516bf457a} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9841 2024.10.16 19:59:47.613519 [ 3 ] {c1a12f11-d533-4f41-b146-65e516bf457a} <Debug> executeQuery: Read 98 rows, 6.99 KiB in 0.001463 sec., 66985.64593301436 rows/sec., 4.66 MiB/sec.
9842 2024.10.16 19:59:47.613679 [ 3 ] {c1a12f11-d533-4f41-b146-65e516bf457a} <Debug> DynamicQueryHandler: Done processing query
9843 2024.10.16 19:59:47.613703 [ 3 ] {c1a12f11-d533-4f41-b146-65e516bf457a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9844 2024.10.16 19:59:47.613719 [ 3 ] {} <Debug> HTTP-Session: 7e1d62e8-b7a5-4925-8d6d-e7c84d3d229b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9845 2024.10.16 19:59:47.613878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 51963, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9846 2024.10.16 19:59:47.613926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9847 2024.10.16 19:59:47.613946 [ 3 ] {} <Debug> HTTP-Session: cf125129-007c-4058-a632-a6828dd9d125 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9848 2024.10.16 19:59:47.613962 [ 3 ] {} <Debug> HTTP-Session: cf125129-007c-4058-a632-a6828dd9d125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9849 2024.10.16 19:59:47.613975 [ 3 ] {} <Debug> HTTP-Session: cf125129-007c-4058-a632-a6828dd9d125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9850 2024.10.16 19:59:47.614006 [ 3 ] {} <Trace> HTTP-Session: cf125129-007c-4058-a632-a6828dd9d125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9851 2024.10.16 19:59:47.614321 [ 3 ] {60052259-7a2d-4110-834d-786406ee8ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9852 2024.10.16 19:59:47.614385 [ 3 ] {60052259-7a2d-4110-834d-786406ee8ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9853 2024.10.16 19:59:47.614822 [ 3 ] {60052259-7a2d-4110-834d-786406ee8ff9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9854 2024.10.16 19:59:47.615478 [ 3 ] {60052259-7a2d-4110-834d-786406ee8ff9} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9855 2024.10.16 19:59:47.615514 [ 3 ] {60052259-7a2d-4110-834d-786406ee8ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9856 2024.10.16 19:59:47.616162 [ 3 ] {60052259-7a2d-4110-834d-786406ee8ff9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9857 2024.10.16 19:59:47.616572 [ 3 ] {60052259-7a2d-4110-834d-786406ee8ff9} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9858 2024.10.16 19:59:47.616773 [ 3 ] {60052259-7a2d-4110-834d-786406ee8ff9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002674 sec., 11593.118922961854 rows/sec., 20.77 MiB/sec.
9859 2024.10.16 19:59:47.617276 [ 3 ] {60052259-7a2d-4110-834d-786406ee8ff9} <Debug> DynamicQueryHandler: Done processing query
9860 2024.10.16 19:59:47.617302 [ 3 ] {60052259-7a2d-4110-834d-786406ee8ff9} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB.
9861 2024.10.16 19:59:47.617318 [ 3 ] {} <Debug> HTTP-Session: cf125129-007c-4058-a632-a6828dd9d125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9862 2024.10.16 19:59:47.617446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9863 2024.10.16 19:59:47.617495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9864 2024.10.16 19:59:47.617514 [ 3 ] {} <Debug> HTTP-Session: 012da2b5-7d68-43a3-b65f-a94ff4663b6f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9865 2024.10.16 19:59:47.617531 [ 3 ] {} <Debug> HTTP-Session: 012da2b5-7d68-43a3-b65f-a94ff4663b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9866 2024.10.16 19:59:47.617545 [ 3 ] {} <Debug> HTTP-Session: 012da2b5-7d68-43a3-b65f-a94ff4663b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9867 2024.10.16 19:59:47.617575 [ 3 ] {} <Trace> HTTP-Session: 012da2b5-7d68-43a3-b65f-a94ff4663b6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9868 2024.10.16 19:59:47.617684 [ 3 ] {19fd0105-3575-4164-9239-edc417fb231d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9869 2024.10.16 19:59:47.617729 [ 3 ] {19fd0105-3575-4164-9239-edc417fb231d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9870 2024.10.16 19:59:47.617880 [ 3 ] {19fd0105-3575-4164-9239-edc417fb231d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9871 2024.10.16 19:59:47.618241 [ 3 ] {19fd0105-3575-4164-9239-edc417fb231d} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9872 2024.10.16 19:59:47.618278 [ 3 ] {19fd0105-3575-4164-9239-edc417fb231d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9873 2024.10.16 19:59:47.618633 [ 3 ] {19fd0105-3575-4164-9239-edc417fb231d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9874 2024.10.16 19:59:47.618963 [ 3 ] {19fd0105-3575-4164-9239-edc417fb231d} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9875 2024.10.16 19:59:47.619120 [ 3 ] {19fd0105-3575-4164-9239-edc417fb231d} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00146 sec., 24657.534246575342 rows/sec., 1.66 MiB/sec.
9876 2024.10.16 19:59:47.619446 [ 3 ] {19fd0105-3575-4164-9239-edc417fb231d} <Debug> DynamicQueryHandler: Done processing query
9877 2024.10.16 19:59:47.619490 [ 3 ] {19fd0105-3575-4164-9239-edc417fb231d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
9878 2024.10.16 19:59:47.619513 [ 3 ] {} <Debug> HTTP-Session: 012da2b5-7d68-43a3-b65f-a94ff4663b6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9879 2024.10.16 19:59:51.667100 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 980
9880 2024.10.16 19:59:51.670236 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9881 2024.10.16 19:59:51.670285 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9882 2024.10.16 19:59:51.671776 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
9883 2024.10.16 19:59:51.672787 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9884 2024.10.16 19:59:51.672962 [ 136 ] {} <Debug> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
9885 2024.10.16 19:59:51.673029 [ 136 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9886 2024.10.16 19:59:51.673073 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9887 2024.10.16 19:59:51.673540 [ 193 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
9888 2024.10.16 19:59:51.674664 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 980
9889 2024.10.16 19:59:51.675173 [ 193 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9890 2024.10.16 19:59:51.675306 [ 193 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 804 rows starting from the beginning of the part
9891 2024.10.16 19:59:51.675854 [ 193 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
9892 2024.10.16 19:59:51.676373 [ 193 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part
9893 2024.10.16 19:59:51.676839 [ 193 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::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
9894 2024.10.16 19:59:51.677305 [ 193 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part
9895 2024.10.16 19:59:51.677759 [ 193 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 44 rows starting from the beginning of the part
9896 2024.10.16 19:59:51.685567 [ 187 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 980 rows, containing 72 columns (72 merged, 0 gathered) in 0.012391184 sec., 79088.48742783579 rows/sec., 54.81 MiB/sec.
9897 2024.10.16 19:59:51.686942 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
9898 2024.10.16 19:59:51.688691 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_26_5} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9899 2024.10.16 19:59:51.688790 [ 186 ] {db3a7b8e-c998-47b6-9f4c-19b00bf16fc6::all_1_26_5} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
9900 2024.10.16 19:59:51.689133 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB.
9901 2024.10.16 19:59:52.604896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9902 2024.10.16 19:59:52.605029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9903 2024.10.16 19:59:52.605060 [ 3 ] {} <Debug> HTTP-Session: ba84c7e8-cbee-4af6-9435-6bc98d52e065 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9904 2024.10.16 19:59:52.605088 [ 3 ] {} <Debug> HTTP-Session: ba84c7e8-cbee-4af6-9435-6bc98d52e065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9905 2024.10.16 19:59:52.605105 [ 3 ] {} <Debug> HTTP-Session: ba84c7e8-cbee-4af6-9435-6bc98d52e065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9906 2024.10.16 19:59:52.605160 [ 3 ] {} <Trace> HTTP-Session: ba84c7e8-cbee-4af6-9435-6bc98d52e065 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9907 2024.10.16 19:59:52.605384 [ 3 ] {bcd9d068-10f5-4039-bc3b-efe1fb6d2c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9908 2024.10.16 19:59:52.605460 [ 3 ] {bcd9d068-10f5-4039-bc3b-efe1fb6d2c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9909 2024.10.16 19:59:52.605845 [ 3 ] {bcd9d068-10f5-4039-bc3b-efe1fb6d2c78} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9910 2024.10.16 19:59:52.606399 [ 3 ] {bcd9d068-10f5-4039-bc3b-efe1fb6d2c78} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9911 2024.10.16 19:59:52.606464 [ 3 ] {bcd9d068-10f5-4039-bc3b-efe1fb6d2c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9912 2024.10.16 19:59:52.607025 [ 3 ] {bcd9d068-10f5-4039-bc3b-efe1fb6d2c78} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9913 2024.10.16 19:59:52.607467 [ 3 ] {bcd9d068-10f5-4039-bc3b-efe1fb6d2c78} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9914 2024.10.16 19:59:52.607647 [ 3 ] {bcd9d068-10f5-4039-bc3b-efe1fb6d2c78} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002336 sec., 23972.602739726026 rows/sec., 1.83 MiB/sec.
9915 2024.10.16 19:59:52.607881 [ 3 ] {bcd9d068-10f5-4039-bc3b-efe1fb6d2c78} <Debug> DynamicQueryHandler: Done processing query
9916 2024.10.16 19:59:52.607909 [ 3 ] {bcd9d068-10f5-4039-bc3b-efe1fb6d2c78} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
9917 2024.10.16 19:59:52.607926 [ 3 ] {} <Debug> HTTP-Session: ba84c7e8-cbee-4af6-9435-6bc98d52e065 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9918 2024.10.16 19:59:52.608088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9919 2024.10.16 19:59:52.608143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9920 2024.10.16 19:59:52.608164 [ 3 ] {} <Debug> HTTP-Session: 4e3476fd-a938-4664-b3bf-f569e07c1ee0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9921 2024.10.16 19:59:52.608183 [ 3 ] {} <Debug> HTTP-Session: 4e3476fd-a938-4664-b3bf-f569e07c1ee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9922 2024.10.16 19:59:52.608197 [ 3 ] {} <Debug> HTTP-Session: 4e3476fd-a938-4664-b3bf-f569e07c1ee0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9923 2024.10.16 19:59:52.608232 [ 3 ] {} <Trace> HTTP-Session: 4e3476fd-a938-4664-b3bf-f569e07c1ee0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9924 2024.10.16 19:59:52.608358 [ 3 ] {7b88c734-08dd-4c63-8cab-6447d423fea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9925 2024.10.16 19:59:52.608407 [ 3 ] {7b88c734-08dd-4c63-8cab-6447d423fea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9926 2024.10.16 19:59:52.608646 [ 3 ] {7b88c734-08dd-4c63-8cab-6447d423fea9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9927 2024.10.16 19:59:52.609331 [ 3 ] {7b88c734-08dd-4c63-8cab-6447d423fea9} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9928 2024.10.16 19:59:52.609370 [ 3 ] {7b88c734-08dd-4c63-8cab-6447d423fea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9929 2024.10.16 19:59:52.609728 [ 3 ] {7b88c734-08dd-4c63-8cab-6447d423fea9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9930 2024.10.16 19:59:52.610089 [ 3 ] {7b88c734-08dd-4c63-8cab-6447d423fea9} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9931 2024.10.16 19:59:52.610266 [ 3 ] {7b88c734-08dd-4c63-8cab-6447d423fea9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001942 sec., 32955.7157569516 rows/sec., 2.57 MiB/sec.
9932 2024.10.16 19:59:52.610524 [ 3 ] {7b88c734-08dd-4c63-8cab-6447d423fea9} <Debug> DynamicQueryHandler: Done processing query
9933 2024.10.16 19:59:52.610582 [ 3 ] {7b88c734-08dd-4c63-8cab-6447d423fea9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
9934 2024.10.16 19:59:52.610636 [ 3 ] {} <Debug> HTTP-Session: 4e3476fd-a938-4664-b3bf-f569e07c1ee0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9935 2024.10.16 19:59:52.610888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9936 2024.10.16 19:59:52.610943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9937 2024.10.16 19:59:52.610962 [ 3 ] {} <Debug> HTTP-Session: 36c08571-13f5-40b0-bd9c-22d7e85f9046 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9938 2024.10.16 19:59:52.610980 [ 3 ] {} <Debug> HTTP-Session: 36c08571-13f5-40b0-bd9c-22d7e85f9046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9939 2024.10.16 19:59:52.610995 [ 3 ] {} <Debug> HTTP-Session: 36c08571-13f5-40b0-bd9c-22d7e85f9046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9940 2024.10.16 19:59:52.611029 [ 3 ] {} <Trace> HTTP-Session: 36c08571-13f5-40b0-bd9c-22d7e85f9046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9941 2024.10.16 19:59:52.611184 [ 3 ] {b0c4997f-6257-4cb6-af5f-54fb372c8561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9942 2024.10.16 19:59:52.611234 [ 3 ] {b0c4997f-6257-4cb6-af5f-54fb372c8561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9943 2024.10.16 19:59:52.611391 [ 3 ] {b0c4997f-6257-4cb6-af5f-54fb372c8561} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9944 2024.10.16 19:59:52.611850 [ 3 ] {b0c4997f-6257-4cb6-af5f-54fb372c8561} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9945 2024.10.16 19:59:52.611887 [ 3 ] {b0c4997f-6257-4cb6-af5f-54fb372c8561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9946 2024.10.16 19:59:52.612274 [ 3 ] {b0c4997f-6257-4cb6-af5f-54fb372c8561} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9947 2024.10.16 19:59:52.612640 [ 3 ] {b0c4997f-6257-4cb6-af5f-54fb372c8561} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9948 2024.10.16 19:59:52.612811 [ 3 ] {b0c4997f-6257-4cb6-af5f-54fb372c8561} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001692 sec., 94562.64775413711 rows/sec., 6.59 MiB/sec.
9949 2024.10.16 19:59:52.613002 [ 3 ] {b0c4997f-6257-4cb6-af5f-54fb372c8561} <Debug> DynamicQueryHandler: Done processing query
9950 2024.10.16 19:59:52.613027 [ 3 ] {b0c4997f-6257-4cb6-af5f-54fb372c8561} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
9951 2024.10.16 19:59:52.613043 [ 3 ] {} <Debug> HTTP-Session: 36c08571-13f5-40b0-bd9c-22d7e85f9046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9952 2024.10.16 19:59:52.613200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9953 2024.10.16 19:59:52.613253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9954 2024.10.16 19:59:52.613271 [ 3 ] {} <Debug> HTTP-Session: 4dd59ef7-fffd-42aa-90f8-01cca6c7435e Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9955 2024.10.16 19:59:52.613288 [ 3 ] {} <Debug> HTTP-Session: 4dd59ef7-fffd-42aa-90f8-01cca6c7435e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9956 2024.10.16 19:59:52.613302 [ 3 ] {} <Debug> HTTP-Session: 4dd59ef7-fffd-42aa-90f8-01cca6c7435e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9957 2024.10.16 19:59:52.613333 [ 3 ] {} <Trace> HTTP-Session: 4dd59ef7-fffd-42aa-90f8-01cca6c7435e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9958 2024.10.16 19:59:52.613456 [ 3 ] {7118c8ce-7b4d-4830-959b-cb254c732842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9959 2024.10.16 19:59:52.613501 [ 3 ] {7118c8ce-7b4d-4830-959b-cb254c732842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9960 2024.10.16 19:59:52.613630 [ 3 ] {7118c8ce-7b4d-4830-959b-cb254c732842} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9961 2024.10.16 19:59:52.613952 [ 3 ] {7118c8ce-7b4d-4830-959b-cb254c732842} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9962 2024.10.16 19:59:52.613988 [ 3 ] {7118c8ce-7b4d-4830-959b-cb254c732842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9963 2024.10.16 19:59:52.614371 [ 3 ] {7118c8ce-7b4d-4830-959b-cb254c732842} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9964 2024.10.16 19:59:52.614703 [ 3 ] {7118c8ce-7b4d-4830-959b-cb254c732842} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9965 2024.10.16 19:59:52.614858 [ 3 ] {7118c8ce-7b4d-4830-959b-cb254c732842} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec.
9966 2024.10.16 19:59:52.615041 [ 3 ] {7118c8ce-7b4d-4830-959b-cb254c732842} <Debug> DynamicQueryHandler: Done processing query
9967 2024.10.16 19:59:52.615065 [ 3 ] {7118c8ce-7b4d-4830-959b-cb254c732842} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
9968 2024.10.16 19:59:52.615081 [ 3 ] {} <Debug> HTTP-Session: 4dd59ef7-fffd-42aa-90f8-01cca6c7435e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9969 2024.10.16 19:59:57.610990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 40485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9970 2024.10.16 19:59:57.611134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9971 2024.10.16 19:59:57.611164 [ 3 ] {} <Debug> HTTP-Session: c6c96bc0-0d4f-4de0-9ccb-b4254f74c656 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9972 2024.10.16 19:59:57.611193 [ 3 ] {} <Debug> HTTP-Session: c6c96bc0-0d4f-4de0-9ccb-b4254f74c656 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9973 2024.10.16 19:59:57.611211 [ 3 ] {} <Debug> HTTP-Session: c6c96bc0-0d4f-4de0-9ccb-b4254f74c656 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9974 2024.10.16 19:59:57.611266 [ 3 ] {} <Trace> HTTP-Session: c6c96bc0-0d4f-4de0-9ccb-b4254f74c656 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9975 2024.10.16 19:59:57.611558 [ 3 ] {f0f5f1cb-4a85-4261-95b7-067a0e1bed7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
9976 2024.10.16 19:59:57.611634 [ 3 ] {f0f5f1cb-4a85-4261-95b7-067a0e1bed7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9977 2024.10.16 19:59:57.611996 [ 3 ] {f0f5f1cb-4a85-4261-95b7-067a0e1bed7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9978 2024.10.16 19:59:57.612790 [ 3 ] {f0f5f1cb-4a85-4261-95b7-067a0e1bed7b} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9979 2024.10.16 19:59:57.612833 [ 3 ] {f0f5f1cb-4a85-4261-95b7-067a0e1bed7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9980 2024.10.16 19:59:57.613284 [ 3 ] {f0f5f1cb-4a85-4261-95b7-067a0e1bed7b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9981 2024.10.16 19:59:57.613670 [ 3 ] {f0f5f1cb-4a85-4261-95b7-067a0e1bed7b} <Trace> oximeter.fields_string (d05d4cba-54f2-4e7c-863e-e2c7effb2295): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9982 2024.10.16 19:59:57.613843 [ 3 ] {f0f5f1cb-4a85-4261-95b7-067a0e1bed7b} <Debug> executeQuery: Read 267 rows, 24.26 KiB in 0.002417 sec., 110467.52172114192 rows/sec., 9.80 MiB/sec.
9983 2024.10.16 19:59:57.614049 [ 3 ] {f0f5f1cb-4a85-4261-95b7-067a0e1bed7b} <Debug> DynamicQueryHandler: Done processing query
9984 2024.10.16 19:59:57.614075 [ 3 ] {f0f5f1cb-4a85-4261-95b7-067a0e1bed7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB.
9985 2024.10.16 19:59:57.614091 [ 3 ] {} <Debug> HTTP-Session: c6c96bc0-0d4f-4de0-9ccb-b4254f74c656 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9986 2024.10.16 19:59:57.614319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9987 2024.10.16 19:59:57.614369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9988 2024.10.16 19:59:57.614389 [ 3 ] {} <Debug> HTTP-Session: 9146a17e-b51c-445d-bdaf-fafa62b7a184 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
9989 2024.10.16 19:59:57.614405 [ 3 ] {} <Debug> HTTP-Session: 9146a17e-b51c-445d-bdaf-fafa62b7a184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9990 2024.10.16 19:59:57.614419 [ 3 ] {} <Debug> HTTP-Session: 9146a17e-b51c-445d-bdaf-fafa62b7a184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9991 2024.10.16 19:59:57.614450 [ 3 ] {} <Trace> HTTP-Session: 9146a17e-b51c-445d-bdaf-fafa62b7a184 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9992 2024.10.16 19:59:57.614574 [ 3 ] {11f4df04-e5f9-40f4-b88a-5b32a550429f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9993 2024.10.16 19:59:57.614618 [ 3 ] {11f4df04-e5f9-40f4-b88a-5b32a550429f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9994 2024.10.16 19:59:57.614843 [ 3 ] {11f4df04-e5f9-40f4-b88a-5b32a550429f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9995 2024.10.16 19:59:57.615196 [ 3 ] {11f4df04-e5f9-40f4-b88a-5b32a550429f} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9996 2024.10.16 19:59:57.615233 [ 3 ] {11f4df04-e5f9-40f4-b88a-5b32a550429f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
9997 2024.10.16 19:59:57.615583 [ 3 ] {11f4df04-e5f9-40f4-b88a-5b32a550429f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9998 2024.10.16 19:59:57.615938 [ 3 ] {11f4df04-e5f9-40f4-b88a-5b32a550429f} <Trace> oximeter.fields_u16 (7f8bfc84-ad0a-4433-8f0c-b59bc58ff70a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9999 2024.10.16 19:59:57.616114 [ 3 ] {11f4df04-e5f9-40f4-b88a-5b32a550429f} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001562 sec., 24967.989756722152 rows/sec., 1.83 MiB/sec.
10000 2024.10.16 19:59:57.616288 [ 3 ] {11f4df04-e5f9-40f4-b88a-5b32a550429f} <Debug> DynamicQueryHandler: Done processing query
10001 2024.10.16 19:59:57.616313 [ 3 ] {11f4df04-e5f9-40f4-b88a-5b32a550429f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
10002 2024.10.16 19:59:57.616329 [ 3 ] {} <Debug> HTTP-Session: 9146a17e-b51c-445d-bdaf-fafa62b7a184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10003 2024.10.16 19:59:57.616452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10004 2024.10.16 19:59:57.616502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10005 2024.10.16 19:59:57.616521 [ 3 ] {} <Debug> HTTP-Session: fcb615e9-06a0-4755-a936-611cdd6ee08c Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
10006 2024.10.16 19:59:57.616538 [ 3 ] {} <Debug> HTTP-Session: fcb615e9-06a0-4755-a936-611cdd6ee08c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10007 2024.10.16 19:59:57.616551 [ 3 ] {} <Debug> HTTP-Session: fcb615e9-06a0-4755-a936-611cdd6ee08c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10008 2024.10.16 19:59:57.616582 [ 3 ] {} <Trace> HTTP-Session: fcb615e9-06a0-4755-a936-611cdd6ee08c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10009 2024.10.16 19:59:57.616678 [ 3 ] {30d92ee9-159f-4a9e-9719-e92692407a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
10010 2024.10.16 19:59:57.616721 [ 3 ] {30d92ee9-159f-4a9e-9719-e92692407a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10011 2024.10.16 19:59:57.616943 [ 3 ] {30d92ee9-159f-4a9e-9719-e92692407a82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10012 2024.10.16 19:59:57.617257 [ 3 ] {30d92ee9-159f-4a9e-9719-e92692407a82} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10013 2024.10.16 19:59:57.617294 [ 3 ] {30d92ee9-159f-4a9e-9719-e92692407a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
10014 2024.10.16 19:59:57.617645 [ 3 ] {30d92ee9-159f-4a9e-9719-e92692407a82} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10015 2024.10.16 19:59:57.618003 [ 3 ] {30d92ee9-159f-4a9e-9719-e92692407a82} <Trace> oximeter.fields_u32 (e4ab983b-f09f-4eba-813f-550da9deaa69): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10016 2024.10.16 19:59:57.618167 [ 3 ] {30d92ee9-159f-4a9e-9719-e92692407a82} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001508 sec., 9283.819628647214 rows/sec., 650.18 KiB/sec.
10017 2024.10.16 19:59:57.618335 [ 3 ] {30d92ee9-159f-4a9e-9719-e92692407a82} <Debug> DynamicQueryHandler: Done processing query
10018 2024.10.16 19:59:57.618359 [ 3 ] {30d92ee9-159f-4a9e-9719-e92692407a82} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10019 2024.10.16 19:59:57.618375 [ 3 ] {} <Debug> HTTP-Session: fcb615e9-06a0-4755-a936-611cdd6ee08c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10020 2024.10.16 19:59:57.618497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10021 2024.10.16 19:59:57.618546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10022 2024.10.16 19:59:57.618565 [ 3 ] {} <Debug> HTTP-Session: 01b0ec01-f04f-4296-aae6-a18799872bd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
10023 2024.10.16 19:59:57.618581 [ 3 ] {} <Debug> HTTP-Session: 01b0ec01-f04f-4296-aae6-a18799872bd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10024 2024.10.16 19:59:57.618595 [ 3 ] {} <Debug> HTTP-Session: 01b0ec01-f04f-4296-aae6-a18799872bd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10025 2024.10.16 19:59:57.618625 [ 3 ] {} <Trace> HTTP-Session: 01b0ec01-f04f-4296-aae6-a18799872bd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10026 2024.10.16 19:59:57.618721 [ 3 ] {051e65ea-0325-46bf-bd2a-5693fb9b6c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
10027 2024.10.16 19:59:57.618764 [ 3 ] {051e65ea-0325-46bf-bd2a-5693fb9b6c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10028 2024.10.16 19:59:57.618988 [ 3 ] {051e65ea-0325-46bf-bd2a-5693fb9b6c71} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10029 2024.10.16 19:59:57.619351 [ 3 ] {051e65ea-0325-46bf-bd2a-5693fb9b6c71} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10030 2024.10.16 19:59:57.619388 [ 3 ] {051e65ea-0325-46bf-bd2a-5693fb9b6c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
10031 2024.10.16 19:59:57.619731 [ 3 ] {051e65ea-0325-46bf-bd2a-5693fb9b6c71} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10032 2024.10.16 19:59:57.620111 [ 3 ] {051e65ea-0325-46bf-bd2a-5693fb9b6c71} <Trace> oximeter.fields_u8 (5aae968c-2d3f-4fa3-a796-a7674c07041b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10033 2024.10.16 19:59:57.620236 [ 3 ] {051e65ea-0325-46bf-bd2a-5693fb9b6c71} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 230.04 KiB/sec.
10034 2024.10.16 19:59:57.620406 [ 3 ] {051e65ea-0325-46bf-bd2a-5693fb9b6c71} <Debug> DynamicQueryHandler: Done processing query
10035 2024.10.16 19:59:57.620430 [ 3 ] {051e65ea-0325-46bf-bd2a-5693fb9b6c71} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10036 2024.10.16 19:59:57.620447 [ 3 ] {} <Debug> HTTP-Session: 01b0ec01-f04f-4296-aae6-a18799872bd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10037 2024.10.16 19:59:57.620607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 68390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10038 2024.10.16 19:59:57.620656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10039 2024.10.16 19:59:57.620675 [ 3 ] {} <Debug> HTTP-Session: b2c1c64a-6968-49b7-b579-37e53894d8a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
10040 2024.10.16 19:59:57.620691 [ 3 ] {} <Debug> HTTP-Session: b2c1c64a-6968-49b7-b579-37e53894d8a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10041 2024.10.16 19:59:57.620704 [ 3 ] {} <Debug> HTTP-Session: b2c1c64a-6968-49b7-b579-37e53894d8a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10042 2024.10.16 19:59:57.620735 [ 3 ] {} <Trace> HTTP-Session: b2c1c64a-6968-49b7-b579-37e53894d8a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10043 2024.10.16 19:59:57.620944 [ 3 ] {9e71e97e-9d07-43d4-a41f-fa74be31ef75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
10044 2024.10.16 19:59:57.620987 [ 3 ] {9e71e97e-9d07-43d4-a41f-fa74be31ef75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10045 2024.10.16 19:59:57.621205 [ 3 ] {9e71e97e-9d07-43d4-a41f-fa74be31ef75} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10046 2024.10.16 19:59:57.621759 [ 3 ] {9e71e97e-9d07-43d4-a41f-fa74be31ef75} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10047 2024.10.16 19:59:57.621795 [ 3 ] {9e71e97e-9d07-43d4-a41f-fa74be31ef75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
10048 2024.10.16 19:59:57.622181 [ 3 ] {9e71e97e-9d07-43d4-a41f-fa74be31ef75} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10049 2024.10.16 19:59:57.622533 [ 3 ] {9e71e97e-9d07-43d4-a41f-fa74be31ef75} <Trace> oximeter.fields_uuid (df7b6074-c337-4810-9e25-d22fc93c095f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10050 2024.10.16 19:59:57.622660 [ 3 ] {9e71e97e-9d07-43d4-a41f-fa74be31ef75} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001821 sec., 231191.6529379462 rows/sec., 16.52 MiB/sec.
10051 2024.10.16 19:59:57.622826 [ 3 ] {9e71e97e-9d07-43d4-a41f-fa74be31ef75} <Debug> DynamicQueryHandler: Done processing query
10052 2024.10.16 19:59:57.622851 [ 3 ] {9e71e97e-9d07-43d4-a41f-fa74be31ef75} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB.
10053 2024.10.16 19:59:57.622867 [ 3 ] {} <Debug> HTTP-Session: b2c1c64a-6968-49b7-b579-37e53894d8a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10054 2024.10.16 19:59:57.623094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10055 2024.10.16 19:59:57.623143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10056 2024.10.16 19:59:57.623162 [ 3 ] {} <Debug> HTTP-Session: 33a28981-14a9-4769-8053-d308342b3f6b Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
10057 2024.10.16 19:59:57.623178 [ 3 ] {} <Debug> HTTP-Session: 33a28981-14a9-4769-8053-d308342b3f6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10058 2024.10.16 19:59:57.623192 [ 3 ] {} <Debug> HTTP-Session: 33a28981-14a9-4769-8053-d308342b3f6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10059 2024.10.16 19:59:57.623222 [ 3 ] {} <Trace> HTTP-Session: 33a28981-14a9-4769-8053-d308342b3f6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10060 2024.10.16 19:59:57.623316 [ 3 ] {1f48a474-02ed-468a-804a-3af9b9e652ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
10061 2024.10.16 19:59:57.623361 [ 3 ] {1f48a474-02ed-468a-804a-3af9b9e652ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10062 2024.10.16 19:59:57.623489 [ 3 ] {1f48a474-02ed-468a-804a-3af9b9e652ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10063 2024.10.16 19:59:57.623775 [ 3 ] {1f48a474-02ed-468a-804a-3af9b9e652ac} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10064 2024.10.16 19:59:57.623810 [ 3 ] {1f48a474-02ed-468a-804a-3af9b9e652ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
10065 2024.10.16 19:59:57.624167 [ 3 ] {1f48a474-02ed-468a-804a-3af9b9e652ac} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10066 2024.10.16 19:59:57.624487 [ 3 ] {1f48a474-02ed-468a-804a-3af9b9e652ac} <Trace> oximeter.measurements_bool (ab045830-a919-48fa-9c24-cab1b770e73f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10067 2024.10.16 19:59:57.624614 [ 3 ] {1f48a474-02ed-468a-804a-3af9b9e652ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 237.12 KiB/sec.
10068 2024.10.16 19:59:57.624935 [ 3 ] {1f48a474-02ed-468a-804a-3af9b9e652ac} <Debug> DynamicQueryHandler: Done processing query
10069 2024.10.16 19:59:57.624985 [ 3 ] {1f48a474-02ed-468a-804a-3af9b9e652ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
10070 2024.10.16 19:59:57.625022 [ 3 ] {} <Debug> HTTP-Session: 33a28981-14a9-4769-8053-d308342b3f6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10071 2024.10.16 19:59:57.625194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 44649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10072 2024.10.16 19:59:57.625244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10073 2024.10.16 19:59:57.625264 [ 3 ] {} <Debug> HTTP-Session: 7254aae8-b45a-471f-bb7f-9e6672c90e56 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
10074 2024.10.16 19:59:57.625280 [ 3 ] {} <Debug> HTTP-Session: 7254aae8-b45a-471f-bb7f-9e6672c90e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10075 2024.10.16 19:59:57.625295 [ 3 ] {} <Debug> HTTP-Session: 7254aae8-b45a-471f-bb7f-9e6672c90e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10076 2024.10.16 19:59:57.625325 [ 3 ] {} <Trace> HTTP-Session: 7254aae8-b45a-471f-bb7f-9e6672c90e56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10077 2024.10.16 19:59:57.625533 [ 3 ] {571b12e8-6f45-43ac-b20c-bbe35c6c1410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
10078 2024.10.16 19:59:57.625581 [ 3 ] {571b12e8-6f45-43ac-b20c-bbe35c6c1410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10079 2024.10.16 19:59:57.625747 [ 3 ] {571b12e8-6f45-43ac-b20c-bbe35c6c1410} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10080 2024.10.16 19:59:57.626193 [ 3 ] {571b12e8-6f45-43ac-b20c-bbe35c6c1410} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10081 2024.10.16 19:59:57.626229 [ 3 ] {571b12e8-6f45-43ac-b20c-bbe35c6c1410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
10082 2024.10.16 19:59:57.626629 [ 3 ] {571b12e8-6f45-43ac-b20c-bbe35c6c1410} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10083 2024.10.16 19:59:57.626962 [ 3 ] {571b12e8-6f45-43ac-b20c-bbe35c6c1410} <Trace> oximeter.measurements_cumulativeu64 (38c7d632-31b5-47b3-8333-a5b78d880fb8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10084 2024.10.16 19:59:57.627086 [ 3 ] {571b12e8-6f45-43ac-b20c-bbe35c6c1410} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001678 sec., 141239.57091775924 rows/sec., 9.47 MiB/sec.
10085 2024.10.16 19:59:57.627249 [ 3 ] {571b12e8-6f45-43ac-b20c-bbe35c6c1410} <Debug> DynamicQueryHandler: Done processing query
10086 2024.10.16 19:59:57.627273 [ 3 ] {571b12e8-6f45-43ac-b20c-bbe35c6c1410} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
10087 2024.10.16 19:59:57.627289 [ 3 ] {} <Debug> HTTP-Session: 7254aae8-b45a-471f-bb7f-9e6672c90e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10088 2024.10.16 19:59:57.627449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10089 2024.10.16 19:59:57.627496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10090 2024.10.16 19:59:57.627516 [ 3 ] {} <Debug> HTTP-Session: 1536362c-8825-43fd-b851-6dffe49c8f93 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
10091 2024.10.16 19:59:57.627532 [ 3 ] {} <Debug> HTTP-Session: 1536362c-8825-43fd-b851-6dffe49c8f93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10092 2024.10.16 19:59:57.627546 [ 3 ] {} <Debug> HTTP-Session: 1536362c-8825-43fd-b851-6dffe49c8f93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10093 2024.10.16 19:59:57.627576 [ 3 ] {} <Trace> HTTP-Session: 1536362c-8825-43fd-b851-6dffe49c8f93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10094 2024.10.16 19:59:57.627665 [ 3 ] {c7aa27e4-f0b6-40e6-9418-d500e941988c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
10095 2024.10.16 19:59:57.627709 [ 3 ] {c7aa27e4-f0b6-40e6-9418-d500e941988c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10096 2024.10.16 19:59:57.627833 [ 3 ] {c7aa27e4-f0b6-40e6-9418-d500e941988c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10097 2024.10.16 19:59:57.628179 [ 3 ] {c7aa27e4-f0b6-40e6-9418-d500e941988c} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10098 2024.10.16 19:59:57.628214 [ 3 ] {c7aa27e4-f0b6-40e6-9418-d500e941988c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
10099 2024.10.16 19:59:57.628567 [ 3 ] {c7aa27e4-f0b6-40e6-9418-d500e941988c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10100 2024.10.16 19:59:57.628903 [ 3 ] {c7aa27e4-f0b6-40e6-9418-d500e941988c} <Trace> oximeter.measurements_f64 (14d0de94-be64-4112-822e-8c07a0d8a024): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10101 2024.10.16 19:59:57.629032 [ 3 ] {c7aa27e4-f0b6-40e6-9418-d500e941988c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001388 sec., 720.4610951008646 rows/sec., 48.55 KiB/sec.
10102 2024.10.16 19:59:57.629233 [ 3 ] {c7aa27e4-f0b6-40e6-9418-d500e941988c} <Debug> DynamicQueryHandler: Done processing query
10103 2024.10.16 19:59:57.629257 [ 3 ] {c7aa27e4-f0b6-40e6-9418-d500e941988c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
10104 2024.10.16 19:59:57.629273 [ 3 ] {} <Debug> HTTP-Session: 1536362c-8825-43fd-b851-6dffe49c8f93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10105 2024.10.16 19:59:57.629421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 65203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10106 2024.10.16 19:59:57.629469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10107 2024.10.16 19:59:57.629487 [ 3 ] {} <Debug> HTTP-Session: 034c2ca5-e240-4cb5-8b83-fda2b40cad43 Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
10108 2024.10.16 19:59:57.629503 [ 3 ] {} <Debug> HTTP-Session: 034c2ca5-e240-4cb5-8b83-fda2b40cad43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10109 2024.10.16 19:59:57.629517 [ 3 ] {} <Debug> HTTP-Session: 034c2ca5-e240-4cb5-8b83-fda2b40cad43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10110 2024.10.16 19:59:57.629547 [ 3 ] {} <Trace> HTTP-Session: 034c2ca5-e240-4cb5-8b83-fda2b40cad43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10111 2024.10.16 19:59:57.629938 [ 3 ] {aa5261de-6b9d-4fce-84f4-fc2c8342c54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
10112 2024.10.16 19:59:57.630003 [ 3 ] {aa5261de-6b9d-4fce-84f4-fc2c8342c54f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10113 2024.10.16 19:59:57.630408 [ 3 ] {aa5261de-6b9d-4fce-84f4-fc2c8342c54f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10114 2024.10.16 19:59:57.631117 [ 3 ] {aa5261de-6b9d-4fce-84f4-fc2c8342c54f} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10115 2024.10.16 19:59:57.631153 [ 3 ] {aa5261de-6b9d-4fce-84f4-fc2c8342c54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
10116 2024.10.16 19:59:57.631815 [ 3 ] {aa5261de-6b9d-4fce-84f4-fc2c8342c54f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
10117 2024.10.16 19:59:57.632230 [ 3 ] {aa5261de-6b9d-4fce-84f4-fc2c8342c54f} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10118 2024.10.16 19:59:57.632357 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
10119 2024.10.16 19:59:57.632376 [ 3 ] {aa5261de-6b9d-4fce-84f4-fc2c8342c54f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002733 sec., 14270.032930845224 rows/sec., 25.57 MiB/sec.
10120 2024.10.16 19:59:57.632399 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10121 2024.10.16 19:59:57.632434 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
10122 2024.10.16 19:59:57.632677 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::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
10123 2024.10.16 19:59:57.632858 [ 3 ] {aa5261de-6b9d-4fce-84f4-fc2c8342c54f} <Debug> DynamicQueryHandler: Done processing query
10124 2024.10.16 19:59:57.632910 [ 3 ] {aa5261de-6b9d-4fce-84f4-fc2c8342c54f} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB.
10125 2024.10.16 19:59:57.632961 [ 3 ] {} <Debug> HTTP-Session: 034c2ca5-e240-4cb5-8b83-fda2b40cad43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10126 2024.10.16 19:59:57.633143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38060, User-Agent: (none), Length: 12130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10127 2024.10.16 19:59:57.633216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
10128 2024.10.16 19:59:57.633217 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10129 2024.10.16 19:59:57.633237 [ 3 ] {} <Debug> HTTP-Session: 0a2b6035-4714-42b8-8830-ae5c726e5e0f Authenticating user 'default' from [fd00:1122:3344:101::d]:38060
10130 2024.10.16 19:59:57.633265 [ 3 ] {} <Debug> HTTP-Session: 0a2b6035-4714-42b8-8830-ae5c726e5e0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
10131 2024.10.16 19:59:57.633291 [ 3 ] {} <Debug> HTTP-Session: 0a2b6035-4714-42b8-8830-ae5c726e5e0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
10132 2024.10.16 19:59:57.633301 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 699 rows starting from the beginning of the part
10133 2024.10.16 19:59:57.633332 [ 3 ] {} <Trace> HTTP-Session: 0a2b6035-4714-42b8-8830-ae5c726e5e0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10134 2024.10.16 19:59:57.633638 [ 3 ] {6b56c70f-6b39-4bab-88a5-477dd8231f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38060) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
10135 2024.10.16 19:59:57.633764 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part
10136 2024.10.16 19:59:57.633782 [ 3 ] {6b56c70f-6b39-4bab-88a5-477dd8231f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10137 2024.10.16 19:59:57.634451 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part
10138 2024.10.16 19:59:57.634462 [ 3 ] {6b56c70f-6b39-4bab-88a5-477dd8231f96} <Trace> ParallelParsingInputFormat: Parallel parsing is used
10139 2024.10.16 19:59:57.634925 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
10140 2024.10.16 19:59:57.635498 [ 3 ] {6b56c70f-6b39-4bab-88a5-477dd8231f96} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10141 2024.10.16 19:59:57.635506 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part
10142 2024.10.16 19:59:57.635539 [ 3 ] {6b56c70f-6b39-4bab-88a5-477dd8231f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
10143 2024.10.16 19:59:57.635980 [ 201 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part
10144 2024.10.16 19:59:57.636616 [ 3 ] {6b56c70f-6b39-4bab-88a5-477dd8231f96} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10145 2024.10.16 19:59:57.637110 [ 3 ] {6b56c70f-6b39-4bab-88a5-477dd8231f96} <Trace> oximeter.measurements_u64 (30cb07ed-64d0-40b4-a8f9-d9cb262bb1c5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10146 2024.10.16 19:59:57.637310 [ 3 ] {6b56c70f-6b39-4bab-88a5-477dd8231f96} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003841 sec., 21348.60713355897 rows/sec., 1.36 MiB/sec.
10147 2024.10.16 19:59:57.637494 [ 3 ] {6b56c70f-6b39-4bab-88a5-477dd8231f96} <Debug> DynamicQueryHandler: Done processing query
10148 2024.10.16 19:59:57.637519 [ 3 ] {6b56c70f-6b39-4bab-88a5-477dd8231f96} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
10149 2024.10.16 19:59:57.637536 [ 3 ] {} <Debug> HTTP-Session: 0a2b6035-4714-42b8-8830-ae5c726e5e0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
10150 2024.10.16 19:59:57.651688 [ 196 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 855 rows, containing 19 columns (19 merged, 0 gathered) in 0.01917141 sec., 44597.65870115969 rows/sec., 79.92 MiB/sec.
10151 2024.10.16 19:59:57.652974 [ 196 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
10152 2024.10.16 19:59:57.653503 [ 196 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10153 2024.10.16 19:59:57.653580 [ 196 ] {d47000e3-4a1d-4014-9a51-926cd8885627::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (d47000e3-4a1d-4014-9a51-926cd8885627) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
10154 2024.10.16 19:59:57.653672 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.71 MiB.
10155 2024.10.16 20:00:01.424960 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
10156 2024.10.16 20:00:01.425024 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
10157 2024.10.16 20:00:01.675811 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1008
10158 2024.10.16 20:00:01.678728 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10159 2024.10.16 20:00:01.678793 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
10160 2024.10.16 20:00:01.680394 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
10161 2024.10.16 20:00:01.681455 [ 242 ] {} <Trace> system.query_log (db3a7b8e-c998-47b6-9f4c-19b00bf16fc6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10162 2024.10.16 20:00:01.682147 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1008