Max level shown:
1 [ Nov 19 06:11:08 Enabled. ]
2 [ Nov 19 06:11:08 Rereading configuration. ]
3 [ Nov 19 06:11:08 Rereading configuration. ]
4 [ Nov 19 06:11:10 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 ++ svcprop -c -p config/datalink svc:/oxide/clickhouse:default
23 + DATALINK=oxControlService15
24 ++ svcprop -c -p config/gateway svc:/oxide/clickhouse:default
25 + GATEWAY=fd00:1122:3344:101::1
26 + [[ oxControlService15 == unknown ]]
27 + [[ fd00:1122:3344:101::1 == unknown ]]
28 + ipadm delete-if oxControlService15
29 ipadm: Could not delete oxControlService15: Interface does not exist
30 + true
31 + ipadm create-if -t oxControlService15
32 + ipadm set-ifprop -t -p mtu=9000 -m ipv4 oxControlService15
33 + ipadm set-ifprop -t -p mtu=9000 -m ipv6 oxControlService15
34 + ipadm show-addr oxControlService15/ll
35 ipadm: Address object not found
36 + ipadm create-addr -t -T addrconf oxControlService15/ll
37 + ipadm show-addr oxControlService15/omicron6
38 ipadm: Address object not found
39 + ipadm create-addr -t -T static -a fd00:1122:3344:101::e oxControlService15/omicron6
40 + route get -inet6 default -inet6 fd00:1122:3344:101::1
41 default: not in table
42 + route add -inet6 default -inet6 fd00:1122:3344:101::1
43 add net default: gateway fd00:1122:3344:101::1
44 + single_node=true
45 + command=()
46 + true
47 + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
48 + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
49 [ Nov 19 06:11:10 Method "start" exited with status 0. ]
50 Processing configuration file 'config.xml'.
51 There is no file 'config.xml', will use embedded config.
52 Logging trace to /var/tmp/clickhouse-server.log
53 Logging errors to /var/tmp/clickhouse-server.errlog
54 2023.11.19 06:11:11.886482 [ 1 ] {} <Information> Application: Will watch for the process with pid 20710
55 2023.11.19 06:11:11.886650 [ 1 ] {} <Information> Application: Forked a child process to watch
56 2023.11.19 06:11:12.828229 [ 1 ] {} <Information> : Starting ClickHouse 22.8.9.1 with revision 54465, no build id, PID 20710
57 2023.11.19 06:11:12.828437 [ 1 ] {} <Information> Application: starting up
58 2023.11.19 06:11:12.828699 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
59 2023.11.19 06:11:12.973011 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
60 2023.11.19 06:11:12.973062 [ 1 ] {} <Debug> Application: Initializing DateLUT.
61 2023.11.19 06:11:12.973076 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
62 2023.11.19 06:11:12.973116 [ 1 ] {} <Debug> Application: Setting up /data/tmp/ to store temporary data in it
63 2023.11.19 06:11:12.973484 [ 1 ] {} <Debug> Application: Initiailizing interserver credentials.
64 2023.11.19 06:11:12.974260 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml'
65 Processing configuration file 'config.xml'.
66 There is no file 'config.xml', will use embedded config.
67 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
68 2023.11.19 06:11:12.974820 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration
69 2023.11.19 06:11:12.975116 [ 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)
70 2023.11.19 06:11:12.980197 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
71 2023.11.19 06:11:12.980258 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration
72 2023.11.19 06:11:12.981087 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml'
73 Processing configuration file 'config.xml'.
74 There is no file 'config.xml', will use embedded config.
75 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
76 2023.11.19 06:11:12.982035 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration
77 2023.11.19 06:11:12.997159 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration
78 2023.11.19 06:11:12.997760 [ 1 ] {} <Debug> Access(user directories): Added users.xml access storage 'users.xml', path: config.xml
79 2023.11.19 06:11:12.997797 [ 1 ] {} <Information> Application: Uncompressed cache policy name
80 2023.11.19 06:11:12.999510 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32
81 2023.11.19 06:11:12.999963 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
82 2023.11.19 06:11:13.000272 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
83 2023.11.19 06:11:13.000635 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
84 2023.11.19 06:11:13.001603 [ 1 ] {} <Information> Application: Loading user defined objects from /data/
85 2023.11.19 06:11:13.001656 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoader: Loading user defined objects
86 2023.11.19 06:11:13.001718 [ 1 ] {} <Debug> Application: Loaded user defined objects
87 2023.11.19 06:11:13.001740 [ 1 ] {} <Information> Application: Loading metadata from /data/
88 2023.11.19 06:11:13.023277 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
89 2023.11.19 06:11:13.023311 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000132083 sec
90 2023.11.19 06:11:13.024029 [ 1 ] {} <Information> TablesLoader: Loading 0 tables with 0 dependency level
91 2023.11.19 06:11:13.024132 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config
92 2023.11.19 06:11:13.024155 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
93 2023.11.19 06:11:13.024176 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
94 2023.11.19 06:11:13.024190 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
95 2023.11.19 06:11:13.024207 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
96 2023.11.19 06:11:13.024225 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
97 2023.11.19 06:11:13.024265 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config
98 2023.11.19 06:11:13.024289 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
99 2023.11.19 06:11:13.024324 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config
100 2023.11.19 06:11:13.024339 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
101 2023.11.19 06:11:13.024357 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
102 2023.11.19 06:11:13.024375 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
103 2023.11.19 06:11:13.024414 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
104 2023.11.19 06:11:13.024432 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
105 2023.11.19 06:11:13.024446 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
106 2023.11.19 06:11:13.091081 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
107 2023.11.19 06:11:13.092945 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
108 2023.11.19 06:11:13.092987 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6531e-05 sec
109 2023.11.19 06:11:13.093024 [ 1 ] {} <Information> TablesLoader: Loading 0 tables with 0 dependency level
110 2023.11.19 06:11:13.093048 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
111 2023.11.19 06:11:13.093077 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
112 2023.11.19 06:11:13.095912 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
113 2023.11.19 06:11:13.106117 [ 1 ] {} <Debug> Application: Loaded metadata.
114 2023.11.19 06:11:13.106241 [ 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).
115 2023.11.19 06:11:13.106310 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
116 2023.11.19 06:11:13.783439 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 22.8.9.1)
117 2023.11.19 06:11:13.809497 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 22.8.9.1)
118 2023.11.19 06:11:13.809562 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair.
119 2023.11.19 06:11:13.886536 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
120 2023.11.19 06:11:13.887452 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 5.95 MiB, peak 10.41 MiB, will set to 216.66 MiB (RSS), difference: 210.71 MiB
121 2023.11.19 06:11:13.887865 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
122 2023.11.19 06:11:13.887930 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 24; logical cores: 48.
123 2023.11.19 06:11:13.887957 [ 159 ] {} <Debug> DNSResolver: Updating DNS cache
124 2023.11.19 06:11:13.888061 [ 159 ] {} <Debug> DNSResolver: Updated DNS cache
125 2023.11.19 06:11:13.888093 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
126 2023.11.19 06:11:13.888149 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
127 2023.11.19 06:11:13.890988 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004
128 2023.11.19 06:11:13.891026 [ 1 ] {} <Information> Application: Ready for connections.
129 2023.11.19 06:11:19.374037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
130 2023.11.19 06:11:19.374243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
131 2023.11.19 06:11:19.374865 [ 3 ] {} <Debug> HTTP-Session: 9b270d28-921b-4ce8-ae4f-64a994d81a31 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
132 2023.11.19 06:11:19.374920 [ 3 ] {} <Debug> HTTP-Session: 9b270d28-921b-4ce8-ae4f-64a994d81a31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
133 2023.11.19 06:11:19.375057 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly=0, allow_ddl=true, allow_introspection_functions=false
134 2023.11.19 06:11:19.375086 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT ALL ON *.* WITH GRANT OPTION
135 2023.11.19 06:11:19.375108 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT ALL ON *.* WITH GRANT OPTION
136 2023.11.19 06:11:19.376702 [ 3 ] {647ad43b-ea60-4c96-93fe-ced06d3613df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
137 2023.11.19 06:11:19.404106 [ 3 ] {647ad43b-ea60-4c96-93fe-ced06d3613df} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE) (version 22.8.9.1) (from [fd00:1122:3344:101::d]:47967) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
138 
139 0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 14d95872 in /opt/oxide/clickhouse/clickhouse
140 1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ d61d720 in /opt/oxide/clickhouse/clickhouse
141 2. DB::DatabaseCatalog::assertDatabaseExistsUnlocked(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d4d88 in /opt/oxide/clickhouse/clickhouse
142 3. DB::DatabaseCatalog::getDatabase(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d6b27 in /opt/oxide/clickhouse/clickhouse
143 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse
144 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse
145 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, std::__1::optional<DB::Pipe>, std::__1::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::shared_ptr<DB::PreparedSets>) @ 1196673d in /opt/oxide/clickhouse/clickhouse
146 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119659af in /opt/oxide/clickhouse/clickhouse
147 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::__1::shared_ptr<DB::IAST> const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a1a1b in /opt/oxide/clickhouse/clickhouse
148 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a0081 in /opt/oxide/clickhouse/clickhouse
149 10. std::__1::__unique_if<DB::InterpreterSelectWithUnionQuery>::__unique_single std::__1::make_unique<DB::InterpreterSelectWithUnionQuery, std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 11949637 in /opt/oxide/clickhouse/clickhouse
150 11. DB::InterpreterFactory::get(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 119486e5 in /opt/oxide/clickhouse/clickhouse
151 12. DB::executeQueryImpl(char const*, char const*, std::__1::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 11aee531 in /opt/oxide/clickhouse/clickhouse
152 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::__1::shared_ptr<DB::Context>, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)>, std::__1::optional<DB::FormatSettings> const&) @ 11af283f in /opt/oxide/clickhouse/clickhouse
153 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::__1::optional<DB::CurrentThread::QueryScope>&) @ 12e38c4b in /opt/oxide/clickhouse/clickhouse
154 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse
155 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse
156 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse
157 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse
158 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse
159 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse
160 21. _thrp_setup @ 111ef7 in /system/lib/amd64/libc.so.1
161 
162 2023.11.19 06:11:19.404939 [ 3 ] {647ad43b-ea60-4c96-93fe-ced06d3613df} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
163 
164 0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 14d95872 in /opt/oxide/clickhouse/clickhouse
165 1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ d61d720 in /opt/oxide/clickhouse/clickhouse
166 2. DB::DatabaseCatalog::assertDatabaseExistsUnlocked(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d4d88 in /opt/oxide/clickhouse/clickhouse
167 3. DB::DatabaseCatalog::getDatabase(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d6b27 in /opt/oxide/clickhouse/clickhouse
168 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse
169 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse
170 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, std::__1::optional<DB::Pipe>, std::__1::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::shared_ptr<DB::PreparedSets>) @ 1196673d in /opt/oxide/clickhouse/clickhouse
171 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119659af in /opt/oxide/clickhouse/clickhouse
172 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::__1::shared_ptr<DB::IAST> const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a1a1b in /opt/oxide/clickhouse/clickhouse
173 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a0081 in /opt/oxide/clickhouse/clickhouse
174 10. std::__1::__unique_if<DB::InterpreterSelectWithUnionQuery>::__unique_single std::__1::make_unique<DB::InterpreterSelectWithUnionQuery, std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 11949637 in /opt/oxide/clickhouse/clickhouse
175 11. DB::InterpreterFactory::get(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 119486e5 in /opt/oxide/clickhouse/clickhouse
176 12. DB::executeQueryImpl(char const*, char const*, std::__1::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 11aee531 in /opt/oxide/clickhouse/clickhouse
177 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::__1::shared_ptr<DB::Context>, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)>, std::__1::optional<DB::FormatSettings> const&) @ 11af283f in /opt/oxide/clickhouse/clickhouse
178 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::__1::optional<DB::CurrentThread::QueryScope>&) @ 12e38c4b in /opt/oxide/clickhouse/clickhouse
179 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse
180 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse
181 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse
182 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse
183 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse
184 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse
185 21. _thrp_setup @ 111ef7 in /system/lib/amd64/libc.so.1
186 (version 22.8.9.1)
187 2023.11.19 06:11:19.407544 [ 3 ] {647ad43b-ea60-4c96-93fe-ced06d3613df} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
188 2023.11.19 06:11:19.407577 [ 3 ] {} <Debug> HTTP-Session: 9b270d28-921b-4ce8-ae4f-64a994d81a31 Destroying unnamed session
189 2023.11.19 06:11:19.416490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
190 2023.11.19 06:11:19.416577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
191 2023.11.19 06:11:19.416603 [ 3 ] {} <Debug> HTTP-Session: aa038ca5-b038-4d01-b4f4-cf940fc9509e Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
192 2023.11.19 06:11:19.416641 [ 3 ] {} <Debug> HTTP-Session: aa038ca5-b038-4d01-b4f4-cf940fc9509e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
193 2023.11.19 06:11:19.416761 [ 3 ] {8ddaf20d-4ac8-4e72-8a21-b627f79af7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete)
194 2023.11.19 06:11:19.416862 [ 3 ] {8ddaf20d-4ac8-4e72-8a21-b627f79af7f1} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters (stage: Complete)
195 2023.11.19 06:11:19.417995 [ 3 ] {8ddaf20d-4ac8-4e72-8a21-b627f79af7f1} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters
196 2023.11.19 06:11:19.419995 [ 3 ] {8ddaf20d-4ac8-4e72-8a21-b627f79af7f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
197 2023.11.19 06:11:19.424269 [ 3 ] {8ddaf20d-4ac8-4e72-8a21-b627f79af7f1} <Debug> DynamicQueryHandler: Done processing query
198 2023.11.19 06:11:19.424322 [ 3 ] {8ddaf20d-4ac8-4e72-8a21-b627f79af7f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.00 MiB.
199 2023.11.19 06:11:19.424338 [ 3 ] {} <Debug> HTTP-Session: aa038ca5-b038-4d01-b4f4-cf940fc9509e Destroying unnamed session
200 2023.11.19 06:11:19.424508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
201 2023.11.19 06:11:19.424566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
202 2023.11.19 06:11:19.424585 [ 3 ] {} <Debug> HTTP-Session: 389dbd8f-bbcb-4c92-963a-08f533507713 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
203 2023.11.19 06:11:19.424604 [ 3 ] {} <Debug> HTTP-Session: 389dbd8f-bbcb-4c92-963a-08f533507713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
204 2023.11.19 06:11:19.424712 [ 3 ] {2f474735-1d45-4447-a2fa-05c9f78eca35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
205 2023.11.19 06:11:19.424970 [ 3 ] {2f474735-1d45-4447-a2fa-05c9f78eca35} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE) (version 22.8.9.1) (from [fd00:1122:3344:101::d]:47967) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
206 
207 0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 14d95872 in /opt/oxide/clickhouse/clickhouse
208 1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ d61d720 in /opt/oxide/clickhouse/clickhouse
209 2. DB::DatabaseCatalog::assertDatabaseExistsUnlocked(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d4d88 in /opt/oxide/clickhouse/clickhouse
210 3. DB::DatabaseCatalog::getDatabase(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d6b27 in /opt/oxide/clickhouse/clickhouse
211 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse
212 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse
213 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, std::__1::optional<DB::Pipe>, std::__1::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::shared_ptr<DB::PreparedSets>) @ 1196673d in /opt/oxide/clickhouse/clickhouse
214 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119659af in /opt/oxide/clickhouse/clickhouse
215 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::__1::shared_ptr<DB::IAST> const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a1a1b in /opt/oxide/clickhouse/clickhouse
216 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a0081 in /opt/oxide/clickhouse/clickhouse
217 10. std::__1::__unique_if<DB::InterpreterSelectWithUnionQuery>::__unique_single std::__1::make_unique<DB::InterpreterSelectWithUnionQuery, std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 11949637 in /opt/oxide/clickhouse/clickhouse
218 11. DB::InterpreterFactory::get(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 119486e5 in /opt/oxide/clickhouse/clickhouse
219 12. DB::executeQueryImpl(char const*, char const*, std::__1::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 11aee531 in /opt/oxide/clickhouse/clickhouse
220 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::__1::shared_ptr<DB::Context>, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)>, std::__1::optional<DB::FormatSettings> const&) @ 11af283f in /opt/oxide/clickhouse/clickhouse
221 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::__1::optional<DB::CurrentThread::QueryScope>&) @ 12e38c4b in /opt/oxide/clickhouse/clickhouse
222 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse
223 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse
224 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse
225 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse
226 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse
227 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse
228 21. _thrp_setup @ 111ef7 in /system/lib/amd64/libc.so.1
229 
230 2023.11.19 06:11:19.425108 [ 3 ] {2f474735-1d45-4447-a2fa-05c9f78eca35} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
231 
232 0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 14d95872 in /opt/oxide/clickhouse/clickhouse
233 1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ d61d720 in /opt/oxide/clickhouse/clickhouse
234 2. DB::DatabaseCatalog::assertDatabaseExistsUnlocked(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d4d88 in /opt/oxide/clickhouse/clickhouse
235 3. DB::DatabaseCatalog::getDatabase(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d6b27 in /opt/oxide/clickhouse/clickhouse
236 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse
237 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse
238 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, std::__1::optional<DB::Pipe>, std::__1::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::shared_ptr<DB::PreparedSets>) @ 1196673d in /opt/oxide/clickhouse/clickhouse
239 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119659af in /opt/oxide/clickhouse/clickhouse
240 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::__1::shared_ptr<DB::IAST> const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a1a1b in /opt/oxide/clickhouse/clickhouse
241 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a0081 in /opt/oxide/clickhouse/clickhouse
242 10. std::__1::__unique_if<DB::InterpreterSelectWithUnionQuery>::__unique_single std::__1::make_unique<DB::InterpreterSelectWithUnionQuery, std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 11949637 in /opt/oxide/clickhouse/clickhouse
243 11. DB::InterpreterFactory::get(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 119486e5 in /opt/oxide/clickhouse/clickhouse
244 12. DB::executeQueryImpl(char const*, char const*, std::__1::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 11aee531 in /opt/oxide/clickhouse/clickhouse
245 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::__1::shared_ptr<DB::Context>, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)>, std::__1::optional<DB::FormatSettings> const&) @ 11af283f in /opt/oxide/clickhouse/clickhouse
246 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::__1::optional<DB::CurrentThread::QueryScope>&) @ 12e38c4b in /opt/oxide/clickhouse/clickhouse
247 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse
248 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse
249 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse
250 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse
251 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse
252 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse
253 21. _thrp_setup @ 111ef7 in /system/lib/amd64/libc.so.1
254 (version 22.8.9.1)
255 2023.11.19 06:11:19.425233 [ 3 ] {2f474735-1d45-4447-a2fa-05c9f78eca35} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
256 2023.11.19 06:11:19.425252 [ 3 ] {} <Debug> HTTP-Session: 389dbd8f-bbcb-4c92-963a-08f533507713 Destroying unnamed session
257 2023.11.19 06:11:19.425563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
258 2023.11.19 06:11:19.425616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
259 2023.11.19 06:11:19.425635 [ 3 ] {} <Debug> HTTP-Session: cb11e673-83b7-46a6-bdf6-0523a9eb2e8c Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
260 2023.11.19 06:11:19.425657 [ 3 ] {} <Debug> HTTP-Session: cb11e673-83b7-46a6-bdf6-0523a9eb2e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
261 2023.11.19 06:11:19.425767 [ 3 ] {86606887-fca3-4b07-9c5f-d40ddb4a16b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) DROP DATABASE IF EXISTS oximeter (stage: Complete)
262 2023.11.19 06:11:19.425872 [ 3 ] {86606887-fca3-4b07-9c5f-d40ddb4a16b2} <Debug> DynamicQueryHandler: Done processing query
263 2023.11.19 06:11:19.425897 [ 3 ] {86606887-fca3-4b07-9c5f-d40ddb4a16b2} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
264 2023.11.19 06:11:19.425912 [ 3 ] {} <Debug> HTTP-Session: cb11e673-83b7-46a6-bdf6-0523a9eb2e8c Destroying unnamed session
265 2023.11.19 06:11:19.426029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
266 2023.11.19 06:11:19.426072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
267 2023.11.19 06:11:19.426091 [ 3 ] {} <Debug> HTTP-Session: c3761a21-f288-4fff-b7db-4079c0e13f43 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
268 2023.11.19 06:11:19.426112 [ 3 ] {} <Debug> HTTP-Session: c3761a21-f288-4fff-b7db-4079c0e13f43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
269 2023.11.19 06:11:19.426169 [ 3 ] {1ec78f0e-1565-490a-9c8d-41613412ff4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
270 2023.11.19 06:11:19.426226 [ 3 ] {1ec78f0e-1565-490a-9c8d-41613412ff4e} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
271 2023.11.19 06:11:19.427476 [ 3 ] {1ec78f0e-1565-490a-9c8d-41613412ff4e} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
272 2023.11.19 06:11:19.427498 [ 3 ] {1ec78f0e-1565-490a-9c8d-41613412ff4e} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.2011e-05 sec
273 2023.11.19 06:11:19.427534 [ 3 ] {1ec78f0e-1565-490a-9c8d-41613412ff4e} <Information> TablesLoader: Loading 0 tables with 0 dependency level
274 2023.11.19 06:11:19.427552 [ 3 ] {1ec78f0e-1565-490a-9c8d-41613412ff4e} <Information> DatabaseAtomic (oximeter): Starting up tables.
275 2023.11.19 06:11:19.427619 [ 3 ] {1ec78f0e-1565-490a-9c8d-41613412ff4e} <Debug> DynamicQueryHandler: Done processing query
276 2023.11.19 06:11:19.427642 [ 3 ] {1ec78f0e-1565-490a-9c8d-41613412ff4e} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
277 2023.11.19 06:11:19.427656 [ 3 ] {} <Debug> HTTP-Session: c3761a21-f288-4fff-b7db-4079c0e13f43 Destroying unnamed session
278 2023.11.19 06:11:19.427765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
279 2023.11.19 06:11:19.427808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
280 2023.11.19 06:11:19.427827 [ 3 ] {} <Debug> HTTP-Session: 36eee6ea-60bb-432c-a7d4-e76b87d05a83 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
281 2023.11.19 06:11:19.427854 [ 3 ] {} <Debug> HTTP-Session: 36eee6ea-60bb-432c-a7d4-e76b87d05a83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
282 2023.11.19 06:11:19.427993 [ 3 ] {d24d3007-e38b-4e79-9ce1-51a9ae2a3970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) /* The version table contains metadata about the `oximeter` database */
283 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
284 2023.11.19 06:11:19.428040 [ 3 ] {d24d3007-e38b-4e79-9ce1-51a9ae2a3970} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
285 2023.11.19 06:11:19.432069 [ 3 ] {d24d3007-e38b-4e79-9ce1-51a9ae2a3970} <Debug> oximeter.version (a4cd5610-93d1-41e8-a1a2-226c6f08e1f3): Loading data parts
286 2023.11.19 06:11:19.432191 [ 3 ] {d24d3007-e38b-4e79-9ce1-51a9ae2a3970} <Debug> oximeter.version (a4cd5610-93d1-41e8-a1a2-226c6f08e1f3): There are no data parts
287 2023.11.19 06:11:19.434150 [ 3 ] {d24d3007-e38b-4e79-9ce1-51a9ae2a3970} <Debug> DynamicQueryHandler: Done processing query
288 2023.11.19 06:11:19.434173 [ 3 ] {d24d3007-e38b-4e79-9ce1-51a9ae2a3970} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
289 2023.11.19 06:11:19.434221 [ 3 ] {} <Debug> HTTP-Session: 36eee6ea-60bb-432c-a7d4-e76b87d05a83 Destroying unnamed session
290 2023.11.19 06:11:19.434319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
291 2023.11.19 06:11:19.434370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
292 2023.11.19 06:11:19.434394 [ 3 ] {} <Debug> HTTP-Session: 1f32508c-bae6-4086-aef1-067650b9d132 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
293 2023.11.19 06:11:19.434411 [ 3 ] {} <Debug> HTTP-Session: 1f32508c-bae6-4086-aef1-067650b9d132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
294 2023.11.19 06:11:19.434614 [ 3 ] {739c5fd4-1bda-457a-93d8-e6946cf2d53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) /* The measurement tables contain all individual samples from each timeseries.
295 *
296 * Each table stores a single datum type, and otherwise contains nearly the same
297 * structure. The primary sorting key is on the timeseries name, key, and then
298 * timestamp, so that all timeseries from the same schema are grouped, followed
299 * by all samples from the same timeseries.
300 *
301 * This reflects that one usually looks up the _key_ in one or more field table,
302 * and then uses that to index quickly into the measurements tables.
303 */
304 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum UInt8 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
305 2023.11.19 06:11:19.434666 [ 3 ] {739c5fd4-1bda-457a-93d8-e6946cf2d53e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
306 2023.11.19 06:11:19.443344 [ 3 ] {739c5fd4-1bda-457a-93d8-e6946cf2d53e} <Debug> oximeter.measurements_bool (dfe656ed-d4c7-4235-80b8-3a8d1f04b242): Loading data parts
307 2023.11.19 06:11:19.443459 [ 3 ] {739c5fd4-1bda-457a-93d8-e6946cf2d53e} <Debug> oximeter.measurements_bool (dfe656ed-d4c7-4235-80b8-3a8d1f04b242): There are no data parts
308 2023.11.19 06:11:19.444628 [ 3 ] {739c5fd4-1bda-457a-93d8-e6946cf2d53e} <Debug> DynamicQueryHandler: Done processing query
309 2023.11.19 06:11:19.444652 [ 3 ] {739c5fd4-1bda-457a-93d8-e6946cf2d53e} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
310 2023.11.19 06:11:19.444672 [ 3 ] {} <Debug> HTTP-Session: 1f32508c-bae6-4086-aef1-067650b9d132 Destroying unnamed session
311 2023.11.19 06:11:19.444787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
312 2023.11.19 06:11:19.444839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
313 2023.11.19 06:11:19.444860 [ 3 ] {} <Debug> HTTP-Session: 34a8ff47-3a00-4443-a525-6e0f0613fba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
314 2023.11.19 06:11:19.444877 [ 3 ] {} <Debug> HTTP-Session: 34a8ff47-3a00-4443-a525-6e0f0613fba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
315 2023.11.19 06:11:19.445066 [ 3 ] {02ab8ac9-d650-4c64-b328-08b05164d1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Int8 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
316 2023.11.19 06:11:19.445115 [ 3 ] {02ab8ac9-d650-4c64-b328-08b05164d1d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
317 2023.11.19 06:11:19.446546 [ 3 ] {02ab8ac9-d650-4c64-b328-08b05164d1d7} <Debug> oximeter.measurements_i8 (7405f507-a0d6-4786-94f0-ab0c881d3aa7): Loading data parts
318 2023.11.19 06:11:19.446632 [ 3 ] {02ab8ac9-d650-4c64-b328-08b05164d1d7} <Debug> oximeter.measurements_i8 (7405f507-a0d6-4786-94f0-ab0c881d3aa7): There are no data parts
319 2023.11.19 06:11:19.447753 [ 3 ] {02ab8ac9-d650-4c64-b328-08b05164d1d7} <Debug> DynamicQueryHandler: Done processing query
320 2023.11.19 06:11:19.447777 [ 3 ] {02ab8ac9-d650-4c64-b328-08b05164d1d7} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
321 2023.11.19 06:11:19.447793 [ 3 ] {} <Debug> HTTP-Session: 34a8ff47-3a00-4443-a525-6e0f0613fba1 Destroying unnamed session
322 2023.11.19 06:11:19.447894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
323 2023.11.19 06:11:19.447939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
324 2023.11.19 06:11:19.447957 [ 3 ] {} <Debug> HTTP-Session: 3905f426-0ab5-44b3-bc09-1bb69a43b2cc Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
325 2023.11.19 06:11:19.447978 [ 3 ] {} <Debug> HTTP-Session: 3905f426-0ab5-44b3-bc09-1bb69a43b2cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
326 2023.11.19 06:11:19.448169 [ 3 ] {212cceef-d3fc-4251-a968-bbef8a712f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum UInt8 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
327 2023.11.19 06:11:19.448213 [ 3 ] {212cceef-d3fc-4251-a968-bbef8a712f4c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
328 2023.11.19 06:11:19.449660 [ 3 ] {212cceef-d3fc-4251-a968-bbef8a712f4c} <Debug> oximeter.measurements_u8 (d3d739ec-9c11-4ceb-b00b-4045a1042cac): Loading data parts
329 2023.11.19 06:11:19.449728 [ 3 ] {212cceef-d3fc-4251-a968-bbef8a712f4c} <Debug> oximeter.measurements_u8 (d3d739ec-9c11-4ceb-b00b-4045a1042cac): There are no data parts
330 2023.11.19 06:11:19.450938 [ 3 ] {212cceef-d3fc-4251-a968-bbef8a712f4c} <Debug> DynamicQueryHandler: Done processing query
331 2023.11.19 06:11:19.450999 [ 3 ] {212cceef-d3fc-4251-a968-bbef8a712f4c} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
332 2023.11.19 06:11:19.451015 [ 3 ] {} <Debug> HTTP-Session: 3905f426-0ab5-44b3-bc09-1bb69a43b2cc Destroying unnamed session
333 2023.11.19 06:11:19.451115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
334 2023.11.19 06:11:19.451172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
335 2023.11.19 06:11:19.451192 [ 3 ] {} <Debug> HTTP-Session: db1d9f1a-d41d-47f0-b308-a0cb812004cf Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
336 2023.11.19 06:11:19.451215 [ 3 ] {} <Debug> HTTP-Session: db1d9f1a-d41d-47f0-b308-a0cb812004cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
337 2023.11.19 06:11:19.451407 [ 3 ] {034a29db-0555-4790-8cf9-623364a44464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Int16 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
338 2023.11.19 06:11:19.451456 [ 3 ] {034a29db-0555-4790-8cf9-623364a44464} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
339 2023.11.19 06:11:19.455121 [ 3 ] {034a29db-0555-4790-8cf9-623364a44464} <Debug> oximeter.measurements_i16 (60b711eb-26a3-45a9-bbff-d85a30e94e32): Loading data parts
340 2023.11.19 06:11:19.455183 [ 3 ] {034a29db-0555-4790-8cf9-623364a44464} <Debug> oximeter.measurements_i16 (60b711eb-26a3-45a9-bbff-d85a30e94e32): There are no data parts
341 2023.11.19 06:11:19.456314 [ 3 ] {034a29db-0555-4790-8cf9-623364a44464} <Debug> DynamicQueryHandler: Done processing query
342 2023.11.19 06:11:19.456345 [ 3 ] {034a29db-0555-4790-8cf9-623364a44464} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
343 2023.11.19 06:11:19.456361 [ 3 ] {} <Debug> HTTP-Session: db1d9f1a-d41d-47f0-b308-a0cb812004cf Destroying unnamed session
344 2023.11.19 06:11:19.456467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 285, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
345 2023.11.19 06:11:19.456516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
346 2023.11.19 06:11:19.456535 [ 3 ] {} <Debug> HTTP-Session: eec0567c-543f-49ba-bf73-b3e011d8de3f Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
347 2023.11.19 06:11:19.456556 [ 3 ] {} <Debug> HTTP-Session: eec0567c-543f-49ba-bf73-b3e011d8de3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
348 2023.11.19 06:11:19.456740 [ 3 ] {e377b946-ba99-4ea9-9787-85a95feb439b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum UInt16 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
349 2023.11.19 06:11:19.456793 [ 3 ] {e377b946-ba99-4ea9-9787-85a95feb439b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
350 2023.11.19 06:11:19.458204 [ 3 ] {e377b946-ba99-4ea9-9787-85a95feb439b} <Debug> oximeter.measurements_u16 (aef822dc-149a-49ef-b2cd-ccb71849c7c4): Loading data parts
351 2023.11.19 06:11:19.458299 [ 3 ] {e377b946-ba99-4ea9-9787-85a95feb439b} <Debug> oximeter.measurements_u16 (aef822dc-149a-49ef-b2cd-ccb71849c7c4): There are no data parts
352 2023.11.19 06:11:19.459467 [ 3 ] {e377b946-ba99-4ea9-9787-85a95feb439b} <Debug> DynamicQueryHandler: Done processing query
353 2023.11.19 06:11:19.459499 [ 3 ] {e377b946-ba99-4ea9-9787-85a95feb439b} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
354 2023.11.19 06:11:19.459515 [ 3 ] {} <Debug> HTTP-Session: eec0567c-543f-49ba-bf73-b3e011d8de3f Destroying unnamed session
355 2023.11.19 06:11:19.459623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
356 2023.11.19 06:11:19.459677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
357 2023.11.19 06:11:19.459696 [ 3 ] {} <Debug> HTTP-Session: ad061d9e-2578-4469-aaed-e4fb29832087 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
358 2023.11.19 06:11:19.459712 [ 3 ] {} <Debug> HTTP-Session: ad061d9e-2578-4469-aaed-e4fb29832087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
359 2023.11.19 06:11:19.459896 [ 3 ] {8783403c-5e96-4cab-95e0-67119bd099e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Int32 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
360 2023.11.19 06:11:19.459945 [ 3 ] {8783403c-5e96-4cab-95e0-67119bd099e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
361 2023.11.19 06:11:19.461365 [ 3 ] {8783403c-5e96-4cab-95e0-67119bd099e0} <Debug> oximeter.measurements_i32 (b7e35448-8115-43d5-b65d-645881c6f4bc): Loading data parts
362 2023.11.19 06:11:19.461445 [ 3 ] {8783403c-5e96-4cab-95e0-67119bd099e0} <Debug> oximeter.measurements_i32 (b7e35448-8115-43d5-b65d-645881c6f4bc): There are no data parts
363 2023.11.19 06:11:19.462581 [ 3 ] {8783403c-5e96-4cab-95e0-67119bd099e0} <Debug> DynamicQueryHandler: Done processing query
364 2023.11.19 06:11:19.462605 [ 3 ] {8783403c-5e96-4cab-95e0-67119bd099e0} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
365 2023.11.19 06:11:19.462627 [ 3 ] {} <Debug> HTTP-Session: ad061d9e-2578-4469-aaed-e4fb29832087 Destroying unnamed session
366 2023.11.19 06:11:19.462729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 285, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
367 2023.11.19 06:11:19.462775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
368 2023.11.19 06:11:19.462797 [ 3 ] {} <Debug> HTTP-Session: 6567274e-6f1b-4da5-a311-1c911cd0f414 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
369 2023.11.19 06:11:19.462813 [ 3 ] {} <Debug> HTTP-Session: 6567274e-6f1b-4da5-a311-1c911cd0f414 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
370 2023.11.19 06:11:19.462996 [ 3 ] {705199b4-e75d-485f-8a2d-2c2d57a5b7a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum UInt32 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
371 2023.11.19 06:11:19.463043 [ 3 ] {705199b4-e75d-485f-8a2d-2c2d57a5b7a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
372 2023.11.19 06:11:19.464464 [ 3 ] {705199b4-e75d-485f-8a2d-2c2d57a5b7a2} <Debug> oximeter.measurements_u32 (640b671c-d3d8-4f21-bd83-39b42a3029dc): Loading data parts
373 2023.11.19 06:11:19.464568 [ 3 ] {705199b4-e75d-485f-8a2d-2c2d57a5b7a2} <Debug> oximeter.measurements_u32 (640b671c-d3d8-4f21-bd83-39b42a3029dc): There are no data parts
374 2023.11.19 06:11:19.465692 [ 3 ] {705199b4-e75d-485f-8a2d-2c2d57a5b7a2} <Debug> DynamicQueryHandler: Done processing query
375 2023.11.19 06:11:19.465715 [ 3 ] {705199b4-e75d-485f-8a2d-2c2d57a5b7a2} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
376 2023.11.19 06:11:19.465739 [ 3 ] {} <Debug> HTTP-Session: 6567274e-6f1b-4da5-a311-1c911cd0f414 Destroying unnamed session
377 2023.11.19 06:11:19.465864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
378 2023.11.19 06:11:19.465909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
379 2023.11.19 06:11:19.465935 [ 3 ] {} <Debug> HTTP-Session: 672aabfc-ad3d-4f71-9389-e2aa7b695bff Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
380 2023.11.19 06:11:19.465951 [ 3 ] {} <Debug> HTTP-Session: 672aabfc-ad3d-4f71-9389-e2aa7b695bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
381 2023.11.19 06:11:19.466131 [ 3 ] {0761883c-97a9-400c-a88d-a243517b1f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Int64 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
382 2023.11.19 06:11:19.466179 [ 3 ] {0761883c-97a9-400c-a88d-a243517b1f01} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
383 2023.11.19 06:11:19.467566 [ 3 ] {0761883c-97a9-400c-a88d-a243517b1f01} <Debug> oximeter.measurements_i64 (dedcac8c-a737-4349-a8f3-192b26bb7312): Loading data parts
384 2023.11.19 06:11:19.467647 [ 3 ] {0761883c-97a9-400c-a88d-a243517b1f01} <Debug> oximeter.measurements_i64 (dedcac8c-a737-4349-a8f3-192b26bb7312): There are no data parts
385 2023.11.19 06:11:19.468766 [ 3 ] {0761883c-97a9-400c-a88d-a243517b1f01} <Debug> DynamicQueryHandler: Done processing query
386 2023.11.19 06:11:19.468795 [ 3 ] {0761883c-97a9-400c-a88d-a243517b1f01} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
387 2023.11.19 06:11:19.468815 [ 3 ] {} <Debug> HTTP-Session: 672aabfc-ad3d-4f71-9389-e2aa7b695bff Destroying unnamed session
388 2023.11.19 06:11:19.468917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 285, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
389 2023.11.19 06:11:19.468963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
390 2023.11.19 06:11:19.468986 [ 3 ] {} <Debug> HTTP-Session: d7145ca7-6eda-47f7-8b3e-20accb16b28b Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
391 2023.11.19 06:11:19.469002 [ 3 ] {} <Debug> HTTP-Session: d7145ca7-6eda-47f7-8b3e-20accb16b28b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
392 2023.11.19 06:11:19.469184 [ 3 ] {c5262b2f-3d5a-45a1-be56-1b8b45c4d08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum UInt64 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
393 2023.11.19 06:11:19.469233 [ 3 ] {c5262b2f-3d5a-45a1-be56-1b8b45c4d08c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
394 2023.11.19 06:11:19.470643 [ 3 ] {c5262b2f-3d5a-45a1-be56-1b8b45c4d08c} <Debug> oximeter.measurements_u64 (113b4a50-8905-468c-a294-95ea2153ca58): Loading data parts
395 2023.11.19 06:11:19.470723 [ 3 ] {c5262b2f-3d5a-45a1-be56-1b8b45c4d08c} <Debug> oximeter.measurements_u64 (113b4a50-8905-468c-a294-95ea2153ca58): There are no data parts
396 2023.11.19 06:11:19.471851 [ 3 ] {c5262b2f-3d5a-45a1-be56-1b8b45c4d08c} <Debug> DynamicQueryHandler: Done processing query
397 2023.11.19 06:11:19.471880 [ 3 ] {c5262b2f-3d5a-45a1-be56-1b8b45c4d08c} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
398 2023.11.19 06:11:19.471895 [ 3 ] {} <Debug> HTTP-Session: d7145ca7-6eda-47f7-8b3e-20accb16b28b Destroying unnamed session
399 2023.11.19 06:11:19.471999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
400 2023.11.19 06:11:19.472045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
401 2023.11.19 06:11:19.472062 [ 3 ] {} <Debug> HTTP-Session: fc78b1a1-5e11-43a4-aabd-9e126da710de Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
402 2023.11.19 06:11:19.472084 [ 3 ] {} <Debug> HTTP-Session: fc78b1a1-5e11-43a4-aabd-9e126da710de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
403 2023.11.19 06:11:19.472266 [ 3 ] {5ac74cc5-b348-429c-94b3-6b0be4df6fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Float32 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
404 2023.11.19 06:11:19.472311 [ 3 ] {5ac74cc5-b348-429c-94b3-6b0be4df6fdd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
405 2023.11.19 06:11:19.473719 [ 3 ] {5ac74cc5-b348-429c-94b3-6b0be4df6fdd} <Debug> oximeter.measurements_f32 (fc867429-231c-4520-b46d-e75a1a1a0b29): Loading data parts
406 2023.11.19 06:11:19.473801 [ 3 ] {5ac74cc5-b348-429c-94b3-6b0be4df6fdd} <Debug> oximeter.measurements_f32 (fc867429-231c-4520-b46d-e75a1a1a0b29): There are no data parts
407 2023.11.19 06:11:19.474940 [ 3 ] {5ac74cc5-b348-429c-94b3-6b0be4df6fdd} <Debug> DynamicQueryHandler: Done processing query
408 2023.11.19 06:11:19.474970 [ 3 ] {5ac74cc5-b348-429c-94b3-6b0be4df6fdd} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
409 2023.11.19 06:11:19.474985 [ 3 ] {} <Debug> HTTP-Session: fc78b1a1-5e11-43a4-aabd-9e126da710de Destroying unnamed session
410 2023.11.19 06:11:19.475093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
411 2023.11.19 06:11:19.475138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
412 2023.11.19 06:11:19.475158 [ 3 ] {} <Debug> HTTP-Session: e12b4a1a-4894-4942-96b1-8255027e685f Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
413 2023.11.19 06:11:19.475178 [ 3 ] {} <Debug> HTTP-Session: e12b4a1a-4894-4942-96b1-8255027e685f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
414 2023.11.19 06:11:19.475354 [ 3 ] {1bc62878-7677-4d07-bd16-9c72804c4d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Float64 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
415 2023.11.19 06:11:19.475402 [ 3 ] {1bc62878-7677-4d07-bd16-9c72804c4d21} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
416 2023.11.19 06:11:19.476787 [ 3 ] {1bc62878-7677-4d07-bd16-9c72804c4d21} <Debug> oximeter.measurements_f64 (eb65a9d0-013f-4774-8af6-35e994a30923): Loading data parts
417 2023.11.19 06:11:19.476869 [ 3 ] {1bc62878-7677-4d07-bd16-9c72804c4d21} <Debug> oximeter.measurements_f64 (eb65a9d0-013f-4774-8af6-35e994a30923): There are no data parts
418 2023.11.19 06:11:19.477999 [ 3 ] {1bc62878-7677-4d07-bd16-9c72804c4d21} <Debug> DynamicQueryHandler: Done processing query
419 2023.11.19 06:11:19.478023 [ 3 ] {1bc62878-7677-4d07-bd16-9c72804c4d21} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
420 2023.11.19 06:11:19.478043 [ 3 ] {} <Debug> HTTP-Session: e12b4a1a-4894-4942-96b1-8255027e685f Destroying unnamed session
421 2023.11.19 06:11:19.478177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
422 2023.11.19 06:11:19.478222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
423 2023.11.19 06:11:19.478240 [ 3 ] {} <Debug> HTTP-Session: 927677c9-3a95-471c-85b8-3ecf15862c82 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
424 2023.11.19 06:11:19.478265 [ 3 ] {} <Debug> HTTP-Session: 927677c9-3a95-471c-85b8-3ecf15862c82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
425 2023.11.19 06:11:19.478444 [ 3 ] {194e776e-6367-4cea-9007-660b2b517a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum String ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
426 2023.11.19 06:11:19.478491 [ 3 ] {194e776e-6367-4cea-9007-660b2b517a3c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
427 2023.11.19 06:11:19.479883 [ 3 ] {194e776e-6367-4cea-9007-660b2b517a3c} <Debug> oximeter.measurements_string (00205125-f860-4007-882b-1a1cfd587843): Loading data parts
428 2023.11.19 06:11:19.479974 [ 3 ] {194e776e-6367-4cea-9007-660b2b517a3c} <Debug> oximeter.measurements_string (00205125-f860-4007-882b-1a1cfd587843): There are no data parts
429 2023.11.19 06:11:19.481098 [ 3 ] {194e776e-6367-4cea-9007-660b2b517a3c} <Debug> DynamicQueryHandler: Done processing query
430 2023.11.19 06:11:19.481121 [ 3 ] {194e776e-6367-4cea-9007-660b2b517a3c} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
431 2023.11.19 06:11:19.481141 [ 3 ] {} <Debug> HTTP-Session: 927677c9-3a95-471c-85b8-3ecf15862c82 Destroying unnamed session
432 2023.11.19 06:11:19.481240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
433 2023.11.19 06:11:19.481279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
434 2023.11.19 06:11:19.481303 [ 3 ] {} <Debug> HTTP-Session: ff522d20-4c23-4722-a0cb-c378e70f5f7f Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
435 2023.11.19 06:11:19.481323 [ 3 ] {} <Debug> HTTP-Session: ff522d20-4c23-4722-a0cb-c378e70f5f7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
436 2023.11.19 06:11:19.481505 [ 3 ] {ae923652-a8f9-42ca-a498-8a86a112b61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
437 2023.11.19 06:11:19.481555 [ 3 ] {ae923652-a8f9-42ca-a498-8a86a112b61f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
438 2023.11.19 06:11:19.482943 [ 3 ] {ae923652-a8f9-42ca-a498-8a86a112b61f} <Debug> oximeter.measurements_bytes (732f67f7-db76-46fb-9045-55fc03990117): Loading data parts
439 2023.11.19 06:11:19.483030 [ 3 ] {ae923652-a8f9-42ca-a498-8a86a112b61f} <Debug> oximeter.measurements_bytes (732f67f7-db76-46fb-9045-55fc03990117): There are no data parts
440 2023.11.19 06:11:19.484144 [ 3 ] {ae923652-a8f9-42ca-a498-8a86a112b61f} <Debug> DynamicQueryHandler: Done processing query
441 2023.11.19 06:11:19.484167 [ 3 ] {ae923652-a8f9-42ca-a498-8a86a112b61f} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
442 2023.11.19 06:11:19.484187 [ 3 ] {} <Debug> HTTP-Session: ff522d20-4c23-4722-a0cb-c378e70f5f7f Destroying unnamed session
443 2023.11.19 06:11:19.484284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
444 2023.11.19 06:11:19.484337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
445 2023.11.19 06:11:19.484359 [ 3 ] {} <Debug> HTTP-Session: 3445ccb4-9877-4b3f-a80e-4d2eb5572a68 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
446 2023.11.19 06:11:19.484383 [ 3 ] {} <Debug> HTTP-Session: 3445ccb4-9877-4b3f-a80e-4d2eb5572a68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
447 2023.11.19 06:11:19.484582 [ 3 ] {8740510f-af00-45ec-b449-2897467b5493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Int64 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
448 2023.11.19 06:11:19.484632 [ 3 ] {8740510f-af00-45ec-b449-2897467b5493} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
449 2023.11.19 06:11:19.486023 [ 3 ] {8740510f-af00-45ec-b449-2897467b5493} <Debug> oximeter.measurements_cumulativei64 (fe446e03-5b84-44c0-94de-91065850fc43): Loading data parts
450 2023.11.19 06:11:19.486117 [ 3 ] {8740510f-af00-45ec-b449-2897467b5493} <Debug> oximeter.measurements_cumulativei64 (fe446e03-5b84-44c0-94de-91065850fc43): There are no data parts
451 2023.11.19 06:11:19.487328 [ 3 ] {8740510f-af00-45ec-b449-2897467b5493} <Debug> DynamicQueryHandler: Done processing query
452 2023.11.19 06:11:19.487351 [ 3 ] {8740510f-af00-45ec-b449-2897467b5493} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
453 2023.11.19 06:11:19.487372 [ 3 ] {} <Debug> HTTP-Session: 3445ccb4-9877-4b3f-a80e-4d2eb5572a68 Destroying unnamed session
454 2023.11.19 06:11:19.487489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
455 2023.11.19 06:11:19.487530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
456 2023.11.19 06:11:19.487555 [ 3 ] {} <Debug> HTTP-Session: c8eaf68e-238e-4ab0-b568-e292894b6056 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
457 2023.11.19 06:11:19.487575 [ 3 ] {} <Debug> HTTP-Session: c8eaf68e-238e-4ab0-b568-e292894b6056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
458 2023.11.19 06:11:19.487770 [ 3 ] {f2f51cb0-0ebc-4927-9be4-1e498e669940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum UInt64 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
459 2023.11.19 06:11:19.487819 [ 3 ] {f2f51cb0-0ebc-4927-9be4-1e498e669940} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
460 2023.11.19 06:11:19.489283 [ 3 ] {f2f51cb0-0ebc-4927-9be4-1e498e669940} <Debug> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a): Loading data parts
461 2023.11.19 06:11:19.489391 [ 3 ] {f2f51cb0-0ebc-4927-9be4-1e498e669940} <Debug> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a): There are no data parts
462 2023.11.19 06:11:19.490519 [ 3 ] {f2f51cb0-0ebc-4927-9be4-1e498e669940} <Debug> DynamicQueryHandler: Done processing query
463 2023.11.19 06:11:19.490554 [ 3 ] {f2f51cb0-0ebc-4927-9be4-1e498e669940} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
464 2023.11.19 06:11:19.490569 [ 3 ] {} <Debug> HTTP-Session: c8eaf68e-238e-4ab0-b568-e292894b6056 Destroying unnamed session
465 2023.11.19 06:11:19.490664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
466 2023.11.19 06:11:19.490710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
467 2023.11.19 06:11:19.490729 [ 3 ] {} <Debug> HTTP-Session: 0c3dfc2a-a91b-498f-9a18-3e730290a8e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
468 2023.11.19 06:11:19.490754 [ 3 ] {} <Debug> HTTP-Session: 0c3dfc2a-a91b-498f-9a18-3e730290a8e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
469 2023.11.19 06:11:19.490949 [ 3 ] {787d2421-578c-4040-b7f5-51ac62a55623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Float32 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
470 2023.11.19 06:11:19.490999 [ 3 ] {787d2421-578c-4040-b7f5-51ac62a55623} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
471 2023.11.19 06:11:19.492412 [ 3 ] {787d2421-578c-4040-b7f5-51ac62a55623} <Debug> oximeter.measurements_cumulativef32 (6756e527-d51c-43df-9ae2-3c6984cdf5d6): Loading data parts
472 2023.11.19 06:11:19.492491 [ 3 ] {787d2421-578c-4040-b7f5-51ac62a55623} <Debug> oximeter.measurements_cumulativef32 (6756e527-d51c-43df-9ae2-3c6984cdf5d6): There are no data parts
473 2023.11.19 06:11:19.493623 [ 3 ] {787d2421-578c-4040-b7f5-51ac62a55623} <Debug> DynamicQueryHandler: Done processing query
474 2023.11.19 06:11:19.493652 [ 3 ] {787d2421-578c-4040-b7f5-51ac62a55623} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
475 2023.11.19 06:11:19.493671 [ 3 ] {} <Debug> HTTP-Session: 0c3dfc2a-a91b-498f-9a18-3e730290a8e4 Destroying unnamed session
476 2023.11.19 06:11:19.493770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
477 2023.11.19 06:11:19.493815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
478 2023.11.19 06:11:19.493839 [ 3 ] {} <Debug> HTTP-Session: d201819d-3068-4c0f-886a-c4ecb16ff73c Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
479 2023.11.19 06:11:19.493854 [ 3 ] {} <Debug> HTTP-Session: d201819d-3068-4c0f-886a-c4ecb16ff73c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
480 2023.11.19 06:11:19.494052 [ 3 ] {d00375f2-9118-434e-82a1-5b8121be4470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Float64 ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
481 2023.11.19 06:11:19.494105 [ 3 ] {d00375f2-9118-434e-82a1-5b8121be4470} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
482 2023.11.19 06:11:19.495521 [ 3 ] {d00375f2-9118-434e-82a1-5b8121be4470} <Debug> oximeter.measurements_cumulativef64 (b34f5383-65b5-491d-a247-940e6ff3c7f7): Loading data parts
483 2023.11.19 06:11:19.495601 [ 3 ] {d00375f2-9118-434e-82a1-5b8121be4470} <Debug> oximeter.measurements_cumulativef64 (b34f5383-65b5-491d-a247-940e6ff3c7f7): There are no data parts
484 2023.11.19 06:11:19.496739 [ 3 ] {d00375f2-9118-434e-82a1-5b8121be4470} <Debug> DynamicQueryHandler: Done processing query
485 2023.11.19 06:11:19.496763 [ 3 ] {d00375f2-9118-434e-82a1-5b8121be4470} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
486 2023.11.19 06:11:19.496790 [ 3 ] {} <Debug> HTTP-Session: d201819d-3068-4c0f-886a-c4ecb16ff73c Destroying unnamed session
487 2023.11.19 06:11:19.496895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
488 2023.11.19 06:11:19.496942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
489 2023.11.19 06:11:19.496971 [ 3 ] {} <Debug> HTTP-Session: 1470f093-c43a-4ae1-aa8e-b28159e4e2b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
490 2023.11.19 06:11:19.496987 [ 3 ] {} <Debug> HTTP-Session: 1470f093-c43a-4ae1-aa8e-b28159e4e2b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
491 2023.11.19 06:11:19.497199 [ 3 ] {d2142fbb-a86a-4320-bd2f-0689cc0050ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
492 2023.11.19 06:11:19.497250 [ 3 ] {d2142fbb-a86a-4320-bd2f-0689cc0050ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
493 2023.11.19 06:11:19.498710 [ 3 ] {d2142fbb-a86a-4320-bd2f-0689cc0050ba} <Debug> oximeter.measurements_histogrami8 (fb54cc56-77e0-4f6d-a088-9fa92f36f788): Loading data parts
494 2023.11.19 06:11:19.498804 [ 3 ] {d2142fbb-a86a-4320-bd2f-0689cc0050ba} <Debug> oximeter.measurements_histogrami8 (fb54cc56-77e0-4f6d-a088-9fa92f36f788): There are no data parts
495 2023.11.19 06:11:19.499952 [ 3 ] {d2142fbb-a86a-4320-bd2f-0689cc0050ba} <Debug> DynamicQueryHandler: Done processing query
496 2023.11.19 06:11:19.499975 [ 3 ] {d2142fbb-a86a-4320-bd2f-0689cc0050ba} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
497 2023.11.19 06:11:19.499996 [ 3 ] {} <Debug> HTTP-Session: 1470f093-c43a-4ae1-aa8e-b28159e4e2b4 Destroying unnamed session
498 2023.11.19 06:11:19.500085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
499 2023.11.19 06:11:19.500133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
500 2023.11.19 06:11:19.500156 [ 3 ] {} <Debug> HTTP-Session: b9a250d9-4907-4195-b058-8190cb7a9f19 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
501 2023.11.19 06:11:19.500172 [ 3 ] {} <Debug> HTTP-Session: b9a250d9-4907-4195-b058-8190cb7a9f19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
502 2023.11.19 06:11:19.500385 [ 3 ] {1123f738-cc0d-4f08-9ca2-4a6d6f54ff35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
503 2023.11.19 06:11:19.500443 [ 3 ] {1123f738-cc0d-4f08-9ca2-4a6d6f54ff35} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
504 2023.11.19 06:11:19.501890 [ 3 ] {1123f738-cc0d-4f08-9ca2-4a6d6f54ff35} <Debug> oximeter.measurements_histogramu8 (1c43beef-a3fc-4ad8-b3d5-3330f78d677a): Loading data parts
505 2023.11.19 06:11:19.501966 [ 3 ] {1123f738-cc0d-4f08-9ca2-4a6d6f54ff35} <Debug> oximeter.measurements_histogramu8 (1c43beef-a3fc-4ad8-b3d5-3330f78d677a): There are no data parts
506 2023.11.19 06:11:19.503094 [ 3 ] {1123f738-cc0d-4f08-9ca2-4a6d6f54ff35} <Debug> DynamicQueryHandler: Done processing query
507 2023.11.19 06:11:19.503143 [ 3 ] {1123f738-cc0d-4f08-9ca2-4a6d6f54ff35} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
508 2023.11.19 06:11:19.503157 [ 3 ] {} <Debug> HTTP-Session: b9a250d9-4907-4195-b058-8190cb7a9f19 Destroying unnamed session
509 2023.11.19 06:11:19.503247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
510 2023.11.19 06:11:19.503305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
511 2023.11.19 06:11:19.503323 [ 3 ] {} <Debug> HTTP-Session: 1aa4402e-1f2f-4114-b9fd-fbf50ee321ff Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
512 2023.11.19 06:11:19.503344 [ 3 ] {} <Debug> HTTP-Session: 1aa4402e-1f2f-4114-b9fd-fbf50ee321ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
513 2023.11.19 06:11:19.503560 [ 3 ] {226341cf-1197-4f7f-a044-b79afa70696c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
514 2023.11.19 06:11:19.503608 [ 3 ] {226341cf-1197-4f7f-a044-b79afa70696c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
515 2023.11.19 06:11:19.505064 [ 3 ] {226341cf-1197-4f7f-a044-b79afa70696c} <Debug> oximeter.measurements_histogrami16 (b9cc83c1-2b9f-4c9a-a3b1-82f6a770f60a): Loading data parts
516 2023.11.19 06:11:19.505147 [ 3 ] {226341cf-1197-4f7f-a044-b79afa70696c} <Debug> oximeter.measurements_histogrami16 (b9cc83c1-2b9f-4c9a-a3b1-82f6a770f60a): There are no data parts
517 2023.11.19 06:11:19.506275 [ 3 ] {226341cf-1197-4f7f-a044-b79afa70696c} <Debug> DynamicQueryHandler: Done processing query
518 2023.11.19 06:11:19.506298 [ 3 ] {226341cf-1197-4f7f-a044-b79afa70696c} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
519 2023.11.19 06:11:19.506313 [ 3 ] {} <Debug> HTTP-Session: 1aa4402e-1f2f-4114-b9fd-fbf50ee321ff Destroying unnamed session
520 2023.11.19 06:11:19.506427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
521 2023.11.19 06:11:19.506476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
522 2023.11.19 06:11:19.506493 [ 3 ] {} <Debug> HTTP-Session: bcd50df6-ea65-4d17-9637-6ffc456273fa Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
523 2023.11.19 06:11:19.506514 [ 3 ] {} <Debug> HTTP-Session: bcd50df6-ea65-4d17-9637-6ffc456273fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
524 2023.11.19 06:11:19.506736 [ 3 ] {207233df-8dd0-4271-9f9d-874da073dacf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
525 2023.11.19 06:11:19.506789 [ 3 ] {207233df-8dd0-4271-9f9d-874da073dacf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
526 2023.11.19 06:11:19.508257 [ 3 ] {207233df-8dd0-4271-9f9d-874da073dacf} <Debug> oximeter.measurements_histogramu16 (7589cd78-3ee1-4dec-a3f0-25a15a7e2c8e): Loading data parts
527 2023.11.19 06:11:19.508362 [ 3 ] {207233df-8dd0-4271-9f9d-874da073dacf} <Debug> oximeter.measurements_histogramu16 (7589cd78-3ee1-4dec-a3f0-25a15a7e2c8e): There are no data parts
528 2023.11.19 06:11:19.509525 [ 3 ] {207233df-8dd0-4271-9f9d-874da073dacf} <Debug> DynamicQueryHandler: Done processing query
529 2023.11.19 06:11:19.509548 [ 3 ] {207233df-8dd0-4271-9f9d-874da073dacf} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
530 2023.11.19 06:11:19.509569 [ 3 ] {} <Debug> HTTP-Session: bcd50df6-ea65-4d17-9637-6ffc456273fa Destroying unnamed session
531 2023.11.19 06:11:19.509671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
532 2023.11.19 06:11:19.509723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
533 2023.11.19 06:11:19.509746 [ 3 ] {} <Debug> HTTP-Session: e72f8b1c-3d28-4bfd-90c9-adecce32d45b Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
534 2023.11.19 06:11:19.509762 [ 3 ] {} <Debug> HTTP-Session: e72f8b1c-3d28-4bfd-90c9-adecce32d45b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
535 2023.11.19 06:11:19.509974 [ 3 ] {521de56a-83a3-4cb7-8ec6-4253cc31ca90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
536 2023.11.19 06:11:19.510026 [ 3 ] {521de56a-83a3-4cb7-8ec6-4253cc31ca90} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
537 2023.11.19 06:11:19.511479 [ 3 ] {521de56a-83a3-4cb7-8ec6-4253cc31ca90} <Debug> oximeter.measurements_histogrami32 (2b2a761b-3d12-466a-9be9-5d0fb48fe088): Loading data parts
538 2023.11.19 06:11:19.511560 [ 3 ] {521de56a-83a3-4cb7-8ec6-4253cc31ca90} <Debug> oximeter.measurements_histogrami32 (2b2a761b-3d12-466a-9be9-5d0fb48fe088): There are no data parts
539 2023.11.19 06:11:19.512862 [ 3 ] {521de56a-83a3-4cb7-8ec6-4253cc31ca90} <Debug> DynamicQueryHandler: Done processing query
540 2023.11.19 06:11:19.512886 [ 3 ] {521de56a-83a3-4cb7-8ec6-4253cc31ca90} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
541 2023.11.19 06:11:19.512908 [ 3 ] {} <Debug> HTTP-Session: e72f8b1c-3d28-4bfd-90c9-adecce32d45b Destroying unnamed session
542 2023.11.19 06:11:19.513029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
543 2023.11.19 06:11:19.513070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
544 2023.11.19 06:11:19.513094 [ 3 ] {} <Debug> HTTP-Session: 9ee4d905-f246-4fb2-b5ef-9f559a63387f Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
545 2023.11.19 06:11:19.513121 [ 3 ] {} <Debug> HTTP-Session: 9ee4d905-f246-4fb2-b5ef-9f559a63387f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
546 2023.11.19 06:11:19.513327 [ 3 ] {14100822-fd75-44d1-b718-0b71c44a8482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
547 2023.11.19 06:11:19.513380 [ 3 ] {14100822-fd75-44d1-b718-0b71c44a8482} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
548 2023.11.19 06:11:19.514852 [ 3 ] {14100822-fd75-44d1-b718-0b71c44a8482} <Debug> oximeter.measurements_histogramu32 (099f65ae-f571-4793-9b7e-93f5bed6add2): Loading data parts
549 2023.11.19 06:11:19.514940 [ 3 ] {14100822-fd75-44d1-b718-0b71c44a8482} <Debug> oximeter.measurements_histogramu32 (099f65ae-f571-4793-9b7e-93f5bed6add2): There are no data parts
550 2023.11.19 06:11:19.516221 [ 3 ] {14100822-fd75-44d1-b718-0b71c44a8482} <Debug> DynamicQueryHandler: Done processing query
551 2023.11.19 06:11:19.516252 [ 3 ] {14100822-fd75-44d1-b718-0b71c44a8482} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
552 2023.11.19 06:11:19.516267 [ 3 ] {} <Debug> HTTP-Session: 9ee4d905-f246-4fb2-b5ef-9f559a63387f Destroying unnamed session
553 2023.11.19 06:11:19.516391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
554 2023.11.19 06:11:19.516438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
555 2023.11.19 06:11:19.516458 [ 3 ] {} <Debug> HTTP-Session: d929ec33-d08b-4ac6-a8f8-212f308bb5cb Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
556 2023.11.19 06:11:19.516481 [ 3 ] {} <Debug> HTTP-Session: d929ec33-d08b-4ac6-a8f8-212f308bb5cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
557 2023.11.19 06:11:19.516689 [ 3 ] {77e5cac6-ec8e-4d6e-80b4-ceebead4aa56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
558 2023.11.19 06:11:19.516742 [ 3 ] {77e5cac6-ec8e-4d6e-80b4-ceebead4aa56} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
559 2023.11.19 06:11:19.518339 [ 3 ] {77e5cac6-ec8e-4d6e-80b4-ceebead4aa56} <Debug> oximeter.measurements_histogrami64 (b49f4154-41ee-4a32-8803-f30db9ca1c7e): Loading data parts
560 2023.11.19 06:11:19.518422 [ 3 ] {77e5cac6-ec8e-4d6e-80b4-ceebead4aa56} <Debug> oximeter.measurements_histogrami64 (b49f4154-41ee-4a32-8803-f30db9ca1c7e): There are no data parts
561 2023.11.19 06:11:19.519563 [ 3 ] {77e5cac6-ec8e-4d6e-80b4-ceebead4aa56} <Debug> DynamicQueryHandler: Done processing query
562 2023.11.19 06:11:19.519593 [ 3 ] {77e5cac6-ec8e-4d6e-80b4-ceebead4aa56} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
563 2023.11.19 06:11:19.519615 [ 3 ] {} <Debug> HTTP-Session: d929ec33-d08b-4ac6-a8f8-212f308bb5cb Destroying unnamed session
564 2023.11.19 06:11:19.519717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
565 2023.11.19 06:11:19.519764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
566 2023.11.19 06:11:19.519794 [ 3 ] {} <Debug> HTTP-Session: 7fc33af0-0169-437e-9127-538c7b6cc737 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
567 2023.11.19 06:11:19.519810 [ 3 ] {} <Debug> HTTP-Session: 7fc33af0-0169-437e-9127-538c7b6cc737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
568 2023.11.19 06:11:19.520021 [ 3 ] {87497fa3-b7da-41f0-8b1e-4c8d2a384530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
569 2023.11.19 06:11:19.520073 [ 3 ] {87497fa3-b7da-41f0-8b1e-4c8d2a384530} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
570 2023.11.19 06:11:19.521556 [ 3 ] {87497fa3-b7da-41f0-8b1e-4c8d2a384530} <Debug> oximeter.measurements_histogramu64 (bf5be59d-66c6-4929-a8bb-d9ef4870ce22): Loading data parts
571 2023.11.19 06:11:19.521629 [ 3 ] {87497fa3-b7da-41f0-8b1e-4c8d2a384530} <Debug> oximeter.measurements_histogramu64 (bf5be59d-66c6-4929-a8bb-d9ef4870ce22): There are no data parts
572 2023.11.19 06:11:19.522772 [ 3 ] {87497fa3-b7da-41f0-8b1e-4c8d2a384530} <Debug> DynamicQueryHandler: Done processing query
573 2023.11.19 06:11:19.522795 [ 3 ] {87497fa3-b7da-41f0-8b1e-4c8d2a384530} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
574 2023.11.19 06:11:19.522823 [ 3 ] {} <Debug> HTTP-Session: 7fc33af0-0169-437e-9127-538c7b6cc737 Destroying unnamed session
575 2023.11.19 06:11:19.522913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
576 2023.11.19 06:11:19.522960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
577 2023.11.19 06:11:19.522984 [ 3 ] {} <Debug> HTTP-Session: 3b810c78-e614-4145-b481-51507f004af3 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
578 2023.11.19 06:11:19.523000 [ 3 ] {} <Debug> HTTP-Session: 3b810c78-e614-4145-b481-51507f004af3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
579 2023.11.19 06:11:19.523209 [ 3 ] {ca53f14b-2484-4a38-a47f-3fc3e0ee0145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
580 2023.11.19 06:11:19.523261 [ 3 ] {ca53f14b-2484-4a38-a47f-3fc3e0ee0145} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
581 2023.11.19 06:11:19.524710 [ 3 ] {ca53f14b-2484-4a38-a47f-3fc3e0ee0145} <Debug> oximeter.measurements_histogramf32 (6c1efebb-430e-4ddf-a3d9-c6202d5fa6ac): Loading data parts
582 2023.11.19 06:11:19.524785 [ 3 ] {ca53f14b-2484-4a38-a47f-3fc3e0ee0145} <Debug> oximeter.measurements_histogramf32 (6c1efebb-430e-4ddf-a3d9-c6202d5fa6ac): There are no data parts
583 2023.11.19 06:11:19.525910 [ 3 ] {ca53f14b-2484-4a38-a47f-3fc3e0ee0145} <Debug> DynamicQueryHandler: Done processing query
584 2023.11.19 06:11:19.525941 [ 3 ] {ca53f14b-2484-4a38-a47f-3fc3e0ee0145} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
585 2023.11.19 06:11:19.525956 [ 3 ] {} <Debug> HTTP-Session: 3b810c78-e614-4145-b481-51507f004af3 Destroying unnamed session
586 2023.11.19 06:11:19.526057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
587 2023.11.19 06:11:19.526109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
588 2023.11.19 06:11:19.526128 [ 3 ] {} <Debug> HTTP-Session: 99e8d615-8be3-4f32-9695-d58fbe84984c Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
589 2023.11.19 06:11:19.526155 [ 3 ] {} <Debug> HTTP-Session: 99e8d615-8be3-4f32-9695-d58fbe84984c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
590 2023.11.19 06:11:19.526362 [ 3 ] {318c6515-ee19-48df-a2fa-b0bc2372e6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
591 2023.11.19 06:11:19.526414 [ 3 ] {318c6515-ee19-48df-a2fa-b0bc2372e6e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
592 2023.11.19 06:11:19.527879 [ 3 ] {318c6515-ee19-48df-a2fa-b0bc2372e6e8} <Debug> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Loading data parts
593 2023.11.19 06:11:19.527959 [ 3 ] {318c6515-ee19-48df-a2fa-b0bc2372e6e8} <Debug> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): There are no data parts
594 2023.11.19 06:11:19.529075 [ 3 ] {318c6515-ee19-48df-a2fa-b0bc2372e6e8} <Debug> DynamicQueryHandler: Done processing query
595 2023.11.19 06:11:19.529117 [ 3 ] {318c6515-ee19-48df-a2fa-b0bc2372e6e8} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
596 2023.11.19 06:11:19.529132 [ 3 ] {} <Debug> HTTP-Session: 99e8d615-8be3-4f32-9695-d58fbe84984c Destroying unnamed session
597 2023.11.19 06:11:19.529233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
598 2023.11.19 06:11:19.529282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
599 2023.11.19 06:11:19.529300 [ 3 ] {} <Debug> HTTP-Session: 5d88ca8a-a36d-4d9f-82ee-312411a7c174 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
600 2023.11.19 06:11:19.529320 [ 3 ] {} <Debug> HTTP-Session: 5d88ca8a-a36d-4d9f-82ee-312411a7c174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
601 2023.11.19 06:11:19.529484 [ 3 ] {fbb1b673-bb2a-46f1-afc0-c9ca4b51fb54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) /* The field tables store named dimensions of each timeseries.
602 *
603 * As with the measurement tables, there is one field table for each field data
604 * type. Fields are deduplicated by using the "replacing merge tree", though
605 * this behavior **must not** be relied upon for query correctness.
606 *
607 * The index for the fields differs from the measurements, however. Rows are
608 * sorted by timeseries name, then field name, field value, and finally
609 * timeseries key. This reflects the most common pattern for looking them up:
610 * by field name and possibly value, within a timeseries. The resulting keys are
611 * usually then used to look up measurements.
612 *
613 * NOTE: We may want to consider a secondary index on these tables, sorting by
614 * timeseries name and then key, since it would improve lookups where one
615 * already has the key. Realistically though, these tables are quite small and
616 * so performance benefits will be low in absolute terms.
617 */
618 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete)
619 2023.11.19 06:11:19.529541 [ 3 ] {fbb1b673-bb2a-46f1-afc0-c9ca4b51fb54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
620 2023.11.19 06:11:19.530869 [ 3 ] {fbb1b673-bb2a-46f1-afc0-c9ca4b51fb54} <Debug> oximeter.fields_bool (7262cf94-cdd0-4c1f-9c3a-9f4f70fdcc63): Loading data parts
621 2023.11.19 06:11:19.530942 [ 3 ] {fbb1b673-bb2a-46f1-afc0-c9ca4b51fb54} <Debug> oximeter.fields_bool (7262cf94-cdd0-4c1f-9c3a-9f4f70fdcc63): There are no data parts
622 2023.11.19 06:11:19.532035 [ 3 ] {fbb1b673-bb2a-46f1-afc0-c9ca4b51fb54} <Debug> DynamicQueryHandler: Done processing query
623 2023.11.19 06:11:19.532059 [ 3 ] {fbb1b673-bb2a-46f1-afc0-c9ca4b51fb54} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
624 2023.11.19 06:11:19.532083 [ 3 ] {} <Debug> HTTP-Session: 5d88ca8a-a36d-4d9f-82ee-312411a7c174 Destroying unnamed session
625 2023.11.19 06:11:19.532166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
626 2023.11.19 06:11:19.532213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
627 2023.11.19 06:11:19.532243 [ 3 ] {} <Debug> HTTP-Session: 4222f58d-e232-47f2-b2c0-38feb99e1fc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
628 2023.11.19 06:11:19.532259 [ 3 ] {} <Debug> HTTP-Session: 4222f58d-e232-47f2-b2c0-38feb99e1fc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
629 2023.11.19 06:11:19.532415 [ 3 ] {6d73764b-2a45-428d-afe0-9c86baadcc9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete)
630 2023.11.19 06:11:19.532463 [ 3 ] {6d73764b-2a45-428d-afe0-9c86baadcc9a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
631 2023.11.19 06:11:19.533772 [ 3 ] {6d73764b-2a45-428d-afe0-9c86baadcc9a} <Debug> oximeter.fields_i8 (46d95da2-f841-4f87-b74d-025d9ce61d2d): Loading data parts
632 2023.11.19 06:11:19.533854 [ 3 ] {6d73764b-2a45-428d-afe0-9c86baadcc9a} <Debug> oximeter.fields_i8 (46d95da2-f841-4f87-b74d-025d9ce61d2d): There are no data parts
633 2023.11.19 06:11:19.534933 [ 3 ] {6d73764b-2a45-428d-afe0-9c86baadcc9a} <Debug> DynamicQueryHandler: Done processing query
634 2023.11.19 06:11:19.534963 [ 3 ] {6d73764b-2a45-428d-afe0-9c86baadcc9a} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
635 2023.11.19 06:11:19.534978 [ 3 ] {} <Debug> HTTP-Session: 4222f58d-e232-47f2-b2c0-38feb99e1fc2 Destroying unnamed session
636 2023.11.19 06:11:19.535081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
637 2023.11.19 06:11:19.535129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
638 2023.11.19 06:11:19.535147 [ 3 ] {} <Debug> HTTP-Session: edaec2c1-051d-4acb-98dc-561aaf51d683 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
639 2023.11.19 06:11:19.535170 [ 3 ] {} <Debug> HTTP-Session: edaec2c1-051d-4acb-98dc-561aaf51d683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
640 2023.11.19 06:11:19.535324 [ 3 ] {f295bbd0-1c4d-4b91-87b9-04b3534e1635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete)
641 2023.11.19 06:11:19.535366 [ 3 ] {f295bbd0-1c4d-4b91-87b9-04b3534e1635} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
642 2023.11.19 06:11:19.536675 [ 3 ] {f295bbd0-1c4d-4b91-87b9-04b3534e1635} <Debug> oximeter.fields_u8 (20eb4622-02be-4005-8e1e-d33fe101d629): Loading data parts
643 2023.11.19 06:11:19.536747 [ 3 ] {f295bbd0-1c4d-4b91-87b9-04b3534e1635} <Debug> oximeter.fields_u8 (20eb4622-02be-4005-8e1e-d33fe101d629): There are no data parts
644 2023.11.19 06:11:19.537846 [ 3 ] {f295bbd0-1c4d-4b91-87b9-04b3534e1635} <Debug> DynamicQueryHandler: Done processing query
645 2023.11.19 06:11:19.537869 [ 3 ] {f295bbd0-1c4d-4b91-87b9-04b3534e1635} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
646 2023.11.19 06:11:19.537891 [ 3 ] {} <Debug> HTTP-Session: edaec2c1-051d-4acb-98dc-561aaf51d683 Destroying unnamed session
647 2023.11.19 06:11:19.537996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
648 2023.11.19 06:11:19.538036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
649 2023.11.19 06:11:19.538060 [ 3 ] {} <Debug> HTTP-Session: c900d5ed-df16-467c-9601-be7290ef6e35 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
650 2023.11.19 06:11:19.538088 [ 3 ] {} <Debug> HTTP-Session: c900d5ed-df16-467c-9601-be7290ef6e35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
651 2023.11.19 06:11:19.538237 [ 3 ] {3fcf38bd-6529-440a-94b7-de2f1c4ae158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete)
652 2023.11.19 06:11:19.538289 [ 3 ] {3fcf38bd-6529-440a-94b7-de2f1c4ae158} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
653 2023.11.19 06:11:19.539727 [ 3 ] {3fcf38bd-6529-440a-94b7-de2f1c4ae158} <Debug> oximeter.fields_i16 (1a7902fb-4569-4c2f-8fa1-f7c9ffdd26e6): Loading data parts
654 2023.11.19 06:11:19.539809 [ 3 ] {3fcf38bd-6529-440a-94b7-de2f1c4ae158} <Debug> oximeter.fields_i16 (1a7902fb-4569-4c2f-8fa1-f7c9ffdd26e6): There are no data parts
655 2023.11.19 06:11:19.540913 [ 3 ] {3fcf38bd-6529-440a-94b7-de2f1c4ae158} <Debug> DynamicQueryHandler: Done processing query
656 2023.11.19 06:11:19.540936 [ 3 ] {3fcf38bd-6529-440a-94b7-de2f1c4ae158} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
657 2023.11.19 06:11:19.540958 [ 3 ] {} <Debug> HTTP-Session: c900d5ed-df16-467c-9601-be7290ef6e35 Destroying unnamed session
658 2023.11.19 06:11:19.541063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
659 2023.11.19 06:11:19.541110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
660 2023.11.19 06:11:19.541135 [ 3 ] {} <Debug> HTTP-Session: 801fb852-1510-447c-bfb6-8fe355313b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
661 2023.11.19 06:11:19.541151 [ 3 ] {} <Debug> HTTP-Session: 801fb852-1510-447c-bfb6-8fe355313b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
662 2023.11.19 06:11:19.541304 [ 3 ] {8ed1d64a-7917-4919-b481-5aedd47b1e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete)
663 2023.11.19 06:11:19.541347 [ 3 ] {8ed1d64a-7917-4919-b481-5aedd47b1e55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
664 2023.11.19 06:11:19.542777 [ 3 ] {8ed1d64a-7917-4919-b481-5aedd47b1e55} <Debug> oximeter.fields_u16 (6833d3c5-54b3-41c4-8796-fbd39dc712ad): Loading data parts
665 2023.11.19 06:11:19.542857 [ 3 ] {8ed1d64a-7917-4919-b481-5aedd47b1e55} <Debug> oximeter.fields_u16 (6833d3c5-54b3-41c4-8796-fbd39dc712ad): There are no data parts
666 2023.11.19 06:11:19.543965 [ 3 ] {8ed1d64a-7917-4919-b481-5aedd47b1e55} <Debug> DynamicQueryHandler: Done processing query
667 2023.11.19 06:11:19.544002 [ 3 ] {8ed1d64a-7917-4919-b481-5aedd47b1e55} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
668 2023.11.19 06:11:19.544018 [ 3 ] {} <Debug> HTTP-Session: 801fb852-1510-447c-bfb6-8fe355313b41 Destroying unnamed session
669 2023.11.19 06:11:19.544135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
670 2023.11.19 06:11:19.544185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
671 2023.11.19 06:11:19.544203 [ 3 ] {} <Debug> HTTP-Session: a0063af9-4375-46e7-bd83-ba3ad254d75c Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
672 2023.11.19 06:11:19.544224 [ 3 ] {} <Debug> HTTP-Session: a0063af9-4375-46e7-bd83-ba3ad254d75c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
673 2023.11.19 06:11:19.544388 [ 3 ] {818c55fc-a451-4104-905b-cef7db4a13d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete)
674 2023.11.19 06:11:19.544430 [ 3 ] {818c55fc-a451-4104-905b-cef7db4a13d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
675 2023.11.19 06:11:19.545767 [ 3 ] {818c55fc-a451-4104-905b-cef7db4a13d1} <Debug> oximeter.fields_i32 (16752746-ab80-40de-b3a0-e74d16dcd7f3): Loading data parts
676 2023.11.19 06:11:19.545838 [ 3 ] {818c55fc-a451-4104-905b-cef7db4a13d1} <Debug> oximeter.fields_i32 (16752746-ab80-40de-b3a0-e74d16dcd7f3): There are no data parts
677 2023.11.19 06:11:19.546937 [ 3 ] {818c55fc-a451-4104-905b-cef7db4a13d1} <Debug> DynamicQueryHandler: Done processing query
678 2023.11.19 06:11:19.546960 [ 3 ] {818c55fc-a451-4104-905b-cef7db4a13d1} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
679 2023.11.19 06:11:19.546984 [ 3 ] {} <Debug> HTTP-Session: a0063af9-4375-46e7-bd83-ba3ad254d75c Destroying unnamed session
680 2023.11.19 06:11:19.547072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
681 2023.11.19 06:11:19.547120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
682 2023.11.19 06:11:19.547146 [ 3 ] {} <Debug> HTTP-Session: b6c4b649-75a9-437c-9074-b5ff8a0cfa8c Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
683 2023.11.19 06:11:19.547161 [ 3 ] {} <Debug> HTTP-Session: b6c4b649-75a9-437c-9074-b5ff8a0cfa8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
684 2023.11.19 06:11:19.547316 [ 3 ] {bb6062d7-c1b3-489b-854f-383190adb4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete)
685 2023.11.19 06:11:19.547364 [ 3 ] {bb6062d7-c1b3-489b-854f-383190adb4c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
686 2023.11.19 06:11:19.548668 [ 3 ] {bb6062d7-c1b3-489b-854f-383190adb4c1} <Debug> oximeter.fields_u32 (9d8e7457-72f4-40c7-baaf-bec783ef0386): Loading data parts
687 2023.11.19 06:11:19.548748 [ 3 ] {bb6062d7-c1b3-489b-854f-383190adb4c1} <Debug> oximeter.fields_u32 (9d8e7457-72f4-40c7-baaf-bec783ef0386): There are no data parts
688 2023.11.19 06:11:19.549842 [ 3 ] {bb6062d7-c1b3-489b-854f-383190adb4c1} <Debug> DynamicQueryHandler: Done processing query
689 2023.11.19 06:11:19.549871 [ 3 ] {bb6062d7-c1b3-489b-854f-383190adb4c1} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
690 2023.11.19 06:11:19.549899 [ 3 ] {} <Debug> HTTP-Session: b6c4b649-75a9-437c-9074-b5ff8a0cfa8c Destroying unnamed session
691 2023.11.19 06:11:19.549998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
692 2023.11.19 06:11:19.550045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
693 2023.11.19 06:11:19.550070 [ 3 ] {} <Debug> HTTP-Session: 56e0fa7b-c161-4ec4-a210-33cd3c23c35c Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
694 2023.11.19 06:11:19.550085 [ 3 ] {} <Debug> HTTP-Session: 56e0fa7b-c161-4ec4-a210-33cd3c23c35c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
695 2023.11.19 06:11:19.550241 [ 3 ] {34fecb30-b0e8-482d-8fe5-1c2e03a72e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete)
696 2023.11.19 06:11:19.550296 [ 3 ] {34fecb30-b0e8-482d-8fe5-1c2e03a72e87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
697 2023.11.19 06:11:19.551611 [ 3 ] {34fecb30-b0e8-482d-8fe5-1c2e03a72e87} <Debug> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Loading data parts
698 2023.11.19 06:11:19.551703 [ 3 ] {34fecb30-b0e8-482d-8fe5-1c2e03a72e87} <Debug> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): There are no data parts
699 2023.11.19 06:11:19.552807 [ 3 ] {34fecb30-b0e8-482d-8fe5-1c2e03a72e87} <Debug> DynamicQueryHandler: Done processing query
700 2023.11.19 06:11:19.552848 [ 3 ] {34fecb30-b0e8-482d-8fe5-1c2e03a72e87} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
701 2023.11.19 06:11:19.552864 [ 3 ] {} <Debug> HTTP-Session: 56e0fa7b-c161-4ec4-a210-33cd3c23c35c Destroying unnamed session
702 2023.11.19 06:11:19.552968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
703 2023.11.19 06:11:19.553016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
704 2023.11.19 06:11:19.553034 [ 3 ] {} <Debug> HTTP-Session: 8d0d8050-2127-4258-88f0-b0f7b88a5d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
705 2023.11.19 06:11:19.553057 [ 3 ] {} <Debug> HTTP-Session: 8d0d8050-2127-4258-88f0-b0f7b88a5d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
706 2023.11.19 06:11:19.553205 [ 3 ] {9e8afc7c-c3a6-40c1-849b-8bcd5a6f08e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete)
707 2023.11.19 06:11:19.553253 [ 3 ] {9e8afc7c-c3a6-40c1-849b-8bcd5a6f08e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
708 2023.11.19 06:11:19.554565 [ 3 ] {9e8afc7c-c3a6-40c1-849b-8bcd5a6f08e4} <Debug> oximeter.fields_u64 (6000c573-f637-4d6b-b5e0-eb758594ea4f): Loading data parts
709 2023.11.19 06:11:19.554640 [ 3 ] {9e8afc7c-c3a6-40c1-849b-8bcd5a6f08e4} <Debug> oximeter.fields_u64 (6000c573-f637-4d6b-b5e0-eb758594ea4f): There are no data parts
710 2023.11.19 06:11:19.555751 [ 3 ] {9e8afc7c-c3a6-40c1-849b-8bcd5a6f08e4} <Debug> DynamicQueryHandler: Done processing query
711 2023.11.19 06:11:19.555775 [ 3 ] {9e8afc7c-c3a6-40c1-849b-8bcd5a6f08e4} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
712 2023.11.19 06:11:19.555798 [ 3 ] {} <Debug> HTTP-Session: 8d0d8050-2127-4258-88f0-b0f7b88a5d29 Destroying unnamed session
713 2023.11.19 06:11:19.555908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
714 2023.11.19 06:11:19.555970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
715 2023.11.19 06:11:19.555994 [ 3 ] {} <Debug> HTTP-Session: caad91c5-0396-4581-8c2e-9dfc4bec46b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
716 2023.11.19 06:11:19.556017 [ 3 ] {} <Debug> HTTP-Session: caad91c5-0396-4581-8c2e-9dfc4bec46b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
717 2023.11.19 06:11:19.556166 [ 3 ] {146695c8-fc26-456b-9291-48835d0e6d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete)
718 2023.11.19 06:11:19.556220 [ 3 ] {146695c8-fc26-456b-9291-48835d0e6d18} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
719 2023.11.19 06:11:19.557531 [ 3 ] {146695c8-fc26-456b-9291-48835d0e6d18} <Debug> oximeter.fields_ipaddr (34016015-4bb9-4655-a5e0-a2684d238ea5): Loading data parts
720 2023.11.19 06:11:19.557637 [ 3 ] {146695c8-fc26-456b-9291-48835d0e6d18} <Debug> oximeter.fields_ipaddr (34016015-4bb9-4655-a5e0-a2684d238ea5): There are no data parts
721 2023.11.19 06:11:19.558784 [ 3 ] {146695c8-fc26-456b-9291-48835d0e6d18} <Debug> DynamicQueryHandler: Done processing query
722 2023.11.19 06:11:19.558808 [ 3 ] {146695c8-fc26-456b-9291-48835d0e6d18} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
723 2023.11.19 06:11:19.558823 [ 3 ] {} <Debug> HTTP-Session: caad91c5-0396-4581-8c2e-9dfc4bec46b5 Destroying unnamed session
724 2023.11.19 06:11:19.558930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
725 2023.11.19 06:11:19.558980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
726 2023.11.19 06:11:19.558998 [ 3 ] {} <Debug> HTTP-Session: c6880420-4974-4183-a7a3-1c70820904b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
727 2023.11.19 06:11:19.559020 [ 3 ] {} <Debug> HTTP-Session: c6880420-4974-4183-a7a3-1c70820904b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
728 2023.11.19 06:11:19.559180 [ 3 ] {48c1e08a-d234-46ad-b886-fb0afbf5a639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete)
729 2023.11.19 06:11:19.559222 [ 3 ] {48c1e08a-d234-46ad-b886-fb0afbf5a639} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
730 2023.11.19 06:11:19.561042 [ 3 ] {48c1e08a-d234-46ad-b886-fb0afbf5a639} <Debug> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Loading data parts
731 2023.11.19 06:11:19.561153 [ 3 ] {48c1e08a-d234-46ad-b886-fb0afbf5a639} <Debug> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): There are no data parts
732 2023.11.19 06:11:19.562310 [ 3 ] {48c1e08a-d234-46ad-b886-fb0afbf5a639} <Debug> DynamicQueryHandler: Done processing query
733 2023.11.19 06:11:19.562342 [ 3 ] {48c1e08a-d234-46ad-b886-fb0afbf5a639} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
734 2023.11.19 06:11:19.562357 [ 3 ] {} <Debug> HTTP-Session: c6880420-4974-4183-a7a3-1c70820904b1 Destroying unnamed session
735 2023.11.19 06:11:19.562468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
736 2023.11.19 06:11:19.562526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
737 2023.11.19 06:11:19.562545 [ 3 ] {} <Debug> HTTP-Session: b1001c92-b0f1-4ea6-88d2-8832b40fd9e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
738 2023.11.19 06:11:19.562568 [ 3 ] {} <Debug> HTTP-Session: b1001c92-b0f1-4ea6-88d2-8832b40fd9e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
739 2023.11.19 06:11:19.562728 [ 3 ] {c65ca4a2-6c96-4551-abce-a0586555b7ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete)
740 2023.11.19 06:11:19.562771 [ 3 ] {c65ca4a2-6c96-4551-abce-a0586555b7ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
741 2023.11.19 06:11:19.564124 [ 3 ] {c65ca4a2-6c96-4551-abce-a0586555b7ec} <Debug> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Loading data parts
742 2023.11.19 06:11:19.564204 [ 3 ] {c65ca4a2-6c96-4551-abce-a0586555b7ec} <Debug> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): There are no data parts
743 2023.11.19 06:11:19.565393 [ 3 ] {c65ca4a2-6c96-4551-abce-a0586555b7ec} <Debug> DynamicQueryHandler: Done processing query
744 2023.11.19 06:11:19.565416 [ 3 ] {c65ca4a2-6c96-4551-abce-a0586555b7ec} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
745 2023.11.19 06:11:19.565446 [ 3 ] {} <Debug> HTTP-Session: b1001c92-b0f1-4ea6-88d2-8832b40fd9e4 Destroying unnamed session
746 2023.11.19 06:11:19.565555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
747 2023.11.19 06:11:19.565605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
748 2023.11.19 06:11:19.565631 [ 3 ] {} <Debug> HTTP-Session: 04aafee1-989f-48e0-8157-7cd960036554 Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
749 2023.11.19 06:11:19.565648 [ 3 ] {} <Debug> HTTP-Session: 04aafee1-989f-48e0-8157-7cd960036554 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
750 2023.11.19 06:11:19.565875 [ 3 ] {f0d249c1-5b6c-4380-9843-274acdfe264d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) /* The timeseries schema table stores the extracted schema for the samples
751 * oximeter collects.
752 */
753 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)
754 2023.11.19 06:11:19.565942 [ 3 ] {f0d249c1-5b6c-4380-9843-274acdfe264d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
755 2023.11.19 06:11:19.567408 [ 3 ] {f0d249c1-5b6c-4380-9843-274acdfe264d} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d): Loading data parts
756 2023.11.19 06:11:19.567495 [ 3 ] {f0d249c1-5b6c-4380-9843-274acdfe264d} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d): There are no data parts
757 2023.11.19 06:11:19.568871 [ 3 ] {f0d249c1-5b6c-4380-9843-274acdfe264d} <Debug> DynamicQueryHandler: Done processing query
758 2023.11.19 06:11:19.568902 [ 3 ] {f0d249c1-5b6c-4380-9843-274acdfe264d} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
759 2023.11.19 06:11:19.568921 [ 3 ] {} <Debug> HTTP-Session: 04aafee1-989f-48e0-8157-7cd960036554 Destroying unnamed session
760 2023.11.19 06:11:19.569083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47967, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
761 2023.11.19 06:11:19.569146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
762 2023.11.19 06:11:19.569169 [ 3 ] {} <Debug> HTTP-Session: 8554e55c-d1a6-4e98-9f23-787497f2573f Authenticating user 'default' from [fd00:1122:3344:101::d]:47967
763 2023.11.19 06:11:19.569199 [ 3 ] {} <Debug> HTTP-Session: 8554e55c-d1a6-4e98-9f23-787497f2573f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
764 2023.11.19 06:11:19.569340 [ 3 ] {147cea04-5eb3-4c5c-9490-26fe1e91aad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47967) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
765 2023.11.19 06:11:19.569990 [ 3 ] {147cea04-5eb3-4c5c-9490-26fe1e91aad8} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
766 2023.11.19 06:11:19.575808 [ 3 ] {147cea04-5eb3-4c5c-9490-26fe1e91aad8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.65 GiB.
767 2023.11.19 06:11:19.578705 [ 3 ] {147cea04-5eb3-4c5c-9490-26fe1e91aad8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
768 2023.11.19 06:11:19.578923 [ 3 ] {147cea04-5eb3-4c5c-9490-26fe1e91aad8} <Trace> oximeter.version (a4cd5610-93d1-41e8-a1a2-226c6f08e1f3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
769 2023.11.19 06:11:19.579193 [ 3 ] {147cea04-5eb3-4c5c-9490-26fe1e91aad8} <Information> executeQuery: Read 1 rows, 16.00 B in 0.009816338 sec., 101 rows/sec., 1.59 KiB/sec.
770 2023.11.19 06:11:19.579314 [ 3 ] {147cea04-5eb3-4c5c-9490-26fe1e91aad8} <Debug> DynamicQueryHandler: Done processing query
771 2023.11.19 06:11:19.579335 [ 3 ] {147cea04-5eb3-4c5c-9490-26fe1e91aad8} <Debug> MemoryTracker: Peak memory usage (for query): 4.09 MiB.
772 2023.11.19 06:11:19.579363 [ 3 ] {} <Debug> HTTP-Session: 8554e55c-d1a6-4e98-9f23-787497f2573f Destroying unnamed session
773 2023.11.19 06:11:20.000144 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.99 MiB, peak 224.07 MiB, will set to 228.29 MiB (RSS), difference: 9.29 MiB
774 2023.11.19 06:11:28.888102 [ 172 ] {} <Debug> DNSResolver: Updating DNS cache
775 2023.11.19 06:11:28.888168 [ 172 ] {} <Debug> DNSResolver: Updated DNS cache
776 2023.11.19 06:11:43.888214 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
777 2023.11.19 06:11:43.888312 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
778 2023.11.19 06:11:58.888550 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache
779 2023.11.19 06:11:58.888650 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache
780 2023.11.19 06:12:13.888896 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache
781 2023.11.19 06:12:13.889000 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache
782 2023.11.19 06:12:28.890039 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache
783 2023.11.19 06:12:28.890134 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache
784 2023.11.19 06:12:34.598052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
785 2023.11.19 06:12:34.598262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
786 2023.11.19 06:12:34.598307 [ 3 ] {} <Debug> HTTP-Session: f01ec31f-c165-412e-bebb-f73ed2674136 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
787 2023.11.19 06:12:34.598379 [ 3 ] {} <Debug> HTTP-Session: f01ec31f-c165-412e-bebb-f73ed2674136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
788 2023.11.19 06:12:34.598637 [ 3 ] {938bd2ae-642b-478e-99be-3f0855455562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete)
789 2023.11.19 06:12:34.601078 [ 3 ] {938bd2ae-642b-478e-99be-3f0855455562} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
790 2023.11.19 06:12:34.601887 [ 3 ] {938bd2ae-642b-478e-99be-3f0855455562} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
791 2023.11.19 06:12:34.603825 [ 3 ] {938bd2ae-642b-478e-99be-3f0855455562} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
792 2023.11.19 06:12:34.604958 [ 3 ] {938bd2ae-642b-478e-99be-3f0855455562} <Debug> DynamicQueryHandler: Done processing query
793 2023.11.19 06:12:34.605015 [ 3 ] {938bd2ae-642b-478e-99be-3f0855455562} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
794 2023.11.19 06:12:34.605032 [ 3 ] {} <Debug> HTTP-Session: f01ec31f-c165-412e-bebb-f73ed2674136 Destroying unnamed session
795 2023.11.19 06:12:34.610408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
796 2023.11.19 06:12:34.610535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
797 2023.11.19 06:12:34.610577 [ 3 ] {} <Debug> HTTP-Session: c7a69184-9b6f-4ae2-8de0-7c66cda85e30 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
798 2023.11.19 06:12:34.610615 [ 3 ] {} <Debug> HTTP-Session: c7a69184-9b6f-4ae2-8de0-7c66cda85e30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
799 2023.11.19 06:12:34.610893 [ 3 ] {341b7b2a-7eb9-4acc-8348-3bd5b8021016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete)
800 2023.11.19 06:12:34.630533 [ 3 ] {341b7b2a-7eb9-4acc-8348-3bd5b8021016} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
801 2023.11.19 06:12:34.630744 [ 3 ] {341b7b2a-7eb9-4acc-8348-3bd5b8021016} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
802 2023.11.19 06:12:34.630813 [ 3 ] {341b7b2a-7eb9-4acc-8348-3bd5b8021016} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
803 2023.11.19 06:12:34.631727 [ 3 ] {341b7b2a-7eb9-4acc-8348-3bd5b8021016} <Debug> DynamicQueryHandler: Done processing query
804 2023.11.19 06:12:34.631756 [ 3 ] {341b7b2a-7eb9-4acc-8348-3bd5b8021016} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
805 2023.11.19 06:12:34.631773 [ 3 ] {} <Debug> HTTP-Session: c7a69184-9b6f-4ae2-8de0-7c66cda85e30 Destroying unnamed session
806 2023.11.19 06:12:34.632218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
807 2023.11.19 06:12:34.632285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
808 2023.11.19 06:12:34.632306 [ 3 ] {} <Debug> HTTP-Session: 2b25f1fe-254e-461d-bfbf-5d1ae43a0940 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
809 2023.11.19 06:12:34.632325 [ 3 ] {} <Debug> HTTP-Session: 2b25f1fe-254e-461d-bfbf-5d1ae43a0940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
810 2023.11.19 06:12:34.632467 [ 3 ] {870574c8-1417-4b85-87d5-74e414bacb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete)
811 2023.11.19 06:12:34.632936 [ 3 ] {870574c8-1417-4b85-87d5-74e414bacb78} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
812 2023.11.19 06:12:34.633086 [ 3 ] {870574c8-1417-4b85-87d5-74e414bacb78} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
813 2023.11.19 06:12:34.633128 [ 3 ] {870574c8-1417-4b85-87d5-74e414bacb78} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
814 2023.11.19 06:12:34.633917 [ 3 ] {870574c8-1417-4b85-87d5-74e414bacb78} <Debug> DynamicQueryHandler: Done processing query
815 2023.11.19 06:12:34.633945 [ 3 ] {870574c8-1417-4b85-87d5-74e414bacb78} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
816 2023.11.19 06:12:34.633962 [ 3 ] {} <Debug> HTTP-Session: 2b25f1fe-254e-461d-bfbf-5d1ae43a0940 Destroying unnamed session
817 2023.11.19 06:12:34.634179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
818 2023.11.19 06:12:34.634227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
819 2023.11.19 06:12:34.634245 [ 3 ] {} <Debug> HTTP-Session: dd6d2aca-8b69-4504-b07f-1079fa375aaa Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
820 2023.11.19 06:12:34.634263 [ 3 ] {} <Debug> HTTP-Session: dd6d2aca-8b69-4504-b07f-1079fa375aaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
821 2023.11.19 06:12:34.634382 [ 3 ] {3504efc3-0a63-4b7c-8721-dadf1c653f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete)
822 2023.11.19 06:12:34.634727 [ 3 ] {3504efc3-0a63-4b7c-8721-dadf1c653f8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
823 2023.11.19 06:12:34.634881 [ 3 ] {3504efc3-0a63-4b7c-8721-dadf1c653f8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
824 2023.11.19 06:12:34.634924 [ 3 ] {3504efc3-0a63-4b7c-8721-dadf1c653f8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
825 2023.11.19 06:12:34.635782 [ 3 ] {3504efc3-0a63-4b7c-8721-dadf1c653f8c} <Debug> DynamicQueryHandler: Done processing query
826 2023.11.19 06:12:34.635822 [ 3 ] {3504efc3-0a63-4b7c-8721-dadf1c653f8c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
827 2023.11.19 06:12:34.635840 [ 3 ] {} <Debug> HTTP-Session: dd6d2aca-8b69-4504-b07f-1079fa375aaa Destroying unnamed session
828 2023.11.19 06:12:34.637384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
829 2023.11.19 06:12:34.637442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
830 2023.11.19 06:12:34.637464 [ 3 ] {} <Debug> HTTP-Session: 69eecfbf-f021-417c-ace7-ea9479e2dcee Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
831 2023.11.19 06:12:34.637482 [ 3 ] {} <Debug> HTTP-Session: 69eecfbf-f021-417c-ace7-ea9479e2dcee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
832 2023.11.19 06:12:34.637571 [ 3 ] {0d0eb574-048c-48bc-a436-d5c40d4036e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
833 2023.11.19 06:12:34.637615 [ 3 ] {0d0eb574-048c-48bc-a436-d5c40d4036e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
834 2023.11.19 06:12:34.638392 [ 3 ] {0d0eb574-048c-48bc-a436-d5c40d4036e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
835 2023.11.19 06:12:34.644023 [ 3 ] {0d0eb574-048c-48bc-a436-d5c40d4036e8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
836 2023.11.19 06:12:34.646839 [ 3 ] {0d0eb574-048c-48bc-a436-d5c40d4036e8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
837 2023.11.19 06:12:34.647069 [ 3 ] {0d0eb574-048c-48bc-a436-d5c40d4036e8} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
838 2023.11.19 06:12:34.647225 [ 3 ] {0d0eb574-048c-48bc-a436-d5c40d4036e8} <Information> executeQuery: Read 4 rows, 443.00 B in 0.009615464 sec., 415 rows/sec., 44.99 KiB/sec.
839 2023.11.19 06:12:34.647408 [ 3 ] {0d0eb574-048c-48bc-a436-d5c40d4036e8} <Debug> DynamicQueryHandler: Done processing query
840 2023.11.19 06:12:34.647437 [ 3 ] {0d0eb574-048c-48bc-a436-d5c40d4036e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
841 2023.11.19 06:12:34.647460 [ 3 ] {} <Debug> HTTP-Session: 69eecfbf-f021-417c-ace7-ea9479e2dcee Destroying unnamed session
842 2023.11.19 06:12:34.647594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
843 2023.11.19 06:12:34.647653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
844 2023.11.19 06:12:34.647679 [ 3 ] {} <Debug> HTTP-Session: a3811b1a-f0a7-428d-bb56-0c333a254b78 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
845 2023.11.19 06:12:34.647702 [ 3 ] {} <Debug> HTTP-Session: a3811b1a-f0a7-428d-bb56-0c333a254b78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
846 2023.11.19 06:12:34.647796 [ 3 ] {5d7e8565-9e44-4411-957f-522fbe315797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
847 2023.11.19 06:12:34.647846 [ 3 ] {5d7e8565-9e44-4411-957f-522fbe315797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
848 2023.11.19 06:12:34.647965 [ 3 ] {5d7e8565-9e44-4411-957f-522fbe315797} <Trace> ParallelParsingInputFormat: Parallel parsing is used
849 2023.11.19 06:12:34.652251 [ 3 ] {5d7e8565-9e44-4411-957f-522fbe315797} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
850 2023.11.19 06:12:34.652477 [ 3 ] {5d7e8565-9e44-4411-957f-522fbe315797} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
851 2023.11.19 06:12:34.652636 [ 3 ] {5d7e8565-9e44-4411-957f-522fbe315797} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
852 2023.11.19 06:12:34.652750 [ 3 ] {5d7e8565-9e44-4411-957f-522fbe315797} <Information> executeQuery: Read 41 rows, 3.32 KiB in 0.004913734 sec., 8343 rows/sec., 676.32 KiB/sec.
853 2023.11.19 06:12:34.652896 [ 3 ] {5d7e8565-9e44-4411-957f-522fbe315797} <Debug> DynamicQueryHandler: Done processing query
854 2023.11.19 06:12:34.652920 [ 3 ] {5d7e8565-9e44-4411-957f-522fbe315797} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
855 2023.11.19 06:12:34.652938 [ 3 ] {} <Debug> HTTP-Session: a3811b1a-f0a7-428d-bb56-0c333a254b78 Destroying unnamed session
856 2023.11.19 06:12:34.653189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 19748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
857 2023.11.19 06:12:34.653236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
858 2023.11.19 06:12:34.653257 [ 3 ] {} <Debug> HTTP-Session: 7df699d5-e08c-4e89-ac12-f90dd8a84b0e Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
859 2023.11.19 06:12:34.653274 [ 3 ] {} <Debug> HTTP-Session: 7df699d5-e08c-4e89-ac12-f90dd8a84b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
860 2023.11.19 06:12:34.653356 [ 3 ] {74c1a93b-654c-42a1-8c22-9580ab133412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
861 2023.11.19 06:12:34.653397 [ 3 ] {74c1a93b-654c-42a1-8c22-9580ab133412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
862 2023.11.19 06:12:34.653507 [ 3 ] {74c1a93b-654c-42a1-8c22-9580ab133412} <Trace> ParallelParsingInputFormat: Parallel parsing is used
863 2023.11.19 06:12:34.653861 [ 3 ] {74c1a93b-654c-42a1-8c22-9580ab133412} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
864 2023.11.19 06:12:34.654080 [ 3 ] {74c1a93b-654c-42a1-8c22-9580ab133412} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
865 2023.11.19 06:12:34.654229 [ 3 ] {74c1a93b-654c-42a1-8c22-9580ab133412} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
866 2023.11.19 06:12:34.654353 [ 3 ] {74c1a93b-654c-42a1-8c22-9580ab133412} <Information> executeQuery: Read 123 rows, 12.22 KiB in 0.00096549 sec., 127396 rows/sec., 12.36 MiB/sec.
867 2023.11.19 06:12:34.654475 [ 3 ] {74c1a93b-654c-42a1-8c22-9580ab133412} <Debug> DynamicQueryHandler: Done processing query
868 2023.11.19 06:12:34.654504 [ 3 ] {74c1a93b-654c-42a1-8c22-9580ab133412} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
869 2023.11.19 06:12:34.654521 [ 3 ] {} <Debug> HTTP-Session: 7df699d5-e08c-4e89-ac12-f90dd8a84b0e Destroying unnamed session
870 2023.11.19 06:12:34.654681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 10052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
871 2023.11.19 06:12:34.654726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
872 2023.11.19 06:12:34.654747 [ 3 ] {} <Debug> HTTP-Session: b93c32d6-a43b-4757-bcdf-366871d7a4f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
873 2023.11.19 06:12:34.654766 [ 3 ] {} <Debug> HTTP-Session: b93c32d6-a43b-4757-bcdf-366871d7a4f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
874 2023.11.19 06:12:34.654841 [ 3 ] {1b6b9091-76b1-4461-8e0c-68e7f995b4b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
875 2023.11.19 06:12:34.654881 [ 3 ] {1b6b9091-76b1-4461-8e0c-68e7f995b4b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
876 2023.11.19 06:12:34.656111 [ 3 ] {1b6b9091-76b1-4461-8e0c-68e7f995b4b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
877 2023.11.19 06:12:34.661408 [ 3 ] {1b6b9091-76b1-4461-8e0c-68e7f995b4b9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
878 2023.11.19 06:12:34.661711 [ 3 ] {1b6b9091-76b1-4461-8e0c-68e7f995b4b9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
879 2023.11.19 06:12:34.661861 [ 3 ] {1b6b9091-76b1-4461-8e0c-68e7f995b4b9} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
880 2023.11.19 06:12:34.661982 [ 3 ] {1b6b9091-76b1-4461-8e0c-68e7f995b4b9} <Information> executeQuery: Read 59 rows, 4.73 KiB in 0.007106431 sec., 8302 rows/sec., 665.66 KiB/sec.
881 2023.11.19 06:12:34.662105 [ 3 ] {1b6b9091-76b1-4461-8e0c-68e7f995b4b9} <Debug> DynamicQueryHandler: Done processing query
882 2023.11.19 06:12:34.662131 [ 3 ] {1b6b9091-76b1-4461-8e0c-68e7f995b4b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
883 2023.11.19 06:12:34.662147 [ 3 ] {} <Debug> HTTP-Session: b93c32d6-a43b-4757-bcdf-366871d7a4f4 Destroying unnamed session
884 2023.11.19 06:12:34.662431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 43868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
885 2023.11.19 06:12:34.662478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
886 2023.11.19 06:12:34.662500 [ 3 ] {} <Debug> HTTP-Session: 28a7705c-7165-418b-bf32-a337311c01a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
887 2023.11.19 06:12:34.662518 [ 3 ] {} <Debug> HTTP-Session: 28a7705c-7165-418b-bf32-a337311c01a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
888 2023.11.19 06:12:34.662606 [ 3 ] {55123aba-f23a-427f-9be5-c4c8f4d9524e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
889 2023.11.19 06:12:34.662651 [ 3 ] {55123aba-f23a-427f-9be5-c4c8f4d9524e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
890 2023.11.19 06:12:34.662810 [ 3 ] {55123aba-f23a-427f-9be5-c4c8f4d9524e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
891 2023.11.19 06:12:34.663299 [ 3 ] {55123aba-f23a-427f-9be5-c4c8f4d9524e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
892 2023.11.19 06:12:34.666311 [ 3 ] {55123aba-f23a-427f-9be5-c4c8f4d9524e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
893 2023.11.19 06:12:34.666547 [ 3 ] {55123aba-f23a-427f-9be5-c4c8f4d9524e} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
894 2023.11.19 06:12:34.666690 [ 3 ] {55123aba-f23a-427f-9be5-c4c8f4d9524e} <Information> executeQuery: Read 41 rows, 56.66 KiB in 0.004052657 sec., 10116 rows/sec., 13.65 MiB/sec.
895 2023.11.19 06:12:34.666839 [ 3 ] {55123aba-f23a-427f-9be5-c4c8f4d9524e} <Debug> DynamicQueryHandler: Done processing query
896 2023.11.19 06:12:34.666867 [ 3 ] {55123aba-f23a-427f-9be5-c4c8f4d9524e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
897 2023.11.19 06:12:34.666888 [ 3 ] {} <Debug> HTTP-Session: 28a7705c-7165-418b-bf32-a337311c01a5 Destroying unnamed session
898 2023.11.19 06:12:34.667010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
899 2023.11.19 06:12:34.667056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
900 2023.11.19 06:12:34.667076 [ 3 ] {} <Debug> HTTP-Session: ffced5ca-9e8e-4794-95a0-e335c901f220 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
901 2023.11.19 06:12:34.667095 [ 3 ] {} <Debug> HTTP-Session: ffced5ca-9e8e-4794-95a0-e335c901f220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
902 2023.11.19 06:12:34.667170 [ 3 ] {e1a4d39d-3b3c-494d-9217-707ce62d9250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
903 2023.11.19 06:12:34.667210 [ 3 ] {e1a4d39d-3b3c-494d-9217-707ce62d9250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
904 2023.11.19 06:12:34.667317 [ 3 ] {e1a4d39d-3b3c-494d-9217-707ce62d9250} <Trace> ParallelParsingInputFormat: Parallel parsing is used
905 2023.11.19 06:12:34.667605 [ 3 ] {e1a4d39d-3b3c-494d-9217-707ce62d9250} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
906 2023.11.19 06:12:34.667850 [ 3 ] {e1a4d39d-3b3c-494d-9217-707ce62d9250} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
907 2023.11.19 06:12:34.668025 [ 3 ] {e1a4d39d-3b3c-494d-9217-707ce62d9250} <Trace> oximeter.measurements_i64 (dedcac8c-a737-4349-a8f3-192b26bb7312): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
908 2023.11.19 06:12:34.668141 [ 3 ] {e1a4d39d-3b3c-494d-9217-707ce62d9250} <Information> executeQuery: Read 30 rows, 2.15 KiB in 0.00094065 sec., 31892 rows/sec., 2.23 MiB/sec.
909 2023.11.19 06:12:34.668265 [ 3 ] {e1a4d39d-3b3c-494d-9217-707ce62d9250} <Debug> DynamicQueryHandler: Done processing query
910 2023.11.19 06:12:34.668290 [ 3 ] {e1a4d39d-3b3c-494d-9217-707ce62d9250} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
911 2023.11.19 06:12:34.668307 [ 3 ] {} <Debug> HTTP-Session: ffced5ca-9e8e-4794-95a0-e335c901f220 Destroying unnamed session
912 2023.11.19 06:12:43.891163 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache
913 2023.11.19 06:12:43.891231 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache
914 2023.11.19 06:12:44.582620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
915 2023.11.19 06:12:44.582727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
916 2023.11.19 06:12:44.582755 [ 3 ] {} <Debug> HTTP-Session: 16e5f1c7-7d49-4ef7-8601-8b4e401d4ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
917 2023.11.19 06:12:44.582782 [ 3 ] {} <Debug> HTTP-Session: 16e5f1c7-7d49-4ef7-8601-8b4e401d4ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
918 2023.11.19 06:12:44.582913 [ 3 ] {6940ac35-9958-4e9b-8b0c-a5db0ccfbca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
919 2023.11.19 06:12:44.582976 [ 3 ] {6940ac35-9958-4e9b-8b0c-a5db0ccfbca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
920 2023.11.19 06:12:44.583138 [ 3 ] {6940ac35-9958-4e9b-8b0c-a5db0ccfbca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
921 2023.11.19 06:12:44.583561 [ 3 ] {6940ac35-9958-4e9b-8b0c-a5db0ccfbca7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
922 2023.11.19 06:12:44.583843 [ 3 ] {6940ac35-9958-4e9b-8b0c-a5db0ccfbca7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
923 2023.11.19 06:12:44.584012 [ 3 ] {6940ac35-9958-4e9b-8b0c-a5db0ccfbca7} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
924 2023.11.19 06:12:44.584154 [ 3 ] {6940ac35-9958-4e9b-8b0c-a5db0ccfbca7} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001202465 sec., 34928 rows/sec., 2.76 MiB/sec.
925 2023.11.19 06:12:44.584327 [ 3 ] {6940ac35-9958-4e9b-8b0c-a5db0ccfbca7} <Debug> DynamicQueryHandler: Done processing query
926 2023.11.19 06:12:44.584353 [ 3 ] {6940ac35-9958-4e9b-8b0c-a5db0ccfbca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
927 2023.11.19 06:12:44.584372 [ 3 ] {} <Debug> HTTP-Session: 16e5f1c7-7d49-4ef7-8601-8b4e401d4ef5 Destroying unnamed session
928 2023.11.19 06:12:44.584521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 20229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
929 2023.11.19 06:12:44.584574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
930 2023.11.19 06:12:44.584595 [ 3 ] {} <Debug> HTTP-Session: 3a80ed3c-1677-43c2-bfc0-493b670e0239 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
931 2023.11.19 06:12:44.584614 [ 3 ] {} <Debug> HTTP-Session: 3a80ed3c-1677-43c2-bfc0-493b670e0239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
932 2023.11.19 06:12:44.584705 [ 3 ] {3bae9e18-99a5-4606-81ef-3d4b3c0622a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
933 2023.11.19 06:12:44.584748 [ 3 ] {3bae9e18-99a5-4606-81ef-3d4b3c0622a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
934 2023.11.19 06:12:44.584860 [ 3 ] {3bae9e18-99a5-4606-81ef-3d4b3c0622a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
935 2023.11.19 06:12:44.585240 [ 3 ] {3bae9e18-99a5-4606-81ef-3d4b3c0622a2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
936 2023.11.19 06:12:44.585472 [ 3 ] {3bae9e18-99a5-4606-81ef-3d4b3c0622a2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
937 2023.11.19 06:12:44.585624 [ 3 ] {3bae9e18-99a5-4606-81ef-3d4b3c0622a2} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
938 2023.11.19 06:12:44.585749 [ 3 ] {3bae9e18-99a5-4606-81ef-3d4b3c0622a2} <Information> executeQuery: Read 126 rows, 12.52 KiB in 0.001011561 sec., 124559 rows/sec., 12.09 MiB/sec.
939 2023.11.19 06:12:44.585878 [ 3 ] {3bae9e18-99a5-4606-81ef-3d4b3c0622a2} <Debug> DynamicQueryHandler: Done processing query
940 2023.11.19 06:12:44.585904 [ 3 ] {3bae9e18-99a5-4606-81ef-3d4b3c0622a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
941 2023.11.19 06:12:44.585921 [ 3 ] {} <Debug> HTTP-Session: 3a80ed3c-1677-43c2-bfc0-493b670e0239 Destroying unnamed session
942 2023.11.19 06:12:44.586048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 7165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
943 2023.11.19 06:12:44.586096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
944 2023.11.19 06:12:44.586116 [ 3 ] {} <Debug> HTTP-Session: 4bfddd92-849d-4e12-a512-0365697c22fe Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
945 2023.11.19 06:12:44.586134 [ 3 ] {} <Debug> HTTP-Session: 4bfddd92-849d-4e12-a512-0365697c22fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
946 2023.11.19 06:12:44.586208 [ 3 ] {bec2cd49-1cd7-4ce3-941d-5f7cdeb12e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
947 2023.11.19 06:12:44.586247 [ 3 ] {bec2cd49-1cd7-4ce3-941d-5f7cdeb12e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
948 2023.11.19 06:12:44.586354 [ 3 ] {bec2cd49-1cd7-4ce3-941d-5f7cdeb12e56} <Trace> ParallelParsingInputFormat: Parallel parsing is used
949 2023.11.19 06:12:44.586650 [ 3 ] {bec2cd49-1cd7-4ce3-941d-5f7cdeb12e56} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
950 2023.11.19 06:12:44.586873 [ 3 ] {bec2cd49-1cd7-4ce3-941d-5f7cdeb12e56} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
951 2023.11.19 06:12:44.587025 [ 3 ] {bec2cd49-1cd7-4ce3-941d-5f7cdeb12e56} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
952 2023.11.19 06:12:44.587143 [ 3 ] {bec2cd49-1cd7-4ce3-941d-5f7cdeb12e56} <Information> executeQuery: Read 42 rows, 3.36 KiB in 0.000904119 sec., 46454 rows/sec., 3.63 MiB/sec.
953 2023.11.19 06:12:44.587268 [ 3 ] {bec2cd49-1cd7-4ce3-941d-5f7cdeb12e56} <Debug> DynamicQueryHandler: Done processing query
954 2023.11.19 06:12:44.587292 [ 3 ] {bec2cd49-1cd7-4ce3-941d-5f7cdeb12e56} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
955 2023.11.19 06:12:44.587309 [ 3 ] {} <Debug> HTTP-Session: 4bfddd92-849d-4e12-a512-0365697c22fe Destroying unnamed session
956 2023.11.19 06:12:44.587471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
957 2023.11.19 06:12:44.587518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
958 2023.11.19 06:12:44.587539 [ 3 ] {} <Debug> HTTP-Session: e0b6d2af-7c9c-4779-b179-f7b6d2362387 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
959 2023.11.19 06:12:44.587558 [ 3 ] {} <Debug> HTTP-Session: e0b6d2af-7c9c-4779-b179-f7b6d2362387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
960 2023.11.19 06:12:44.587650 [ 3 ] {da79ecfa-e494-4871-8557-9122247c2843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
961 2023.11.19 06:12:44.587695 [ 3 ] {da79ecfa-e494-4871-8557-9122247c2843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
962 2023.11.19 06:12:44.587834 [ 3 ] {da79ecfa-e494-4871-8557-9122247c2843} <Trace> ParallelParsingInputFormat: Parallel parsing is used
963 2023.11.19 06:12:44.588294 [ 3 ] {da79ecfa-e494-4871-8557-9122247c2843} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
964 2023.11.19 06:12:44.588616 [ 3 ] {da79ecfa-e494-4871-8557-9122247c2843} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
965 2023.11.19 06:12:44.588792 [ 3 ] {da79ecfa-e494-4871-8557-9122247c2843} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
966 2023.11.19 06:12:44.588926 [ 3 ] {da79ecfa-e494-4871-8557-9122247c2843} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001244347 sec., 33752 rows/sec., 45.55 MiB/sec.
967 2023.11.19 06:12:44.589063 [ 3 ] {da79ecfa-e494-4871-8557-9122247c2843} <Debug> DynamicQueryHandler: Done processing query
968 2023.11.19 06:12:44.589086 [ 3 ] {da79ecfa-e494-4871-8557-9122247c2843} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
969 2023.11.19 06:12:44.589103 [ 3 ] {} <Debug> HTTP-Session: e0b6d2af-7c9c-4779-b179-f7b6d2362387 Destroying unnamed session
970 2023.11.19 06:12:54.581758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
971 2023.11.19 06:12:54.581937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
972 2023.11.19 06:12:54.581987 [ 3 ] {} <Debug> HTTP-Session: 1d277c24-6bd7-4ea8-a0ee-c050482aca1a Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
973 2023.11.19 06:12:54.582031 [ 3 ] {} <Debug> HTTP-Session: 1d277c24-6bd7-4ea8-a0ee-c050482aca1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
974 2023.11.19 06:12:54.582341 [ 3 ] {095c7d24-d4d0-404e-9f15-89e00936fb6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete)
975 2023.11.19 06:12:54.585622 [ 3 ] {095c7d24-d4d0-404e-9f15-89e00936fb6f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
976 2023.11.19 06:12:54.585811 [ 3 ] {095c7d24-d4d0-404e-9f15-89e00936fb6f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
977 2023.11.19 06:12:54.585920 [ 3 ] {095c7d24-d4d0-404e-9f15-89e00936fb6f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
978 2023.11.19 06:12:54.586172 [ 3 ] {095c7d24-d4d0-404e-9f15-89e00936fb6f} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 4-element set)
979 2023.11.19 06:12:54.593336 [ 3 ] {095c7d24-d4d0-404e-9f15-89e00936fb6f} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
980 2023.11.19 06:12:54.593374 [ 3 ] {095c7d24-d4d0-404e-9f15-89e00936fb6f} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (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
981 2023.11.19 06:12:54.593559 [ 3 ] {095c7d24-d4d0-404e-9f15-89e00936fb6f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
982 2023.11.19 06:12:54.607170 [ 3 ] {095c7d24-d4d0-404e-9f15-89e00936fb6f} <Information> executeQuery: Read 4 rows, 443.00 B in 0.024754445 sec., 161 rows/sec., 17.48 KiB/sec.
983 2023.11.19 06:12:54.607387 [ 3 ] {095c7d24-d4d0-404e-9f15-89e00936fb6f} <Debug> DynamicQueryHandler: Done processing query
984 2023.11.19 06:12:54.607413 [ 3 ] {095c7d24-d4d0-404e-9f15-89e00936fb6f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
985 2023.11.19 06:12:54.607431 [ 3 ] {} <Debug> HTTP-Session: 1d277c24-6bd7-4ea8-a0ee-c050482aca1a Destroying unnamed session
986 2023.11.19 06:12:54.607684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
987 2023.11.19 06:12:54.607735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
988 2023.11.19 06:12:54.607757 [ 3 ] {} <Debug> HTTP-Session: 746176b5-53d3-45e4-8842-757a83703ee0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
989 2023.11.19 06:12:54.607776 [ 3 ] {} <Debug> HTTP-Session: 746176b5-53d3-45e4-8842-757a83703ee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
990 2023.11.19 06:12:54.607911 [ 3 ] {df1c03df-786b-4f4a-ba1e-3923114512a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'instance_uuid:reset') FORMAT JSONEachRow; (stage: Complete)
991 2023.11.19 06:12:54.608360 [ 3 ] {df1c03df-786b-4f4a-ba1e-3923114512a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
992 2023.11.19 06:12:54.608521 [ 3 ] {df1c03df-786b-4f4a-ba1e-3923114512a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
993 2023.11.19 06:12:54.608563 [ 3 ] {df1c03df-786b-4f4a-ba1e-3923114512a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
994 2023.11.19 06:12:54.608712 [ 3 ] {df1c03df-786b-4f4a-ba1e-3923114512a3} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 5-element set)
995 2023.11.19 06:12:54.608742 [ 3 ] {df1c03df-786b-4f4a-ba1e-3923114512a3} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
996 2023.11.19 06:12:54.608763 [ 3 ] {df1c03df-786b-4f4a-ba1e-3923114512a3} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
997 2023.11.19 06:12:54.608792 [ 3 ] {df1c03df-786b-4f4a-ba1e-3923114512a3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
998 2023.11.19 06:12:54.609716 [ 3 ] {df1c03df-786b-4f4a-ba1e-3923114512a3} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001765248 sec., 2265 rows/sec., 245.07 KiB/sec.
999 2023.11.19 06:12:54.609893 [ 3 ] {df1c03df-786b-4f4a-ba1e-3923114512a3} <Debug> DynamicQueryHandler: Done processing query
1000 2023.11.19 06:12:54.609917 [ 3 ] {df1c03df-786b-4f4a-ba1e-3923114512a3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1001 2023.11.19 06:12:54.609933 [ 3 ] {} <Debug> HTTP-Session: 746176b5-53d3-45e4-8842-757a83703ee0 Destroying unnamed session
1002 2023.11.19 06:12:54.610164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 313, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1003 2023.11.19 06:12:54.610211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1004 2023.11.19 06:12:54.610231 [ 3 ] {} <Debug> HTTP-Session: 58163092-8d03-483d-83e9-8870aac29264 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1005 2023.11.19 06:12:54.610247 [ 3 ] {} <Debug> HTTP-Session: 58163092-8d03-483d-83e9-8870aac29264 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1006 2023.11.19 06:12:54.610368 [ 3 ] {22a71703-1ec4-4c19-8cdb-533db28fd2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'http_service:request_latency_histogram', 'instance_uuid:reset') FORMAT JSONEachRow; (stage: Complete)
1007 2023.11.19 06:12:54.610806 [ 3 ] {22a71703-1ec4-4c19-8cdb-533db28fd2d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1008 2023.11.19 06:12:54.610966 [ 3 ] {22a71703-1ec4-4c19-8cdb-533db28fd2d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1009 2023.11.19 06:12:54.611006 [ 3 ] {22a71703-1ec4-4c19-8cdb-533db28fd2d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1010 2023.11.19 06:12:54.611147 [ 3 ] {22a71703-1ec4-4c19-8cdb-533db28fd2d4} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 6-element set)
1011 2023.11.19 06:12:54.611176 [ 3 ] {22a71703-1ec4-4c19-8cdb-533db28fd2d4} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1012 2023.11.19 06:12:54.611197 [ 3 ] {22a71703-1ec4-4c19-8cdb-533db28fd2d4} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (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
1013 2023.11.19 06:12:54.611224 [ 3 ] {22a71703-1ec4-4c19-8cdb-533db28fd2d4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1014 2023.11.19 06:12:54.612128 [ 3 ] {22a71703-1ec4-4c19-8cdb-533db28fd2d4} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001722607 sec., 2322 rows/sec., 251.14 KiB/sec.
1015 2023.11.19 06:12:54.612316 [ 3 ] {22a71703-1ec4-4c19-8cdb-533db28fd2d4} <Debug> DynamicQueryHandler: Done processing query
1016 2023.11.19 06:12:54.612341 [ 3 ] {22a71703-1ec4-4c19-8cdb-533db28fd2d4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1017 2023.11.19 06:12:54.612357 [ 3 ] {} <Debug> HTTP-Session: 58163092-8d03-483d-83e9-8870aac29264 Destroying unnamed session
1018 2023.11.19 06:12:54.612718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1019 2023.11.19 06:12:54.612765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1020 2023.11.19 06:12:54.612784 [ 3 ] {} <Debug> HTTP-Session: c2709f2c-99c6-4265-b359-b6eb812d33ce Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1021 2023.11.19 06:12:54.612801 [ 3 ] {} <Debug> HTTP-Session: c2709f2c-99c6-4265-b359-b6eb812d33ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1022 2023.11.19 06:12:54.612919 [ 3 ] {fad97aa1-d85e-4c71-9c43-ebe4cdab4678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'http_service:request_latency_histogram', 'instance_uuid:reset') FORMAT JSONEachRow; (stage: Complete)
1023 2023.11.19 06:12:54.613362 [ 3 ] {fad97aa1-d85e-4c71-9c43-ebe4cdab4678} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1024 2023.11.19 06:12:54.613526 [ 3 ] {fad97aa1-d85e-4c71-9c43-ebe4cdab4678} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1025 2023.11.19 06:12:54.613568 [ 3 ] {fad97aa1-d85e-4c71-9c43-ebe4cdab4678} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1026 2023.11.19 06:12:54.613709 [ 3 ] {fad97aa1-d85e-4c71-9c43-ebe4cdab4678} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 7-element set)
1027 2023.11.19 06:12:54.613737 [ 3 ] {fad97aa1-d85e-4c71-9c43-ebe4cdab4678} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1028 2023.11.19 06:12:54.613757 [ 3 ] {fad97aa1-d85e-4c71-9c43-ebe4cdab4678} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (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
1029 2023.11.19 06:12:54.613785 [ 3 ] {fad97aa1-d85e-4c71-9c43-ebe4cdab4678} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1030 2023.11.19 06:12:54.614693 [ 3 ] {fad97aa1-d85e-4c71-9c43-ebe4cdab4678} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001736817 sec., 2303 rows/sec., 249.09 KiB/sec.
1031 2023.11.19 06:12:54.614871 [ 3 ] {fad97aa1-d85e-4c71-9c43-ebe4cdab4678} <Debug> DynamicQueryHandler: Done processing query
1032 2023.11.19 06:12:54.614894 [ 3 ] {fad97aa1-d85e-4c71-9c43-ebe4cdab4678} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1033 2023.11.19 06:12:54.614911 [ 3 ] {} <Debug> HTTP-Session: c2709f2c-99c6-4265-b359-b6eb812d33ce Destroying unnamed session
1034 2023.11.19 06:12:54.615209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1035 2023.11.19 06:12:54.615253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1036 2023.11.19 06:12:54.615272 [ 3 ] {} <Debug> HTTP-Session: 11391691-c145-48c6-ae48-086b315f4133 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1037 2023.11.19 06:12:54.615289 [ 3 ] {} <Debug> HTTP-Session: 11391691-c145-48c6-ae48-086b315f4133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1038 2023.11.19 06:12:54.615406 [ 3 ] {c0ab9c22-08b6-4a70-b4d8-5b028a5957fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'http_service:request_latency_histogram', 'instance_uuid:reset') FORMAT JSONEachRow; (stage: Complete)
1039 2023.11.19 06:12:54.615858 [ 3 ] {c0ab9c22-08b6-4a70-b4d8-5b028a5957fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1040 2023.11.19 06:12:54.616023 [ 3 ] {c0ab9c22-08b6-4a70-b4d8-5b028a5957fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1041 2023.11.19 06:12:54.616065 [ 3 ] {c0ab9c22-08b6-4a70-b4d8-5b028a5957fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1042 2023.11.19 06:12:54.616208 [ 3 ] {c0ab9c22-08b6-4a70-b4d8-5b028a5957fd} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 8-element set)
1043 2023.11.19 06:12:54.616236 [ 3 ] {c0ab9c22-08b6-4a70-b4d8-5b028a5957fd} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1044 2023.11.19 06:12:54.616258 [ 3 ] {c0ab9c22-08b6-4a70-b4d8-5b028a5957fd} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1045 2023.11.19 06:12:54.616285 [ 3 ] {c0ab9c22-08b6-4a70-b4d8-5b028a5957fd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1046 2023.11.19 06:12:54.617231 [ 3 ] {c0ab9c22-08b6-4a70-b4d8-5b028a5957fd} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001786798 sec., 2238 rows/sec., 242.12 KiB/sec.
1047 2023.11.19 06:12:54.617422 [ 3 ] {c0ab9c22-08b6-4a70-b4d8-5b028a5957fd} <Debug> DynamicQueryHandler: Done processing query
1048 2023.11.19 06:12:54.617446 [ 3 ] {c0ab9c22-08b6-4a70-b4d8-5b028a5957fd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1049 2023.11.19 06:12:54.617462 [ 3 ] {} <Debug> HTTP-Session: 11391691-c145-48c6-ae48-086b315f4133 Destroying unnamed session
1050 2023.11.19 06:12:54.617701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1051 2023.11.19 06:12:54.617746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1052 2023.11.19 06:12:54.617765 [ 3 ] {} <Debug> HTTP-Session: b841f048-86ad-48e8-bf37-5562d376a6db Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1053 2023.11.19 06:12:54.617782 [ 3 ] {} <Debug> HTTP-Session: b841f048-86ad-48e8-bf37-5562d376a6db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1054 2023.11.19 06:12:54.617904 [ 3 ] {8e5f78d3-d39e-4241-8d60-23de37edbe18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset') FORMAT JSONEachRow; (stage: Complete)
1055 2023.11.19 06:12:54.618363 [ 3 ] {8e5f78d3-d39e-4241-8d60-23de37edbe18} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1056 2023.11.19 06:12:54.618530 [ 3 ] {8e5f78d3-d39e-4241-8d60-23de37edbe18} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1057 2023.11.19 06:12:54.618571 [ 3 ] {8e5f78d3-d39e-4241-8d60-23de37edbe18} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1058 2023.11.19 06:12:54.618720 [ 3 ] {8e5f78d3-d39e-4241-8d60-23de37edbe18} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 9-element set)
1059 2023.11.19 06:12:54.618749 [ 3 ] {8e5f78d3-d39e-4241-8d60-23de37edbe18} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1060 2023.11.19 06:12:54.618770 [ 3 ] {8e5f78d3-d39e-4241-8d60-23de37edbe18} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (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
1061 2023.11.19 06:12:54.618797 [ 3 ] {8e5f78d3-d39e-4241-8d60-23de37edbe18} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1062 2023.11.19 06:12:54.619636 [ 3 ] {8e5f78d3-d39e-4241-8d60-23de37edbe18} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001693676 sec., 2361 rows/sec., 255.43 KiB/sec.
1063 2023.11.19 06:12:54.619816 [ 3 ] {8e5f78d3-d39e-4241-8d60-23de37edbe18} <Debug> DynamicQueryHandler: Done processing query
1064 2023.11.19 06:12:54.619839 [ 3 ] {8e5f78d3-d39e-4241-8d60-23de37edbe18} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1065 2023.11.19 06:12:54.619856 [ 3 ] {} <Debug> HTTP-Session: b841f048-86ad-48e8-bf37-5562d376a6db Destroying unnamed session
1066 2023.11.19 06:12:54.620091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1067 2023.11.19 06:12:54.620135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1068 2023.11.19 06:12:54.620154 [ 3 ] {} <Debug> HTTP-Session: 2ebde0a0-6e20-474c-ba6b-34e193e6f9df Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1069 2023.11.19 06:12:54.620170 [ 3 ] {} <Debug> HTTP-Session: 2ebde0a0-6e20-474c-ba6b-34e193e6f9df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1070 2023.11.19 06:12:54.620291 [ 3 ] {a91d9ddf-7e04-4add-8206-5bb8fdac51a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset') FORMAT JSONEachRow; (stage: Complete)
1071 2023.11.19 06:12:54.620754 [ 3 ] {a91d9ddf-7e04-4add-8206-5bb8fdac51a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1072 2023.11.19 06:12:54.620920 [ 3 ] {a91d9ddf-7e04-4add-8206-5bb8fdac51a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1073 2023.11.19 06:12:54.620962 [ 3 ] {a91d9ddf-7e04-4add-8206-5bb8fdac51a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1074 2023.11.19 06:12:54.621106 [ 3 ] {a91d9ddf-7e04-4add-8206-5bb8fdac51a9} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 10-element set)
1075 2023.11.19 06:12:54.621135 [ 3 ] {a91d9ddf-7e04-4add-8206-5bb8fdac51a9} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1076 2023.11.19 06:12:54.621156 [ 3 ] {a91d9ddf-7e04-4add-8206-5bb8fdac51a9} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (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
1077 2023.11.19 06:12:54.621183 [ 3 ] {a91d9ddf-7e04-4add-8206-5bb8fdac51a9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1078 2023.11.19 06:12:54.622068 [ 3 ] {a91d9ddf-7e04-4add-8206-5bb8fdac51a9} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001738977 sec., 2300 rows/sec., 248.78 KiB/sec.
1079 2023.11.19 06:12:54.622261 [ 3 ] {a91d9ddf-7e04-4add-8206-5bb8fdac51a9} <Debug> DynamicQueryHandler: Done processing query
1080 2023.11.19 06:12:54.622285 [ 3 ] {a91d9ddf-7e04-4add-8206-5bb8fdac51a9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1081 2023.11.19 06:12:54.622302 [ 3 ] {} <Debug> HTTP-Session: 2ebde0a0-6e20-474c-ba6b-34e193e6f9df Destroying unnamed session
1082 2023.11.19 06:12:54.622539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1083 2023.11.19 06:12:54.622584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1084 2023.11.19 06:12:54.622608 [ 3 ] {} <Debug> HTTP-Session: f9c4e922-f8dc-40ac-ba38-b28c4e3199c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1085 2023.11.19 06:12:54.622626 [ 3 ] {} <Debug> HTTP-Session: f9c4e922-f8dc-40ac-ba38-b28c4e3199c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1086 2023.11.19 06:12:54.622749 [ 3 ] {b8786a0b-26a1-404a-b50e-c45a9c7e6be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset') FORMAT JSONEachRow; (stage: Complete)
1087 2023.11.19 06:12:54.623215 [ 3 ] {b8786a0b-26a1-404a-b50e-c45a9c7e6be5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1088 2023.11.19 06:12:54.623383 [ 3 ] {b8786a0b-26a1-404a-b50e-c45a9c7e6be5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1089 2023.11.19 06:12:54.623426 [ 3 ] {b8786a0b-26a1-404a-b50e-c45a9c7e6be5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1090 2023.11.19 06:12:54.623571 [ 3 ] {b8786a0b-26a1-404a-b50e-c45a9c7e6be5} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 11-element set)
1091 2023.11.19 06:12:54.623602 [ 3 ] {b8786a0b-26a1-404a-b50e-c45a9c7e6be5} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1092 2023.11.19 06:12:54.623623 [ 3 ] {b8786a0b-26a1-404a-b50e-c45a9c7e6be5} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (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
1093 2023.11.19 06:12:54.623651 [ 3 ] {b8786a0b-26a1-404a-b50e-c45a9c7e6be5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1094 2023.11.19 06:12:54.624599 [ 3 ] {b8786a0b-26a1-404a-b50e-c45a9c7e6be5} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001809359 sec., 2210 rows/sec., 239.10 KiB/sec.
1095 2023.11.19 06:12:54.624778 [ 3 ] {b8786a0b-26a1-404a-b50e-c45a9c7e6be5} <Debug> DynamicQueryHandler: Done processing query
1096 2023.11.19 06:12:54.624802 [ 3 ] {b8786a0b-26a1-404a-b50e-c45a9c7e6be5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1097 2023.11.19 06:12:54.624818 [ 3 ] {} <Debug> HTTP-Session: f9c4e922-f8dc-40ac-ba38-b28c4e3199c5 Destroying unnamed session
1098 2023.11.19 06:12:54.625051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1099 2023.11.19 06:12:54.625094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1100 2023.11.19 06:12:54.625113 [ 3 ] {} <Debug> HTTP-Session: 403349d3-5f68-47cc-b731-3a53a9d193a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1101 2023.11.19 06:12:54.625129 [ 3 ] {} <Debug> HTTP-Session: 403349d3-5f68-47cc-b731-3a53a9d193a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1102 2023.11.19 06:12:54.625251 [ 3 ] {9321392b-5743-40e6-9c74-f50d044b94d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset') FORMAT JSONEachRow; (stage: Complete)
1103 2023.11.19 06:12:54.625729 [ 3 ] {9321392b-5743-40e6-9c74-f50d044b94d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1104 2023.11.19 06:12:54.625898 [ 3 ] {9321392b-5743-40e6-9c74-f50d044b94d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1105 2023.11.19 06:12:54.625940 [ 3 ] {9321392b-5743-40e6-9c74-f50d044b94d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1106 2023.11.19 06:12:54.626086 [ 3 ] {9321392b-5743-40e6-9c74-f50d044b94d1} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 12-element set)
1107 2023.11.19 06:12:54.626114 [ 3 ] {9321392b-5743-40e6-9c74-f50d044b94d1} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1108 2023.11.19 06:12:54.626133 [ 3 ] {9321392b-5743-40e6-9c74-f50d044b94d1} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (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
1109 2023.11.19 06:12:54.626161 [ 3 ] {9321392b-5743-40e6-9c74-f50d044b94d1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1110 2023.11.19 06:12:54.626979 [ 3 ] {9321392b-5743-40e6-9c74-f50d044b94d1} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001687496 sec., 2370 rows/sec., 256.37 KiB/sec.
1111 2023.11.19 06:12:54.627161 [ 3 ] {9321392b-5743-40e6-9c74-f50d044b94d1} <Debug> DynamicQueryHandler: Done processing query
1112 2023.11.19 06:12:54.627186 [ 3 ] {9321392b-5743-40e6-9c74-f50d044b94d1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1113 2023.11.19 06:12:54.627202 [ 3 ] {} <Debug> HTTP-Session: 403349d3-5f68-47cc-b731-3a53a9d193a5 Destroying unnamed session
1114 2023.11.19 06:12:54.627434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1115 2023.11.19 06:12:54.627479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1116 2023.11.19 06:12:54.627498 [ 3 ] {} <Debug> HTTP-Session: f135e347-1a74-4f06-bf99-535d07880555 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1117 2023.11.19 06:12:54.627514 [ 3 ] {} <Debug> HTTP-Session: f135e347-1a74-4f06-bf99-535d07880555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1118 2023.11.19 06:12:54.627639 [ 3 ] {96de9d87-d7a7-4b4d-b3ab-4e5a502cf59b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset') FORMAT JSONEachRow; (stage: Complete)
1119 2023.11.19 06:12:54.628119 [ 3 ] {96de9d87-d7a7-4b4d-b3ab-4e5a502cf59b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1120 2023.11.19 06:12:54.628290 [ 3 ] {96de9d87-d7a7-4b4d-b3ab-4e5a502cf59b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1121 2023.11.19 06:12:54.628331 [ 3 ] {96de9d87-d7a7-4b4d-b3ab-4e5a502cf59b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1122 2023.11.19 06:12:54.628476 [ 3 ] {96de9d87-d7a7-4b4d-b3ab-4e5a502cf59b} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 13-element set)
1123 2023.11.19 06:12:54.628503 [ 3 ] {96de9d87-d7a7-4b4d-b3ab-4e5a502cf59b} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1124 2023.11.19 06:12:54.628524 [ 3 ] {96de9d87-d7a7-4b4d-b3ab-4e5a502cf59b} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (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
1125 2023.11.19 06:12:54.628553 [ 3 ] {96de9d87-d7a7-4b4d-b3ab-4e5a502cf59b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1126 2023.11.19 06:12:54.629448 [ 3 ] {96de9d87-d7a7-4b4d-b3ab-4e5a502cf59b} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001769698 sec., 2260 rows/sec., 244.46 KiB/sec.
1127 2023.11.19 06:12:54.629625 [ 3 ] {96de9d87-d7a7-4b4d-b3ab-4e5a502cf59b} <Debug> DynamicQueryHandler: Done processing query
1128 2023.11.19 06:12:54.629650 [ 3 ] {96de9d87-d7a7-4b4d-b3ab-4e5a502cf59b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1129 2023.11.19 06:12:54.629666 [ 3 ] {} <Debug> HTTP-Session: f135e347-1a74-4f06-bf99-535d07880555 Destroying unnamed session
1130 2023.11.19 06:12:54.629866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1131 2023.11.19 06:12:54.629909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1132 2023.11.19 06:12:54.629929 [ 3 ] {} <Debug> HTTP-Session: d9a3187d-7708-4e42-94f7-98f4737070fb Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1133 2023.11.19 06:12:54.629947 [ 3 ] {} <Debug> HTTP-Session: d9a3187d-7708-4e42-94f7-98f4737070fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1134 2023.11.19 06:12:54.630072 [ 3 ] {241578ac-b1cb-40f7-916a-b545f6e2ddd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset') FORMAT JSONEachRow; (stage: Complete)
1135 2023.11.19 06:12:54.630566 [ 3 ] {241578ac-b1cb-40f7-916a-b545f6e2ddd0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1136 2023.11.19 06:12:54.630742 [ 3 ] {241578ac-b1cb-40f7-916a-b545f6e2ddd0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1137 2023.11.19 06:12:54.630785 [ 3 ] {241578ac-b1cb-40f7-916a-b545f6e2ddd0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1138 2023.11.19 06:12:54.630933 [ 3 ] {241578ac-b1cb-40f7-916a-b545f6e2ddd0} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
1139 2023.11.19 06:12:54.630961 [ 3 ] {241578ac-b1cb-40f7-916a-b545f6e2ddd0} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1140 2023.11.19 06:12:54.630981 [ 3 ] {241578ac-b1cb-40f7-916a-b545f6e2ddd0} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (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
1141 2023.11.19 06:12:54.631008 [ 3 ] {241578ac-b1cb-40f7-916a-b545f6e2ddd0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1142 2023.11.19 06:12:54.631927 [ 3 ] {241578ac-b1cb-40f7-916a-b545f6e2ddd0} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001814988 sec., 2203 rows/sec., 238.36 KiB/sec.
1143 2023.11.19 06:12:54.632116 [ 3 ] {241578ac-b1cb-40f7-916a-b545f6e2ddd0} <Debug> DynamicQueryHandler: Done processing query
1144 2023.11.19 06:12:54.632140 [ 3 ] {241578ac-b1cb-40f7-916a-b545f6e2ddd0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1145 2023.11.19 06:12:54.632156 [ 3 ] {} <Debug> HTTP-Session: d9a3187d-7708-4e42-94f7-98f4737070fb Destroying unnamed session
1146 2023.11.19 06:12:54.632277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2277, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1147 2023.11.19 06:12:54.632322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1148 2023.11.19 06:12:54.632342 [ 3 ] {} <Debug> HTTP-Session: 363e1b26-4d32-49f6-be50-8f386aff18d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1149 2023.11.19 06:12:54.632358 [ 3 ] {} <Debug> HTTP-Session: 363e1b26-4d32-49f6-be50-8f386aff18d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1150 2023.11.19 06:12:54.632438 [ 3 ] {b64217bd-6761-43c5-a763-23e3c4b42c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1151 2023.11.19 06:12:54.632480 [ 3 ] {b64217bd-6761-43c5-a763-23e3c4b42c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1152 2023.11.19 06:12:54.632622 [ 3 ] {b64217bd-6761-43c5-a763-23e3c4b42c6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1153 2023.11.19 06:12:54.632945 [ 3 ] {b64217bd-6761-43c5-a763-23e3c4b42c6a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
1154 2023.11.19 06:12:54.633265 [ 3 ] {b64217bd-6761-43c5-a763-23e3c4b42c6a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1155 2023.11.19 06:12:54.633430 [ 3 ] {b64217bd-6761-43c5-a763-23e3c4b42c6a} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
1156 2023.11.19 06:12:54.633552 [ 3 ] {b64217bd-6761-43c5-a763-23e3c4b42c6a} <Information> executeQuery: Read 11 rows, 1009.00 B in 0.001080303 sec., 10182 rows/sec., 912.11 KiB/sec.
1157 2023.11.19 06:12:54.633708 [ 3 ] {b64217bd-6761-43c5-a763-23e3c4b42c6a} <Debug> DynamicQueryHandler: Done processing query
1158 2023.11.19 06:12:54.633733 [ 3 ] {b64217bd-6761-43c5-a763-23e3c4b42c6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
1159 2023.11.19 06:12:54.633749 [ 3 ] {} <Debug> HTTP-Session: 363e1b26-4d32-49f6-be50-8f386aff18d9 Destroying unnamed session
1160 2023.11.19 06:12:54.633865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1161 2023.11.19 06:12:54.633909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1162 2023.11.19 06:12:54.633929 [ 3 ] {} <Debug> HTTP-Session: 355cb141-353a-46d3-8054-2b57bc240cba Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1163 2023.11.19 06:12:54.633945 [ 3 ] {} <Debug> HTTP-Session: 355cb141-353a-46d3-8054-2b57bc240cba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1164 2023.11.19 06:12:54.634019 [ 3 ] {5cf3ffd7-99a8-4ad4-8d8e-1be8a87aedcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1165 2023.11.19 06:12:54.634059 [ 3 ] {5cf3ffd7-99a8-4ad4-8d8e-1be8a87aedcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1166 2023.11.19 06:12:54.634167 [ 3 ] {5cf3ffd7-99a8-4ad4-8d8e-1be8a87aedcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1167 2023.11.19 06:12:54.634481 [ 3 ] {5cf3ffd7-99a8-4ad4-8d8e-1be8a87aedcd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
1168 2023.11.19 06:12:54.634691 [ 3 ] {5cf3ffd7-99a8-4ad4-8d8e-1be8a87aedcd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1169 2023.11.19 06:12:54.634842 [ 3 ] {5cf3ffd7-99a8-4ad4-8d8e-1be8a87aedcd} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
1170 2023.11.19 06:12:54.634966 [ 3 ] {5cf3ffd7-99a8-4ad4-8d8e-1be8a87aedcd} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.00091709 sec., 45797 rows/sec., 3.63 MiB/sec.
1171 2023.11.19 06:12:54.635097 [ 3 ] {5cf3ffd7-99a8-4ad4-8d8e-1be8a87aedcd} <Debug> DynamicQueryHandler: Done processing query
1172 2023.11.19 06:12:54.635122 [ 3 ] {5cf3ffd7-99a8-4ad4-8d8e-1be8a87aedcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1173 2023.11.19 06:12:54.635137 [ 3 ] {} <Debug> HTTP-Session: 355cb141-353a-46d3-8054-2b57bc240cba Destroying unnamed session
1174 2023.11.19 06:12:54.635261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 20229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1175 2023.11.19 06:12:54.635305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1176 2023.11.19 06:12:54.635324 [ 3 ] {} <Debug> HTTP-Session: d63f8e47-9372-4a93-a3a1-0566a307702c Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1177 2023.11.19 06:12:54.635340 [ 3 ] {} <Debug> HTTP-Session: d63f8e47-9372-4a93-a3a1-0566a307702c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1178 2023.11.19 06:12:54.635415 [ 3 ] {723092a0-df63-4ff3-a17b-3afab5ee60fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1179 2023.11.19 06:12:54.635455 [ 3 ] {723092a0-df63-4ff3-a17b-3afab5ee60fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1180 2023.11.19 06:12:54.635559 [ 3 ] {723092a0-df63-4ff3-a17b-3afab5ee60fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1181 2023.11.19 06:12:54.635921 [ 3 ] {723092a0-df63-4ff3-a17b-3afab5ee60fd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
1182 2023.11.19 06:12:54.636142 [ 3 ] {723092a0-df63-4ff3-a17b-3afab5ee60fd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1183 2023.11.19 06:12:54.636291 [ 3 ] {723092a0-df63-4ff3-a17b-3afab5ee60fd} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
1184 2023.11.19 06:12:54.636411 [ 3 ] {723092a0-df63-4ff3-a17b-3afab5ee60fd} <Information> executeQuery: Read 126 rows, 12.52 KiB in 0.000968581 sec., 130087 rows/sec., 12.62 MiB/sec.
1185 2023.11.19 06:12:54.636527 [ 3 ] {723092a0-df63-4ff3-a17b-3afab5ee60fd} <Debug> DynamicQueryHandler: Done processing query
1186 2023.11.19 06:12:54.636550 [ 3 ] {723092a0-df63-4ff3-a17b-3afab5ee60fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1187 2023.11.19 06:12:54.636566 [ 3 ] {} <Debug> HTTP-Session: d63f8e47-9372-4a93-a3a1-0566a307702c Destroying unnamed session
1188 2023.11.19 06:12:54.636696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 9019, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1189 2023.11.19 06:12:54.636739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1190 2023.11.19 06:12:54.636758 [ 3 ] {} <Debug> HTTP-Session: c35a5a2f-fb7e-4a11-ae25-0136234d593f Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1191 2023.11.19 06:12:54.636774 [ 3 ] {} <Debug> HTTP-Session: c35a5a2f-fb7e-4a11-ae25-0136234d593f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1192 2023.11.19 06:12:54.636846 [ 3 ] {cf7f018b-961b-446c-a4a8-c59e7f5a7dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1193 2023.11.19 06:12:54.636885 [ 3 ] {cf7f018b-961b-446c-a4a8-c59e7f5a7dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1194 2023.11.19 06:12:54.636987 [ 3 ] {cf7f018b-961b-446c-a4a8-c59e7f5a7dfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1195 2023.11.19 06:12:54.637289 [ 3 ] {cf7f018b-961b-446c-a4a8-c59e7f5a7dfb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
1196 2023.11.19 06:12:54.637498 [ 3 ] {cf7f018b-961b-446c-a4a8-c59e7f5a7dfb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1197 2023.11.19 06:12:54.637646 [ 3 ] {cf7f018b-961b-446c-a4a8-c59e7f5a7dfb} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
1198 2023.11.19 06:12:54.637741 [ 3 ] {cf7f018b-961b-446c-a4a8-c59e7f5a7dfb} <Information> executeQuery: Read 53 rows, 4.23 KiB in 0.000867219 sec., 61114 rows/sec., 4.76 MiB/sec.
1199 2023.11.19 06:12:54.637870 [ 3 ] {cf7f018b-961b-446c-a4a8-c59e7f5a7dfb} <Debug> DynamicQueryHandler: Done processing query
1200 2023.11.19 06:12:54.637893 [ 3 ] {cf7f018b-961b-446c-a4a8-c59e7f5a7dfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
1201 2023.11.19 06:12:54.637909 [ 3 ] {} <Debug> HTTP-Session: c35a5a2f-fb7e-4a11-ae25-0136234d593f Destroying unnamed session
1202 2023.11.19 06:12:54.638010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2136, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1203 2023.11.19 06:12:54.638056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1204 2023.11.19 06:12:54.638075 [ 3 ] {} <Debug> HTTP-Session: de21b89d-de19-41df-9da2-93bc8f42a97a Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1205 2023.11.19 06:12:54.638091 [ 3 ] {} <Debug> HTTP-Session: de21b89d-de19-41df-9da2-93bc8f42a97a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1206 2023.11.19 06:12:54.638162 [ 3 ] {d8f36ab7-3a3d-4bd9-ae75-2bf10da95c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
1207 2023.11.19 06:12:54.638204 [ 3 ] {d8f36ab7-3a3d-4bd9-ae75-2bf10da95c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
1208 2023.11.19 06:12:54.638323 [ 3 ] {d8f36ab7-3a3d-4bd9-ae75-2bf10da95c76} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1209 2023.11.19 06:12:54.638604 [ 3 ] {d8f36ab7-3a3d-4bd9-ae75-2bf10da95c76} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
1210 2023.11.19 06:12:54.638875 [ 3 ] {d8f36ab7-3a3d-4bd9-ae75-2bf10da95c76} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1211 2023.11.19 06:12:54.639048 [ 3 ] {d8f36ab7-3a3d-4bd9-ae75-2bf10da95c76} <Trace> oximeter.measurements_cumulativei64 (fe446e03-5b84-44c0-94de-91065850fc43): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
1212 2023.11.19 06:12:54.639168 [ 3 ] {d8f36ab7-3a3d-4bd9-ae75-2bf10da95c76} <Information> executeQuery: Read 11 rows, 743.00 B in 0.000976291 sec., 11267 rows/sec., 743.21 KiB/sec.
1213 2023.11.19 06:12:54.639283 [ 3 ] {d8f36ab7-3a3d-4bd9-ae75-2bf10da95c76} <Debug> DynamicQueryHandler: Done processing query
1214 2023.11.19 06:12:54.639306 [ 3 ] {d8f36ab7-3a3d-4bd9-ae75-2bf10da95c76} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1215 2023.11.19 06:12:54.639322 [ 3 ] {} <Debug> HTTP-Session: de21b89d-de19-41df-9da2-93bc8f42a97a Destroying unnamed session
1216 2023.11.19 06:12:54.639478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1217 2023.11.19 06:12:54.639522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1218 2023.11.19 06:12:54.639541 [ 3 ] {} <Debug> HTTP-Session: 6192a4a8-90ed-4c33-a38e-ce877465eb28 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1219 2023.11.19 06:12:54.639557 [ 3 ] {} <Debug> HTTP-Session: 6192a4a8-90ed-4c33-a38e-ce877465eb28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1220 2023.11.19 06:12:54.639647 [ 3 ] {16a8ef3a-7141-4948-8d25-37ed37ece52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1221 2023.11.19 06:12:54.639690 [ 3 ] {16a8ef3a-7141-4948-8d25-37ed37ece52d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1222 2023.11.19 06:12:54.639823 [ 3 ] {16a8ef3a-7141-4948-8d25-37ed37ece52d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1223 2023.11.19 06:12:54.640274 [ 3 ] {16a8ef3a-7141-4948-8d25-37ed37ece52d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
1224 2023.11.19 06:12:54.640578 [ 3 ] {16a8ef3a-7141-4948-8d25-37ed37ece52d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1225 2023.11.19 06:12:54.640755 [ 3 ] {16a8ef3a-7141-4948-8d25-37ed37ece52d} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
1226 2023.11.19 06:12:54.640882 [ 3 ] {16a8ef3a-7141-4948-8d25-37ed37ece52d} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001205845 sec., 34830 rows/sec., 47.00 MiB/sec.
1227 2023.11.19 06:12:54.641016 [ 3 ] {16a8ef3a-7141-4948-8d25-37ed37ece52d} <Debug> DynamicQueryHandler: Done processing query
1228 2023.11.19 06:12:54.641041 [ 3 ] {16a8ef3a-7141-4948-8d25-37ed37ece52d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
1229 2023.11.19 06:12:54.641056 [ 3 ] {} <Debug> HTTP-Session: 6192a4a8-90ed-4c33-a38e-ce877465eb28 Destroying unnamed session
1230 2023.11.19 06:12:58.891276 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache
1231 2023.11.19 06:12:58.891384 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache
1232 2023.11.19 06:12:59.579013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1233 2023.11.19 06:12:59.579170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1234 2023.11.19 06:12:59.579217 [ 3 ] {} <Debug> HTTP-Session: 2aff7414-f7dc-4408-9d53-e3ef35c1018f Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1235 2023.11.19 06:12:59.579259 [ 3 ] {} <Debug> HTTP-Session: 2aff7414-f7dc-4408-9d53-e3ef35c1018f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1236 2023.11.19 06:12:59.579454 [ 3 ] {d2b80cf2-96a3-4dca-a850-b4a38ee5caf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1237 2023.11.19 06:12:59.579550 [ 3 ] {d2b80cf2-96a3-4dca-a850-b4a38ee5caf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1238 2023.11.19 06:12:59.579814 [ 3 ] {d2b80cf2-96a3-4dca-a850-b4a38ee5caf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1239 2023.11.19 06:12:59.580194 [ 3 ] {d2b80cf2-96a3-4dca-a850-b4a38ee5caf4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
1240 2023.11.19 06:12:59.580453 [ 3 ] {d2b80cf2-96a3-4dca-a850-b4a38ee5caf4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1241 2023.11.19 06:12:59.580613 [ 3 ] {d2b80cf2-96a3-4dca-a850-b4a38ee5caf4} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
1242 2023.11.19 06:12:59.580734 [ 3 ] {d2b80cf2-96a3-4dca-a850-b4a38ee5caf4} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001227256 sec., 2444 rows/sec., 198.14 KiB/sec.
1243 2023.11.19 06:12:59.580909 [ 3 ] {d2b80cf2-96a3-4dca-a850-b4a38ee5caf4} <Debug> DynamicQueryHandler: Done processing query
1244 2023.11.19 06:12:59.580934 [ 3 ] {d2b80cf2-96a3-4dca-a850-b4a38ee5caf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1245 2023.11.19 06:12:59.580951 [ 3 ] {} <Debug> HTTP-Session: 2aff7414-f7dc-4408-9d53-e3ef35c1018f Destroying unnamed session
1246 2023.11.19 06:12:59.581077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 1390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1247 2023.11.19 06:12:59.581123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1248 2023.11.19 06:12:59.581144 [ 3 ] {} <Debug> HTTP-Session: f9ef2f67-e97e-46b9-989f-947b54407754 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1249 2023.11.19 06:12:59.581161 [ 3 ] {} <Debug> HTTP-Session: f9ef2f67-e97e-46b9-989f-947b54407754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1250 2023.11.19 06:12:59.581241 [ 3 ] {35f8eadb-a004-4272-a86d-78b1adac3416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1251 2023.11.19 06:12:59.581284 [ 3 ] {35f8eadb-a004-4272-a86d-78b1adac3416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1252 2023.11.19 06:12:59.581397 [ 3 ] {35f8eadb-a004-4272-a86d-78b1adac3416} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1253 2023.11.19 06:12:59.581674 [ 3 ] {35f8eadb-a004-4272-a86d-78b1adac3416} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
1254 2023.11.19 06:12:59.581883 [ 3 ] {35f8eadb-a004-4272-a86d-78b1adac3416} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1255 2023.11.19 06:12:59.582037 [ 3 ] {35f8eadb-a004-4272-a86d-78b1adac3416} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
1256 2023.11.19 06:12:59.582135 [ 3 ] {35f8eadb-a004-4272-a86d-78b1adac3416} <Information> executeQuery: Read 9 rows, 811.00 B in 0.000864778 sec., 10407 rows/sec., 915.83 KiB/sec.
1257 2023.11.19 06:12:59.582252 [ 3 ] {35f8eadb-a004-4272-a86d-78b1adac3416} <Debug> DynamicQueryHandler: Done processing query
1258 2023.11.19 06:12:59.582276 [ 3 ] {35f8eadb-a004-4272-a86d-78b1adac3416} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
1259 2023.11.19 06:12:59.582291 [ 3 ] {} <Debug> HTTP-Session: f9ef2f67-e97e-46b9-989f-947b54407754 Destroying unnamed session
1260 2023.11.19 06:12:59.582407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 1070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1261 2023.11.19 06:12:59.582454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1262 2023.11.19 06:12:59.582473 [ 3 ] {} <Debug> HTTP-Session: 14d5a347-0cb5-4da6-9298-2f9b2637cea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1263 2023.11.19 06:12:59.582490 [ 3 ] {} <Debug> HTTP-Session: 14d5a347-0cb5-4da6-9298-2f9b2637cea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1264 2023.11.19 06:12:59.582562 [ 3 ] {05e96b7d-9cdc-49b4-8bc3-5c847cf4f116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1265 2023.11.19 06:12:59.582601 [ 3 ] {05e96b7d-9cdc-49b4-8bc3-5c847cf4f116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1266 2023.11.19 06:12:59.582704 [ 3 ] {05e96b7d-9cdc-49b4-8bc3-5c847cf4f116} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1267 2023.11.19 06:12:59.582966 [ 3 ] {05e96b7d-9cdc-49b4-8bc3-5c847cf4f116} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
1268 2023.11.19 06:12:59.583171 [ 3 ] {05e96b7d-9cdc-49b4-8bc3-5c847cf4f116} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1269 2023.11.19 06:12:59.583316 [ 3 ] {05e96b7d-9cdc-49b4-8bc3-5c847cf4f116} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
1270 2023.11.19 06:12:59.583415 [ 3 ] {05e96b7d-9cdc-49b4-8bc3-5c847cf4f116} <Information> executeQuery: Read 6 rows, 493.00 B in 0.000825437 sec., 7268 rows/sec., 583.26 KiB/sec.
1271 2023.11.19 06:12:59.583558 [ 3 ] {05e96b7d-9cdc-49b4-8bc3-5c847cf4f116} <Debug> DynamicQueryHandler: Done processing query
1272 2023.11.19 06:12:59.583583 [ 3 ] {05e96b7d-9cdc-49b4-8bc3-5c847cf4f116} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
1273 2023.11.19 06:12:59.583600 [ 3 ] {} <Debug> HTTP-Session: 14d5a347-0cb5-4da6-9298-2f9b2637cea6 Destroying unnamed session
1274 2023.11.19 06:12:59.583703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1275 2023.11.19 06:12:59.583748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1276 2023.11.19 06:12:59.583767 [ 3 ] {} <Debug> HTTP-Session: 999cb58c-a38e-47d6-9a22-b968e0bcc7be Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1277 2023.11.19 06:12:59.583785 [ 3 ] {} <Debug> HTTP-Session: 999cb58c-a38e-47d6-9a22-b968e0bcc7be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1278 2023.11.19 06:12:59.583856 [ 3 ] {f399984c-be61-4aee-bef5-6ffbd3b2a691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1279 2023.11.19 06:12:59.583901 [ 3 ] {f399984c-be61-4aee-bef5-6ffbd3b2a691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1280 2023.11.19 06:12:59.584041 [ 3 ] {f399984c-be61-4aee-bef5-6ffbd3b2a691} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1281 2023.11.19 06:12:59.584316 [ 3 ] {f399984c-be61-4aee-bef5-6ffbd3b2a691} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
1282 2023.11.19 06:12:59.584593 [ 3 ] {f399984c-be61-4aee-bef5-6ffbd3b2a691} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1283 2023.11.19 06:12:59.584771 [ 3 ] {f399984c-be61-4aee-bef5-6ffbd3b2a691} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
1284 2023.11.19 06:12:59.584875 [ 3 ] {f399984c-be61-4aee-bef5-6ffbd3b2a691} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.000987961 sec., 3036 rows/sec., 4.10 MiB/sec.
1285 2023.11.19 06:12:59.585005 [ 3 ] {f399984c-be61-4aee-bef5-6ffbd3b2a691} <Debug> DynamicQueryHandler: Done processing query
1286 2023.11.19 06:12:59.585029 [ 3 ] {f399984c-be61-4aee-bef5-6ffbd3b2a691} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1287 2023.11.19 06:12:59.585047 [ 3 ] {} <Debug> HTTP-Session: 999cb58c-a38e-47d6-9a22-b968e0bcc7be Destroying unnamed session
1288 2023.11.19 06:12:59.585145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1289 2023.11.19 06:12:59.585191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1290 2023.11.19 06:12:59.585210 [ 3 ] {} <Debug> HTTP-Session: 0612da03-26f9-4fe9-875f-186d638c438c Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1291 2023.11.19 06:12:59.585227 [ 3 ] {} <Debug> HTTP-Session: 0612da03-26f9-4fe9-875f-186d638c438c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1292 2023.11.19 06:12:59.585296 [ 3 ] {a8484408-be9b-41f2-8de9-bde8a125f4cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
1293 2023.11.19 06:12:59.585336 [ 3 ] {a8484408-be9b-41f2-8de9-bde8a125f4cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1294 2023.11.19 06:12:59.585442 [ 3 ] {a8484408-be9b-41f2-8de9-bde8a125f4cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1295 2023.11.19 06:12:59.585683 [ 3 ] {a8484408-be9b-41f2-8de9-bde8a125f4cb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.63 GiB.
1296 2023.11.19 06:12:59.585920 [ 3 ] {a8484408-be9b-41f2-8de9-bde8a125f4cb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1297 2023.11.19 06:12:59.586094 [ 3 ] {a8484408-be9b-41f2-8de9-bde8a125f4cb} <Trace> oximeter.measurements_i64 (dedcac8c-a737-4349-a8f3-192b26bb7312): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
1298 2023.11.19 06:12:59.586218 [ 3 ] {a8484408-be9b-41f2-8de9-bde8a125f4cb} <Information> executeQuery: Read 3 rows, 214.00 B in 0.000892289 sec., 3362 rows/sec., 234.21 KiB/sec.
1299 2023.11.19 06:12:59.586350 [ 3 ] {a8484408-be9b-41f2-8de9-bde8a125f4cb} <Debug> DynamicQueryHandler: Done processing query
1300 2023.11.19 06:12:59.586374 [ 3 ] {a8484408-be9b-41f2-8de9-bde8a125f4cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1301 2023.11.19 06:12:59.586390 [ 3 ] {} <Debug> HTTP-Session: 0612da03-26f9-4fe9-875f-186d638c438c Destroying unnamed session
1302 2023.11.19 06:13:04.581551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1303 2023.11.19 06:13:04.581675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1304 2023.11.19 06:13:04.581703 [ 3 ] {} <Debug> HTTP-Session: afb0456f-c9ea-45ec-bf9f-0445d2badb7b Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1305 2023.11.19 06:13:04.581730 [ 3 ] {} <Debug> HTTP-Session: afb0456f-c9ea-45ec-bf9f-0445d2badb7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1306 2023.11.19 06:13:04.581941 [ 3 ] {969f3703-746d-421d-87f8-983d0fdf47df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset') FORMAT JSONEachRow; (stage: Complete)
1307 2023.11.19 06:13:04.582632 [ 3 ] {969f3703-746d-421d-87f8-983d0fdf47df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1308 2023.11.19 06:13:04.582826 [ 3 ] {969f3703-746d-421d-87f8-983d0fdf47df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1309 2023.11.19 06:13:04.582881 [ 3 ] {969f3703-746d-421d-87f8-983d0fdf47df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1310 2023.11.19 06:13:04.583055 [ 3 ] {969f3703-746d-421d-87f8-983d0fdf47df} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1311 2023.11.19 06:13:04.583137 [ 187 ] {969f3703-746d-421d-87f8-983d0fdf47df} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1312 2023.11.19 06:13:04.583174 [ 188 ] {969f3703-746d-421d-87f8-983d0fdf47df} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1313 2023.11.19 06:13:04.583277 [ 3 ] {969f3703-746d-421d-87f8-983d0fdf47df} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1314 2023.11.19 06:13:04.583364 [ 3 ] {969f3703-746d-421d-87f8-983d0fdf47df} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Reading approx. 15 rows with 2 streams
1315 2023.11.19 06:13:04.585007 [ 3 ] {969f3703-746d-421d-87f8-983d0fdf47df} <Information> executeQuery: Read 15 rows, 1.42 KiB in 0.003015334 sec., 4974 rows/sec., 470.25 KiB/sec.
1316 2023.11.19 06:13:04.585282 [ 3 ] {969f3703-746d-421d-87f8-983d0fdf47df} <Debug> DynamicQueryHandler: Done processing query
1317 2023.11.19 06:13:04.585308 [ 3 ] {969f3703-746d-421d-87f8-983d0fdf47df} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1318 2023.11.19 06:13:04.585326 [ 3 ] {} <Debug> HTTP-Session: afb0456f-c9ea-45ec-bf9f-0445d2badb7b Destroying unnamed session
1319 2023.11.19 06:13:04.585582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1320 2023.11.19 06:13:04.585635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1321 2023.11.19 06:13:04.585657 [ 3 ] {} <Debug> HTTP-Session: b50f6010-c4fe-4dfc-b2f3-a9538145f97d Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1322 2023.11.19 06:13:04.585677 [ 3 ] {} <Debug> HTTP-Session: b50f6010-c4fe-4dfc-b2f3-a9538145f97d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1323 2023.11.19 06:13:04.585822 [ 3 ] {ad8805ec-ddb9-4975-929a-1cf550d4b1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete)
1324 2023.11.19 06:13:04.586346 [ 3 ] {ad8805ec-ddb9-4975-929a-1cf550d4b1c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1325 2023.11.19 06:13:04.586530 [ 3 ] {ad8805ec-ddb9-4975-929a-1cf550d4b1c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1326 2023.11.19 06:13:04.586573 [ 3 ] {ad8805ec-ddb9-4975-929a-1cf550d4b1c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1327 2023.11.19 06:13:04.586724 [ 3 ] {ad8805ec-ddb9-4975-929a-1cf550d4b1c6} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1328 2023.11.19 06:13:04.586813 [ 193 ] {ad8805ec-ddb9-4975-929a-1cf550d4b1c6} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1329 2023.11.19 06:13:04.586813 [ 192 ] {ad8805ec-ddb9-4975-929a-1cf550d4b1c6} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1330 2023.11.19 06:13:04.586953 [ 3 ] {ad8805ec-ddb9-4975-929a-1cf550d4b1c6} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1331 2023.11.19 06:13:04.587016 [ 3 ] {ad8805ec-ddb9-4975-929a-1cf550d4b1c6} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Reading approx. 15 rows with 2 streams
1332 2023.11.19 06:13:04.588483 [ 3 ] {ad8805ec-ddb9-4975-929a-1cf550d4b1c6} <Information> executeQuery: Read 15 rows, 1.42 KiB in 0.002620826 sec., 5723 rows/sec., 541.04 KiB/sec.
1333 2023.11.19 06:13:04.588738 [ 3 ] {ad8805ec-ddb9-4975-929a-1cf550d4b1c6} <Debug> DynamicQueryHandler: Done processing query
1334 2023.11.19 06:13:04.588762 [ 3 ] {ad8805ec-ddb9-4975-929a-1cf550d4b1c6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1335 2023.11.19 06:13:04.588779 [ 3 ] {} <Debug> HTTP-Session: b50f6010-c4fe-4dfc-b2f3-a9538145f97d Destroying unnamed session
1336 2023.11.19 06:13:04.589023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1337 2023.11.19 06:13:04.589071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1338 2023.11.19 06:13:04.589091 [ 3 ] {} <Debug> HTTP-Session: 585f4640-de13-42bc-b862-ddcc899fcf2a Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1339 2023.11.19 06:13:04.589109 [ 3 ] {} <Debug> HTTP-Session: 585f4640-de13-42bc-b862-ddcc899fcf2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1340 2023.11.19 06:13:04.589245 [ 3 ] {ee68aceb-53e2-43ed-9260-ddbae0842275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete)
1341 2023.11.19 06:13:04.589767 [ 3 ] {ee68aceb-53e2-43ed-9260-ddbae0842275} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1342 2023.11.19 06:13:04.589950 [ 3 ] {ee68aceb-53e2-43ed-9260-ddbae0842275} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1343 2023.11.19 06:13:04.589991 [ 3 ] {ee68aceb-53e2-43ed-9260-ddbae0842275} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1344 2023.11.19 06:13:04.590138 [ 3 ] {ee68aceb-53e2-43ed-9260-ddbae0842275} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1345 2023.11.19 06:13:04.590221 [ 186 ] {ee68aceb-53e2-43ed-9260-ddbae0842275} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1346 2023.11.19 06:13:04.590225 [ 188 ] {ee68aceb-53e2-43ed-9260-ddbae0842275} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1347 2023.11.19 06:13:04.590345 [ 3 ] {ee68aceb-53e2-43ed-9260-ddbae0842275} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1348 2023.11.19 06:13:04.590406 [ 3 ] {ee68aceb-53e2-43ed-9260-ddbae0842275} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Reading approx. 15 rows with 2 streams
1349 2023.11.19 06:13:04.591988 [ 3 ] {ee68aceb-53e2-43ed-9260-ddbae0842275} <Information> executeQuery: Read 15 rows, 1.42 KiB in 0.002703017 sec., 5549 rows/sec., 524.59 KiB/sec.
1350 2023.11.19 06:13:04.592242 [ 3 ] {ee68aceb-53e2-43ed-9260-ddbae0842275} <Debug> DynamicQueryHandler: Done processing query
1351 2023.11.19 06:13:04.592265 [ 3 ] {ee68aceb-53e2-43ed-9260-ddbae0842275} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1352 2023.11.19 06:13:04.592282 [ 3 ] {} <Debug> HTTP-Session: 585f4640-de13-42bc-b862-ddcc899fcf2a Destroying unnamed session
1353 2023.11.19 06:13:04.592513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1354 2023.11.19 06:13:04.592558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1355 2023.11.19 06:13:04.592578 [ 3 ] {} <Debug> HTTP-Session: c1c01f48-d78a-48c9-81a5-4f9728efe149 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1356 2023.11.19 06:13:04.592595 [ 3 ] {} <Debug> HTTP-Session: c1c01f48-d78a-48c9-81a5-4f9728efe149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1357 2023.11.19 06:13:04.592728 [ 3 ] {20b23881-10eb-476e-aef3-bc136b9dfa59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete)
1358 2023.11.19 06:13:04.593248 [ 3 ] {20b23881-10eb-476e-aef3-bc136b9dfa59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1359 2023.11.19 06:13:04.593434 [ 3 ] {20b23881-10eb-476e-aef3-bc136b9dfa59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1360 2023.11.19 06:13:04.593476 [ 3 ] {20b23881-10eb-476e-aef3-bc136b9dfa59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1361 2023.11.19 06:13:04.593627 [ 3 ] {20b23881-10eb-476e-aef3-bc136b9dfa59} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1362 2023.11.19 06:13:04.593682 [ 191 ] {20b23881-10eb-476e-aef3-bc136b9dfa59} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1363 2023.11.19 06:13:04.593708 [ 188 ] {20b23881-10eb-476e-aef3-bc136b9dfa59} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1364 2023.11.19 06:13:04.593791 [ 3 ] {20b23881-10eb-476e-aef3-bc136b9dfa59} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1365 2023.11.19 06:13:04.593851 [ 3 ] {20b23881-10eb-476e-aef3-bc136b9dfa59} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Reading approx. 15 rows with 2 streams
1366 2023.11.19 06:13:04.595410 [ 3 ] {20b23881-10eb-476e-aef3-bc136b9dfa59} <Information> executeQuery: Read 15 rows, 1.42 KiB in 0.002644106 sec., 5672 rows/sec., 536.28 KiB/sec.
1367 2023.11.19 06:13:04.595659 [ 3 ] {20b23881-10eb-476e-aef3-bc136b9dfa59} <Debug> DynamicQueryHandler: Done processing query
1368 2023.11.19 06:13:04.595682 [ 3 ] {20b23881-10eb-476e-aef3-bc136b9dfa59} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1369 2023.11.19 06:13:04.595698 [ 3 ] {} <Debug> HTTP-Session: c1c01f48-d78a-48c9-81a5-4f9728efe149 Destroying unnamed session
1370 2023.11.19 06:13:04.595935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1371 2023.11.19 06:13:04.595980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1372 2023.11.19 06:13:04.596000 [ 3 ] {} <Debug> HTTP-Session: 570bf52d-5be7-400d-be32-953f6656ec03 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1373 2023.11.19 06:13:04.596017 [ 3 ] {} <Debug> HTTP-Session: 570bf52d-5be7-400d-be32-953f6656ec03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1374 2023.11.19 06:13:04.596150 [ 3 ] {06a8ac3a-73a2-4389-81ca-514bf59e0cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete)
1375 2023.11.19 06:13:04.596676 [ 3 ] {06a8ac3a-73a2-4389-81ca-514bf59e0cb5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1376 2023.11.19 06:13:04.596859 [ 3 ] {06a8ac3a-73a2-4389-81ca-514bf59e0cb5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1377 2023.11.19 06:13:04.596900 [ 3 ] {06a8ac3a-73a2-4389-81ca-514bf59e0cb5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1378 2023.11.19 06:13:04.597045 [ 3 ] {06a8ac3a-73a2-4389-81ca-514bf59e0cb5} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1379 2023.11.19 06:13:04.597120 [ 190 ] {06a8ac3a-73a2-4389-81ca-514bf59e0cb5} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1380 2023.11.19 06:13:04.597132 [ 191 ] {06a8ac3a-73a2-4389-81ca-514bf59e0cb5} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1381 2023.11.19 06:13:04.597226 [ 3 ] {06a8ac3a-73a2-4389-81ca-514bf59e0cb5} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1382 2023.11.19 06:13:04.597280 [ 3 ] {06a8ac3a-73a2-4389-81ca-514bf59e0cb5} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Reading approx. 15 rows with 2 streams
1383 2023.11.19 06:13:04.598870 [ 3 ] {06a8ac3a-73a2-4389-81ca-514bf59e0cb5} <Information> executeQuery: Read 15 rows, 1.42 KiB in 0.002677916 sec., 5601 rows/sec., 529.50 KiB/sec.
1384 2023.11.19 06:13:04.599118 [ 3 ] {06a8ac3a-73a2-4389-81ca-514bf59e0cb5} <Debug> DynamicQueryHandler: Done processing query
1385 2023.11.19 06:13:04.599141 [ 3 ] {06a8ac3a-73a2-4389-81ca-514bf59e0cb5} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1386 2023.11.19 06:13:04.599157 [ 3 ] {} <Debug> HTTP-Session: 570bf52d-5be7-400d-be32-953f6656ec03 Destroying unnamed session
1387 2023.11.19 06:13:04.599369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1388 2023.11.19 06:13:04.599412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1389 2023.11.19 06:13:04.599432 [ 3 ] {} <Debug> HTTP-Session: 18c98288-bf1a-4121-91e6-7f5fab58704e Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1390 2023.11.19 06:13:04.599448 [ 3 ] {} <Debug> HTTP-Session: 18c98288-bf1a-4121-91e6-7f5fab58704e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1391 2023.11.19 06:13:04.599581 [ 3 ] {46522013-281a-4e02-8fd9-cc0bc7c41f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete)
1392 2023.11.19 06:13:04.600110 [ 3 ] {46522013-281a-4e02-8fd9-cc0bc7c41f81} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1393 2023.11.19 06:13:04.600295 [ 3 ] {46522013-281a-4e02-8fd9-cc0bc7c41f81} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1394 2023.11.19 06:13:04.600336 [ 3 ] {46522013-281a-4e02-8fd9-cc0bc7c41f81} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1395 2023.11.19 06:13:04.600485 [ 3 ] {46522013-281a-4e02-8fd9-cc0bc7c41f81} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1396 2023.11.19 06:13:04.600537 [ 191 ] {46522013-281a-4e02-8fd9-cc0bc7c41f81} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1397 2023.11.19 06:13:04.600554 [ 186 ] {46522013-281a-4e02-8fd9-cc0bc7c41f81} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1398 2023.11.19 06:13:04.600634 [ 3 ] {46522013-281a-4e02-8fd9-cc0bc7c41f81} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1399 2023.11.19 06:13:04.600695 [ 3 ] {46522013-281a-4e02-8fd9-cc0bc7c41f81} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Reading approx. 15 rows with 2 streams
1400 2023.11.19 06:13:04.602078 [ 3 ] {46522013-281a-4e02-8fd9-cc0bc7c41f81} <Information> executeQuery: Read 15 rows, 1.42 KiB in 0.002458052 sec., 6102 rows/sec., 576.87 KiB/sec.
1401 2023.11.19 06:13:04.602330 [ 3 ] {46522013-281a-4e02-8fd9-cc0bc7c41f81} <Debug> DynamicQueryHandler: Done processing query
1402 2023.11.19 06:13:04.602354 [ 3 ] {46522013-281a-4e02-8fd9-cc0bc7c41f81} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
1403 2023.11.19 06:13:04.602370 [ 3 ] {} <Debug> HTTP-Session: 18c98288-bf1a-4121-91e6-7f5fab58704e Destroying unnamed session
1404 2023.11.19 06:13:04.614162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1405 2023.11.19 06:13:04.614215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1406 2023.11.19 06:13:04.614239 [ 3 ] {} <Debug> HTTP-Session: 0ca93c73-1d4a-4021-b09a-27fc583bc083 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1407 2023.11.19 06:13:04.614259 [ 3 ] {} <Debug> HTTP-Session: 0ca93c73-1d4a-4021-b09a-27fc583bc083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1408 2023.11.19 06:13:04.614355 [ 3 ] {1e2627e4-f411-484b-9930-019c34ff1ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1409 2023.11.19 06:13:04.614403 [ 3 ] {1e2627e4-f411-484b-9930-019c34ff1ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1410 2023.11.19 06:13:04.614579 [ 3 ] {1e2627e4-f411-484b-9930-019c34ff1ddf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1411 2023.11.19 06:13:04.614922 [ 3 ] {1e2627e4-f411-484b-9930-019c34ff1ddf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1412 2023.11.19 06:13:04.615206 [ 3 ] {1e2627e4-f411-484b-9930-019c34ff1ddf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1413 2023.11.19 06:13:04.615371 [ 3 ] {1e2627e4-f411-484b-9930-019c34ff1ddf} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
1414 2023.11.19 06:13:04.615483 [ 3 ] {1e2627e4-f411-484b-9930-019c34ff1ddf} <Information> executeQuery: Read 6 rows, 996.00 B in 0.001095164 sec., 5478 rows/sec., 888.14 KiB/sec.
1415 2023.11.19 06:13:04.615650 [ 3 ] {1e2627e4-f411-484b-9930-019c34ff1ddf} <Debug> DynamicQueryHandler: Done processing query
1416 2023.11.19 06:13:04.615673 [ 3 ] {1e2627e4-f411-484b-9930-019c34ff1ddf} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
1417 2023.11.19 06:13:04.615689 [ 3 ] {} <Debug> HTTP-Session: 0ca93c73-1d4a-4021-b09a-27fc583bc083 Destroying unnamed session
1418 2023.11.19 06:13:04.615809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1419 2023.11.19 06:13:04.615852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1420 2023.11.19 06:13:04.615871 [ 3 ] {} <Debug> HTTP-Session: 11d3b2e2-24b3-493c-abc7-0cc3a90b3de5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1421 2023.11.19 06:13:04.615888 [ 3 ] {} <Debug> HTTP-Session: 11d3b2e2-24b3-493c-abc7-0cc3a90b3de5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1422 2023.11.19 06:13:04.615963 [ 3 ] {f74df7a7-4e5c-40e4-bafa-cb6c869ed24d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1423 2023.11.19 06:13:04.616002 [ 3 ] {f74df7a7-4e5c-40e4-bafa-cb6c869ed24d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1424 2023.11.19 06:13:04.616117 [ 3 ] {f74df7a7-4e5c-40e4-bafa-cb6c869ed24d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1425 2023.11.19 06:13:04.616405 [ 3 ] {f74df7a7-4e5c-40e4-bafa-cb6c869ed24d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1426 2023.11.19 06:13:04.616618 [ 3 ] {f74df7a7-4e5c-40e4-bafa-cb6c869ed24d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1427 2023.11.19 06:13:04.616764 [ 3 ] {f74df7a7-4e5c-40e4-bafa-cb6c869ed24d} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
1428 2023.11.19 06:13:04.616864 [ 3 ] {f74df7a7-4e5c-40e4-bafa-cb6c869ed24d} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.000874889 sec., 48006 rows/sec., 3.80 MiB/sec.
1429 2023.11.19 06:13:04.616978 [ 3 ] {f74df7a7-4e5c-40e4-bafa-cb6c869ed24d} <Debug> DynamicQueryHandler: Done processing query
1430 2023.11.19 06:13:04.617001 [ 3 ] {f74df7a7-4e5c-40e4-bafa-cb6c869ed24d} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1431 2023.11.19 06:13:04.617016 [ 3 ] {} <Debug> HTTP-Session: 11d3b2e2-24b3-493c-abc7-0cc3a90b3de5 Destroying unnamed session
1432 2023.11.19 06:13:04.617209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 25527, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1433 2023.11.19 06:13:04.617253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1434 2023.11.19 06:13:04.617272 [ 3 ] {} <Debug> HTTP-Session: b2f7661c-cbff-4260-a524-4148d504fd49 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1435 2023.11.19 06:13:04.617289 [ 3 ] {} <Debug> HTTP-Session: b2f7661c-cbff-4260-a524-4148d504fd49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1436 2023.11.19 06:13:04.617365 [ 3 ] {7431a242-96c4-453d-bb15-29615ef6f604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1437 2023.11.19 06:13:04.617403 [ 3 ] {7431a242-96c4-453d-bb15-29615ef6f604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1438 2023.11.19 06:13:04.617504 [ 3 ] {7431a242-96c4-453d-bb15-29615ef6f604} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1439 2023.11.19 06:13:04.617865 [ 3 ] {7431a242-96c4-453d-bb15-29615ef6f604} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1440 2023.11.19 06:13:04.618086 [ 3 ] {7431a242-96c4-453d-bb15-29615ef6f604} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1441 2023.11.19 06:13:04.618253 [ 3 ] {7431a242-96c4-453d-bb15-29615ef6f604} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
1442 2023.11.19 06:13:04.618354 [ 3 ] {7431a242-96c4-453d-bb15-29615ef6f604} <Information> executeQuery: Read 162 rows, 15.64 KiB in 0.00096084 sec., 168602 rows/sec., 15.89 MiB/sec.
1443 2023.11.19 06:13:04.618519 [ 3 ] {7431a242-96c4-453d-bb15-29615ef6f604} <Debug> DynamicQueryHandler: Done processing query
1444 2023.11.19 06:13:04.618542 [ 3 ] {7431a242-96c4-453d-bb15-29615ef6f604} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1445 2023.11.19 06:13:04.618557 [ 3 ] {} <Debug> HTTP-Session: b2f7661c-cbff-4260-a524-4148d504fd49 Destroying unnamed session
1446 2023.11.19 06:13:04.618680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 11209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1447 2023.11.19 06:13:04.618721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1448 2023.11.19 06:13:04.618740 [ 3 ] {} <Debug> HTTP-Session: a165219c-b93c-43d9-8b7b-db7af5ec3c25 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1449 2023.11.19 06:13:04.618756 [ 3 ] {} <Debug> HTTP-Session: a165219c-b93c-43d9-8b7b-db7af5ec3c25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1450 2023.11.19 06:13:04.618828 [ 3 ] {88428e61-1fa2-4983-8298-159cc68f2e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1451 2023.11.19 06:13:04.618866 [ 3 ] {88428e61-1fa2-4983-8298-159cc68f2e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1452 2023.11.19 06:13:04.618976 [ 3 ] {88428e61-1fa2-4983-8298-159cc68f2e03} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1453 2023.11.19 06:13:04.619290 [ 3 ] {88428e61-1fa2-4983-8298-159cc68f2e03} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1454 2023.11.19 06:13:04.619494 [ 3 ] {88428e61-1fa2-4983-8298-159cc68f2e03} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1455 2023.11.19 06:13:04.619643 [ 3 ] {88428e61-1fa2-4983-8298-159cc68f2e03} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
1456 2023.11.19 06:13:04.619744 [ 3 ] {88428e61-1fa2-4983-8298-159cc68f2e03} <Information> executeQuery: Read 66 rows, 5.26 KiB in 0.000889439 sec., 74204 rows/sec., 5.78 MiB/sec.
1457 2023.11.19 06:13:04.619858 [ 3 ] {88428e61-1fa2-4983-8298-159cc68f2e03} <Debug> DynamicQueryHandler: Done processing query
1458 2023.11.19 06:13:04.619881 [ 3 ] {88428e61-1fa2-4983-8298-159cc68f2e03} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
1459 2023.11.19 06:13:04.619897 [ 3 ] {} <Debug> HTTP-Session: a165219c-b93c-43d9-8b7b-db7af5ec3c25 Destroying unnamed session
1460 2023.11.19 06:13:04.620117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 46258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1461 2023.11.19 06:13:04.620161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1462 2023.11.19 06:13:04.620180 [ 3 ] {} <Debug> HTTP-Session: f931c990-ed39-4801-9c33-3ec8d728c07e Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1463 2023.11.19 06:13:04.620196 [ 3 ] {} <Debug> HTTP-Session: f931c990-ed39-4801-9c33-3ec8d728c07e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1464 2023.11.19 06:13:04.620282 [ 3 ] {e1c2521b-5273-4caa-865b-5d7127bc7b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1465 2023.11.19 06:13:04.620322 [ 3 ] {e1c2521b-5273-4caa-865b-5d7127bc7b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1466 2023.11.19 06:13:04.620433 [ 3 ] {e1c2521b-5273-4caa-865b-5d7127bc7b41} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1467 2023.11.19 06:13:04.620820 [ 3 ] {e1c2521b-5273-4caa-865b-5d7127bc7b41} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1468 2023.11.19 06:13:04.621086 [ 3 ] {e1c2521b-5273-4caa-865b-5d7127bc7b41} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1469 2023.11.19 06:13:04.621257 [ 3 ] {e1c2521b-5273-4caa-865b-5d7127bc7b41} <Trace> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
1470 2023.11.19 06:13:04.621352 [ 3 ] {e1c2521b-5273-4caa-865b-5d7127bc7b41} <Information> executeQuery: Read 240 rows, 17.11 KiB in 0.001043302 sec., 230038 rows/sec., 16.01 MiB/sec.
1471 2023.11.19 06:13:04.621479 [ 3 ] {e1c2521b-5273-4caa-865b-5d7127bc7b41} <Debug> DynamicQueryHandler: Done processing query
1472 2023.11.19 06:13:04.621502 [ 3 ] {e1c2521b-5273-4caa-865b-5d7127bc7b41} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1473 2023.11.19 06:13:04.621517 [ 3 ] {} <Debug> HTTP-Session: f931c990-ed39-4801-9c33-3ec8d728c07e Destroying unnamed session
1474 2023.11.19 06:13:04.621691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1475 2023.11.19 06:13:04.621734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1476 2023.11.19 06:13:04.621753 [ 3 ] {} <Debug> HTTP-Session: 78ae7782-077a-4ce8-8aaa-77381ff477b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1477 2023.11.19 06:13:04.621769 [ 3 ] {} <Debug> HTTP-Session: 78ae7782-077a-4ce8-8aaa-77381ff477b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1478 2023.11.19 06:13:04.621858 [ 3 ] {5dccd792-77c1-4de1-b36f-1b9bd34fe4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1479 2023.11.19 06:13:04.621901 [ 3 ] {5dccd792-77c1-4de1-b36f-1b9bd34fe4c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1480 2023.11.19 06:13:04.622033 [ 3 ] {5dccd792-77c1-4de1-b36f-1b9bd34fe4c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1481 2023.11.19 06:13:04.622576 [ 3 ] {5dccd792-77c1-4de1-b36f-1b9bd34fe4c8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1482 2023.11.19 06:13:04.622883 [ 3 ] {5dccd792-77c1-4de1-b36f-1b9bd34fe4c8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1483 2023.11.19 06:13:04.623061 [ 3 ] {5dccd792-77c1-4de1-b36f-1b9bd34fe4c8} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
1484 2023.11.19 06:13:04.623172 [ 3 ] {5dccd792-77c1-4de1-b36f-1b9bd34fe4c8} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001286447 sec., 32648 rows/sec., 44.06 MiB/sec.
1485 2023.11.19 06:13:04.623308 [ 3 ] {5dccd792-77c1-4de1-b36f-1b9bd34fe4c8} <Debug> DynamicQueryHandler: Done processing query
1486 2023.11.19 06:13:04.623332 [ 3 ] {5dccd792-77c1-4de1-b36f-1b9bd34fe4c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
1487 2023.11.19 06:13:04.623348 [ 3 ] {} <Debug> HTTP-Session: 78ae7782-077a-4ce8-8aaa-77381ff477b9 Destroying unnamed session
1488 2023.11.19 06:13:09.579549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1489 2023.11.19 06:13:09.579669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1490 2023.11.19 06:13:09.579696 [ 3 ] {} <Debug> HTTP-Session: a2414760-bc8a-4c21-a32f-df3a9fba1b9a Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1491 2023.11.19 06:13:09.579721 [ 3 ] {} <Debug> HTTP-Session: a2414760-bc8a-4c21-a32f-df3a9fba1b9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1492 2023.11.19 06:13:09.579850 [ 3 ] {b880e8a0-0b86-4d8a-99ea-6b095a663d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1493 2023.11.19 06:13:09.579996 [ 3 ] {b880e8a0-0b86-4d8a-99ea-6b095a663d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1494 2023.11.19 06:13:09.580155 [ 3 ] {b880e8a0-0b86-4d8a-99ea-6b095a663d85} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1495 2023.11.19 06:13:09.580589 [ 3 ] {b880e8a0-0b86-4d8a-99ea-6b095a663d85} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1496 2023.11.19 06:13:09.580859 [ 3 ] {b880e8a0-0b86-4d8a-99ea-6b095a663d85} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1497 2023.11.19 06:13:09.581046 [ 3 ] {b880e8a0-0b86-4d8a-99ea-6b095a663d85} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
1498 2023.11.19 06:13:09.581183 [ 3 ] {b880e8a0-0b86-4d8a-99ea-6b095a663d85} <Information> executeQuery: Read 5 rows, 415.00 B in 0.001211886 sec., 4125 rows/sec., 334.42 KiB/sec.
1499 2023.11.19 06:13:09.581203 [ 94 ] {} <Debug> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1500 2023.11.19 06:13:09.581311 [ 94 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1501 2023.11.19 06:13:09.581386 [ 3 ] {b880e8a0-0b86-4d8a-99ea-6b095a663d85} <Debug> DynamicQueryHandler: Done processing query
1502 2023.11.19 06:13:09.581428 [ 3 ] {b880e8a0-0b86-4d8a-99ea-6b095a663d85} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
1503 2023.11.19 06:13:09.581469 [ 3 ] {} <Debug> HTTP-Session: a2414760-bc8a-4c21-a32f-df3a9fba1b9a Destroying unnamed session
1504 2023.11.19 06:13:09.581466 [ 10 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact
1505 2023.11.19 06:13:09.581616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1506 2023.11.19 06:13:09.581699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1507 2023.11.19 06:13:09.581715 [ 10 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1508 2023.11.19 06:13:09.581734 [ 3 ] {} <Debug> HTTP-Session: cb28a6cf-2b74-47e9-bd92-83897b7e6bf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1509 2023.11.19 06:13:09.581770 [ 3 ] {} <Debug> HTTP-Session: cb28a6cf-2b74-47e9-bd92-83897b7e6bf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1510 2023.11.19 06:13:09.581852 [ 10 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 41 rows starting from the beginning of the part
1511 2023.11.19 06:13:09.582028 [ 3 ] {49fd2f60-de19-4c99-a54b-4afaa2083c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1512 2023.11.19 06:13:09.582128 [ 10 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 42 rows starting from the beginning of the part
1513 2023.11.19 06:13:09.582132 [ 3 ] {49fd2f60-de19-4c99-a54b-4afaa2083c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1514 2023.11.19 06:13:09.582416 [ 10 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part
1515 2023.11.19 06:13:09.582625 [ 3 ] {49fd2f60-de19-4c99-a54b-4afaa2083c9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1516 2023.11.19 06:13:09.582662 [ 10 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part
1517 2023.11.19 06:13:09.582842 [ 10 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part
1518 2023.11.19 06:13:09.583047 [ 10 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part
1519 2023.11.19 06:13:09.583463 [ 3 ] {49fd2f60-de19-4c99-a54b-4afaa2083c9c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1520 2023.11.19 06:13:09.583812 [ 3 ] {49fd2f60-de19-4c99-a54b-4afaa2083c9c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1521 2023.11.19 06:13:09.584130 [ 3 ] {49fd2f60-de19-4c99-a54b-4afaa2083c9c} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
1522 2023.11.19 06:13:09.584321 [ 94 ] {} <Debug> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1523 2023.11.19 06:13:09.584453 [ 94 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1524 2023.11.19 06:13:09.584499 [ 3 ] {49fd2f60-de19-4c99-a54b-4afaa2083c9c} <Information> executeQuery: Read 15 rows, 1.39 KiB in 0.002371701 sec., 6324 rows/sec., 584.28 KiB/sec.
1525 2023.11.19 06:13:09.584694 [ 11 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact
1526 2023.11.19 06:13:09.584796 [ 21 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 4 columns (4 merged, 0 gathered) in 0.003392092 sec., 51590.58185921844 rows/sec., 4.08 MiB/sec.
1527 2023.11.19 06:13:09.584889 [ 3 ] {49fd2f60-de19-4c99-a54b-4afaa2083c9c} <Debug> DynamicQueryHandler: Done processing query
1528 2023.11.19 06:13:09.584928 [ 11 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1529 2023.11.19 06:13:09.584935 [ 3 ] {49fd2f60-de19-4c99-a54b-4afaa2083c9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
1530 2023.11.19 06:13:09.584995 [ 3 ] {} <Debug> HTTP-Session: cb28a6cf-2b74-47e9-bd92-83897b7e6bf2 Destroying unnamed session
1531 2023.11.19 06:13:09.585005 [ 11 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 123 rows starting from the beginning of the part
1532 2023.11.19 06:13:09.585056 [ 21 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1533 2023.11.19 06:13:09.585182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1534 2023.11.19 06:13:09.585311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1535 2023.11.19 06:13:09.585337 [ 11 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 126 rows starting from the beginning of the part
1536 2023.11.19 06:13:09.585365 [ 3 ] {} <Debug> HTTP-Session: 2d15bca3-89be-4ac2-bda7-8100bade5a7c Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1537 2023.11.19 06:13:09.585454 [ 3 ] {} <Debug> HTTP-Session: 2d15bca3-89be-4ac2-bda7-8100bade5a7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1538 2023.11.19 06:13:09.585468 [ 21 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_6_1} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1.
1539 2023.11.19 06:13:09.585665 [ 21 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_6_1} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0
1540 2023.11.19 06:13:09.585736 [ 11 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 126 rows starting from the beginning of the part
1541 2023.11.19 06:13:09.585803 [ 3 ] {4a504e4e-b057-47d4-b46b-e93217443d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1542 2023.11.19 06:13:09.585961 [ 3 ] {4a504e4e-b057-47d4-b46b-e93217443d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1543 2023.11.19 06:13:09.586015 [ 11 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part
1544 2023.11.19 06:13:09.586367 [ 11 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 162 rows starting from the beginning of the part
1545 2023.11.19 06:13:09.586465 [ 3 ] {4a504e4e-b057-47d4-b46b-e93217443d6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1546 2023.11.19 06:13:09.586669 [ 11 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part
1547 2023.11.19 06:13:09.587143 [ 3 ] {4a504e4e-b057-47d4-b46b-e93217443d6b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1548 2023.11.19 06:13:09.587555 [ 3 ] {4a504e4e-b057-47d4-b46b-e93217443d6b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1549 2023.11.19 06:13:09.587875 [ 3 ] {4a504e4e-b057-47d4-b46b-e93217443d6b} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
1550 2023.11.19 06:13:09.588038 [ 94 ] {} <Debug> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1551 2023.11.19 06:13:09.588128 [ 3 ] {4a504e4e-b057-47d4-b46b-e93217443d6b} <Information> executeQuery: Read 5 rows, 410.00 B in 0.002192946 sec., 2280 rows/sec., 182.58 KiB/sec.
1552 2023.11.19 06:13:09.588156 [ 94 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1553 2023.11.19 06:13:09.588369 [ 11 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact
1554 2023.11.19 06:13:09.588695 [ 11 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1555 2023.11.19 06:13:09.588780 [ 11 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 59 rows starting from the beginning of the part
1556 2023.11.19 06:13:09.588810 [ 3 ] {4a504e4e-b057-47d4-b46b-e93217443d6b} <Debug> DynamicQueryHandler: Done processing query
1557 2023.11.19 06:13:09.588883 [ 3 ] {4a504e4e-b057-47d4-b46b-e93217443d6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
1558 2023.11.19 06:13:09.588921 [ 10 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 561 rows, containing 4 columns (4 merged, 0 gathered) in 0.004347222 sec., 129047.929919383 rows/sec., 12.37 MiB/sec.
1559 2023.11.19 06:13:09.588942 [ 3 ] {} <Debug> HTTP-Session: 2d15bca3-89be-4ac2-bda7-8100bade5a7c Destroying unnamed session
1560 2023.11.19 06:13:09.589042 [ 11 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 42 rows starting from the beginning of the part
1561 2023.11.19 06:13:09.589177 [ 10 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1562 2023.11.19 06:13:09.589236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1563 2023.11.19 06:13:09.589332 [ 11 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 53 rows starting from the beginning of the part
1564 2023.11.19 06:13:09.589389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1565 2023.11.19 06:13:09.589451 [ 3 ] {} <Debug> HTTP-Session: c376822e-d44b-4029-a5d9-4d40eb39f5c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1566 2023.11.19 06:13:09.589486 [ 3 ] {} <Debug> HTTP-Session: c376822e-d44b-4029-a5d9-4d40eb39f5c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1567 2023.11.19 06:13:09.589626 [ 11 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::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
1568 2023.11.19 06:13:09.589637 [ 10 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_6_1} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1.
1569 2023.11.19 06:13:09.589811 [ 3 ] {1282c99c-c358-46b5-ae48-5cf461417a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1570 2023.11.19 06:13:09.589833 [ 10 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_6_1} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0
1571 2023.11.19 06:13:09.590042 [ 11 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 66 rows starting from the beginning of the part
1572 2023.11.19 06:13:09.590045 [ 3 ] {1282c99c-c358-46b5-ae48-5cf461417a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1573 2023.11.19 06:13:09.590413 [ 11 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part
1574 2023.11.19 06:13:09.590758 [ 3 ] {1282c99c-c358-46b5-ae48-5cf461417a56} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1575 2023.11.19 06:13:09.591626 [ 3 ] {1282c99c-c358-46b5-ae48-5cf461417a56} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1576 2023.11.19 06:13:09.592385 [ 14 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 231 rows, containing 4 columns (4 merged, 0 gathered) in 0.004133558 sec., 55884.05920516901 rows/sec., 4.36 MiB/sec.
1577 2023.11.19 06:13:09.592418 [ 3 ] {1282c99c-c358-46b5-ae48-5cf461417a56} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1578 2023.11.19 06:13:09.592532 [ 14 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1579 2023.11.19 06:13:09.592714 [ 3 ] {1282c99c-c358-46b5-ae48-5cf461417a56} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
1580 2023.11.19 06:13:09.592814 [ 14 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_6_1} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1.
1581 2023.11.19 06:13:09.592905 [ 94 ] {} <Debug> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1582 2023.11.19 06:13:09.592951 [ 3 ] {1282c99c-c358-46b5-ae48-5cf461417a56} <Information> executeQuery: Read 5 rows, 6.91 KiB in 0.003070785 sec., 1628 rows/sec., 2.20 MiB/sec.
1583 2023.11.19 06:13:09.592968 [ 14 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_6_1} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0
1584 2023.11.19 06:13:09.592980 [ 94 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1585 2023.11.19 06:13:09.593166 [ 11 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact
1586 2023.11.19 06:13:09.593398 [ 11 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1587 2023.11.19 06:13:09.593410 [ 3 ] {1282c99c-c358-46b5-ae48-5cf461417a56} <Debug> DynamicQueryHandler: Done processing query
1588 2023.11.19 06:13:09.593441 [ 11 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 41 rows starting from the beginning of the part
1589 2023.11.19 06:13:09.593452 [ 3 ] {1282c99c-c358-46b5-ae48-5cf461417a56} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
1590 2023.11.19 06:13:09.593510 [ 3 ] {} <Debug> HTTP-Session: c376822e-d44b-4029-a5d9-4d40eb39f5c0 Destroying unnamed session
1591 2023.11.19 06:13:09.593611 [ 11 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 42 rows starting from the beginning of the part
1592 2023.11.19 06:13:09.593708 [ 11 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part
1593 2023.11.19 06:13:09.593797 [ 11 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part
1594 2023.11.19 06:13:09.593884 [ 11 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part
1595 2023.11.19 06:13:09.593970 [ 11 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part
1596 2023.11.19 06:13:09.597776 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 6 columns (6 merged, 0 gathered) in 0.00470574 sec., 37188.62495590492 rows/sec., 50.18 MiB/sec.
1597 2023.11.19 06:13:09.597963 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1598 2023.11.19 06:13:09.598177 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1.
1599 2023.11.19 06:13:09.598239 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0
1600 2023.11.19 06:13:13.891630 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache
1601 2023.11.19 06:13:13.891706 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache
1602 2023.11.19 06:13:14.581806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1603 2023.11.19 06:13:14.581910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1604 2023.11.19 06:13:14.581936 [ 3 ] {} <Debug> HTTP-Session: e8766dba-a2a6-4312-b830-c00e2949a511 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1605 2023.11.19 06:13:14.581960 [ 3 ] {} <Debug> HTTP-Session: e8766dba-a2a6-4312-b830-c00e2949a511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1606 2023.11.19 06:13:14.582090 [ 3 ] {1c5f3caf-e341-415f-9b11-ee0f90479ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1607 2023.11.19 06:13:14.582150 [ 3 ] {1c5f3caf-e341-415f-9b11-ee0f90479ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1608 2023.11.19 06:13:14.582310 [ 3 ] {1c5f3caf-e341-415f-9b11-ee0f90479ac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1609 2023.11.19 06:13:14.582765 [ 3 ] {1c5f3caf-e341-415f-9b11-ee0f90479ac7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1610 2023.11.19 06:13:14.583039 [ 3 ] {1c5f3caf-e341-415f-9b11-ee0f90479ac7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1611 2023.11.19 06:13:14.583211 [ 3 ] {1c5f3caf-e341-415f-9b11-ee0f90479ac7} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0.
1612 2023.11.19 06:13:14.583334 [ 3 ] {1c5f3caf-e341-415f-9b11-ee0f90479ac7} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001209256 sec., 34732 rows/sec., 2.75 MiB/sec.
1613 2023.11.19 06:13:14.583489 [ 3 ] {1c5f3caf-e341-415f-9b11-ee0f90479ac7} <Debug> DynamicQueryHandler: Done processing query
1614 2023.11.19 06:13:14.583514 [ 3 ] {1c5f3caf-e341-415f-9b11-ee0f90479ac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1615 2023.11.19 06:13:14.583531 [ 3 ] {} <Debug> HTTP-Session: e8766dba-a2a6-4312-b830-c00e2949a511 Destroying unnamed session
1616 2023.11.19 06:13:14.583739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 20229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1617 2023.11.19 06:13:14.583793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1618 2023.11.19 06:13:14.583813 [ 3 ] {} <Debug> HTTP-Session: fdb28a87-6825-4dfd-bec7-2be7eeccffd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1619 2023.11.19 06:13:14.583833 [ 3 ] {} <Debug> HTTP-Session: fdb28a87-6825-4dfd-bec7-2be7eeccffd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1620 2023.11.19 06:13:14.583924 [ 3 ] {8e6a05e7-3227-468e-9adc-99a4204bd0f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1621 2023.11.19 06:13:14.583967 [ 3 ] {8e6a05e7-3227-468e-9adc-99a4204bd0f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1622 2023.11.19 06:13:14.584076 [ 3 ] {8e6a05e7-3227-468e-9adc-99a4204bd0f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1623 2023.11.19 06:13:14.584496 [ 3 ] {8e6a05e7-3227-468e-9adc-99a4204bd0f7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1624 2023.11.19 06:13:14.584717 [ 3 ] {8e6a05e7-3227-468e-9adc-99a4204bd0f7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1625 2023.11.19 06:13:14.584869 [ 3 ] {8e6a05e7-3227-468e-9adc-99a4204bd0f7} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0.
1626 2023.11.19 06:13:14.584971 [ 3 ] {8e6a05e7-3227-468e-9adc-99a4204bd0f7} <Information> executeQuery: Read 126 rows, 12.52 KiB in 0.001017712 sec., 123807 rows/sec., 12.02 MiB/sec.
1627 2023.11.19 06:13:14.585097 [ 3 ] {8e6a05e7-3227-468e-9adc-99a4204bd0f7} <Debug> DynamicQueryHandler: Done processing query
1628 2023.11.19 06:13:14.585120 [ 3 ] {8e6a05e7-3227-468e-9adc-99a4204bd0f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1629 2023.11.19 06:13:14.585136 [ 3 ] {} <Debug> HTTP-Session: fdb28a87-6825-4dfd-bec7-2be7eeccffd8 Destroying unnamed session
1630 2023.11.19 06:13:14.585265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 7165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1631 2023.11.19 06:13:14.585311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1632 2023.11.19 06:13:14.585330 [ 3 ] {} <Debug> HTTP-Session: a4e72a6d-684c-471f-a171-4bc9011c3aa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1633 2023.11.19 06:13:14.585346 [ 3 ] {} <Debug> HTTP-Session: a4e72a6d-684c-471f-a171-4bc9011c3aa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1634 2023.11.19 06:13:14.585420 [ 3 ] {3176803f-a01e-4d0b-ad05-18c27d903cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1635 2023.11.19 06:13:14.585458 [ 3 ] {3176803f-a01e-4d0b-ad05-18c27d903cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1636 2023.11.19 06:13:14.585564 [ 3 ] {3176803f-a01e-4d0b-ad05-18c27d903cbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1637 2023.11.19 06:13:14.585886 [ 3 ] {3176803f-a01e-4d0b-ad05-18c27d903cbb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1638 2023.11.19 06:13:14.586107 [ 3 ] {3176803f-a01e-4d0b-ad05-18c27d903cbb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1639 2023.11.19 06:13:14.586256 [ 3 ] {3176803f-a01e-4d0b-ad05-18c27d903cbb} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0.
1640 2023.11.19 06:13:14.586356 [ 3 ] {3176803f-a01e-4d0b-ad05-18c27d903cbb} <Information> executeQuery: Read 42 rows, 3.36 KiB in 0.000908999 sec., 46204 rows/sec., 3.61 MiB/sec.
1641 2023.11.19 06:13:14.586459 [ 3 ] {3176803f-a01e-4d0b-ad05-18c27d903cbb} <Debug> DynamicQueryHandler: Done processing query
1642 2023.11.19 06:13:14.586483 [ 3 ] {3176803f-a01e-4d0b-ad05-18c27d903cbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1643 2023.11.19 06:13:14.586498 [ 3 ] {} <Debug> HTTP-Session: a4e72a6d-684c-471f-a171-4bc9011c3aa1 Destroying unnamed session
1644 2023.11.19 06:13:14.586652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1645 2023.11.19 06:13:14.586696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1646 2023.11.19 06:13:14.586715 [ 3 ] {} <Debug> HTTP-Session: f3b6af7c-fc40-47ed-b865-5753dd5c24a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1647 2023.11.19 06:13:14.586732 [ 3 ] {} <Debug> HTTP-Session: f3b6af7c-fc40-47ed-b865-5753dd5c24a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1648 2023.11.19 06:13:14.586821 [ 3 ] {6b60146a-9d00-4942-a964-fd205ec00652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1649 2023.11.19 06:13:14.586863 [ 3 ] {6b60146a-9d00-4942-a964-fd205ec00652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1650 2023.11.19 06:13:14.586995 [ 3 ] {6b60146a-9d00-4942-a964-fd205ec00652} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1651 2023.11.19 06:13:14.587476 [ 3 ] {6b60146a-9d00-4942-a964-fd205ec00652} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1652 2023.11.19 06:13:14.587788 [ 3 ] {6b60146a-9d00-4942-a964-fd205ec00652} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1653 2023.11.19 06:13:14.587971 [ 3 ] {6b60146a-9d00-4942-a964-fd205ec00652} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0.
1654 2023.11.19 06:13:14.588072 [ 3 ] {6b60146a-9d00-4942-a964-fd205ec00652} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001225016 sec., 34285 rows/sec., 46.27 MiB/sec.
1655 2023.11.19 06:13:14.588196 [ 3 ] {6b60146a-9d00-4942-a964-fd205ec00652} <Debug> DynamicQueryHandler: Done processing query
1656 2023.11.19 06:13:14.588219 [ 3 ] {6b60146a-9d00-4942-a964-fd205ec00652} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
1657 2023.11.19 06:13:14.588237 [ 3 ] {} <Debug> HTTP-Session: f3b6af7c-fc40-47ed-b865-5753dd5c24a1 Destroying unnamed session
1658 2023.11.19 06:13:19.579252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1659 2023.11.19 06:13:19.579385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1660 2023.11.19 06:13:19.579413 [ 3 ] {} <Debug> HTTP-Session: c2e9e9e0-2e71-4040-adc5-574555d0d8e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1661 2023.11.19 06:13:19.579436 [ 3 ] {} <Debug> HTTP-Session: c2e9e9e0-2e71-4040-adc5-574555d0d8e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1662 2023.11.19 06:13:19.579567 [ 3 ] {b7a95a4a-d486-4227-8973-4a8312456340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1663 2023.11.19 06:13:19.579632 [ 3 ] {b7a95a4a-d486-4227-8973-4a8312456340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1664 2023.11.19 06:13:19.579794 [ 3 ] {b7a95a4a-d486-4227-8973-4a8312456340} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1665 2023.11.19 06:13:19.580207 [ 3 ] {b7a95a4a-d486-4227-8973-4a8312456340} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1666 2023.11.19 06:13:19.580491 [ 3 ] {b7a95a4a-d486-4227-8973-4a8312456340} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1667 2023.11.19 06:13:19.580659 [ 3 ] {b7a95a4a-d486-4227-8973-4a8312456340} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0.
1668 2023.11.19 06:13:19.580781 [ 3 ] {b7a95a4a-d486-4227-8973-4a8312456340} <Information> executeQuery: Read 5 rows, 415.00 B in 0.001176355 sec., 4250 rows/sec., 344.52 KiB/sec.
1669 2023.11.19 06:13:19.580929 [ 3 ] {b7a95a4a-d486-4227-8973-4a8312456340} <Debug> DynamicQueryHandler: Done processing query
1670 2023.11.19 06:13:19.580956 [ 3 ] {b7a95a4a-d486-4227-8973-4a8312456340} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1671 2023.11.19 06:13:19.580972 [ 3 ] {} <Debug> HTTP-Session: c2e9e9e0-2e71-4040-adc5-574555d0d8e5 Destroying unnamed session
1672 2023.11.19 06:13:19.581097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1673 2023.11.19 06:13:19.581144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1674 2023.11.19 06:13:19.581165 [ 3 ] {} <Debug> HTTP-Session: c50aba58-ed5c-4d04-84e9-0faab1124749 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1675 2023.11.19 06:13:19.581183 [ 3 ] {} <Debug> HTTP-Session: c50aba58-ed5c-4d04-84e9-0faab1124749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1676 2023.11.19 06:13:19.581266 [ 3 ] {7b90b7ff-cfd9-43fa-8353-ec47818f58f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1677 2023.11.19 06:13:19.581309 [ 3 ] {7b90b7ff-cfd9-43fa-8353-ec47818f58f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1678 2023.11.19 06:13:19.581417 [ 3 ] {7b90b7ff-cfd9-43fa-8353-ec47818f58f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1679 2023.11.19 06:13:19.581702 [ 3 ] {7b90b7ff-cfd9-43fa-8353-ec47818f58f1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1680 2023.11.19 06:13:19.581916 [ 3 ] {7b90b7ff-cfd9-43fa-8353-ec47818f58f1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1681 2023.11.19 06:13:19.582066 [ 3 ] {7b90b7ff-cfd9-43fa-8353-ec47818f58f1} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0.
1682 2023.11.19 06:13:19.582193 [ 3 ] {7b90b7ff-cfd9-43fa-8353-ec47818f58f1} <Information> executeQuery: Read 15 rows, 1.39 KiB in 0.000896689 sec., 16728 rows/sec., 1.51 MiB/sec.
1683 2023.11.19 06:13:19.582312 [ 3 ] {7b90b7ff-cfd9-43fa-8353-ec47818f58f1} <Debug> DynamicQueryHandler: Done processing query
1684 2023.11.19 06:13:19.582336 [ 3 ] {7b90b7ff-cfd9-43fa-8353-ec47818f58f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
1685 2023.11.19 06:13:19.582353 [ 3 ] {} <Debug> HTTP-Session: c50aba58-ed5c-4d04-84e9-0faab1124749 Destroying unnamed session
1686 2023.11.19 06:13:19.582465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1687 2023.11.19 06:13:19.582510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1688 2023.11.19 06:13:19.582530 [ 3 ] {} <Debug> HTTP-Session: 9d6e4ffe-490a-4c31-a307-879e9e4609fe Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1689 2023.11.19 06:13:19.582547 [ 3 ] {} <Debug> HTTP-Session: 9d6e4ffe-490a-4c31-a307-879e9e4609fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1690 2023.11.19 06:13:19.582625 [ 3 ] {fff2a7bd-054b-4220-ace8-de769b66af87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1691 2023.11.19 06:13:19.582664 [ 3 ] {fff2a7bd-054b-4220-ace8-de769b66af87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1692 2023.11.19 06:13:19.582769 [ 3 ] {fff2a7bd-054b-4220-ace8-de769b66af87} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1693 2023.11.19 06:13:19.583034 [ 3 ] {fff2a7bd-054b-4220-ace8-de769b66af87} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1694 2023.11.19 06:13:19.583240 [ 3 ] {fff2a7bd-054b-4220-ace8-de769b66af87} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1695 2023.11.19 06:13:19.583390 [ 3 ] {fff2a7bd-054b-4220-ace8-de769b66af87} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0.
1696 2023.11.19 06:13:19.583515 [ 3 ] {fff2a7bd-054b-4220-ace8-de769b66af87} <Information> executeQuery: Read 5 rows, 410.00 B in 0.000861608 sec., 5803 rows/sec., 464.70 KiB/sec.
1697 2023.11.19 06:13:19.583621 [ 3 ] {fff2a7bd-054b-4220-ace8-de769b66af87} <Debug> DynamicQueryHandler: Done processing query
1698 2023.11.19 06:13:19.583644 [ 3 ] {fff2a7bd-054b-4220-ace8-de769b66af87} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1699 2023.11.19 06:13:19.583661 [ 3 ] {} <Debug> HTTP-Session: 9d6e4ffe-490a-4c31-a307-879e9e4609fe Destroying unnamed session
1700 2023.11.19 06:13:19.583765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1701 2023.11.19 06:13:19.583807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1702 2023.11.19 06:13:19.583828 [ 3 ] {} <Debug> HTTP-Session: 829f7be9-29d7-47c0-8af3-fd8138b43e91 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1703 2023.11.19 06:13:19.583845 [ 3 ] {} <Debug> HTTP-Session: 829f7be9-29d7-47c0-8af3-fd8138b43e91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1704 2023.11.19 06:13:19.583918 [ 3 ] {54d73248-cc8a-40fc-b298-45b969579f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1705 2023.11.19 06:13:19.583963 [ 3 ] {54d73248-cc8a-40fc-b298-45b969579f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1706 2023.11.19 06:13:19.584100 [ 3 ] {54d73248-cc8a-40fc-b298-45b969579f2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1707 2023.11.19 06:13:19.584389 [ 3 ] {54d73248-cc8a-40fc-b298-45b969579f2b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1708 2023.11.19 06:13:19.584669 [ 3 ] {54d73248-cc8a-40fc-b298-45b969579f2b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1709 2023.11.19 06:13:19.584851 [ 3 ] {54d73248-cc8a-40fc-b298-45b969579f2b} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0.
1710 2023.11.19 06:13:19.584977 [ 3 ] {54d73248-cc8a-40fc-b298-45b969579f2b} <Information> executeQuery: Read 5 rows, 6.91 KiB in 0.001030402 sec., 4852 rows/sec., 6.55 MiB/sec.
1711 2023.11.19 06:13:19.585102 [ 3 ] {54d73248-cc8a-40fc-b298-45b969579f2b} <Debug> DynamicQueryHandler: Done processing query
1712 2023.11.19 06:13:19.585126 [ 3 ] {54d73248-cc8a-40fc-b298-45b969579f2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1713 2023.11.19 06:13:19.585143 [ 3 ] {} <Debug> HTTP-Session: 829f7be9-29d7-47c0-8af3-fd8138b43e91 Destroying unnamed session
1714 2023.11.19 06:13:24.581641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1715 2023.11.19 06:13:24.581761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1716 2023.11.19 06:13:24.581786 [ 3 ] {} <Debug> HTTP-Session: bfacdc11-ea92-4b58-95d8-67c2620bee35 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1717 2023.11.19 06:13:24.581811 [ 3 ] {} <Debug> HTTP-Session: bfacdc11-ea92-4b58-95d8-67c2620bee35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1718 2023.11.19 06:13:24.582017 [ 3 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete)
1719 2023.11.19 06:13:24.582698 [ 3 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1720 2023.11.19 06:13:24.582897 [ 3 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1721 2023.11.19 06:13:24.582948 [ 3 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1722 2023.11.19 06:13:24.583118 [ 3 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1723 2023.11.19 06:13:24.583230 [ 191 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1724 2023.11.19 06:13:24.583264 [ 190 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1725 2023.11.19 06:13:24.583264 [ 186 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1726 2023.11.19 06:13:24.583394 [ 3 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1727 2023.11.19 06:13:24.583471 [ 3 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Debug> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d) (SelectExecutor): Reading approx. 21 rows with 3 streams
1728 2023.11.19 06:13:24.585666 [ 3 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Information> executeQuery: Read 21 rows, 2.39 KiB in 0.003599896 sec., 5833 rows/sec., 664.08 KiB/sec.
1729 2023.11.19 06:13:24.586010 [ 3 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Debug> DynamicQueryHandler: Done processing query
1730 2023.11.19 06:13:24.586041 [ 3 ] {2ee4f63b-022a-4701-a25d-d45a4281790e} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
1731 2023.11.19 06:13:24.586061 [ 3 ] {} <Debug> HTTP-Session: bfacdc11-ea92-4b58-95d8-67c2620bee35 Destroying unnamed session
1732 2023.11.19 06:13:24.586959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1733 2023.11.19 06:13:24.587002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1734 2023.11.19 06:13:24.587021 [ 3 ] {} <Debug> HTTP-Session: 738a8832-0314-468c-accc-2d44568cd7d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1735 2023.11.19 06:13:24.587039 [ 3 ] {} <Debug> HTTP-Session: 738a8832-0314-468c-accc-2d44568cd7d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1736 2023.11.19 06:13:24.587120 [ 3 ] {71fef35c-4e33-4ab5-aac8-57405b754a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1737 2023.11.19 06:13:24.587162 [ 3 ] {71fef35c-4e33-4ab5-aac8-57405b754a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1738 2023.11.19 06:13:24.587309 [ 3 ] {71fef35c-4e33-4ab5-aac8-57405b754a82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1739 2023.11.19 06:13:24.587618 [ 3 ] {71fef35c-4e33-4ab5-aac8-57405b754a82} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1740 2023.11.19 06:13:24.587923 [ 3 ] {71fef35c-4e33-4ab5-aac8-57405b754a82} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1741 2023.11.19 06:13:24.588088 [ 3 ] {71fef35c-4e33-4ab5-aac8-57405b754a82} <Trace> oximeter.timeseries_schema (ecbb189e-fa5f-466b-96bf-378203647c6d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
1742 2023.11.19 06:13:24.588249 [ 3 ] {71fef35c-4e33-4ab5-aac8-57405b754a82} <Information> executeQuery: Read 1 rows, 232.00 B in 0.001097773 sec., 910 rows/sec., 206.38 KiB/sec.
1743 2023.11.19 06:13:24.588425 [ 3 ] {71fef35c-4e33-4ab5-aac8-57405b754a82} <Debug> DynamicQueryHandler: Done processing query
1744 2023.11.19 06:13:24.588449 [ 3 ] {71fef35c-4e33-4ab5-aac8-57405b754a82} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
1745 2023.11.19 06:13:24.588466 [ 3 ] {} <Debug> HTTP-Session: 738a8832-0314-468c-accc-2d44568cd7d0 Destroying unnamed session
1746 2023.11.19 06:13:24.588654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1747 2023.11.19 06:13:24.588700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1748 2023.11.19 06:13:24.588720 [ 3 ] {} <Debug> HTTP-Session: 71bf235a-8a38-4d74-b1a0-f6f8f5b83455 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1749 2023.11.19 06:13:24.588736 [ 3 ] {} <Debug> HTTP-Session: 71bf235a-8a38-4d74-b1a0-f6f8f5b83455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1750 2023.11.19 06:13:24.588809 [ 3 ] {b5106b74-0bb2-468b-9376-cfb3541d700a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1751 2023.11.19 06:13:24.588849 [ 3 ] {b5106b74-0bb2-468b-9376-cfb3541d700a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1752 2023.11.19 06:13:24.588960 [ 3 ] {b5106b74-0bb2-468b-9376-cfb3541d700a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1753 2023.11.19 06:13:24.589263 [ 3 ] {b5106b74-0bb2-468b-9376-cfb3541d700a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1754 2023.11.19 06:13:24.589476 [ 3 ] {b5106b74-0bb2-468b-9376-cfb3541d700a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1755 2023.11.19 06:13:24.589626 [ 3 ] {b5106b74-0bb2-468b-9376-cfb3541d700a} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0.
1756 2023.11.19 06:13:24.589750 [ 3 ] {b5106b74-0bb2-468b-9376-cfb3541d700a} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.000904889 sec., 46414 rows/sec., 3.67 MiB/sec.
1757 2023.11.19 06:13:24.589912 [ 3 ] {b5106b74-0bb2-468b-9376-cfb3541d700a} <Debug> DynamicQueryHandler: Done processing query
1758 2023.11.19 06:13:24.589936 [ 3 ] {b5106b74-0bb2-468b-9376-cfb3541d700a} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1759 2023.11.19 06:13:24.589951 [ 3 ] {} <Debug> HTTP-Session: 71bf235a-8a38-4d74-b1a0-f6f8f5b83455 Destroying unnamed session
1760 2023.11.19 06:13:24.590058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 679, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1761 2023.11.19 06:13:24.590101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1762 2023.11.19 06:13:24.590119 [ 3 ] {} <Debug> HTTP-Session: 0cf10b4a-fd04-494c-ab23-9d8bc18afb29 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1763 2023.11.19 06:13:24.590136 [ 3 ] {} <Debug> HTTP-Session: 0cf10b4a-fd04-494c-ab23-9d8bc18afb29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1764 2023.11.19 06:13:24.590207 [ 3 ] {351a1db3-dc12-41d7-94a2-9bf2c8f500b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
1765 2023.11.19 06:13:24.590247 [ 3 ] {351a1db3-dc12-41d7-94a2-9bf2c8f500b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
1766 2023.11.19 06:13:24.590396 [ 3 ] {351a1db3-dc12-41d7-94a2-9bf2c8f500b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1767 2023.11.19 06:13:24.590675 [ 3 ] {351a1db3-dc12-41d7-94a2-9bf2c8f500b2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1768 2023.11.19 06:13:24.590884 [ 3 ] {351a1db3-dc12-41d7-94a2-9bf2c8f500b2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1769 2023.11.19 06:13:24.591034 [ 3 ] {351a1db3-dc12-41d7-94a2-9bf2c8f500b2} <Trace> oximeter.fields_ipaddr (34016015-4bb9-4655-a5e0-a2684d238ea5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
1770 2023.11.19 06:13:24.591145 [ 3 ] {351a1db3-dc12-41d7-94a2-9bf2c8f500b2} <Information> executeQuery: Read 4 rows, 342.00 B in 0.000903709 sec., 4426 rows/sec., 369.57 KiB/sec.
1771 2023.11.19 06:13:24.591262 [ 3 ] {351a1db3-dc12-41d7-94a2-9bf2c8f500b2} <Debug> DynamicQueryHandler: Done processing query
1772 2023.11.19 06:13:24.591285 [ 3 ] {351a1db3-dc12-41d7-94a2-9bf2c8f500b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1773 2023.11.19 06:13:24.591300 [ 3 ] {} <Debug> HTTP-Session: 0cf10b4a-fd04-494c-ab23-9d8bc18afb29 Destroying unnamed session
1774 2023.11.19 06:13:24.591439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 20520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1775 2023.11.19 06:13:24.591482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1776 2023.11.19 06:13:24.591502 [ 3 ] {} <Debug> HTTP-Session: 59034048-6346-48d8-9428-5e69e831e0cf Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1777 2023.11.19 06:13:24.591519 [ 3 ] {} <Debug> HTTP-Session: 59034048-6346-48d8-9428-5e69e831e0cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1778 2023.11.19 06:13:24.591595 [ 3 ] {0a572981-720c-4569-bfb3-e14e2f8714fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1779 2023.11.19 06:13:24.591633 [ 3 ] {0a572981-720c-4569-bfb3-e14e2f8714fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1780 2023.11.19 06:13:24.591735 [ 3 ] {0a572981-720c-4569-bfb3-e14e2f8714fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1781 2023.11.19 06:13:24.592071 [ 3 ] {0a572981-720c-4569-bfb3-e14e2f8714fe} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1782 2023.11.19 06:13:24.592284 [ 3 ] {0a572981-720c-4569-bfb3-e14e2f8714fe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1783 2023.11.19 06:13:24.592433 [ 3 ] {0a572981-720c-4569-bfb3-e14e2f8714fe} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0.
1784 2023.11.19 06:13:24.592553 [ 3 ] {0a572981-720c-4569-bfb3-e14e2f8714fe} <Information> executeQuery: Read 128 rows, 12.69 KiB in 0.000929769 sec., 137668 rows/sec., 13.33 MiB/sec.
1785 2023.11.19 06:13:24.592655 [ 3 ] {0a572981-720c-4569-bfb3-e14e2f8714fe} <Debug> DynamicQueryHandler: Done processing query
1786 2023.11.19 06:13:24.592677 [ 3 ] {0a572981-720c-4569-bfb3-e14e2f8714fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1787 2023.11.19 06:13:24.592694 [ 3 ] {} <Debug> HTTP-Session: 59034048-6346-48d8-9428-5e69e831e0cf Destroying unnamed session
1788 2023.11.19 06:13:24.592802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1789 2023.11.19 06:13:24.592843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1790 2023.11.19 06:13:24.592861 [ 3 ] {} <Debug> HTTP-Session: eed94f0e-7abf-43f0-91d6-6a25af303f23 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1791 2023.11.19 06:13:24.592878 [ 3 ] {} <Debug> HTTP-Session: eed94f0e-7abf-43f0-91d6-6a25af303f23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1792 2023.11.19 06:13:24.592946 [ 3 ] {d69ced00-18d9-4880-bdee-e4fd8be04c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1793 2023.11.19 06:13:24.592985 [ 3 ] {d69ced00-18d9-4880-bdee-e4fd8be04c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1794 2023.11.19 06:13:24.593088 [ 3 ] {d69ced00-18d9-4880-bdee-e4fd8be04c1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1795 2023.11.19 06:13:24.595725 [ 3 ] {d69ced00-18d9-4880-bdee-e4fd8be04c1d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1796 2023.11.19 06:13:24.595946 [ 3 ] {d69ced00-18d9-4880-bdee-e4fd8be04c1d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1797 2023.11.19 06:13:24.596088 [ 3 ] {d69ced00-18d9-4880-bdee-e4fd8be04c1d} <Trace> oximeter.fields_u16 (6833d3c5-54b3-41c4-8796-fbd39dc712ad): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
1798 2023.11.19 06:13:24.596193 [ 3 ] {d69ced00-18d9-4880-bdee-e4fd8be04c1d} <Information> executeQuery: Read 4 rows, 286.00 B in 0.003215859 sec., 1243 rows/sec., 86.85 KiB/sec.
1799 2023.11.19 06:13:24.596342 [ 3 ] {d69ced00-18d9-4880-bdee-e4fd8be04c1d} <Debug> DynamicQueryHandler: Done processing query
1800 2023.11.19 06:13:24.596366 [ 3 ] {d69ced00-18d9-4880-bdee-e4fd8be04c1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1801 2023.11.19 06:13:24.596382 [ 3 ] {} <Debug> HTTP-Session: eed94f0e-7abf-43f0-91d6-6a25af303f23 Destroying unnamed session
1802 2023.11.19 06:13:24.596497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 9703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1803 2023.11.19 06:13:24.596541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1804 2023.11.19 06:13:24.596560 [ 3 ] {} <Debug> HTTP-Session: 078b72d7-841b-4db4-950a-68ba82bd875d Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1805 2023.11.19 06:13:24.596577 [ 3 ] {} <Debug> HTTP-Session: 078b72d7-841b-4db4-950a-68ba82bd875d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1806 2023.11.19 06:13:24.596650 [ 3 ] {5660e4a3-e0e2-4f4e-bb86-cad76afb0a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1807 2023.11.19 06:13:24.596688 [ 3 ] {5660e4a3-e0e2-4f4e-bb86-cad76afb0a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1808 2023.11.19 06:13:24.596792 [ 3 ] {5660e4a3-e0e2-4f4e-bb86-cad76afb0a72} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1809 2023.11.19 06:13:24.597087 [ 3 ] {5660e4a3-e0e2-4f4e-bb86-cad76afb0a72} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1810 2023.11.19 06:13:24.597320 [ 3 ] {5660e4a3-e0e2-4f4e-bb86-cad76afb0a72} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1811 2023.11.19 06:13:24.597468 [ 3 ] {5660e4a3-e0e2-4f4e-bb86-cad76afb0a72} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0.
1812 2023.11.19 06:13:24.597586 [ 3 ] {5660e4a3-e0e2-4f4e-bb86-cad76afb0a72} <Information> executeQuery: Read 57 rows, 4.56 KiB in 0.000908519 sec., 62739 rows/sec., 4.90 MiB/sec.
1813 2023.11.19 06:13:24.597700 [ 3 ] {5660e4a3-e0e2-4f4e-bb86-cad76afb0a72} <Debug> DynamicQueryHandler: Done processing query
1814 2023.11.19 06:13:24.597726 [ 3 ] {5660e4a3-e0e2-4f4e-bb86-cad76afb0a72} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
1815 2023.11.19 06:13:24.597742 [ 3 ] {} <Debug> HTTP-Session: 078b72d7-841b-4db4-950a-68ba82bd875d Destroying unnamed session
1816 2023.11.19 06:13:24.597850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1817 2023.11.19 06:13:24.597893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1818 2023.11.19 06:13:24.597912 [ 3 ] {} <Debug> HTTP-Session: 5a04a8c4-e1cd-4fb7-a041-94eb4d883be1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1819 2023.11.19 06:13:24.597928 [ 3 ] {} <Debug> HTTP-Session: 5a04a8c4-e1cd-4fb7-a041-94eb4d883be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1820 2023.11.19 06:13:24.597999 [ 3 ] {5b356987-7898-4084-9b67-00661aa9d3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
1821 2023.11.19 06:13:24.598039 [ 3 ] {5b356987-7898-4084-9b67-00661aa9d3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
1822 2023.11.19 06:13:24.598154 [ 3 ] {5b356987-7898-4084-9b67-00661aa9d3a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1823 2023.11.19 06:13:24.598403 [ 3 ] {5b356987-7898-4084-9b67-00661aa9d3a0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1824 2023.11.19 06:13:24.598654 [ 3 ] {5b356987-7898-4084-9b67-00661aa9d3a0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1825 2023.11.19 06:13:24.598831 [ 3 ] {5b356987-7898-4084-9b67-00661aa9d3a0} <Trace> oximeter.measurements_cumulativei64 (fe446e03-5b84-44c0-94de-91065850fc43): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
1826 2023.11.19 06:13:24.598950 [ 3 ] {5b356987-7898-4084-9b67-00661aa9d3a0} <Information> executeQuery: Read 11 rows, 743.00 B in 0.000914719 sec., 12025 rows/sec., 793.23 KiB/sec.
1827 2023.11.19 06:13:24.599071 [ 3 ] {5b356987-7898-4084-9b67-00661aa9d3a0} <Debug> DynamicQueryHandler: Done processing query
1828 2023.11.19 06:13:24.599096 [ 3 ] {5b356987-7898-4084-9b67-00661aa9d3a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1829 2023.11.19 06:13:24.599112 [ 3 ] {} <Debug> HTTP-Session: 5a04a8c4-e1cd-4fb7-a041-94eb4d883be1 Destroying unnamed session
1830 2023.11.19 06:13:24.599210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1831 2023.11.19 06:13:24.599252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1832 2023.11.19 06:13:24.599271 [ 3 ] {} <Debug> HTTP-Session: 797593c5-c143-4005-b012-7dc53daf2c1c Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1833 2023.11.19 06:13:24.599288 [ 3 ] {} <Debug> HTTP-Session: 797593c5-c143-4005-b012-7dc53daf2c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1834 2023.11.19 06:13:24.599358 [ 3 ] {b4375f02-1807-4139-be33-987068270359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1835 2023.11.19 06:13:24.599400 [ 3 ] {b4375f02-1807-4139-be33-987068270359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1836 2023.11.19 06:13:24.599517 [ 3 ] {b4375f02-1807-4139-be33-987068270359} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1837 2023.11.19 06:13:24.599762 [ 3 ] {b4375f02-1807-4139-be33-987068270359} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1838 2023.11.19 06:13:24.600003 [ 3 ] {b4375f02-1807-4139-be33-987068270359} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1839 2023.11.19 06:13:24.600179 [ 3 ] {b4375f02-1807-4139-be33-987068270359} <Trace> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
1840 2023.11.19 06:13:24.600301 [ 3 ] {b4375f02-1807-4139-be33-987068270359} <Information> executeQuery: Read 2 rows, 142.00 B in 0.000913989 sec., 2188 rows/sec., 151.72 KiB/sec.
1841 2023.11.19 06:13:24.600429 [ 3 ] {b4375f02-1807-4139-be33-987068270359} <Debug> DynamicQueryHandler: Done processing query
1842 2023.11.19 06:13:24.600452 [ 3 ] {b4375f02-1807-4139-be33-987068270359} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1843 2023.11.19 06:13:24.600467 [ 3 ] {} <Debug> HTTP-Session: 797593c5-c143-4005-b012-7dc53daf2c1c Destroying unnamed session
1844 2023.11.19 06:13:24.600621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1845 2023.11.19 06:13:24.600665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1846 2023.11.19 06:13:24.600684 [ 3 ] {} <Debug> HTTP-Session: da06835b-a350-41b1-8c49-2ce298300a81 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1847 2023.11.19 06:13:24.600701 [ 3 ] {} <Debug> HTTP-Session: da06835b-a350-41b1-8c49-2ce298300a81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1848 2023.11.19 06:13:24.600784 [ 3 ] {17e5d801-c449-4e68-8220-3fe5a4b35672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1849 2023.11.19 06:13:24.600828 [ 3 ] {17e5d801-c449-4e68-8220-3fe5a4b35672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1850 2023.11.19 06:13:24.600962 [ 3 ] {17e5d801-c449-4e68-8220-3fe5a4b35672} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1851 2023.11.19 06:13:24.601385 [ 3 ] {17e5d801-c449-4e68-8220-3fe5a4b35672} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1852 2023.11.19 06:13:24.601698 [ 3 ] {17e5d801-c449-4e68-8220-3fe5a4b35672} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1853 2023.11.19 06:13:24.601876 [ 3 ] {17e5d801-c449-4e68-8220-3fe5a4b35672} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0.
1854 2023.11.19 06:13:24.602008 [ 3 ] {17e5d801-c449-4e68-8220-3fe5a4b35672} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001188175 sec., 35348 rows/sec., 47.70 MiB/sec.
1855 2023.11.19 06:13:24.602147 [ 3 ] {17e5d801-c449-4e68-8220-3fe5a4b35672} <Debug> DynamicQueryHandler: Done processing query
1856 2023.11.19 06:13:24.602171 [ 3 ] {17e5d801-c449-4e68-8220-3fe5a4b35672} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
1857 2023.11.19 06:13:24.602187 [ 3 ] {} <Debug> HTTP-Session: da06835b-a350-41b1-8c49-2ce298300a81 Destroying unnamed session
1858 2023.11.19 06:13:28.891773 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache
1859 2023.11.19 06:13:28.891878 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache
1860 2023.11.19 06:13:29.580095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1861 2023.11.19 06:13:29.580212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1862 2023.11.19 06:13:29.580242 [ 3 ] {} <Debug> HTTP-Session: 688d4e49-cfb3-4328-bb32-bef4ef9b5d08 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1863 2023.11.19 06:13:29.580270 [ 3 ] {} <Debug> HTTP-Session: 688d4e49-cfb3-4328-bb32-bef4ef9b5d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1864 2023.11.19 06:13:29.580413 [ 3 ] {6dd0b9f5-e196-4e19-8334-e301098582a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1865 2023.11.19 06:13:29.580480 [ 3 ] {6dd0b9f5-e196-4e19-8334-e301098582a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1866 2023.11.19 06:13:29.580666 [ 3 ] {6dd0b9f5-e196-4e19-8334-e301098582a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1867 2023.11.19 06:13:29.581047 [ 3 ] {6dd0b9f5-e196-4e19-8334-e301098582a9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1868 2023.11.19 06:13:29.581300 [ 3 ] {6dd0b9f5-e196-4e19-8334-e301098582a9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1869 2023.11.19 06:13:29.581463 [ 3 ] {6dd0b9f5-e196-4e19-8334-e301098582a9} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0.
1870 2023.11.19 06:13:29.581585 [ 3 ] {6dd0b9f5-e196-4e19-8334-e301098582a9} <Information> executeQuery: Read 5 rows, 415.00 B in 0.001133174 sec., 4412 rows/sec., 357.64 KiB/sec.
1871 2023.11.19 06:13:29.581728 [ 3 ] {6dd0b9f5-e196-4e19-8334-e301098582a9} <Debug> DynamicQueryHandler: Done processing query
1872 2023.11.19 06:13:29.581754 [ 3 ] {6dd0b9f5-e196-4e19-8334-e301098582a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
1873 2023.11.19 06:13:29.581771 [ 3 ] {} <Debug> HTTP-Session: 688d4e49-cfb3-4328-bb32-bef4ef9b5d08 Destroying unnamed session
1874 2023.11.19 06:13:29.581934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1875 2023.11.19 06:13:29.581982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1876 2023.11.19 06:13:29.582002 [ 3 ] {} <Debug> HTTP-Session: b42039dc-5c5d-4fd3-8eb4-aef604bc3332 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1877 2023.11.19 06:13:29.582021 [ 3 ] {} <Debug> HTTP-Session: b42039dc-5c5d-4fd3-8eb4-aef604bc3332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1878 2023.11.19 06:13:29.582101 [ 3 ] {820055d2-59f8-4471-abaa-87826b723508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1879 2023.11.19 06:13:29.582144 [ 3 ] {820055d2-59f8-4471-abaa-87826b723508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1880 2023.11.19 06:13:29.582251 [ 3 ] {820055d2-59f8-4471-abaa-87826b723508} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1881 2023.11.19 06:13:29.582521 [ 3 ] {820055d2-59f8-4471-abaa-87826b723508} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1882 2023.11.19 06:13:29.582724 [ 3 ] {820055d2-59f8-4471-abaa-87826b723508} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1883 2023.11.19 06:13:29.582869 [ 3 ] {820055d2-59f8-4471-abaa-87826b723508} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0.
1884 2023.11.19 06:13:29.582967 [ 3 ] {820055d2-59f8-4471-abaa-87826b723508} <Information> executeQuery: Read 15 rows, 1.39 KiB in 0.000837858 sec., 17902 rows/sec., 1.62 MiB/sec.
1885 2023.11.19 06:13:29.583068 [ 3 ] {820055d2-59f8-4471-abaa-87826b723508} <Debug> DynamicQueryHandler: Done processing query
1886 2023.11.19 06:13:29.583092 [ 3 ] {820055d2-59f8-4471-abaa-87826b723508} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
1887 2023.11.19 06:13:29.583109 [ 3 ] {} <Debug> HTTP-Session: b42039dc-5c5d-4fd3-8eb4-aef604bc3332 Destroying unnamed session
1888 2023.11.19 06:13:29.583235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1889 2023.11.19 06:13:29.583278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1890 2023.11.19 06:13:29.583298 [ 3 ] {} <Debug> HTTP-Session: 95c87b2a-33de-4d1c-81ed-68b6855b0ce7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1891 2023.11.19 06:13:29.583315 [ 3 ] {} <Debug> HTTP-Session: 95c87b2a-33de-4d1c-81ed-68b6855b0ce7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1892 2023.11.19 06:13:29.583387 [ 3 ] {7ea9bd04-f3d6-45a6-bb41-6dc00402b44e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1893 2023.11.19 06:13:29.583426 [ 3 ] {7ea9bd04-f3d6-45a6-bb41-6dc00402b44e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1894 2023.11.19 06:13:29.583530 [ 3 ] {7ea9bd04-f3d6-45a6-bb41-6dc00402b44e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1895 2023.11.19 06:13:29.583779 [ 3 ] {7ea9bd04-f3d6-45a6-bb41-6dc00402b44e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1896 2023.11.19 06:13:29.583975 [ 3 ] {7ea9bd04-f3d6-45a6-bb41-6dc00402b44e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1897 2023.11.19 06:13:29.584129 [ 3 ] {7ea9bd04-f3d6-45a6-bb41-6dc00402b44e} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0.
1898 2023.11.19 06:13:29.584230 [ 3 ] {7ea9bd04-f3d6-45a6-bb41-6dc00402b44e} <Information> executeQuery: Read 5 rows, 410.00 B in 0.000815337 sec., 6132 rows/sec., 491.07 KiB/sec.
1899 2023.11.19 06:13:29.584338 [ 3 ] {7ea9bd04-f3d6-45a6-bb41-6dc00402b44e} <Debug> DynamicQueryHandler: Done processing query
1900 2023.11.19 06:13:29.584362 [ 3 ] {7ea9bd04-f3d6-45a6-bb41-6dc00402b44e} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
1901 2023.11.19 06:13:29.584378 [ 3 ] {} <Debug> HTTP-Session: 95c87b2a-33de-4d1c-81ed-68b6855b0ce7 Destroying unnamed session
1902 2023.11.19 06:13:29.584516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1903 2023.11.19 06:13:29.584561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1904 2023.11.19 06:13:29.584581 [ 3 ] {} <Debug> HTTP-Session: 5317f469-08f4-4389-be4f-832421e21074 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1905 2023.11.19 06:13:29.584597 [ 3 ] {} <Debug> HTTP-Session: 5317f469-08f4-4389-be4f-832421e21074 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1906 2023.11.19 06:13:29.584670 [ 3 ] {7f9432e2-9893-42db-b438-35bb30706f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1907 2023.11.19 06:13:29.584713 [ 3 ] {7f9432e2-9893-42db-b438-35bb30706f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1908 2023.11.19 06:13:29.584847 [ 3 ] {7f9432e2-9893-42db-b438-35bb30706f4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1909 2023.11.19 06:13:29.585120 [ 3 ] {7f9432e2-9893-42db-b438-35bb30706f4a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1910 2023.11.19 06:13:29.585385 [ 3 ] {7f9432e2-9893-42db-b438-35bb30706f4a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1911 2023.11.19 06:13:29.585557 [ 3 ] {7f9432e2-9893-42db-b438-35bb30706f4a} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0.
1912 2023.11.19 06:13:29.585673 [ 3 ] {7f9432e2-9893-42db-b438-35bb30706f4a} <Information> executeQuery: Read 5 rows, 6.91 KiB in 0.00097536 sec., 5126 rows/sec., 6.92 MiB/sec.
1913 2023.11.19 06:13:29.585800 [ 3 ] {7f9432e2-9893-42db-b438-35bb30706f4a} <Debug> DynamicQueryHandler: Done processing query
1914 2023.11.19 06:13:29.585822 [ 3 ] {7f9432e2-9893-42db-b438-35bb30706f4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
1915 2023.11.19 06:13:29.585837 [ 3 ] {} <Debug> HTTP-Session: 5317f469-08f4-4389-be4f-832421e21074 Destroying unnamed session
1916 2023.11.19 06:13:34.583187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1917 2023.11.19 06:13:34.583307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1918 2023.11.19 06:13:34.583337 [ 3 ] {} <Debug> HTTP-Session: 517cf111-2c57-4a55-8fbd-5b881edf6583 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1919 2023.11.19 06:13:34.583363 [ 3 ] {} <Debug> HTTP-Session: 517cf111-2c57-4a55-8fbd-5b881edf6583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1920 2023.11.19 06:13:34.583499 [ 3 ] {34dfab6f-5689-49d9-9247-9ddb9d284668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1921 2023.11.19 06:13:34.583564 [ 3 ] {34dfab6f-5689-49d9-9247-9ddb9d284668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1922 2023.11.19 06:13:34.583813 [ 3 ] {34dfab6f-5689-49d9-9247-9ddb9d284668} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1923 2023.11.19 06:13:34.584333 [ 3 ] {34dfab6f-5689-49d9-9247-9ddb9d284668} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1924 2023.11.19 06:13:34.584599 [ 3 ] {34dfab6f-5689-49d9-9247-9ddb9d284668} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1925 2023.11.19 06:13:34.584772 [ 3 ] {34dfab6f-5689-49d9-9247-9ddb9d284668} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0.
1926 2023.11.19 06:13:34.584899 [ 3 ] {34dfab6f-5689-49d9-9247-9ddb9d284668} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001299098 sec., 32330 rows/sec., 2.56 MiB/sec.
1927 2023.11.19 06:13:34.584930 [ 57 ] {} <Debug> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1928 2023.11.19 06:13:34.585092 [ 57 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1929 2023.11.19 06:13:34.585121 [ 3 ] {34dfab6f-5689-49d9-9247-9ddb9d284668} <Debug> DynamicQueryHandler: Done processing query
1930 2023.11.19 06:13:34.585186 [ 3 ] {34dfab6f-5689-49d9-9247-9ddb9d284668} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1931 2023.11.19 06:13:34.585231 [ 3 ] {} <Debug> HTTP-Session: 517cf111-2c57-4a55-8fbd-5b881edf6583 Destroying unnamed session
1932 2023.11.19 06:13:34.585245 [ 22 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact
1933 2023.11.19 06:13:34.585409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1934 2023.11.19 06:13:34.585450 [ 22 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1935 2023.11.19 06:13:34.585509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1936 2023.11.19 06:13:34.585520 [ 22 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 47 rows starting from the beginning of the part
1937 2023.11.19 06:13:34.585551 [ 3 ] {} <Debug> HTTP-Session: ac21f744-65f3-441e-bafd-d90d130b9595 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1938 2023.11.19 06:13:34.585586 [ 3 ] {} <Debug> HTTP-Session: ac21f744-65f3-441e-bafd-d90d130b9595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1939 2023.11.19 06:13:34.585768 [ 3 ] {e3098f55-d304-4292-8ac1-dfa3d2ec0a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
1940 2023.11.19 06:13:34.585878 [ 3 ] {e3098f55-d304-4292-8ac1-dfa3d2ec0a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
1941 2023.11.19 06:13:34.585878 [ 22 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part
1942 2023.11.19 06:13:34.586242 [ 22 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part
1943 2023.11.19 06:13:34.586352 [ 3 ] {e3098f55-d304-4292-8ac1-dfa3d2ec0a98} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1944 2023.11.19 06:13:34.586503 [ 22 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part
1945 2023.11.19 06:13:34.586666 [ 22 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part
1946 2023.11.19 06:13:34.586949 [ 22 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::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
1947 2023.11.19 06:13:34.587146 [ 3 ] {e3098f55-d304-4292-8ac1-dfa3d2ec0a98} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1948 2023.11.19 06:13:34.587520 [ 3 ] {e3098f55-d304-4292-8ac1-dfa3d2ec0a98} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1949 2023.11.19 06:13:34.587831 [ 3 ] {e3098f55-d304-4292-8ac1-dfa3d2ec0a98} <Trace> oximeter.fields_ipaddr (34016015-4bb9-4655-a5e0-a2684d238ea5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
1950 2023.11.19 06:13:34.588099 [ 3 ] {e3098f55-d304-4292-8ac1-dfa3d2ec0a98} <Information> executeQuery: Read 2 rows, 175.00 B in 0.002253598 sec., 887 rows/sec., 75.83 KiB/sec.
1951 2023.11.19 06:13:34.588463 [ 3 ] {e3098f55-d304-4292-8ac1-dfa3d2ec0a98} <Debug> DynamicQueryHandler: Done processing query
1952 2023.11.19 06:13:34.588509 [ 3 ] {e3098f55-d304-4292-8ac1-dfa3d2ec0a98} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1953 2023.11.19 06:13:34.588527 [ 22 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 4 columns (4 merged, 0 gathered) in 0.003358232 sec., 54492.959390536445 rows/sec., 4.31 MiB/sec.
1954 2023.11.19 06:13:34.588545 [ 3 ] {} <Debug> HTTP-Session: ac21f744-65f3-441e-bafd-d90d130b9595 Destroying unnamed session
1955 2023.11.19 06:13:34.588680 [ 11 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1956 2023.11.19 06:13:34.588806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 25676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1957 2023.11.19 06:13:34.588872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1958 2023.11.19 06:13:34.588911 [ 3 ] {} <Debug> HTTP-Session: 41e3fd64-fd59-41c1-bc04-675b298b97f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1959 2023.11.19 06:13:34.588918 [ 11 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_11_2} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2.
1960 2023.11.19 06:13:34.588939 [ 3 ] {} <Debug> HTTP-Session: 41e3fd64-fd59-41c1-bc04-675b298b97f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1961 2023.11.19 06:13:34.589041 [ 11 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_11_2} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0
1962 2023.11.19 06:13:34.589100 [ 3 ] {1ef6df79-901b-4f73-b79b-239ae0ab49b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1963 2023.11.19 06:13:34.589182 [ 3 ] {1ef6df79-901b-4f73-b79b-239ae0ab49b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1964 2023.11.19 06:13:34.589304 [ 3 ] {1ef6df79-901b-4f73-b79b-239ae0ab49b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1965 2023.11.19 06:13:34.589729 [ 3 ] {1ef6df79-901b-4f73-b79b-239ae0ab49b2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1966 2023.11.19 06:13:34.589955 [ 3 ] {1ef6df79-901b-4f73-b79b-239ae0ab49b2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1967 2023.11.19 06:13:34.590113 [ 3 ] {1ef6df79-901b-4f73-b79b-239ae0ab49b2} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0.
1968 2023.11.19 06:13:34.590237 [ 57 ] {} <Debug> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1969 2023.11.19 06:13:34.590244 [ 3 ] {1ef6df79-901b-4f73-b79b-239ae0ab49b2} <Information> executeQuery: Read 163 rows, 15.73 KiB in 0.001074733 sec., 151665 rows/sec., 14.29 MiB/sec.
1970 2023.11.19 06:13:34.590284 [ 57 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1971 2023.11.19 06:13:34.590430 [ 18 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact
1972 2023.11.19 06:13:34.590495 [ 3 ] {1ef6df79-901b-4f73-b79b-239ae0ab49b2} <Debug> DynamicQueryHandler: Done processing query
1973 2023.11.19 06:13:34.590537 [ 3 ] {1ef6df79-901b-4f73-b79b-239ae0ab49b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1974 2023.11.19 06:13:34.590564 [ 18 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1975 2023.11.19 06:13:34.590576 [ 3 ] {} <Debug> HTTP-Session: 41e3fd64-fd59-41c1-bc04-675b298b97f9 Destroying unnamed session
1976 2023.11.19 06:13:34.590612 [ 18 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 177 rows starting from the beginning of the part
1977 2023.11.19 06:13:34.590744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1978 2023.11.19 06:13:34.590803 [ 18 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 126 rows starting from the beginning of the part
1979 2023.11.19 06:13:34.590827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1980 2023.11.19 06:13:34.590877 [ 3 ] {} <Debug> HTTP-Session: 4ba0cd08-be45-4917-a640-d56e8354256b Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
1981 2023.11.19 06:13:34.590905 [ 3 ] {} <Debug> HTTP-Session: 4ba0cd08-be45-4917-a640-d56e8354256b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1982 2023.11.19 06:13:34.591017 [ 18 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part
1983 2023.11.19 06:13:34.591114 [ 3 ] {56ffb679-36ae-4c44-aad7-9fcb079cb5e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1984 2023.11.19 06:13:34.591220 [ 3 ] {56ffb679-36ae-4c44-aad7-9fcb079cb5e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1985 2023.11.19 06:13:34.591250 [ 18 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 128 rows starting from the beginning of the part
1986 2023.11.19 06:13:34.591579 [ 18 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 15 rows starting from the beginning of the part
1987 2023.11.19 06:13:34.591718 [ 3 ] {56ffb679-36ae-4c44-aad7-9fcb079cb5e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1988 2023.11.19 06:13:34.591888 [ 18 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 163 rows starting from the beginning of the part
1989 2023.11.19 06:13:34.592443 [ 3 ] {56ffb679-36ae-4c44-aad7-9fcb079cb5e1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
1990 2023.11.19 06:13:34.592926 [ 3 ] {56ffb679-36ae-4c44-aad7-9fcb079cb5e1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1991 2023.11.19 06:13:34.593177 [ 3 ] {56ffb679-36ae-4c44-aad7-9fcb079cb5e1} <Trace> oximeter.fields_u16 (6833d3c5-54b3-41c4-8796-fbd39dc712ad): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
1992 2023.11.19 06:13:34.593415 [ 3 ] {56ffb679-36ae-4c44-aad7-9fcb079cb5e1} <Information> executeQuery: Read 2 rows, 143.00 B in 0.002226667 sec., 898 rows/sec., 62.72 KiB/sec.
1993 2023.11.19 06:13:34.593704 [ 18 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 624 rows, containing 4 columns (4 merged, 0 gathered) in 0.003351282 sec., 186197.40147203367 rows/sec., 17.70 MiB/sec.
1994 2023.11.19 06:13:34.593753 [ 3 ] {56ffb679-36ae-4c44-aad7-9fcb079cb5e1} <Debug> DynamicQueryHandler: Done processing query
1995 2023.11.19 06:13:34.593791 [ 3 ] {56ffb679-36ae-4c44-aad7-9fcb079cb5e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1996 2023.11.19 06:13:34.593824 [ 3 ] {} <Debug> HTTP-Session: 4ba0cd08-be45-4917-a640-d56e8354256b Destroying unnamed session
1997 2023.11.19 06:13:34.593869 [ 18 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1998 2023.11.19 06:13:34.593977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 11550, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1999 2023.11.19 06:13:34.594047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2000 2023.11.19 06:13:34.594067 [ 18 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_11_2} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2.
2001 2023.11.19 06:13:34.594080 [ 3 ] {} <Debug> HTTP-Session: 3830f8c4-daaf-400d-bda4-a400403a7ce5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2002 2023.11.19 06:13:34.594124 [ 3 ] {} <Debug> HTTP-Session: 3830f8c4-daaf-400d-bda4-a400403a7ce5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2003 2023.11.19 06:13:34.594163 [ 18 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_11_2} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0
2004 2023.11.19 06:13:34.594297 [ 3 ] {0080e3b9-0a4d-45a4-a84a-5e1a954b79cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2005 2023.11.19 06:13:34.594347 [ 3 ] {0080e3b9-0a4d-45a4-a84a-5e1a954b79cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2006 2023.11.19 06:13:34.594469 [ 3 ] {0080e3b9-0a4d-45a4-a84a-5e1a954b79cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2007 2023.11.19 06:13:34.594809 [ 3 ] {0080e3b9-0a4d-45a4-a84a-5e1a954b79cd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2008 2023.11.19 06:13:34.595024 [ 3 ] {0080e3b9-0a4d-45a4-a84a-5e1a954b79cd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2009 2023.11.19 06:13:34.595170 [ 3 ] {0080e3b9-0a4d-45a4-a84a-5e1a954b79cd} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0.
2010 2023.11.19 06:13:34.595294 [ 57 ] {} <Debug> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2011 2023.11.19 06:13:34.595303 [ 3 ] {0080e3b9-0a4d-45a4-a84a-5e1a954b79cd} <Information> executeQuery: Read 68 rows, 5.42 KiB in 0.0009604 sec., 70803 rows/sec., 5.52 MiB/sec.
2012 2023.11.19 06:13:34.595343 [ 57 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2013 2023.11.19 06:13:34.595493 [ 22 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact
2014 2023.11.19 06:13:34.595549 [ 3 ] {0080e3b9-0a4d-45a4-a84a-5e1a954b79cd} <Debug> DynamicQueryHandler: Done processing query
2015 2023.11.19 06:13:34.595591 [ 22 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2016 2023.11.19 06:13:34.595598 [ 3 ] {0080e3b9-0a4d-45a4-a84a-5e1a954b79cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
2017 2023.11.19 06:13:34.595638 [ 22 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 100 rows starting from the beginning of the part
2018 2023.11.19 06:13:34.595649 [ 3 ] {} <Debug> HTTP-Session: 3830f8c4-daaf-400d-bda4-a400403a7ce5 Destroying unnamed session
2019 2023.11.19 06:13:34.595769 [ 22 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part
2020 2023.11.19 06:13:34.595817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 7187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2021 2023.11.19 06:13:34.595904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2022 2023.11.19 06:13:34.595960 [ 3 ] {} <Debug> HTTP-Session: e2527d54-8f22-465d-ba67-b29bb656b364 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2023 2023.11.19 06:13:34.595986 [ 22 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part
2024 2023.11.19 06:13:34.595995 [ 3 ] {} <Debug> HTTP-Session: e2527d54-8f22-465d-ba67-b29bb656b364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2025 2023.11.19 06:13:34.596249 [ 3 ] {486a7db7-8953-4133-b163-459dde52dff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2026 2023.11.19 06:13:34.596250 [ 22 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 57 rows starting from the beginning of the part
2027 2023.11.19 06:13:34.596354 [ 3 ] {486a7db7-8953-4133-b163-459dde52dff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2028 2023.11.19 06:13:34.596564 [ 22 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part
2029 2023.11.19 06:13:34.596910 [ 22 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 68 rows starting from the beginning of the part
2030 2023.11.19 06:13:34.596923 [ 3 ] {486a7db7-8953-4133-b163-459dde52dff9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2031 2023.11.19 06:13:34.597703 [ 3 ] {486a7db7-8953-4133-b163-459dde52dff9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2032 2023.11.19 06:13:34.598433 [ 3 ] {486a7db7-8953-4133-b163-459dde52dff9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2033 2023.11.19 06:13:34.598481 [ 18 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 4 columns (4 merged, 0 gathered) in 0.003077755 sec., 90000.66606991134 rows/sec., 7.02 MiB/sec.
2034 2023.11.19 06:13:34.598619 [ 22 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2035 2023.11.19 06:13:34.598746 [ 3 ] {486a7db7-8953-4133-b163-459dde52dff9} <Trace> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
2036 2023.11.19 06:13:34.598940 [ 22 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_11_2} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2.
2037 2023.11.19 06:13:34.598964 [ 3 ] {486a7db7-8953-4133-b163-459dde52dff9} <Information> executeQuery: Read 37 rows, 2.64 KiB in 0.002682786 sec., 13791 rows/sec., 982.46 KiB/sec.
2038 2023.11.19 06:13:34.599065 [ 22 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_11_2} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0
2039 2023.11.19 06:13:34.599227 [ 3 ] {486a7db7-8953-4133-b163-459dde52dff9} <Debug> DynamicQueryHandler: Done processing query
2040 2023.11.19 06:13:34.599255 [ 3 ] {486a7db7-8953-4133-b163-459dde52dff9} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2041 2023.11.19 06:13:34.599272 [ 3 ] {} <Debug> HTTP-Session: e2527d54-8f22-465d-ba67-b29bb656b364 Destroying unnamed session
2042 2023.11.19 06:13:34.599421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2043 2023.11.19 06:13:34.599465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2044 2023.11.19 06:13:34.599483 [ 3 ] {} <Debug> HTTP-Session: f9fce2bb-e519-45c2-9c28-3cfca5dbbc33 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2045 2023.11.19 06:13:34.599500 [ 3 ] {} <Debug> HTTP-Session: f9fce2bb-e519-45c2-9c28-3cfca5dbbc33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2046 2023.11.19 06:13:34.599590 [ 3 ] {cbf24486-67b6-491a-bad5-08285c2c73a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2047 2023.11.19 06:13:34.599699 [ 3 ] {cbf24486-67b6-491a-bad5-08285c2c73a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2048 2023.11.19 06:13:34.599858 [ 3 ] {cbf24486-67b6-491a-bad5-08285c2c73a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2049 2023.11.19 06:13:34.600380 [ 3 ] {cbf24486-67b6-491a-bad5-08285c2c73a6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2050 2023.11.19 06:13:34.600699 [ 3 ] {cbf24486-67b6-491a-bad5-08285c2c73a6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2051 2023.11.19 06:13:34.600885 [ 3 ] {cbf24486-67b6-491a-bad5-08285c2c73a6} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0.
2052 2023.11.19 06:13:34.601011 [ 57 ] {} <Debug> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2053 2023.11.19 06:13:34.601029 [ 3 ] {cbf24486-67b6-491a-bad5-08285c2c73a6} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001338408 sec., 31380 rows/sec., 42.35 MiB/sec.
2054 2023.11.19 06:13:34.601071 [ 57 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2055 2023.11.19 06:13:34.601249 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact
2056 2023.11.19 06:13:34.601395 [ 3 ] {cbf24486-67b6-491a-bad5-08285c2c73a6} <Debug> DynamicQueryHandler: Done processing query
2057 2023.11.19 06:13:34.601421 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2058 2023.11.19 06:13:34.601447 [ 3 ] {cbf24486-67b6-491a-bad5-08285c2c73a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
2059 2023.11.19 06:13:34.601489 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 175 rows starting from the beginning of the part
2060 2023.11.19 06:13:34.601503 [ 3 ] {} <Debug> HTTP-Session: f9fce2bb-e519-45c2-9c28-3cfca5dbbc33 Destroying unnamed session
2061 2023.11.19 06:13:34.601638 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part
2062 2023.11.19 06:13:34.601736 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part
2063 2023.11.19 06:13:34.601823 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part
2064 2023.11.19 06:13:34.601909 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part
2065 2023.11.19 06:13:34.602002 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::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
2066 2023.11.19 06:13:34.603251 [ 22 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 311 rows, containing 6 columns (6 merged, 0 gathered) in 0.002123665 sec., 146444.9430583449 rows/sec., 197.62 MiB/sec.
2067 2023.11.19 06:13:34.603453 [ 22 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2068 2023.11.19 06:13:34.603665 [ 22 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2.
2069 2023.11.19 06:13:34.603733 [ 22 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0
2070 2023.11.19 06:13:34.603792 [ 22 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 2b323905-d2c6-4a50-b374-219e0f292c23::all_1_11_2: 4.02 MiB.
2071 2023.11.19 06:13:39.580618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2072 2023.11.19 06:13:39.580754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2073 2023.11.19 06:13:39.580786 [ 3 ] {} <Debug> HTTP-Session: 743cd3ef-6986-4f04-89bd-60dd57bd3ba0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2074 2023.11.19 06:13:39.580814 [ 3 ] {} <Debug> HTTP-Session: 743cd3ef-6986-4f04-89bd-60dd57bd3ba0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2075 2023.11.19 06:13:39.580960 [ 3 ] {40128285-5309-4a5c-b096-98991172a793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2076 2023.11.19 06:13:39.581029 [ 3 ] {40128285-5309-4a5c-b096-98991172a793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2077 2023.11.19 06:13:39.581217 [ 3 ] {40128285-5309-4a5c-b096-98991172a793} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2078 2023.11.19 06:13:39.581681 [ 3 ] {40128285-5309-4a5c-b096-98991172a793} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2079 2023.11.19 06:13:39.581944 [ 3 ] {40128285-5309-4a5c-b096-98991172a793} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2080 2023.11.19 06:13:39.582110 [ 3 ] {40128285-5309-4a5c-b096-98991172a793} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0.
2081 2023.11.19 06:13:39.582244 [ 3 ] {40128285-5309-4a5c-b096-98991172a793} <Information> executeQuery: Read 5 rows, 415.00 B in 0.001236456 sec., 4043 rows/sec., 327.77 KiB/sec.
2082 2023.11.19 06:13:39.582412 [ 3 ] {40128285-5309-4a5c-b096-98991172a793} <Debug> DynamicQueryHandler: Done processing query
2083 2023.11.19 06:13:39.582439 [ 3 ] {40128285-5309-4a5c-b096-98991172a793} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2084 2023.11.19 06:13:39.582456 [ 3 ] {} <Debug> HTTP-Session: 743cd3ef-6986-4f04-89bd-60dd57bd3ba0 Destroying unnamed session
2085 2023.11.19 06:13:39.582584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2086 2023.11.19 06:13:39.582636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2087 2023.11.19 06:13:39.582657 [ 3 ] {} <Debug> HTTP-Session: 829d750d-7bfa-4437-ae38-816cbaa8d60b Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2088 2023.11.19 06:13:39.582677 [ 3 ] {} <Debug> HTTP-Session: 829d750d-7bfa-4437-ae38-816cbaa8d60b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2089 2023.11.19 06:13:39.582760 [ 3 ] {c099b229-a35f-4ec6-b357-828655b335bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2090 2023.11.19 06:13:39.582802 [ 3 ] {c099b229-a35f-4ec6-b357-828655b335bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2091 2023.11.19 06:13:39.582913 [ 3 ] {c099b229-a35f-4ec6-b357-828655b335bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2092 2023.11.19 06:13:39.583230 [ 3 ] {c099b229-a35f-4ec6-b357-828655b335bf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2093 2023.11.19 06:13:39.583436 [ 3 ] {c099b229-a35f-4ec6-b357-828655b335bf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2094 2023.11.19 06:13:39.583595 [ 3 ] {c099b229-a35f-4ec6-b357-828655b335bf} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0.
2095 2023.11.19 06:13:39.583725 [ 3 ] {c099b229-a35f-4ec6-b357-828655b335bf} <Information> executeQuery: Read 15 rows, 1.39 KiB in 0.0009336 sec., 16066 rows/sec., 1.45 MiB/sec.
2096 2023.11.19 06:13:39.583851 [ 3 ] {c099b229-a35f-4ec6-b357-828655b335bf} <Debug> DynamicQueryHandler: Done processing query
2097 2023.11.19 06:13:39.583875 [ 3 ] {c099b229-a35f-4ec6-b357-828655b335bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2098 2023.11.19 06:13:39.583891 [ 3 ] {} <Debug> HTTP-Session: 829d750d-7bfa-4437-ae38-816cbaa8d60b Destroying unnamed session
2099 2023.11.19 06:13:39.584047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2100 2023.11.19 06:13:39.584093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2101 2023.11.19 06:13:39.584112 [ 3 ] {} <Debug> HTTP-Session: 1b1df9c8-7609-4943-afd4-533dae24db8c Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2102 2023.11.19 06:13:39.584129 [ 3 ] {} <Debug> HTTP-Session: 1b1df9c8-7609-4943-afd4-533dae24db8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2103 2023.11.19 06:13:39.584201 [ 3 ] {17052d66-716e-4c13-a966-4ee6c0926e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2104 2023.11.19 06:13:39.584241 [ 3 ] {17052d66-716e-4c13-a966-4ee6c0926e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2105 2023.11.19 06:13:39.584348 [ 3 ] {17052d66-716e-4c13-a966-4ee6c0926e54} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2106 2023.11.19 06:13:39.584610 [ 3 ] {17052d66-716e-4c13-a966-4ee6c0926e54} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2107 2023.11.19 06:13:39.584810 [ 3 ] {17052d66-716e-4c13-a966-4ee6c0926e54} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2108 2023.11.19 06:13:39.584957 [ 3 ] {17052d66-716e-4c13-a966-4ee6c0926e54} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0.
2109 2023.11.19 06:13:39.585083 [ 3 ] {17052d66-716e-4c13-a966-4ee6c0926e54} <Information> executeQuery: Read 5 rows, 410.00 B in 0.000845808 sec., 5911 rows/sec., 473.38 KiB/sec.
2110 2023.11.19 06:13:39.585209 [ 3 ] {17052d66-716e-4c13-a966-4ee6c0926e54} <Debug> DynamicQueryHandler: Done processing query
2111 2023.11.19 06:13:39.585233 [ 3 ] {17052d66-716e-4c13-a966-4ee6c0926e54} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2112 2023.11.19 06:13:39.585250 [ 3 ] {} <Debug> HTTP-Session: 1b1df9c8-7609-4943-afd4-533dae24db8c Destroying unnamed session
2113 2023.11.19 06:13:39.585358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2114 2023.11.19 06:13:39.585403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2115 2023.11.19 06:13:39.585422 [ 3 ] {} <Debug> HTTP-Session: b0cb8b13-0481-4870-9305-06423008f6ae Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2116 2023.11.19 06:13:39.585440 [ 3 ] {} <Debug> HTTP-Session: b0cb8b13-0481-4870-9305-06423008f6ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2117 2023.11.19 06:13:39.585514 [ 3 ] {54a3063f-0ab8-49fd-b636-322f1ac7f243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2118 2023.11.19 06:13:39.585558 [ 3 ] {54a3063f-0ab8-49fd-b636-322f1ac7f243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2119 2023.11.19 06:13:39.585698 [ 3 ] {54a3063f-0ab8-49fd-b636-322f1ac7f243} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2120 2023.11.19 06:13:39.585982 [ 3 ] {54a3063f-0ab8-49fd-b636-322f1ac7f243} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2121 2023.11.19 06:13:39.586269 [ 3 ] {54a3063f-0ab8-49fd-b636-322f1ac7f243} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2122 2023.11.19 06:13:39.586446 [ 3 ] {54a3063f-0ab8-49fd-b636-322f1ac7f243} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0.
2123 2023.11.19 06:13:39.586568 [ 3 ] {54a3063f-0ab8-49fd-b636-322f1ac7f243} <Information> executeQuery: Read 5 rows, 6.91 KiB in 0.001025522 sec., 4875 rows/sec., 6.58 MiB/sec.
2124 2023.11.19 06:13:39.586690 [ 3 ] {54a3063f-0ab8-49fd-b636-322f1ac7f243} <Debug> DynamicQueryHandler: Done processing query
2125 2023.11.19 06:13:39.586714 [ 3 ] {54a3063f-0ab8-49fd-b636-322f1ac7f243} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2126 2023.11.19 06:13:39.586730 [ 3 ] {} <Debug> HTTP-Session: b0cb8b13-0481-4870-9305-06423008f6ae Destroying unnamed session
2127 2023.11.19 06:13:43.892135 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache
2128 2023.11.19 06:13:43.892211 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache
2129 2023.11.19 06:13:44.582951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2130 2023.11.19 06:13:44.583055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2131 2023.11.19 06:13:44.583081 [ 3 ] {} <Debug> HTTP-Session: 981370bc-8899-4300-99da-d59b2cf87ed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2132 2023.11.19 06:13:44.583105 [ 3 ] {} <Debug> HTTP-Session: 981370bc-8899-4300-99da-d59b2cf87ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2133 2023.11.19 06:13:44.583234 [ 3 ] {44c05360-4ebd-4782-90c7-49f9364b6dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2134 2023.11.19 06:13:44.583295 [ 3 ] {44c05360-4ebd-4782-90c7-49f9364b6dfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2135 2023.11.19 06:13:44.583456 [ 3 ] {44c05360-4ebd-4782-90c7-49f9364b6dfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2136 2023.11.19 06:13:44.583874 [ 3 ] {44c05360-4ebd-4782-90c7-49f9364b6dfd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2137 2023.11.19 06:13:44.584139 [ 3 ] {44c05360-4ebd-4782-90c7-49f9364b6dfd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2138 2023.11.19 06:13:44.584304 [ 3 ] {44c05360-4ebd-4782-90c7-49f9364b6dfd} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0.
2139 2023.11.19 06:13:44.584440 [ 3 ] {44c05360-4ebd-4782-90c7-49f9364b6dfd} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001162915 sec., 36116 rows/sec., 2.86 MiB/sec.
2140 2023.11.19 06:13:44.584585 [ 3 ] {44c05360-4ebd-4782-90c7-49f9364b6dfd} <Debug> DynamicQueryHandler: Done processing query
2141 2023.11.19 06:13:44.584610 [ 3 ] {44c05360-4ebd-4782-90c7-49f9364b6dfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2142 2023.11.19 06:13:44.584628 [ 3 ] {} <Debug> HTTP-Session: 981370bc-8899-4300-99da-d59b2cf87ed1 Destroying unnamed session
2143 2023.11.19 06:13:44.584772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 20229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2144 2023.11.19 06:13:44.584824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2145 2023.11.19 06:13:44.584844 [ 3 ] {} <Debug> HTTP-Session: 6f1a54cf-d9c5-42cb-92e5-727abcf4de12 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2146 2023.11.19 06:13:44.584864 [ 3 ] {} <Debug> HTTP-Session: 6f1a54cf-d9c5-42cb-92e5-727abcf4de12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2147 2023.11.19 06:13:44.584951 [ 3 ] {88cd2da1-f823-4bdc-8614-4e77e45c1a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2148 2023.11.19 06:13:44.584994 [ 3 ] {88cd2da1-f823-4bdc-8614-4e77e45c1a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2149 2023.11.19 06:13:44.585105 [ 3 ] {88cd2da1-f823-4bdc-8614-4e77e45c1a0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2150 2023.11.19 06:13:44.585453 [ 3 ] {88cd2da1-f823-4bdc-8614-4e77e45c1a0a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2151 2023.11.19 06:13:44.585670 [ 3 ] {88cd2da1-f823-4bdc-8614-4e77e45c1a0a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2152 2023.11.19 06:13:44.585828 [ 3 ] {88cd2da1-f823-4bdc-8614-4e77e45c1a0a} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0.
2153 2023.11.19 06:13:44.585955 [ 3 ] {88cd2da1-f823-4bdc-8614-4e77e45c1a0a} <Information> executeQuery: Read 126 rows, 12.52 KiB in 0.0009736 sec., 129416 rows/sec., 12.56 MiB/sec.
2154 2023.11.19 06:13:44.586076 [ 3 ] {88cd2da1-f823-4bdc-8614-4e77e45c1a0a} <Debug> DynamicQueryHandler: Done processing query
2155 2023.11.19 06:13:44.586100 [ 3 ] {88cd2da1-f823-4bdc-8614-4e77e45c1a0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2156 2023.11.19 06:13:44.586118 [ 3 ] {} <Debug> HTTP-Session: 6f1a54cf-d9c5-42cb-92e5-727abcf4de12 Destroying unnamed session
2157 2023.11.19 06:13:44.586279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 7165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2158 2023.11.19 06:13:44.586327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2159 2023.11.19 06:13:44.586347 [ 3 ] {} <Debug> HTTP-Session: 03193df9-dc3f-4548-b898-6f7cf4bac56f Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2160 2023.11.19 06:13:44.586365 [ 3 ] {} <Debug> HTTP-Session: 03193df9-dc3f-4548-b898-6f7cf4bac56f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2161 2023.11.19 06:13:44.586439 [ 3 ] {87a258c5-a5e7-4674-93f9-b39fffe7167c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2162 2023.11.19 06:13:44.586478 [ 3 ] {87a258c5-a5e7-4674-93f9-b39fffe7167c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2163 2023.11.19 06:13:44.586587 [ 3 ] {87a258c5-a5e7-4674-93f9-b39fffe7167c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2164 2023.11.19 06:13:44.586903 [ 3 ] {87a258c5-a5e7-4674-93f9-b39fffe7167c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2165 2023.11.19 06:13:44.587115 [ 3 ] {87a258c5-a5e7-4674-93f9-b39fffe7167c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2166 2023.11.19 06:13:44.587261 [ 3 ] {87a258c5-a5e7-4674-93f9-b39fffe7167c} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0.
2167 2023.11.19 06:13:44.587388 [ 3 ] {87a258c5-a5e7-4674-93f9-b39fffe7167c} <Information> executeQuery: Read 42 rows, 3.36 KiB in 0.00092002 sec., 45651 rows/sec., 3.57 MiB/sec.
2168 2023.11.19 06:13:44.587511 [ 3 ] {87a258c5-a5e7-4674-93f9-b39fffe7167c} <Debug> DynamicQueryHandler: Done processing query
2169 2023.11.19 06:13:44.587535 [ 3 ] {87a258c5-a5e7-4674-93f9-b39fffe7167c} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2170 2023.11.19 06:13:44.587551 [ 3 ] {} <Debug> HTTP-Session: 03193df9-dc3f-4548-b898-6f7cf4bac56f Destroying unnamed session
2171 2023.11.19 06:13:44.587685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2172 2023.11.19 06:13:44.587730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2173 2023.11.19 06:13:44.587748 [ 3 ] {} <Debug> HTTP-Session: 3a5f0feb-528e-487b-9396-d7ca2d872910 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2174 2023.11.19 06:13:44.587766 [ 3 ] {} <Debug> HTTP-Session: 3a5f0feb-528e-487b-9396-d7ca2d872910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2175 2023.11.19 06:13:44.587855 [ 3 ] {bd113dc8-b31c-48e5-86f6-97cb20d8adf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2176 2023.11.19 06:13:44.587900 [ 3 ] {bd113dc8-b31c-48e5-86f6-97cb20d8adf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2177 2023.11.19 06:13:44.588040 [ 3 ] {bd113dc8-b31c-48e5-86f6-97cb20d8adf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2178 2023.11.19 06:13:44.588500 [ 3 ] {bd113dc8-b31c-48e5-86f6-97cb20d8adf4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.62 GiB.
2179 2023.11.19 06:13:44.588815 [ 3 ] {bd113dc8-b31c-48e5-86f6-97cb20d8adf4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2180 2023.11.19 06:13:44.588990 [ 3 ] {bd113dc8-b31c-48e5-86f6-97cb20d8adf4} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0.
2181 2023.11.19 06:13:44.589119 [ 3 ] {bd113dc8-b31c-48e5-86f6-97cb20d8adf4} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001235126 sec., 34004 rows/sec., 45.89 MiB/sec.
2182 2023.11.19 06:13:44.589319 [ 3 ] {bd113dc8-b31c-48e5-86f6-97cb20d8adf4} <Debug> DynamicQueryHandler: Done processing query
2183 2023.11.19 06:13:44.589348 [ 3 ] {bd113dc8-b31c-48e5-86f6-97cb20d8adf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
2184 2023.11.19 06:13:44.589364 [ 3 ] {} <Debug> HTTP-Session: 3a5f0feb-528e-487b-9396-d7ca2d872910 Destroying unnamed session
2185 2023.11.19 06:13:49.581087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2186 2023.11.19 06:13:49.581218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2187 2023.11.19 06:13:49.581250 [ 3 ] {} <Debug> HTTP-Session: 9dd29192-13ed-4f8a-8aad-f2d2e58d7b35 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2188 2023.11.19 06:13:49.581278 [ 3 ] {} <Debug> HTTP-Session: 9dd29192-13ed-4f8a-8aad-f2d2e58d7b35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2189 2023.11.19 06:13:49.581413 [ 3 ] {456bbf91-8ea0-4c30-a27d-3ee7c0bcb9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2190 2023.11.19 06:13:49.581473 [ 3 ] {456bbf91-8ea0-4c30-a27d-3ee7c0bcb9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2191 2023.11.19 06:13:49.581634 [ 3 ] {456bbf91-8ea0-4c30-a27d-3ee7c0bcb9ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2192 2023.11.19 06:13:49.582028 [ 3 ] {456bbf91-8ea0-4c30-a27d-3ee7c0bcb9ba} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2193 2023.11.19 06:13:49.582282 [ 3 ] {456bbf91-8ea0-4c30-a27d-3ee7c0bcb9ba} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2194 2023.11.19 06:13:49.582447 [ 3 ] {456bbf91-8ea0-4c30-a27d-3ee7c0bcb9ba} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0.
2195 2023.11.19 06:13:49.582567 [ 3 ] {456bbf91-8ea0-4c30-a27d-3ee7c0bcb9ba} <Information> executeQuery: Read 5 rows, 415.00 B in 0.001120633 sec., 4461 rows/sec., 361.65 KiB/sec.
2196 2023.11.19 06:13:49.582701 [ 3 ] {456bbf91-8ea0-4c30-a27d-3ee7c0bcb9ba} <Debug> DynamicQueryHandler: Done processing query
2197 2023.11.19 06:13:49.582727 [ 3 ] {456bbf91-8ea0-4c30-a27d-3ee7c0bcb9ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2198 2023.11.19 06:13:49.582743 [ 3 ] {} <Debug> HTTP-Session: 9dd29192-13ed-4f8a-8aad-f2d2e58d7b35 Destroying unnamed session
2199 2023.11.19 06:13:49.582866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2200 2023.11.19 06:13:49.582915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2201 2023.11.19 06:13:49.582934 [ 3 ] {} <Debug> HTTP-Session: 44e5f4cc-9660-44dd-a9e1-c695db1cad92 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2202 2023.11.19 06:13:49.582953 [ 3 ] {} <Debug> HTTP-Session: 44e5f4cc-9660-44dd-a9e1-c695db1cad92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2203 2023.11.19 06:13:49.583032 [ 3 ] {1095f76e-4a81-4762-b3d6-a4f77589be30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
2204 2023.11.19 06:13:49.583074 [ 3 ] {1095f76e-4a81-4762-b3d6-a4f77589be30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2205 2023.11.19 06:13:49.583183 [ 3 ] {1095f76e-4a81-4762-b3d6-a4f77589be30} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2206 2023.11.19 06:13:49.583492 [ 3 ] {1095f76e-4a81-4762-b3d6-a4f77589be30} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2207 2023.11.19 06:13:49.583700 [ 3 ] {1095f76e-4a81-4762-b3d6-a4f77589be30} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2208 2023.11.19 06:13:49.583859 [ 3 ] {1095f76e-4a81-4762-b3d6-a4f77589be30} <Trace> oximeter.fields_ipaddr (34016015-4bb9-4655-a5e0-a2684d238ea5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
2209 2023.11.19 06:13:49.583959 [ 3 ] {1095f76e-4a81-4762-b3d6-a4f77589be30} <Information> executeQuery: Read 4 rows, 342.00 B in 0.000897069 sec., 4458 rows/sec., 372.31 KiB/sec.
2210 2023.11.19 06:13:49.584079 [ 3 ] {1095f76e-4a81-4762-b3d6-a4f77589be30} <Debug> DynamicQueryHandler: Done processing query
2211 2023.11.19 06:13:49.584103 [ 3 ] {1095f76e-4a81-4762-b3d6-a4f77589be30} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2212 2023.11.19 06:13:49.584119 [ 3 ] {} <Debug> HTTP-Session: 44e5f4cc-9660-44dd-a9e1-c695db1cad92 Destroying unnamed session
2213 2023.11.19 06:13:49.584241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2214 2023.11.19 06:13:49.584286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2215 2023.11.19 06:13:49.584305 [ 3 ] {} <Debug> HTTP-Session: 85877419-83cf-4253-a1fc-1dd423b8cc94 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2216 2023.11.19 06:13:49.584324 [ 3 ] {} <Debug> HTTP-Session: 85877419-83cf-4253-a1fc-1dd423b8cc94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2217 2023.11.19 06:13:49.584398 [ 3 ] {1882c07c-7729-4c4a-8a9e-7501dc432a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2218 2023.11.19 06:13:49.584437 [ 3 ] {1882c07c-7729-4c4a-8a9e-7501dc432a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2219 2023.11.19 06:13:49.584541 [ 3 ] {1882c07c-7729-4c4a-8a9e-7501dc432a79} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2220 2023.11.19 06:13:49.584801 [ 3 ] {1882c07c-7729-4c4a-8a9e-7501dc432a79} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2221 2023.11.19 06:13:49.585001 [ 3 ] {1882c07c-7729-4c4a-8a9e-7501dc432a79} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2222 2023.11.19 06:13:49.585145 [ 3 ] {1882c07c-7729-4c4a-8a9e-7501dc432a79} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0.
2223 2023.11.19 06:13:49.585250 [ 3 ] {1882c07c-7729-4c4a-8a9e-7501dc432a79} <Information> executeQuery: Read 17 rows, 1.56 KiB in 0.000824057 sec., 20629 rows/sec., 1.85 MiB/sec.
2224 2023.11.19 06:13:49.585426 [ 3 ] {1882c07c-7729-4c4a-8a9e-7501dc432a79} <Debug> DynamicQueryHandler: Done processing query
2225 2023.11.19 06:13:49.585451 [ 3 ] {1882c07c-7729-4c4a-8a9e-7501dc432a79} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2226 2023.11.19 06:13:49.585467 [ 3 ] {} <Debug> HTTP-Session: 85877419-83cf-4253-a1fc-1dd423b8cc94 Destroying unnamed session
2227 2023.11.19 06:13:49.585602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2228 2023.11.19 06:13:49.585648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2229 2023.11.19 06:13:49.585672 [ 3 ] {} <Debug> HTTP-Session: 0c7b03f8-98bc-42c2-9287-687591114d58 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2230 2023.11.19 06:13:49.585691 [ 3 ] {} <Debug> HTTP-Session: 0c7b03f8-98bc-42c2-9287-687591114d58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2231 2023.11.19 06:13:49.585762 [ 3 ] {81ff3a7a-5820-4500-a315-bcf514a8f3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2232 2023.11.19 06:13:49.585802 [ 3 ] {81ff3a7a-5820-4500-a315-bcf514a8f3c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2233 2023.11.19 06:13:49.585920 [ 3 ] {81ff3a7a-5820-4500-a315-bcf514a8f3c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2234 2023.11.19 06:13:49.586163 [ 3 ] {81ff3a7a-5820-4500-a315-bcf514a8f3c6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2235 2023.11.19 06:13:49.586362 [ 3 ] {81ff3a7a-5820-4500-a315-bcf514a8f3c6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2236 2023.11.19 06:13:49.586510 [ 3 ] {81ff3a7a-5820-4500-a315-bcf514a8f3c6} <Trace> oximeter.fields_u16 (6833d3c5-54b3-41c4-8796-fbd39dc712ad): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
2237 2023.11.19 06:13:49.586609 [ 3 ] {81ff3a7a-5820-4500-a315-bcf514a8f3c6} <Information> executeQuery: Read 4 rows, 286.00 B in 0.000819177 sec., 4882 rows/sec., 340.95 KiB/sec.
2238 2023.11.19 06:13:49.586721 [ 3 ] {81ff3a7a-5820-4500-a315-bcf514a8f3c6} <Debug> DynamicQueryHandler: Done processing query
2239 2023.11.19 06:13:49.586745 [ 3 ] {81ff3a7a-5820-4500-a315-bcf514a8f3c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2240 2023.11.19 06:13:49.586761 [ 3 ] {} <Debug> HTTP-Session: 0c7b03f8-98bc-42c2-9287-687591114d58 Destroying unnamed session
2241 2023.11.19 06:13:49.586875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 1582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2242 2023.11.19 06:13:49.586920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2243 2023.11.19 06:13:49.586939 [ 3 ] {} <Debug> HTTP-Session: 8ec69412-9946-4861-b0c0-0fd26aa9b2ad Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2244 2023.11.19 06:13:49.586956 [ 3 ] {} <Debug> HTTP-Session: 8ec69412-9946-4861-b0c0-0fd26aa9b2ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2245 2023.11.19 06:13:49.587024 [ 3 ] {7498c43a-9f37-44b6-aa31-0dda5a508560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2246 2023.11.19 06:13:49.587063 [ 3 ] {7498c43a-9f37-44b6-aa31-0dda5a508560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2247 2023.11.19 06:13:49.587166 [ 3 ] {7498c43a-9f37-44b6-aa31-0dda5a508560} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2248 2023.11.19 06:13:49.587415 [ 3 ] {7498c43a-9f37-44b6-aa31-0dda5a508560} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2249 2023.11.19 06:13:49.587611 [ 3 ] {7498c43a-9f37-44b6-aa31-0dda5a508560} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2250 2023.11.19 06:13:49.587753 [ 3 ] {7498c43a-9f37-44b6-aa31-0dda5a508560} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0.
2251 2023.11.19 06:13:49.587850 [ 3 ] {7498c43a-9f37-44b6-aa31-0dda5a508560} <Information> executeQuery: Read 9 rows, 744.00 B in 0.000798637 sec., 11269 rows/sec., 909.75 KiB/sec.
2252 2023.11.19 06:13:49.587989 [ 3 ] {7498c43a-9f37-44b6-aa31-0dda5a508560} <Debug> DynamicQueryHandler: Done processing query
2253 2023.11.19 06:13:49.588013 [ 3 ] {7498c43a-9f37-44b6-aa31-0dda5a508560} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2254 2023.11.19 06:13:49.588029 [ 3 ] {} <Debug> HTTP-Session: 8ec69412-9946-4861-b0c0-0fd26aa9b2ad Destroying unnamed session
2255 2023.11.19 06:13:49.588135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2256 2023.11.19 06:13:49.588179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2257 2023.11.19 06:13:49.588198 [ 3 ] {} <Debug> HTTP-Session: 953119a9-4060-4c9c-a050-e1d85752f6a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2258 2023.11.19 06:13:49.588214 [ 3 ] {} <Debug> HTTP-Session: 953119a9-4060-4c9c-a050-e1d85752f6a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2259 2023.11.19 06:13:49.588283 [ 3 ] {8f3396d4-6b5c-448c-9de4-ce2ba39c6a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2260 2023.11.19 06:13:49.588324 [ 3 ] {8f3396d4-6b5c-448c-9de4-ce2ba39c6a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2261 2023.11.19 06:13:49.588439 [ 3 ] {8f3396d4-6b5c-448c-9de4-ce2ba39c6a02} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2262 2023.11.19 06:13:49.588672 [ 3 ] {8f3396d4-6b5c-448c-9de4-ce2ba39c6a02} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2263 2023.11.19 06:13:49.588895 [ 3 ] {8f3396d4-6b5c-448c-9de4-ce2ba39c6a02} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2264 2023.11.19 06:13:49.589068 [ 3 ] {8f3396d4-6b5c-448c-9de4-ce2ba39c6a02} <Trace> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
2265 2023.11.19 06:13:49.589164 [ 3 ] {8f3396d4-6b5c-448c-9de4-ce2ba39c6a02} <Information> executeQuery: Read 2 rows, 142.00 B in 0.000887888 sec., 2252 rows/sec., 156.18 KiB/sec.
2266 2023.11.19 06:13:49.589272 [ 3 ] {8f3396d4-6b5c-448c-9de4-ce2ba39c6a02} <Debug> DynamicQueryHandler: Done processing query
2267 2023.11.19 06:13:49.589294 [ 3 ] {8f3396d4-6b5c-448c-9de4-ce2ba39c6a02} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2268 2023.11.19 06:13:49.589310 [ 3 ] {} <Debug> HTTP-Session: 953119a9-4060-4c9c-a050-e1d85752f6a6 Destroying unnamed session
2269 2023.11.19 06:13:49.589417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2270 2023.11.19 06:13:49.589482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2271 2023.11.19 06:13:49.589502 [ 3 ] {} <Debug> HTTP-Session: 69436e93-6b4d-4542-aa70-b868a8828a13 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2272 2023.11.19 06:13:49.589517 [ 3 ] {} <Debug> HTTP-Session: 69436e93-6b4d-4542-aa70-b868a8828a13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2273 2023.11.19 06:13:49.589649 [ 3 ] {28a71a19-4e3e-4db0-bab1-ffcc72307b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2274 2023.11.19 06:13:49.589695 [ 3 ] {28a71a19-4e3e-4db0-bab1-ffcc72307b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2275 2023.11.19 06:13:49.589829 [ 3 ] {28a71a19-4e3e-4db0-bab1-ffcc72307b9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2276 2023.11.19 06:13:49.590104 [ 3 ] {28a71a19-4e3e-4db0-bab1-ffcc72307b9c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2277 2023.11.19 06:13:49.590376 [ 3 ] {28a71a19-4e3e-4db0-bab1-ffcc72307b9c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2278 2023.11.19 06:13:49.590554 [ 3 ] {28a71a19-4e3e-4db0-bab1-ffcc72307b9c} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0.
2279 2023.11.19 06:13:49.590666 [ 3 ] {28a71a19-4e3e-4db0-bab1-ffcc72307b9c} <Information> executeQuery: Read 5 rows, 6.91 KiB in 0.000981801 sec., 5092 rows/sec., 6.87 MiB/sec.
2280 2023.11.19 06:13:49.590849 [ 3 ] {28a71a19-4e3e-4db0-bab1-ffcc72307b9c} <Debug> DynamicQueryHandler: Done processing query
2281 2023.11.19 06:13:49.590873 [ 3 ] {28a71a19-4e3e-4db0-bab1-ffcc72307b9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
2282 2023.11.19 06:13:49.590889 [ 3 ] {} <Debug> HTTP-Session: 69436e93-6b4d-4542-aa70-b868a8828a13 Destroying unnamed session
2283 2023.11.19 06:13:54.583310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2284 2023.11.19 06:13:54.583438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2285 2023.11.19 06:13:54.583468 [ 3 ] {} <Debug> HTTP-Session: 9933f486-092c-4a06-9cc2-15a1f7e3a75d Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2286 2023.11.19 06:13:54.583497 [ 3 ] {} <Debug> HTTP-Session: 9933f486-092c-4a06-9cc2-15a1f7e3a75d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2287 2023.11.19 06:13:54.583642 [ 3 ] {4cb6671c-3dd7-493b-8b63-ca755732063b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2288 2023.11.19 06:13:54.583711 [ 3 ] {4cb6671c-3dd7-493b-8b63-ca755732063b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2289 2023.11.19 06:13:54.583890 [ 3 ] {4cb6671c-3dd7-493b-8b63-ca755732063b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2290 2023.11.19 06:13:54.584325 [ 3 ] {4cb6671c-3dd7-493b-8b63-ca755732063b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2291 2023.11.19 06:13:54.584594 [ 3 ] {4cb6671c-3dd7-493b-8b63-ca755732063b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2292 2023.11.19 06:13:54.584763 [ 3 ] {4cb6671c-3dd7-493b-8b63-ca755732063b} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0.
2293 2023.11.19 06:13:54.584894 [ 3 ] {4cb6671c-3dd7-493b-8b63-ca755732063b} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001204416 sec., 34871 rows/sec., 2.76 MiB/sec.
2294 2023.11.19 06:13:54.585044 [ 3 ] {4cb6671c-3dd7-493b-8b63-ca755732063b} <Debug> DynamicQueryHandler: Done processing query
2295 2023.11.19 06:13:54.585071 [ 3 ] {4cb6671c-3dd7-493b-8b63-ca755732063b} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2296 2023.11.19 06:13:54.585087 [ 3 ] {} <Debug> HTTP-Session: 9933f486-092c-4a06-9cc2-15a1f7e3a75d Destroying unnamed session
2297 2023.11.19 06:13:54.585232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 20229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2298 2023.11.19 06:13:54.585285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2299 2023.11.19 06:13:54.585304 [ 3 ] {} <Debug> HTTP-Session: 0d0ae635-d1cb-4c78-87eb-091e7f8aa321 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2300 2023.11.19 06:13:54.585324 [ 3 ] {} <Debug> HTTP-Session: 0d0ae635-d1cb-4c78-87eb-091e7f8aa321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2301 2023.11.19 06:13:54.585413 [ 3 ] {c5c826fd-bd3d-4e51-b722-7e66fbba71e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2302 2023.11.19 06:13:54.585455 [ 3 ] {c5c826fd-bd3d-4e51-b722-7e66fbba71e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2303 2023.11.19 06:13:54.585564 [ 3 ] {c5c826fd-bd3d-4e51-b722-7e66fbba71e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2304 2023.11.19 06:13:54.585948 [ 3 ] {c5c826fd-bd3d-4e51-b722-7e66fbba71e7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2305 2023.11.19 06:13:54.586176 [ 3 ] {c5c826fd-bd3d-4e51-b722-7e66fbba71e7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2306 2023.11.19 06:13:54.586326 [ 3 ] {c5c826fd-bd3d-4e51-b722-7e66fbba71e7} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0.
2307 2023.11.19 06:13:54.586455 [ 3 ] {c5c826fd-bd3d-4e51-b722-7e66fbba71e7} <Information> executeQuery: Read 126 rows, 12.52 KiB in 0.001012401 sec., 124456 rows/sec., 12.08 MiB/sec.
2308 2023.11.19 06:13:54.586613 [ 3 ] {c5c826fd-bd3d-4e51-b722-7e66fbba71e7} <Debug> DynamicQueryHandler: Done processing query
2309 2023.11.19 06:13:54.586638 [ 3 ] {c5c826fd-bd3d-4e51-b722-7e66fbba71e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2310 2023.11.19 06:13:54.586655 [ 3 ] {} <Debug> HTTP-Session: 0d0ae635-d1cb-4c78-87eb-091e7f8aa321 Destroying unnamed session
2311 2023.11.19 06:13:54.586779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 9019, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2312 2023.11.19 06:13:54.586824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2313 2023.11.19 06:13:54.586843 [ 3 ] {} <Debug> HTTP-Session: 4dd08728-187f-402a-b46f-0a56b4b16368 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2314 2023.11.19 06:13:54.586861 [ 3 ] {} <Debug> HTTP-Session: 4dd08728-187f-402a-b46f-0a56b4b16368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2315 2023.11.19 06:13:54.586940 [ 3 ] {d9607efc-fae9-40d3-a5dd-012da1d45fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2316 2023.11.19 06:13:54.586981 [ 3 ] {d9607efc-fae9-40d3-a5dd-012da1d45fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2317 2023.11.19 06:13:54.587092 [ 3 ] {d9607efc-fae9-40d3-a5dd-012da1d45fb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2318 2023.11.19 06:13:54.587400 [ 3 ] {d9607efc-fae9-40d3-a5dd-012da1d45fb3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2319 2023.11.19 06:13:54.587619 [ 3 ] {d9607efc-fae9-40d3-a5dd-012da1d45fb3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2320 2023.11.19 06:13:54.587769 [ 3 ] {d9607efc-fae9-40d3-a5dd-012da1d45fb3} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0.
2321 2023.11.19 06:13:54.587898 [ 3 ] {d9607efc-fae9-40d3-a5dd-012da1d45fb3} <Information> executeQuery: Read 53 rows, 4.23 KiB in 0.00093008 sec., 56984 rows/sec., 4.44 MiB/sec.
2322 2023.11.19 06:13:54.588018 [ 3 ] {d9607efc-fae9-40d3-a5dd-012da1d45fb3} <Debug> DynamicQueryHandler: Done processing query
2323 2023.11.19 06:13:54.588042 [ 3 ] {d9607efc-fae9-40d3-a5dd-012da1d45fb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
2324 2023.11.19 06:13:54.588058 [ 3 ] {} <Debug> HTTP-Session: 4dd08728-187f-402a-b46f-0a56b4b16368 Destroying unnamed session
2325 2023.11.19 06:13:54.588161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2326 2023.11.19 06:13:54.588207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2327 2023.11.19 06:13:54.588225 [ 3 ] {} <Debug> HTTP-Session: 03e9e1b9-0428-4cfd-b0af-f4dd018e95cd Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2328 2023.11.19 06:13:54.588241 [ 3 ] {} <Debug> HTTP-Session: 03e9e1b9-0428-4cfd-b0af-f4dd018e95cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2329 2023.11.19 06:13:54.588314 [ 3 ] {93730e5a-2ce9-4ec5-9820-2c753b4d7bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
2330 2023.11.19 06:13:54.588356 [ 3 ] {93730e5a-2ce9-4ec5-9820-2c753b4d7bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
2331 2023.11.19 06:13:54.588478 [ 3 ] {93730e5a-2ce9-4ec5-9820-2c753b4d7bf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2332 2023.11.19 06:13:54.588729 [ 3 ] {93730e5a-2ce9-4ec5-9820-2c753b4d7bf7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2333 2023.11.19 06:13:54.588977 [ 3 ] {93730e5a-2ce9-4ec5-9820-2c753b4d7bf7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2334 2023.11.19 06:13:54.589155 [ 3 ] {93730e5a-2ce9-4ec5-9820-2c753b4d7bf7} <Trace> oximeter.measurements_cumulativei64 (fe446e03-5b84-44c0-94de-91065850fc43): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
2335 2023.11.19 06:13:54.589253 [ 3 ] {93730e5a-2ce9-4ec5-9820-2c753b4d7bf7} <Information> executeQuery: Read 11 rows, 743.00 B in 0.00091112 sec., 12073 rows/sec., 796.37 KiB/sec.
2336 2023.11.19 06:13:54.589380 [ 3 ] {93730e5a-2ce9-4ec5-9820-2c753b4d7bf7} <Debug> DynamicQueryHandler: Done processing query
2337 2023.11.19 06:13:54.589404 [ 3 ] {93730e5a-2ce9-4ec5-9820-2c753b4d7bf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2338 2023.11.19 06:13:54.589420 [ 3 ] {} <Debug> HTTP-Session: 03e9e1b9-0428-4cfd-b0af-f4dd018e95cd Destroying unnamed session
2339 2023.11.19 06:13:54.589553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2340 2023.11.19 06:13:54.589596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2341 2023.11.19 06:13:54.589614 [ 3 ] {} <Debug> HTTP-Session: 78107487-1b98-4445-8589-e9213d182c65 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2342 2023.11.19 06:13:54.589631 [ 3 ] {} <Debug> HTTP-Session: 78107487-1b98-4445-8589-e9213d182c65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2343 2023.11.19 06:13:54.589712 [ 3 ] {d10e2c66-7bd3-4b1f-aa6d-1c063cd73c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2344 2023.11.19 06:13:54.589755 [ 3 ] {d10e2c66-7bd3-4b1f-aa6d-1c063cd73c49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2345 2023.11.19 06:13:54.589890 [ 3 ] {d10e2c66-7bd3-4b1f-aa6d-1c063cd73c49} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2346 2023.11.19 06:13:54.590377 [ 3 ] {d10e2c66-7bd3-4b1f-aa6d-1c063cd73c49} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2347 2023.11.19 06:13:54.590680 [ 3 ] {d10e2c66-7bd3-4b1f-aa6d-1c063cd73c49} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2348 2023.11.19 06:13:54.590853 [ 3 ] {d10e2c66-7bd3-4b1f-aa6d-1c063cd73c49} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0.
2349 2023.11.19 06:13:54.590963 [ 3 ] {d10e2c66-7bd3-4b1f-aa6d-1c063cd73c49} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001223756 sec., 34320 rows/sec., 46.31 MiB/sec.
2350 2023.11.19 06:13:54.591188 [ 3 ] {d10e2c66-7bd3-4b1f-aa6d-1c063cd73c49} <Debug> DynamicQueryHandler: Done processing query
2351 2023.11.19 06:13:54.591213 [ 3 ] {d10e2c66-7bd3-4b1f-aa6d-1c063cd73c49} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
2352 2023.11.19 06:13:54.591229 [ 3 ] {} <Debug> HTTP-Session: 78107487-1b98-4445-8589-e9213d182c65 Destroying unnamed session
2353 2023.11.19 06:13:58.892258 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache
2354 2023.11.19 06:13:58.892331 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache
2355 2023.11.19 06:13:59.581076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2356 2023.11.19 06:13:59.581261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2357 2023.11.19 06:13:59.581315 [ 3 ] {} <Debug> HTTP-Session: 66bd6933-20da-475e-9763-1b1c61462517 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2358 2023.11.19 06:13:59.581364 [ 3 ] {} <Debug> HTTP-Session: 66bd6933-20da-475e-9763-1b1c61462517 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2359 2023.11.19 06:13:59.581572 [ 3 ] {72a2619e-3de4-48e7-a503-d24654a59d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2360 2023.11.19 06:13:59.581640 [ 3 ] {72a2619e-3de4-48e7-a503-d24654a59d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2361 2023.11.19 06:13:59.581823 [ 3 ] {72a2619e-3de4-48e7-a503-d24654a59d9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2362 2023.11.19 06:13:59.582232 [ 3 ] {72a2619e-3de4-48e7-a503-d24654a59d9f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2363 2023.11.19 06:13:59.582496 [ 3 ] {72a2619e-3de4-48e7-a503-d24654a59d9f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2364 2023.11.19 06:13:59.582662 [ 3 ] {72a2619e-3de4-48e7-a503-d24654a59d9f} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0.
2365 2023.11.19 06:13:59.582788 [ 3 ] {72a2619e-3de4-48e7-a503-d24654a59d9f} <Information> executeQuery: Read 5 rows, 415.00 B in 0.001174215 sec., 4258 rows/sec., 345.14 KiB/sec.
2366 2023.11.19 06:13:59.582787 [ 60 ] {} <Debug> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2367 2023.11.19 06:13:59.582865 [ 60 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2368 2023.11.19 06:13:59.582966 [ 3 ] {72a2619e-3de4-48e7-a503-d24654a59d9f} <Debug> DynamicQueryHandler: Done processing query
2369 2023.11.19 06:13:59.583004 [ 15 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact
2370 2023.11.19 06:13:59.583022 [ 3 ] {72a2619e-3de4-48e7-a503-d24654a59d9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2371 2023.11.19 06:13:59.583105 [ 3 ] {} <Debug> HTTP-Session: 66bd6933-20da-475e-9763-1b1c61462517 Destroying unnamed session
2372 2023.11.19 06:13:59.583178 [ 15 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2373 2023.11.19 06:13:59.583220 [ 15 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 47 rows starting from the beginning of the part
2374 2023.11.19 06:13:59.583264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2375 2023.11.19 06:13:59.583351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2376 2023.11.19 06:13:59.583404 [ 3 ] {} <Debug> HTTP-Session: d608df29-625d-45ca-86dc-4010e3afcfc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2377 2023.11.19 06:13:59.583461 [ 3 ] {} <Debug> HTTP-Session: d608df29-625d-45ca-86dc-4010e3afcfc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2378 2023.11.19 06:13:59.583501 [ 15 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part
2379 2023.11.19 06:13:59.583660 [ 3 ] {b481d01a-8b06-40b7-9665-0d2837939929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2380 2023.11.19 06:13:59.583760 [ 3 ] {b481d01a-8b06-40b7-9665-0d2837939929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2381 2023.11.19 06:13:59.583758 [ 15 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part
2382 2023.11.19 06:13:59.584114 [ 15 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part
2383 2023.11.19 06:13:59.584187 [ 3 ] {b481d01a-8b06-40b7-9665-0d2837939929} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2384 2023.11.19 06:13:59.584367 [ 15 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part
2385 2023.11.19 06:13:59.584482 [ 15 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part
2386 2023.11.19 06:13:59.585015 [ 3 ] {b481d01a-8b06-40b7-9665-0d2837939929} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2387 2023.11.19 06:13:59.585441 [ 3 ] {b481d01a-8b06-40b7-9665-0d2837939929} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2388 2023.11.19 06:13:59.585740 [ 3 ] {b481d01a-8b06-40b7-9665-0d2837939929} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0.
2389 2023.11.19 06:13:59.585963 [ 60 ] {} <Debug> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2390 2023.11.19 06:13:59.586063 [ 60 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2391 2023.11.19 06:13:59.586103 [ 3 ] {b481d01a-8b06-40b7-9665-0d2837939929} <Information> executeQuery: Read 15 rows, 1.39 KiB in 0.00237427 sec., 6317 rows/sec., 583.65 KiB/sec.
2392 2023.11.19 06:13:59.586199 [ 19 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 4 columns (4 merged, 0 gathered) in 0.003260959 sec., 44772.105383723014 rows/sec., 3.54 MiB/sec.
2393 2023.11.19 06:13:59.586212 [ 15 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact
2394 2023.11.19 06:13:59.586382 [ 3 ] {b481d01a-8b06-40b7-9665-0d2837939929} <Debug> DynamicQueryHandler: Done processing query
2395 2023.11.19 06:13:59.586395 [ 15 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2396 2023.11.19 06:13:59.586406 [ 19 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2397 2023.11.19 06:13:59.586439 [ 3 ] {b481d01a-8b06-40b7-9665-0d2837939929} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2398 2023.11.19 06:13:59.586473 [ 15 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 180 rows starting from the beginning of the part
2399 2023.11.19 06:13:59.586520 [ 3 ] {} <Debug> HTTP-Session: d608df29-625d-45ca-86dc-4010e3afcfc2 Destroying unnamed session
2400 2023.11.19 06:13:59.586647 [ 15 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 15 rows starting from the beginning of the part
2401 2023.11.19 06:13:59.586746 [ 19 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_16_3} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3.
2402 2023.11.19 06:13:59.586815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2403 2023.11.19 06:13:59.586864 [ 15 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 126 rows starting from the beginning of the part
2404 2023.11.19 06:13:59.586883 [ 19 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_16_3} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0
2405 2023.11.19 06:13:59.586960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2406 2023.11.19 06:13:59.587055 [ 3 ] {} <Debug> HTTP-Session: efadf177-e791-4d2c-afb4-95cbec486bec Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2407 2023.11.19 06:13:59.587128 [ 3 ] {} <Debug> HTTP-Session: efadf177-e791-4d2c-afb4-95cbec486bec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2408 2023.11.19 06:13:59.587142 [ 15 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 17 rows starting from the beginning of the part
2409 2023.11.19 06:13:59.587395 [ 3 ] {aa4573a2-22b8-4dd7-bead-3d7bdbc1acf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2410 2023.11.19 06:13:59.587395 [ 15 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 126 rows starting from the beginning of the part
2411 2023.11.19 06:13:59.587492 [ 3 ] {aa4573a2-22b8-4dd7-bead-3d7bdbc1acf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2412 2023.11.19 06:13:59.587672 [ 15 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part
2413 2023.11.19 06:13:59.587995 [ 3 ] {aa4573a2-22b8-4dd7-bead-3d7bdbc1acf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2414 2023.11.19 06:13:59.588989 [ 3 ] {aa4573a2-22b8-4dd7-bead-3d7bdbc1acf7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2415 2023.11.19 06:13:59.589424 [ 15 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 479 rows, containing 4 columns (4 merged, 0 gathered) in 0.003276979 sec., 146171.2144020453 rows/sec., 13.91 MiB/sec.
2416 2023.11.19 06:13:59.589442 [ 3 ] {aa4573a2-22b8-4dd7-bead-3d7bdbc1acf7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2417 2023.11.19 06:13:59.589585 [ 15 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2418 2023.11.19 06:13:59.589689 [ 3 ] {aa4573a2-22b8-4dd7-bead-3d7bdbc1acf7} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0.
2419 2023.11.19 06:13:59.589833 [ 60 ] {} <Debug> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2420 2023.11.19 06:13:59.589890 [ 15 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_16_3} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3.
2421 2023.11.19 06:13:59.589906 [ 3 ] {aa4573a2-22b8-4dd7-bead-3d7bdbc1acf7} <Information> executeQuery: Read 5 rows, 410.00 B in 0.002450082 sec., 2040 rows/sec., 163.42 KiB/sec.
2422 2023.11.19 06:13:59.589913 [ 60 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2423 2023.11.19 06:13:59.590030 [ 15 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_16_3} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0
2424 2023.11.19 06:13:59.590098 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact
2425 2023.11.19 06:13:59.590286 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2426 2023.11.19 06:13:59.590301 [ 3 ] {aa4573a2-22b8-4dd7-bead-3d7bdbc1acf7} <Debug> DynamicQueryHandler: Done processing query
2427 2023.11.19 06:13:59.590321 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 106 rows starting from the beginning of the part
2428 2023.11.19 06:13:59.590346 [ 3 ] {aa4573a2-22b8-4dd7-bead-3d7bdbc1acf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2429 2023.11.19 06:13:59.590389 [ 3 ] {} <Debug> HTTP-Session: efadf177-e791-4d2c-afb4-95cbec486bec Destroying unnamed session
2430 2023.11.19 06:13:59.590474 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part
2431 2023.11.19 06:13:59.590546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2432 2023.11.19 06:13:59.590625 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part
2433 2023.11.19 06:13:59.590634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2434 2023.11.19 06:13:59.590699 [ 3 ] {} <Debug> HTTP-Session: 215982b1-d821-4b26-8552-3d85d9d15b2f Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2435 2023.11.19 06:13:59.590730 [ 3 ] {} <Debug> HTTP-Session: 215982b1-d821-4b26-8552-3d85d9d15b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2436 2023.11.19 06:13:59.590827 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part
2437 2023.11.19 06:13:59.590954 [ 3 ] {8337efda-122c-4fb7-805d-cee76962a362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2438 2023.11.19 06:13:59.591091 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 53 rows starting from the beginning of the part
2439 2023.11.19 06:13:59.591094 [ 3 ] {8337efda-122c-4fb7-805d-cee76962a362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2440 2023.11.19 06:13:59.591352 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part
2441 2023.11.19 06:13:59.591781 [ 3 ] {8337efda-122c-4fb7-805d-cee76962a362} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2442 2023.11.19 06:13:59.592553 [ 3 ] {8337efda-122c-4fb7-805d-cee76962a362} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2443 2023.11.19 06:13:59.593096 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 4 columns (4 merged, 0 gathered) in 0.003105186 sec., 70849.21805006206 rows/sec., 5.53 MiB/sec.
2444 2023.11.19 06:13:59.593253 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2445 2023.11.19 06:13:59.593262 [ 3 ] {8337efda-122c-4fb7-805d-cee76962a362} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2446 2023.11.19 06:13:59.593491 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_16_3} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3.
2447 2023.11.19 06:13:59.593585 [ 3 ] {8337efda-122c-4fb7-805d-cee76962a362} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0.
2448 2023.11.19 06:13:59.593609 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_16_3} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0
2449 2023.11.19 06:13:59.593738 [ 60 ] {} <Debug> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2450 2023.11.19 06:13:59.593767 [ 3 ] {8337efda-122c-4fb7-805d-cee76962a362} <Information> executeQuery: Read 5 rows, 6.91 KiB in 0.002754908 sec., 1814 rows/sec., 2.45 MiB/sec.
2451 2023.11.19 06:13:59.593782 [ 60 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2452 2023.11.19 06:13:59.594056 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact
2453 2023.11.19 06:13:59.594137 [ 3 ] {8337efda-122c-4fb7-805d-cee76962a362} <Debug> DynamicQueryHandler: Done processing query
2454 2023.11.19 06:13:59.594180 [ 3 ] {8337efda-122c-4fb7-805d-cee76962a362} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
2455 2023.11.19 06:13:59.594222 [ 3 ] {} <Debug> HTTP-Session: 215982b1-d821-4b26-8552-3d85d9d15b2f Destroying unnamed session
2456 2023.11.19 06:13:59.594281 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2457 2023.11.19 06:13:59.594326 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 311 rows starting from the beginning of the part
2458 2023.11.19 06:13:59.594456 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part
2459 2023.11.19 06:13:59.594556 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part
2460 2023.11.19 06:13:59.594649 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part
2461 2023.11.19 06:13:59.594739 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part
2462 2023.11.19 06:13:59.594830 [ 18 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part
2463 2023.11.19 06:13:59.596221 [ 20 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 410 rows, containing 6 columns (6 merged, 0 gathered) in 0.00236429 sec., 173413.58293610346 rows/sec., 234.01 MiB/sec.
2464 2023.11.19 06:13:59.596572 [ 20 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2465 2023.11.19 06:13:59.596825 [ 20 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3.
2466 2023.11.19 06:13:59.596900 [ 20 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0
2467 2023.11.19 06:13:59.596985 [ 20 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 2b323905-d2c6-4a50-b374-219e0f292c23::all_1_16_3: 4.02 MiB.
2468 2023.11.19 06:14:00.000187 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.11 MiB, peak 236.49 MiB, will set to 231.01 MiB (RSS), difference: -4.10 MiB
2469 2023.11.19 06:14:04.585407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2470 2023.11.19 06:14:04.585526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2471 2023.11.19 06:14:04.585556 [ 3 ] {} <Debug> HTTP-Session: d036c6bd-4469-426b-a7e7-bd2c9ac50776 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2472 2023.11.19 06:14:04.585584 [ 3 ] {} <Debug> HTTP-Session: d036c6bd-4469-426b-a7e7-bd2c9ac50776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2473 2023.11.19 06:14:04.585730 [ 3 ] {cfa405f6-8a18-4f13-8997-26bbc9b82aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2474 2023.11.19 06:14:04.585798 [ 3 ] {cfa405f6-8a18-4f13-8997-26bbc9b82aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2475 2023.11.19 06:14:04.585982 [ 3 ] {cfa405f6-8a18-4f13-8997-26bbc9b82aab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2476 2023.11.19 06:14:04.586438 [ 3 ] {cfa405f6-8a18-4f13-8997-26bbc9b82aab} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2477 2023.11.19 06:14:04.586712 [ 3 ] {cfa405f6-8a18-4f13-8997-26bbc9b82aab} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2478 2023.11.19 06:14:04.586873 [ 3 ] {cfa405f6-8a18-4f13-8997-26bbc9b82aab} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0.
2479 2023.11.19 06:14:04.587016 [ 3 ] {cfa405f6-8a18-4f13-8997-26bbc9b82aab} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001245337 sec., 33725 rows/sec., 2.67 MiB/sec.
2480 2023.11.19 06:14:04.587163 [ 3 ] {cfa405f6-8a18-4f13-8997-26bbc9b82aab} <Debug> DynamicQueryHandler: Done processing query
2481 2023.11.19 06:14:04.587189 [ 3 ] {cfa405f6-8a18-4f13-8997-26bbc9b82aab} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2482 2023.11.19 06:14:04.587206 [ 3 ] {} <Debug> HTTP-Session: d036c6bd-4469-426b-a7e7-bd2c9ac50776 Destroying unnamed session
2483 2023.11.19 06:14:04.587368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 25527, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2484 2023.11.19 06:14:04.587421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2485 2023.11.19 06:14:04.587441 [ 3 ] {} <Debug> HTTP-Session: 21acc0b6-b8d4-47e3-aad5-f829aff737b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2486 2023.11.19 06:14:04.587461 [ 3 ] {} <Debug> HTTP-Session: 21acc0b6-b8d4-47e3-aad5-f829aff737b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2487 2023.11.19 06:14:04.587549 [ 3 ] {5c668bf4-7ddf-4140-a511-d95e82eeeba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2488 2023.11.19 06:14:04.587591 [ 3 ] {5c668bf4-7ddf-4140-a511-d95e82eeeba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2489 2023.11.19 06:14:04.587704 [ 3 ] {5c668bf4-7ddf-4140-a511-d95e82eeeba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2490 2023.11.19 06:14:04.588152 [ 3 ] {5c668bf4-7ddf-4140-a511-d95e82eeeba0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2491 2023.11.19 06:14:04.588378 [ 3 ] {5c668bf4-7ddf-4140-a511-d95e82eeeba0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2492 2023.11.19 06:14:04.588529 [ 3 ] {5c668bf4-7ddf-4140-a511-d95e82eeeba0} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0.
2493 2023.11.19 06:14:04.588663 [ 3 ] {5c668bf4-7ddf-4140-a511-d95e82eeeba0} <Information> executeQuery: Read 162 rows, 15.64 KiB in 0.001084903 sec., 149322 rows/sec., 14.08 MiB/sec.
2494 2023.11.19 06:14:04.588775 [ 3 ] {5c668bf4-7ddf-4140-a511-d95e82eeeba0} <Debug> DynamicQueryHandler: Done processing query
2495 2023.11.19 06:14:04.588799 [ 3 ] {5c668bf4-7ddf-4140-a511-d95e82eeeba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2496 2023.11.19 06:14:04.588815 [ 3 ] {} <Debug> HTTP-Session: 21acc0b6-b8d4-47e3-aad5-f829aff737b8 Destroying unnamed session
2497 2023.11.19 06:14:04.588950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 11209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2498 2023.11.19 06:14:04.588995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2499 2023.11.19 06:14:04.589014 [ 3 ] {} <Debug> HTTP-Session: 414fa846-3094-405d-8af1-291ac50340bb Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2500 2023.11.19 06:14:04.589033 [ 3 ] {} <Debug> HTTP-Session: 414fa846-3094-405d-8af1-291ac50340bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2501 2023.11.19 06:14:04.589109 [ 3 ] {c21f3b53-da2f-411f-8cae-50bfc221a390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2502 2023.11.19 06:14:04.589149 [ 3 ] {c21f3b53-da2f-411f-8cae-50bfc221a390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2503 2023.11.19 06:14:04.589256 [ 3 ] {c21f3b53-da2f-411f-8cae-50bfc221a390} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2504 2023.11.19 06:14:04.589584 [ 3 ] {c21f3b53-da2f-411f-8cae-50bfc221a390} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2505 2023.11.19 06:14:04.589792 [ 3 ] {c21f3b53-da2f-411f-8cae-50bfc221a390} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2506 2023.11.19 06:14:04.589940 [ 3 ] {c21f3b53-da2f-411f-8cae-50bfc221a390} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0.
2507 2023.11.19 06:14:04.590060 [ 3 ] {c21f3b53-da2f-411f-8cae-50bfc221a390} <Information> executeQuery: Read 66 rows, 5.26 KiB in 0.000921919 sec., 71589 rows/sec., 5.57 MiB/sec.
2508 2023.11.19 06:14:04.590179 [ 3 ] {c21f3b53-da2f-411f-8cae-50bfc221a390} <Debug> DynamicQueryHandler: Done processing query
2509 2023.11.19 06:14:04.590202 [ 3 ] {c21f3b53-da2f-411f-8cae-50bfc221a390} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
2510 2023.11.19 06:14:04.590218 [ 3 ] {} <Debug> HTTP-Session: 414fa846-3094-405d-8af1-291ac50340bb Destroying unnamed session
2511 2023.11.19 06:14:04.590383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 7003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2512 2023.11.19 06:14:04.590430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2513 2023.11.19 06:14:04.590449 [ 3 ] {} <Debug> HTTP-Session: be58adbf-05a9-4ca6-85d1-d070be76ad4a Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2514 2023.11.19 06:14:04.590465 [ 3 ] {} <Debug> HTTP-Session: be58adbf-05a9-4ca6-85d1-d070be76ad4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2515 2023.11.19 06:14:04.590539 [ 3 ] {3c3bd84c-11d6-46da-b7c1-c424968c134e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2516 2023.11.19 06:14:04.590581 [ 3 ] {3c3bd84c-11d6-46da-b7c1-c424968c134e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2517 2023.11.19 06:14:04.590702 [ 3 ] {3c3bd84c-11d6-46da-b7c1-c424968c134e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2518 2023.11.19 06:14:04.590989 [ 3 ] {3c3bd84c-11d6-46da-b7c1-c424968c134e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2519 2023.11.19 06:14:04.591247 [ 3 ] {3c3bd84c-11d6-46da-b7c1-c424968c134e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2520 2023.11.19 06:14:04.591445 [ 3 ] {3c3bd84c-11d6-46da-b7c1-c424968c134e} <Trace> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
2521 2023.11.19 06:14:04.591598 [ 3 ] {3c3bd84c-11d6-46da-b7c1-c424968c134e} <Information> executeQuery: Read 36 rows, 2.57 KiB in 0.001028702 sec., 34995 rows/sec., 2.44 MiB/sec.
2522 2023.11.19 06:14:04.591716 [ 3 ] {3c3bd84c-11d6-46da-b7c1-c424968c134e} <Debug> DynamicQueryHandler: Done processing query
2523 2023.11.19 06:14:04.591740 [ 3 ] {3c3bd84c-11d6-46da-b7c1-c424968c134e} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2524 2023.11.19 06:14:04.591756 [ 3 ] {} <Debug> HTTP-Session: be58adbf-05a9-4ca6-85d1-d070be76ad4a Destroying unnamed session
2525 2023.11.19 06:14:04.591921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2526 2023.11.19 06:14:04.591966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2527 2023.11.19 06:14:04.591984 [ 3 ] {} <Debug> HTTP-Session: 4d2799a0-5071-41e9-8d00-5e0786762ee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2528 2023.11.19 06:14:04.592001 [ 3 ] {} <Debug> HTTP-Session: 4d2799a0-5071-41e9-8d00-5e0786762ee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2529 2023.11.19 06:14:04.592084 [ 3 ] {f360e10e-9e69-4b61-992b-827092740796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2530 2023.11.19 06:14:04.592129 [ 3 ] {f360e10e-9e69-4b61-992b-827092740796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2531 2023.11.19 06:14:04.592267 [ 3 ] {f360e10e-9e69-4b61-992b-827092740796} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2532 2023.11.19 06:14:04.592763 [ 3 ] {f360e10e-9e69-4b61-992b-827092740796} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2533 2023.11.19 06:14:04.593087 [ 3 ] {f360e10e-9e69-4b61-992b-827092740796} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2534 2023.11.19 06:14:04.593263 [ 3 ] {f360e10e-9e69-4b61-992b-827092740796} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0.
2535 2023.11.19 06:14:04.593369 [ 3 ] {f360e10e-9e69-4b61-992b-827092740796} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001257537 sec., 33398 rows/sec., 45.07 MiB/sec.
2536 2023.11.19 06:14:04.593498 [ 3 ] {f360e10e-9e69-4b61-992b-827092740796} <Debug> DynamicQueryHandler: Done processing query
2537 2023.11.19 06:14:04.593522 [ 3 ] {f360e10e-9e69-4b61-992b-827092740796} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
2538 2023.11.19 06:14:04.593538 [ 3 ] {} <Debug> HTTP-Session: 4d2799a0-5071-41e9-8d00-5e0786762ee8 Destroying unnamed session
2539 2023.11.19 06:14:09.581669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2540 2023.11.19 06:14:09.581852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2541 2023.11.19 06:14:09.581899 [ 3 ] {} <Debug> HTTP-Session: a14f2a2a-bf26-4061-b381-1b3aea7dd779 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2542 2023.11.19 06:14:09.581944 [ 3 ] {} <Debug> HTTP-Session: a14f2a2a-bf26-4061-b381-1b3aea7dd779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2543 2023.11.19 06:14:09.582141 [ 3 ] {b0669152-9406-48cd-9440-cec5bdad7e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2544 2023.11.19 06:14:09.582238 [ 3 ] {b0669152-9406-48cd-9440-cec5bdad7e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2545 2023.11.19 06:14:09.582501 [ 3 ] {b0669152-9406-48cd-9440-cec5bdad7e56} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2546 2023.11.19 06:14:09.582895 [ 3 ] {b0669152-9406-48cd-9440-cec5bdad7e56} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2547 2023.11.19 06:14:09.583147 [ 3 ] {b0669152-9406-48cd-9440-cec5bdad7e56} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2548 2023.11.19 06:14:09.583314 [ 3 ] {b0669152-9406-48cd-9440-cec5bdad7e56} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0.
2549 2023.11.19 06:14:09.583453 [ 3 ] {b0669152-9406-48cd-9440-cec5bdad7e56} <Information> executeQuery: Read 5 rows, 415.00 B in 0.001248817 sec., 4003 rows/sec., 324.53 KiB/sec.
2550 2023.11.19 06:14:09.583585 [ 3 ] {b0669152-9406-48cd-9440-cec5bdad7e56} <Debug> DynamicQueryHandler: Done processing query
2551 2023.11.19 06:14:09.583610 [ 3 ] {b0669152-9406-48cd-9440-cec5bdad7e56} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2552 2023.11.19 06:14:09.583627 [ 3 ] {} <Debug> HTTP-Session: a14f2a2a-bf26-4061-b381-1b3aea7dd779 Destroying unnamed session
2553 2023.11.19 06:14:09.583792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2554 2023.11.19 06:14:09.583836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2555 2023.11.19 06:14:09.583855 [ 3 ] {} <Debug> HTTP-Session: df0d4ebb-1b67-4739-807e-254b663ac83f Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2556 2023.11.19 06:14:09.583873 [ 3 ] {} <Debug> HTTP-Session: df0d4ebb-1b67-4739-807e-254b663ac83f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2557 2023.11.19 06:14:09.583945 [ 3 ] {7a5e00cf-2f50-4ee3-9b96-70556aca75e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2558 2023.11.19 06:14:09.583984 [ 3 ] {7a5e00cf-2f50-4ee3-9b96-70556aca75e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2559 2023.11.19 06:14:09.584089 [ 3 ] {7a5e00cf-2f50-4ee3-9b96-70556aca75e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2560 2023.11.19 06:14:09.584375 [ 3 ] {7a5e00cf-2f50-4ee3-9b96-70556aca75e1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2561 2023.11.19 06:14:09.584590 [ 3 ] {7a5e00cf-2f50-4ee3-9b96-70556aca75e1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2562 2023.11.19 06:14:09.584738 [ 3 ] {7a5e00cf-2f50-4ee3-9b96-70556aca75e1} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0.
2563 2023.11.19 06:14:09.584866 [ 3 ] {7a5e00cf-2f50-4ee3-9b96-70556aca75e1} <Information> executeQuery: Read 15 rows, 1.39 KiB in 0.000892749 sec., 16802 rows/sec., 1.52 MiB/sec.
2564 2023.11.19 06:14:09.584986 [ 3 ] {7a5e00cf-2f50-4ee3-9b96-70556aca75e1} <Debug> DynamicQueryHandler: Done processing query
2565 2023.11.19 06:14:09.585009 [ 3 ] {7a5e00cf-2f50-4ee3-9b96-70556aca75e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2566 2023.11.19 06:14:09.585025 [ 3 ] {} <Debug> HTTP-Session: df0d4ebb-1b67-4739-807e-254b663ac83f Destroying unnamed session
2567 2023.11.19 06:14:09.585143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2568 2023.11.19 06:14:09.585188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2569 2023.11.19 06:14:09.585207 [ 3 ] {} <Debug> HTTP-Session: a49e968f-22f4-4021-8c3e-3688d86bcd35 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2570 2023.11.19 06:14:09.585224 [ 3 ] {} <Debug> HTTP-Session: a49e968f-22f4-4021-8c3e-3688d86bcd35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2571 2023.11.19 06:14:09.585293 [ 3 ] {0710d31f-6738-4ea5-8614-45e2510985ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2572 2023.11.19 06:14:09.585331 [ 3 ] {0710d31f-6738-4ea5-8614-45e2510985ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2573 2023.11.19 06:14:09.585437 [ 3 ] {0710d31f-6738-4ea5-8614-45e2510985ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2574 2023.11.19 06:14:09.585693 [ 3 ] {0710d31f-6738-4ea5-8614-45e2510985ac} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2575 2023.11.19 06:14:09.585895 [ 3 ] {0710d31f-6738-4ea5-8614-45e2510985ac} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2576 2023.11.19 06:14:09.586050 [ 3 ] {0710d31f-6738-4ea5-8614-45e2510985ac} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0.
2577 2023.11.19 06:14:09.586177 [ 3 ] {0710d31f-6738-4ea5-8614-45e2510985ac} <Information> executeQuery: Read 5 rows, 410.00 B in 0.000855428 sec., 5845 rows/sec., 468.06 KiB/sec.
2578 2023.11.19 06:14:09.586315 [ 3 ] {0710d31f-6738-4ea5-8614-45e2510985ac} <Debug> DynamicQueryHandler: Done processing query
2579 2023.11.19 06:14:09.586339 [ 3 ] {0710d31f-6738-4ea5-8614-45e2510985ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2580 2023.11.19 06:14:09.586354 [ 3 ] {} <Debug> HTTP-Session: a49e968f-22f4-4021-8c3e-3688d86bcd35 Destroying unnamed session
2581 2023.11.19 06:14:09.586459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2582 2023.11.19 06:14:09.586501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2583 2023.11.19 06:14:09.586521 [ 3 ] {} <Debug> HTTP-Session: 5d0a4c1e-5514-404a-a078-8629e641d0ee Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2584 2023.11.19 06:14:09.586537 [ 3 ] {} <Debug> HTTP-Session: 5d0a4c1e-5514-404a-a078-8629e641d0ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2585 2023.11.19 06:14:09.586610 [ 3 ] {fe5d860b-09bb-451c-8781-4b7842ec69d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2586 2023.11.19 06:14:09.586653 [ 3 ] {fe5d860b-09bb-451c-8781-4b7842ec69d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2587 2023.11.19 06:14:09.586790 [ 3 ] {fe5d860b-09bb-451c-8781-4b7842ec69d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2588 2023.11.19 06:14:09.587072 [ 3 ] {fe5d860b-09bb-451c-8781-4b7842ec69d4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2589 2023.11.19 06:14:09.587354 [ 3 ] {fe5d860b-09bb-451c-8781-4b7842ec69d4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2590 2023.11.19 06:14:09.587531 [ 3 ] {fe5d860b-09bb-451c-8781-4b7842ec69d4} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0.
2591 2023.11.19 06:14:09.587678 [ 3 ] {fe5d860b-09bb-451c-8781-4b7842ec69d4} <Information> executeQuery: Read 5 rows, 6.91 KiB in 0.001032842 sec., 4841 rows/sec., 6.53 MiB/sec.
2592 2023.11.19 06:14:09.587879 [ 3 ] {fe5d860b-09bb-451c-8781-4b7842ec69d4} <Debug> DynamicQueryHandler: Done processing query
2593 2023.11.19 06:14:09.587903 [ 3 ] {fe5d860b-09bb-451c-8781-4b7842ec69d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2594 2023.11.19 06:14:09.587919 [ 3 ] {} <Debug> HTTP-Session: 5d0a4c1e-5514-404a-a078-8629e641d0ee Destroying unnamed session
2595 2023.11.19 06:14:13.892604 [ 157 ] {} <Debug> DNSResolver: Updating DNS cache
2596 2023.11.19 06:14:13.892716 [ 157 ] {} <Debug> DNSResolver: Updated DNS cache
2597 2023.11.19 06:14:14.583588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2598 2023.11.19 06:14:14.583738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2599 2023.11.19 06:14:14.583783 [ 3 ] {} <Debug> HTTP-Session: bfeed025-118f-4f81-bb94-4accd0f8e81e Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2600 2023.11.19 06:14:14.583824 [ 3 ] {} <Debug> HTTP-Session: bfeed025-118f-4f81-bb94-4accd0f8e81e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2601 2023.11.19 06:14:14.584028 [ 3 ] {b1fbc2c6-b274-444b-ab17-dd1a095781bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2602 2023.11.19 06:14:14.584127 [ 3 ] {b1fbc2c6-b274-444b-ab17-dd1a095781bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2603 2023.11.19 06:14:14.584392 [ 3 ] {b1fbc2c6-b274-444b-ab17-dd1a095781bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2604 2023.11.19 06:14:14.584874 [ 3 ] {b1fbc2c6-b274-444b-ab17-dd1a095781bd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2605 2023.11.19 06:14:14.585140 [ 3 ] {b1fbc2c6-b274-444b-ab17-dd1a095781bd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2606 2023.11.19 06:14:14.585302 [ 3 ] {b1fbc2c6-b274-444b-ab17-dd1a095781bd} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0.
2607 2023.11.19 06:14:14.585430 [ 3 ] {b1fbc2c6-b274-444b-ab17-dd1a095781bd} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001340598 sec., 31329 rows/sec., 2.48 MiB/sec.
2608 2023.11.19 06:14:14.585571 [ 3 ] {b1fbc2c6-b274-444b-ab17-dd1a095781bd} <Debug> DynamicQueryHandler: Done processing query
2609 2023.11.19 06:14:14.585596 [ 3 ] {b1fbc2c6-b274-444b-ab17-dd1a095781bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2610 2023.11.19 06:14:14.585613 [ 3 ] {} <Debug> HTTP-Session: bfeed025-118f-4f81-bb94-4accd0f8e81e Destroying unnamed session
2611 2023.11.19 06:14:14.585836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 20229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2612 2023.11.19 06:14:14.585884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2613 2023.11.19 06:14:14.585904 [ 3 ] {} <Debug> HTTP-Session: 19b9ecaa-c5c5-4962-86c1-6242f745a833 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2614 2023.11.19 06:14:14.585923 [ 3 ] {} <Debug> HTTP-Session: 19b9ecaa-c5c5-4962-86c1-6242f745a833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2615 2023.11.19 06:14:14.586009 [ 3 ] {2f7af0c5-1a98-48ae-b848-d40e9b12d343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2616 2023.11.19 06:14:14.586052 [ 3 ] {2f7af0c5-1a98-48ae-b848-d40e9b12d343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2617 2023.11.19 06:14:14.586159 [ 3 ] {2f7af0c5-1a98-48ae-b848-d40e9b12d343} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2618 2023.11.19 06:14:14.586472 [ 3 ] {2f7af0c5-1a98-48ae-b848-d40e9b12d343} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2619 2023.11.19 06:14:14.586686 [ 3 ] {2f7af0c5-1a98-48ae-b848-d40e9b12d343} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2620 2023.11.19 06:14:14.586839 [ 3 ] {2f7af0c5-1a98-48ae-b848-d40e9b12d343} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0.
2621 2023.11.19 06:14:14.586966 [ 3 ] {2f7af0c5-1a98-48ae-b848-d40e9b12d343} <Information> executeQuery: Read 126 rows, 12.52 KiB in 0.00092697 sec., 135926 rows/sec., 13.19 MiB/sec.
2622 2023.11.19 06:14:14.587076 [ 3 ] {2f7af0c5-1a98-48ae-b848-d40e9b12d343} <Debug> DynamicQueryHandler: Done processing query
2623 2023.11.19 06:14:14.587100 [ 3 ] {2f7af0c5-1a98-48ae-b848-d40e9b12d343} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2624 2023.11.19 06:14:14.587116 [ 3 ] {} <Debug> HTTP-Session: 19b9ecaa-c5c5-4962-86c1-6242f745a833 Destroying unnamed session
2625 2023.11.19 06:14:14.587240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 7165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2626 2023.11.19 06:14:14.587284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2627 2023.11.19 06:14:14.587303 [ 3 ] {} <Debug> HTTP-Session: ebe803f1-260d-4a5b-990e-452932ed26a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2628 2023.11.19 06:14:14.587322 [ 3 ] {} <Debug> HTTP-Session: ebe803f1-260d-4a5b-990e-452932ed26a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2629 2023.11.19 06:14:14.587395 [ 3 ] {90196cbc-a244-4b98-8a48-1f7d7043f5d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2630 2023.11.19 06:14:14.587434 [ 3 ] {90196cbc-a244-4b98-8a48-1f7d7043f5d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2631 2023.11.19 06:14:14.587540 [ 3 ] {90196cbc-a244-4b98-8a48-1f7d7043f5d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2632 2023.11.19 06:14:14.587782 [ 3 ] {90196cbc-a244-4b98-8a48-1f7d7043f5d2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2633 2023.11.19 06:14:14.587984 [ 3 ] {90196cbc-a244-4b98-8a48-1f7d7043f5d2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2634 2023.11.19 06:14:14.588144 [ 3 ] {90196cbc-a244-4b98-8a48-1f7d7043f5d2} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0.
2635 2023.11.19 06:14:14.588270 [ 3 ] {90196cbc-a244-4b98-8a48-1f7d7043f5d2} <Information> executeQuery: Read 42 rows, 3.36 KiB in 0.000846348 sec., 49624 rows/sec., 3.88 MiB/sec.
2636 2023.11.19 06:14:14.588405 [ 3 ] {90196cbc-a244-4b98-8a48-1f7d7043f5d2} <Debug> DynamicQueryHandler: Done processing query
2637 2023.11.19 06:14:14.588430 [ 3 ] {90196cbc-a244-4b98-8a48-1f7d7043f5d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2638 2023.11.19 06:14:14.588447 [ 3 ] {} <Debug> HTTP-Session: ebe803f1-260d-4a5b-990e-452932ed26a5 Destroying unnamed session
2639 2023.11.19 06:14:14.588584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2640 2023.11.19 06:14:14.588629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2641 2023.11.19 06:14:14.588647 [ 3 ] {} <Debug> HTTP-Session: 1a05f2a1-70ea-405e-8b8e-176f7cebd780 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2642 2023.11.19 06:14:14.588665 [ 3 ] {} <Debug> HTTP-Session: 1a05f2a1-70ea-405e-8b8e-176f7cebd780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2643 2023.11.19 06:14:14.588747 [ 3 ] {2a947bc2-52c1-496b-b43b-92aa83b19c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2644 2023.11.19 06:14:14.588793 [ 3 ] {2a947bc2-52c1-496b-b43b-92aa83b19c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2645 2023.11.19 06:14:14.588937 [ 3 ] {2a947bc2-52c1-496b-b43b-92aa83b19c22} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2646 2023.11.19 06:14:14.589325 [ 3 ] {2a947bc2-52c1-496b-b43b-92aa83b19c22} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2647 2023.11.19 06:14:14.589625 [ 3 ] {2a947bc2-52c1-496b-b43b-92aa83b19c22} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2648 2023.11.19 06:14:14.589801 [ 3 ] {2a947bc2-52c1-496b-b43b-92aa83b19c22} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0.
2649 2023.11.19 06:14:14.589928 [ 3 ] {2a947bc2-52c1-496b-b43b-92aa83b19c22} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001152624 sec., 36438 rows/sec., 49.17 MiB/sec.
2650 2023.11.19 06:14:14.590041 [ 3 ] {2a947bc2-52c1-496b-b43b-92aa83b19c22} <Debug> DynamicQueryHandler: Done processing query
2651 2023.11.19 06:14:14.590064 [ 3 ] {2a947bc2-52c1-496b-b43b-92aa83b19c22} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
2652 2023.11.19 06:14:14.590080 [ 3 ] {} <Debug> HTTP-Session: 1a05f2a1-70ea-405e-8b8e-176f7cebd780 Destroying unnamed session
2653 2023.11.19 06:14:15.438142 [ 157 ] {} <Debug> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2654 2023.11.19 06:14:15.438288 [ 157 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2655 2023.11.19 06:14:15.438400 [ 19 ] {8e3d62df-cf70-43b4-b031-0727f6aed46a::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact
2656 2023.11.19 06:14:15.438587 [ 19 ] {8e3d62df-cf70-43b4-b031-0727f6aed46a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2657 2023.11.19 06:14:15.438651 [ 19 ] {8e3d62df-cf70-43b4-b031-0727f6aed46a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 240 rows starting from the beginning of the part
2658 2023.11.19 06:14:15.438869 [ 19 ] {8e3d62df-cf70-43b4-b031-0727f6aed46a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
2659 2023.11.19 06:14:15.439042 [ 19 ] {8e3d62df-cf70-43b4-b031-0727f6aed46a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 37 rows starting from the beginning of the part
2660 2023.11.19 06:14:15.439150 [ 19 ] {8e3d62df-cf70-43b4-b031-0727f6aed46a::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
2661 2023.11.19 06:14:15.439245 [ 19 ] {8e3d62df-cf70-43b4-b031-0727f6aed46a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part
2662 2023.11.19 06:14:15.439965 [ 18 ] {8e3d62df-cf70-43b4-b031-0727f6aed46a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 317 rows, containing 5 columns (5 merged, 0 gathered) in 0.001600854 sec., 198019.30719478478 rows/sec., 13.78 MiB/sec.
2663 2023.11.19 06:14:15.440196 [ 9 ] {8e3d62df-cf70-43b4-b031-0727f6aed46a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2664 2023.11.19 06:14:15.440472 [ 9 ] {8e3d62df-cf70-43b4-b031-0727f6aed46a::all_1_5_1} <Trace> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1.
2665 2023.11.19 06:14:15.440546 [ 9 ] {8e3d62df-cf70-43b4-b031-0727f6aed46a::all_1_5_1} <Trace> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a) (MergerMutator): Merged 5 parts: from all_1_1_0 to all_5_5_0
2666 2023.11.19 06:14:19.580760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2667 2023.11.19 06:14:19.580895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2668 2023.11.19 06:14:19.580925 [ 3 ] {} <Debug> HTTP-Session: c4e44c53-6a09-4d6c-9c9d-15985f69f708 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2669 2023.11.19 06:14:19.580953 [ 3 ] {} <Debug> HTTP-Session: c4e44c53-6a09-4d6c-9c9d-15985f69f708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2670 2023.11.19 06:14:19.581095 [ 3 ] {bbd666c6-7832-4b22-8374-aaa221876fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2671 2023.11.19 06:14:19.581165 [ 3 ] {bbd666c6-7832-4b22-8374-aaa221876fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2672 2023.11.19 06:14:19.581349 [ 3 ] {bbd666c6-7832-4b22-8374-aaa221876fc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2673 2023.11.19 06:14:19.581740 [ 3 ] {bbd666c6-7832-4b22-8374-aaa221876fc3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2674 2023.11.19 06:14:19.581999 [ 3 ] {bbd666c6-7832-4b22-8374-aaa221876fc3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2675 2023.11.19 06:14:19.582164 [ 3 ] {bbd666c6-7832-4b22-8374-aaa221876fc3} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0.
2676 2023.11.19 06:14:19.582310 [ 3 ] {bbd666c6-7832-4b22-8374-aaa221876fc3} <Information> executeQuery: Read 5 rows, 415.00 B in 0.001166205 sec., 4287 rows/sec., 347.51 KiB/sec.
2677 2023.11.19 06:14:19.582447 [ 3 ] {bbd666c6-7832-4b22-8374-aaa221876fc3} <Debug> DynamicQueryHandler: Done processing query
2678 2023.11.19 06:14:19.582472 [ 3 ] {bbd666c6-7832-4b22-8374-aaa221876fc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2679 2023.11.19 06:14:19.582488 [ 3 ] {} <Debug> HTTP-Session: c4e44c53-6a09-4d6c-9c9d-15985f69f708 Destroying unnamed session
2680 2023.11.19 06:14:19.582610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2681 2023.11.19 06:14:19.582657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2682 2023.11.19 06:14:19.582678 [ 3 ] {} <Debug> HTTP-Session: 4072f3e5-c3fc-44cc-8df6-fc98df46f318 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2683 2023.11.19 06:14:19.582697 [ 3 ] {} <Debug> HTTP-Session: 4072f3e5-c3fc-44cc-8df6-fc98df46f318 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2684 2023.11.19 06:14:19.582776 [ 3 ] {4369e142-207d-4f11-bf06-07f1a2ad59e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2685 2023.11.19 06:14:19.582818 [ 3 ] {4369e142-207d-4f11-bf06-07f1a2ad59e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2686 2023.11.19 06:14:19.582926 [ 3 ] {4369e142-207d-4f11-bf06-07f1a2ad59e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2687 2023.11.19 06:14:19.583167 [ 3 ] {4369e142-207d-4f11-bf06-07f1a2ad59e7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2688 2023.11.19 06:14:19.583374 [ 3 ] {4369e142-207d-4f11-bf06-07f1a2ad59e7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2689 2023.11.19 06:14:19.583523 [ 3 ] {4369e142-207d-4f11-bf06-07f1a2ad59e7} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0.
2690 2023.11.19 06:14:19.583656 [ 3 ] {4369e142-207d-4f11-bf06-07f1a2ad59e7} <Information> executeQuery: Read 15 rows, 1.39 KiB in 0.000850378 sec., 17639 rows/sec., 1.59 MiB/sec.
2691 2023.11.19 06:14:19.583760 [ 3 ] {4369e142-207d-4f11-bf06-07f1a2ad59e7} <Debug> DynamicQueryHandler: Done processing query
2692 2023.11.19 06:14:19.583784 [ 3 ] {4369e142-207d-4f11-bf06-07f1a2ad59e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2693 2023.11.19 06:14:19.583799 [ 3 ] {} <Debug> HTTP-Session: 4072f3e5-c3fc-44cc-8df6-fc98df46f318 Destroying unnamed session
2694 2023.11.19 06:14:19.583913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2695 2023.11.19 06:14:19.583958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2696 2023.11.19 06:14:19.583977 [ 3 ] {} <Debug> HTTP-Session: ab976092-056b-4dad-a078-b44432da5d2c Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2697 2023.11.19 06:14:19.583993 [ 3 ] {} <Debug> HTTP-Session: ab976092-056b-4dad-a078-b44432da5d2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2698 2023.11.19 06:14:19.584063 [ 3 ] {c19ff59d-c3dc-4e2e-a451-6c75bc4abb5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2699 2023.11.19 06:14:19.584102 [ 3 ] {c19ff59d-c3dc-4e2e-a451-6c75bc4abb5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2700 2023.11.19 06:14:19.584213 [ 3 ] {c19ff59d-c3dc-4e2e-a451-6c75bc4abb5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2701 2023.11.19 06:14:19.584437 [ 3 ] {c19ff59d-c3dc-4e2e-a451-6c75bc4abb5e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2702 2023.11.19 06:14:19.584637 [ 3 ] {c19ff59d-c3dc-4e2e-a451-6c75bc4abb5e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2703 2023.11.19 06:14:19.584791 [ 3 ] {c19ff59d-c3dc-4e2e-a451-6c75bc4abb5e} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0.
2704 2023.11.19 06:14:19.584927 [ 3 ] {c19ff59d-c3dc-4e2e-a451-6c75bc4abb5e} <Information> executeQuery: Read 5 rows, 410.00 B in 0.000828688 sec., 6033 rows/sec., 483.16 KiB/sec.
2705 2023.11.19 06:14:19.585111 [ 3 ] {c19ff59d-c3dc-4e2e-a451-6c75bc4abb5e} <Debug> DynamicQueryHandler: Done processing query
2706 2023.11.19 06:14:19.585136 [ 3 ] {c19ff59d-c3dc-4e2e-a451-6c75bc4abb5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2707 2023.11.19 06:14:19.585152 [ 3 ] {} <Debug> HTTP-Session: ab976092-056b-4dad-a078-b44432da5d2c Destroying unnamed session
2708 2023.11.19 06:14:19.585254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2709 2023.11.19 06:14:19.585299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2710 2023.11.19 06:14:19.585318 [ 3 ] {} <Debug> HTTP-Session: 686c3d50-5616-4cc1-872f-a0178714974e Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2711 2023.11.19 06:14:19.585336 [ 3 ] {} <Debug> HTTP-Session: 686c3d50-5616-4cc1-872f-a0178714974e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2712 2023.11.19 06:14:19.585410 [ 3 ] {8710b4af-7be5-4d97-b92c-7beb5e700fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2713 2023.11.19 06:14:19.585456 [ 3 ] {8710b4af-7be5-4d97-b92c-7beb5e700fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2714 2023.11.19 06:14:19.585611 [ 3 ] {8710b4af-7be5-4d97-b92c-7beb5e700fa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2715 2023.11.19 06:14:19.585859 [ 3 ] {8710b4af-7be5-4d97-b92c-7beb5e700fa9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2716 2023.11.19 06:14:19.586129 [ 3 ] {8710b4af-7be5-4d97-b92c-7beb5e700fa9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2717 2023.11.19 06:14:19.586305 [ 3 ] {8710b4af-7be5-4d97-b92c-7beb5e700fa9} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0.
2718 2023.11.19 06:14:19.586437 [ 3 ] {8710b4af-7be5-4d97-b92c-7beb5e700fa9} <Information> executeQuery: Read 5 rows, 6.91 KiB in 0.000998671 sec., 5006 rows/sec., 6.76 MiB/sec.
2719 2023.11.19 06:14:19.586612 [ 3 ] {8710b4af-7be5-4d97-b92c-7beb5e700fa9} <Debug> DynamicQueryHandler: Done processing query
2720 2023.11.19 06:14:19.586636 [ 3 ] {8710b4af-7be5-4d97-b92c-7beb5e700fa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
2721 2023.11.19 06:14:19.586652 [ 3 ] {} <Debug> HTTP-Session: 686c3d50-5616-4cc1-872f-a0178714974e Destroying unnamed session
2722 2023.11.19 06:14:24.583553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2723 2023.11.19 06:14:24.583686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2724 2023.11.19 06:14:24.583717 [ 3 ] {} <Debug> HTTP-Session: f94d6ddf-1f42-4c7f-8c37-102f418c4419 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2725 2023.11.19 06:14:24.583745 [ 3 ] {} <Debug> HTTP-Session: f94d6ddf-1f42-4c7f-8c37-102f418c4419 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2726 2023.11.19 06:14:24.583889 [ 3 ] {0368e8c9-4e64-4346-83e1-889df456c5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2727 2023.11.19 06:14:24.583956 [ 3 ] {0368e8c9-4e64-4346-83e1-889df456c5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2728 2023.11.19 06:14:24.584114 [ 3 ] {0368e8c9-4e64-4346-83e1-889df456c5cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2729 2023.11.19 06:14:24.584544 [ 3 ] {0368e8c9-4e64-4346-83e1-889df456c5cb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2730 2023.11.19 06:14:24.584808 [ 3 ] {0368e8c9-4e64-4346-83e1-889df456c5cb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2731 2023.11.19 06:14:24.584971 [ 3 ] {0368e8c9-4e64-4346-83e1-889df456c5cb} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0.
2732 2023.11.19 06:14:24.585088 [ 3 ] {0368e8c9-4e64-4346-83e1-889df456c5cb} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001159804 sec., 36213 rows/sec., 2.87 MiB/sec.
2733 2023.11.19 06:14:24.585093 [ 143 ] {} <Debug> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2734 2023.11.19 06:14:24.585161 [ 143 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2735 2023.11.19 06:14:24.585257 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact
2736 2023.11.19 06:14:24.585262 [ 3 ] {0368e8c9-4e64-4346-83e1-889df456c5cb} <Debug> DynamicQueryHandler: Done processing query
2737 2023.11.19 06:14:24.585342 [ 3 ] {0368e8c9-4e64-4346-83e1-889df456c5cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2738 2023.11.19 06:14:24.585404 [ 3 ] {} <Debug> HTTP-Session: f94d6ddf-1f42-4c7f-8c37-102f418c4419 Destroying unnamed session
2739 2023.11.19 06:14:24.585511 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2740 2023.11.19 06:14:24.585551 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 47 rows starting from the beginning of the part
2741 2023.11.19 06:14:24.585585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 679, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2742 2023.11.19 06:14:24.585644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2743 2023.11.19 06:14:24.585669 [ 3 ] {} <Debug> HTTP-Session: 9788642a-9d9e-460d-9335-e01ee6aa60da Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2744 2023.11.19 06:14:24.585700 [ 3 ] {} <Debug> HTTP-Session: 9788642a-9d9e-460d-9335-e01ee6aa60da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2745 2023.11.19 06:14:24.585726 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::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
2746 2023.11.19 06:14:24.585803 [ 3 ] {1076a2cd-72e2-427e-8fa0-d6e471244457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
2747 2023.11.19 06:14:24.585861 [ 3 ] {1076a2cd-72e2-427e-8fa0-d6e471244457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2748 2023.11.19 06:14:24.585870 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part
2749 2023.11.19 06:14:24.586041 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part
2750 2023.11.19 06:14:24.586092 [ 3 ] {1076a2cd-72e2-427e-8fa0-d6e471244457} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2751 2023.11.19 06:14:24.586172 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part
2752 2023.11.19 06:14:24.586274 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part
2753 2023.11.19 06:14:24.586594 [ 3 ] {1076a2cd-72e2-427e-8fa0-d6e471244457} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2754 2023.11.19 06:14:24.586902 [ 3 ] {1076a2cd-72e2-427e-8fa0-d6e471244457} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2755 2023.11.19 06:14:24.587122 [ 3 ] {1076a2cd-72e2-427e-8fa0-d6e471244457} <Trace> oximeter.fields_ipaddr (34016015-4bb9-4655-a5e0-a2684d238ea5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
2756 2023.11.19 06:14:24.587219 [ 18 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 4 columns (4 merged, 0 gathered) in 0.001995712 sec., 91696.59750505083 rows/sec., 7.26 MiB/sec.
2757 2023.11.19 06:14:24.587290 [ 3 ] {1076a2cd-72e2-427e-8fa0-d6e471244457} <Information> executeQuery: Read 4 rows, 342.00 B in 0.001448401 sec., 2761 rows/sec., 230.59 KiB/sec.
2758 2023.11.19 06:14:24.587432 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2759 2023.11.19 06:14:24.587468 [ 3 ] {1076a2cd-72e2-427e-8fa0-d6e471244457} <Debug> DynamicQueryHandler: Done processing query
2760 2023.11.19 06:14:24.587494 [ 3 ] {1076a2cd-72e2-427e-8fa0-d6e471244457} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2761 2023.11.19 06:14:24.587510 [ 3 ] {} <Debug> HTTP-Session: 9788642a-9d9e-460d-9335-e01ee6aa60da Destroying unnamed session
2762 2023.11.19 06:14:24.587616 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_21_4} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4.
2763 2023.11.19 06:14:24.587678 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_21_4} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0
2764 2023.11.19 06:14:24.587709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 20520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2765 2023.11.19 06:14:24.587768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2766 2023.11.19 06:14:24.587788 [ 3 ] {} <Debug> HTTP-Session: 327e05f6-dfda-4d0e-b0ee-76ea0a183015 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2767 2023.11.19 06:14:24.587804 [ 3 ] {} <Debug> HTTP-Session: 327e05f6-dfda-4d0e-b0ee-76ea0a183015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2768 2023.11.19 06:14:24.587880 [ 3 ] {bdff24db-3d76-49e0-8a2e-ccf99cdcd9b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2769 2023.11.19 06:14:24.587918 [ 3 ] {bdff24db-3d76-49e0-8a2e-ccf99cdcd9b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2770 2023.11.19 06:14:24.588023 [ 3 ] {bdff24db-3d76-49e0-8a2e-ccf99cdcd9b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2771 2023.11.19 06:14:24.588378 [ 3 ] {bdff24db-3d76-49e0-8a2e-ccf99cdcd9b5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2772 2023.11.19 06:14:24.588590 [ 3 ] {bdff24db-3d76-49e0-8a2e-ccf99cdcd9b5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2773 2023.11.19 06:14:24.588745 [ 3 ] {bdff24db-3d76-49e0-8a2e-ccf99cdcd9b5} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0.
2774 2023.11.19 06:14:24.588838 [ 143 ] {} <Debug> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2775 2023.11.19 06:14:24.588849 [ 3 ] {bdff24db-3d76-49e0-8a2e-ccf99cdcd9b5} <Information> executeQuery: Read 128 rows, 12.69 KiB in 0.00093997 sec., 136174 rows/sec., 13.19 MiB/sec.
2776 2023.11.19 06:14:24.588877 [ 143 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2777 2023.11.19 06:14:24.589028 [ 19 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact
2778 2023.11.19 06:14:24.589058 [ 3 ] {bdff24db-3d76-49e0-8a2e-ccf99cdcd9b5} <Debug> DynamicQueryHandler: Done processing query
2779 2023.11.19 06:14:24.589098 [ 3 ] {bdff24db-3d76-49e0-8a2e-ccf99cdcd9b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2780 2023.11.19 06:14:24.589127 [ 3 ] {} <Debug> HTTP-Session: 327e05f6-dfda-4d0e-b0ee-76ea0a183015 Destroying unnamed session
2781 2023.11.19 06:14:24.589188 [ 19 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2782 2023.11.19 06:14:24.589225 [ 19 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 182 rows starting from the beginning of the part
2783 2023.11.19 06:14:24.589295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2784 2023.11.19 06:14:24.589373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2785 2023.11.19 06:14:24.589421 [ 19 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 162 rows starting from the beginning of the part
2786 2023.11.19 06:14:24.589425 [ 3 ] {} <Debug> HTTP-Session: 88464a79-ccba-45f6-8bd8-03d439a2b40f Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2787 2023.11.19 06:14:24.589489 [ 3 ] {} <Debug> HTTP-Session: 88464a79-ccba-45f6-8bd8-03d439a2b40f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2788 2023.11.19 06:14:24.589655 [ 19 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 15 rows starting from the beginning of the part
2789 2023.11.19 06:14:24.589683 [ 3 ] {9da20ef7-f3a8-41f5-9c46-a7baed1f82be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2790 2023.11.19 06:14:24.589762 [ 3 ] {9da20ef7-f3a8-41f5-9c46-a7baed1f82be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2791 2023.11.19 06:14:24.589865 [ 19 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 126 rows starting from the beginning of the part
2792 2023.11.19 06:14:24.590142 [ 19 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part
2793 2023.11.19 06:14:24.590199 [ 3 ] {9da20ef7-f3a8-41f5-9c46-a7baed1f82be} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2794 2023.11.19 06:14:24.590372 [ 19 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 128 rows starting from the beginning of the part
2795 2023.11.19 06:14:24.590862 [ 3 ] {9da20ef7-f3a8-41f5-9c46-a7baed1f82be} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2796 2023.11.19 06:14:24.591345 [ 3 ] {9da20ef7-f3a8-41f5-9c46-a7baed1f82be} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2797 2023.11.19 06:14:24.591590 [ 3 ] {9da20ef7-f3a8-41f5-9c46-a7baed1f82be} <Trace> oximeter.fields_u16 (6833d3c5-54b3-41c4-8796-fbd39dc712ad): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
2798 2023.11.19 06:14:24.591903 [ 3 ] {9da20ef7-f3a8-41f5-9c46-a7baed1f82be} <Information> executeQuery: Read 4 rows, 286.00 B in 0.002130195 sec., 1877 rows/sec., 131.11 KiB/sec.
2799 2023.11.19 06:14:24.592071 [ 19 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 4 columns (4 merged, 0 gathered) in 0.003125206 sec., 200946.75359000333 rows/sec., 19.09 MiB/sec.
2800 2023.11.19 06:14:24.592143 [ 3 ] {9da20ef7-f3a8-41f5-9c46-a7baed1f82be} <Debug> DynamicQueryHandler: Done processing query
2801 2023.11.19 06:14:24.592174 [ 3 ] {9da20ef7-f3a8-41f5-9c46-a7baed1f82be} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2802 2023.11.19 06:14:24.592192 [ 3 ] {} <Debug> HTTP-Session: 88464a79-ccba-45f6-8bd8-03d439a2b40f Destroying unnamed session
2803 2023.11.19 06:14:24.592212 [ 16 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2804 2023.11.19 06:14:24.592321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 9703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2805 2023.11.19 06:14:24.592368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2806 2023.11.19 06:14:24.592393 [ 3 ] {} <Debug> HTTP-Session: f3c32a58-4a17-4c06-8713-a28ae02e07d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2807 2023.11.19 06:14:24.592396 [ 16 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_21_4} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4.
2808 2023.11.19 06:14:24.592416 [ 3 ] {} <Debug> HTTP-Session: f3c32a58-4a17-4c06-8713-a28ae02e07d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2809 2023.11.19 06:14:24.592477 [ 16 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_21_4} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0
2810 2023.11.19 06:14:24.592511 [ 3 ] {2d637537-d3f1-465e-8fc9-e9daf92b6463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2811 2023.11.19 06:14:24.592566 [ 3 ] {2d637537-d3f1-465e-8fc9-e9daf92b6463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2812 2023.11.19 06:14:24.592683 [ 3 ] {2d637537-d3f1-465e-8fc9-e9daf92b6463} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2813 2023.11.19 06:14:24.592973 [ 3 ] {2d637537-d3f1-465e-8fc9-e9daf92b6463} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2814 2023.11.19 06:14:24.593178 [ 3 ] {2d637537-d3f1-465e-8fc9-e9daf92b6463} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2815 2023.11.19 06:14:24.593324 [ 3 ] {2d637537-d3f1-465e-8fc9-e9daf92b6463} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0.
2816 2023.11.19 06:14:24.593413 [ 143 ] {} <Debug> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2817 2023.11.19 06:14:24.593425 [ 3 ] {2d637537-d3f1-465e-8fc9-e9daf92b6463} <Information> executeQuery: Read 57 rows, 4.56 KiB in 0.000874168 sec., 65204 rows/sec., 5.09 MiB/sec.
2818 2023.11.19 06:14:24.593454 [ 143 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2819 2023.11.19 06:14:24.593602 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact
2820 2023.11.19 06:14:24.593646 [ 3 ] {2d637537-d3f1-465e-8fc9-e9daf92b6463} <Debug> DynamicQueryHandler: Done processing query
2821 2023.11.19 06:14:24.593690 [ 3 ] {2d637537-d3f1-465e-8fc9-e9daf92b6463} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
2822 2023.11.19 06:14:24.593720 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2823 2023.11.19 06:14:24.593735 [ 3 ] {} <Debug> HTTP-Session: f3c32a58-4a17-4c06-8713-a28ae02e07d5 Destroying unnamed session
2824 2023.11.19 06:14:24.593776 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 110 rows starting from the beginning of the part
2825 2023.11.19 06:14:24.593925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2826 2023.11.19 06:14:24.593935 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 66 rows starting from the beginning of the part
2827 2023.11.19 06:14:24.594005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2828 2023.11.19 06:14:24.594047 [ 3 ] {} <Debug> HTTP-Session: 80f47934-a599-4146-952c-e92954411edd Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2829 2023.11.19 06:14:24.594094 [ 3 ] {} <Debug> HTTP-Session: 80f47934-a599-4146-952c-e92954411edd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2830 2023.11.19 06:14:24.594121 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part
2831 2023.11.19 06:14:24.594282 [ 3 ] {24fc3ea5-51b6-4364-97a2-09a15f17dfd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
2832 2023.11.19 06:14:24.594318 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part
2833 2023.11.19 06:14:24.594385 [ 3 ] {24fc3ea5-51b6-4364-97a2-09a15f17dfd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
2834 2023.11.19 06:14:24.594578 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part
2835 2023.11.19 06:14:24.594898 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 57 rows starting from the beginning of the part
2836 2023.11.19 06:14:24.594912 [ 3 ] {24fc3ea5-51b6-4364-97a2-09a15f17dfd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2837 2023.11.19 06:14:24.595561 [ 3 ] {24fc3ea5-51b6-4364-97a2-09a15f17dfd1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2838 2023.11.19 06:14:24.596168 [ 3 ] {24fc3ea5-51b6-4364-97a2-09a15f17dfd1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2839 2023.11.19 06:14:24.596331 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 4 columns (4 merged, 0 gathered) in 0.00281998 sec., 101064.54655706778 rows/sec., 7.89 MiB/sec.
2840 2023.11.19 06:14:24.596467 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2841 2023.11.19 06:14:24.596475 [ 3 ] {24fc3ea5-51b6-4364-97a2-09a15f17dfd1} <Trace> oximeter.measurements_cumulativei64 (fe446e03-5b84-44c0-94de-91065850fc43): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
2842 2023.11.19 06:14:24.596684 [ 3 ] {24fc3ea5-51b6-4364-97a2-09a15f17dfd1} <Information> executeQuery: Read 11 rows, 743.00 B in 0.00233561 sec., 4709 rows/sec., 310.66 KiB/sec.
2843 2023.11.19 06:14:24.596825 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_21_4} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4.
2844 2023.11.19 06:14:24.596978 [ 19 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_21_4} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0
2845 2023.11.19 06:14:24.597004 [ 3 ] {24fc3ea5-51b6-4364-97a2-09a15f17dfd1} <Debug> DynamicQueryHandler: Done processing query
2846 2023.11.19 06:14:24.597046 [ 3 ] {24fc3ea5-51b6-4364-97a2-09a15f17dfd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2847 2023.11.19 06:14:24.597092 [ 3 ] {} <Debug> HTTP-Session: 80f47934-a599-4146-952c-e92954411edd Destroying unnamed session
2848 2023.11.19 06:14:24.597202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2849 2023.11.19 06:14:24.597246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2850 2023.11.19 06:14:24.597266 [ 3 ] {} <Debug> HTTP-Session: 24e0b7f5-43f3-425a-922c-2ce3c2923db5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2851 2023.11.19 06:14:24.597283 [ 3 ] {} <Debug> HTTP-Session: 24e0b7f5-43f3-425a-922c-2ce3c2923db5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2852 2023.11.19 06:14:24.597354 [ 3 ] {8c13efaf-ba6e-4723-8dca-86ab79049d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2853 2023.11.19 06:14:24.597395 [ 3 ] {8c13efaf-ba6e-4723-8dca-86ab79049d71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2854 2023.11.19 06:14:24.597531 [ 3 ] {8c13efaf-ba6e-4723-8dca-86ab79049d71} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2855 2023.11.19 06:14:24.597790 [ 3 ] {8c13efaf-ba6e-4723-8dca-86ab79049d71} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2856 2023.11.19 06:14:24.598024 [ 3 ] {8c13efaf-ba6e-4723-8dca-86ab79049d71} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2857 2023.11.19 06:14:24.598210 [ 3 ] {8c13efaf-ba6e-4723-8dca-86ab79049d71} <Trace> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
2858 2023.11.19 06:14:24.598323 [ 3 ] {8c13efaf-ba6e-4723-8dca-86ab79049d71} <Information> executeQuery: Read 2 rows, 142.00 B in 0.00094076 sec., 2125 rows/sec., 147.40 KiB/sec.
2859 2023.11.19 06:14:24.598487 [ 3 ] {8c13efaf-ba6e-4723-8dca-86ab79049d71} <Debug> DynamicQueryHandler: Done processing query
2860 2023.11.19 06:14:24.598512 [ 3 ] {8c13efaf-ba6e-4723-8dca-86ab79049d71} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2861 2023.11.19 06:14:24.598527 [ 3 ] {} <Debug> HTTP-Session: 24e0b7f5-43f3-425a-922c-2ce3c2923db5 Destroying unnamed session
2862 2023.11.19 06:14:24.598680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2863 2023.11.19 06:14:24.598724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2864 2023.11.19 06:14:24.598743 [ 3 ] {} <Debug> HTTP-Session: 26d52e16-3755-4b88-9490-7a436be6c30d Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2865 2023.11.19 06:14:24.598760 [ 3 ] {} <Debug> HTTP-Session: 26d52e16-3755-4b88-9490-7a436be6c30d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2866 2023.11.19 06:14:24.598841 [ 3 ] {dc85d08b-3bdb-491a-b329-2e4c552560ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2867 2023.11.19 06:14:24.598885 [ 3 ] {dc85d08b-3bdb-491a-b329-2e4c552560ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2868 2023.11.19 06:14:24.599028 [ 3 ] {dc85d08b-3bdb-491a-b329-2e4c552560ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2869 2023.11.19 06:14:24.599458 [ 3 ] {dc85d08b-3bdb-491a-b329-2e4c552560ef} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2870 2023.11.19 06:14:24.599754 [ 3 ] {dc85d08b-3bdb-491a-b329-2e4c552560ef} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2871 2023.11.19 06:14:24.599933 [ 3 ] {dc85d08b-3bdb-491a-b329-2e4c552560ef} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0.
2872 2023.11.19 06:14:24.600032 [ 143 ] {} <Debug> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2873 2023.11.19 06:14:24.600037 [ 3 ] {dc85d08b-3bdb-491a-b329-2e4c552560ef} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001166325 sec., 36010 rows/sec., 48.59 MiB/sec.
2874 2023.11.19 06:14:24.600070 [ 143 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2875 2023.11.19 06:14:24.600214 [ 16 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact
2876 2023.11.19 06:14:24.600309 [ 3 ] {dc85d08b-3bdb-491a-b329-2e4c552560ef} <Debug> DynamicQueryHandler: Done processing query
2877 2023.11.19 06:14:24.600367 [ 3 ] {dc85d08b-3bdb-491a-b329-2e4c552560ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
2878 2023.11.19 06:14:24.600450 [ 3 ] {} <Debug> HTTP-Session: 26d52e16-3755-4b88-9490-7a436be6c30d Destroying unnamed session
2879 2023.11.19 06:14:24.600507 [ 16 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2880 2023.11.19 06:14:24.600576 [ 16 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 410 rows starting from the beginning of the part
2881 2023.11.19 06:14:24.600680 [ 16 ] {2b323905-d2c6-4a50-b374-219e0f292c23::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
2882 2023.11.19 06:14:24.600768 [ 16 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part
2883 2023.11.19 06:14:24.600852 [ 16 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part
2884 2023.11.19 06:14:24.600933 [ 16 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part
2885 2023.11.19 06:14:24.601012 [ 16 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part
2886 2023.11.19 06:14:24.602371 [ 13 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 546 rows, containing 6 columns (6 merged, 0 gathered) in 0.002243638 sec., 243354.76578663758 rows/sec., 328.39 MiB/sec.
2887 2023.11.19 06:14:24.602847 [ 13 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2888 2023.11.19 06:14:24.603130 [ 13 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4.
2889 2023.11.19 06:14:24.603209 [ 13 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0
2890 2023.11.19 06:14:24.603302 [ 13 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 2b323905-d2c6-4a50-b374-219e0f292c23::all_1_21_4: 4.45 MiB.
2891 2023.11.19 06:14:28.892778 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
2892 2023.11.19 06:14:28.892881 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
2893 2023.11.19 06:14:29.580824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2894 2023.11.19 06:14:29.580938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2895 2023.11.19 06:14:29.580968 [ 3 ] {} <Debug> HTTP-Session: 2d085c03-391b-471e-b18f-69fe22fe74c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2896 2023.11.19 06:14:29.580997 [ 3 ] {} <Debug> HTTP-Session: 2d085c03-391b-471e-b18f-69fe22fe74c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2897 2023.11.19 06:14:29.581137 [ 3 ] {5d0c90ef-8ad1-44a7-a484-157ec2c61226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2898 2023.11.19 06:14:29.581197 [ 3 ] {5d0c90ef-8ad1-44a7-a484-157ec2c61226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2899 2023.11.19 06:14:29.581358 [ 3 ] {5d0c90ef-8ad1-44a7-a484-157ec2c61226} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2900 2023.11.19 06:14:29.581745 [ 3 ] {5d0c90ef-8ad1-44a7-a484-157ec2c61226} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2901 2023.11.19 06:14:29.582006 [ 3 ] {5d0c90ef-8ad1-44a7-a484-157ec2c61226} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2902 2023.11.19 06:14:29.582172 [ 3 ] {5d0c90ef-8ad1-44a7-a484-157ec2c61226} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0.
2903 2023.11.19 06:14:29.582316 [ 3 ] {5d0c90ef-8ad1-44a7-a484-157ec2c61226} <Information> executeQuery: Read 5 rows, 415.00 B in 0.001132375 sec., 4415 rows/sec., 357.90 KiB/sec.
2904 2023.11.19 06:14:29.582459 [ 3 ] {5d0c90ef-8ad1-44a7-a484-157ec2c61226} <Debug> DynamicQueryHandler: Done processing query
2905 2023.11.19 06:14:29.582487 [ 3 ] {5d0c90ef-8ad1-44a7-a484-157ec2c61226} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2906 2023.11.19 06:14:29.582504 [ 3 ] {} <Debug> HTTP-Session: 2d085c03-391b-471e-b18f-69fe22fe74c0 Destroying unnamed session
2907 2023.11.19 06:14:29.582631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2908 2023.11.19 06:14:29.582682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2909 2023.11.19 06:14:29.582702 [ 3 ] {} <Debug> HTTP-Session: 46fa2f65-7531-4e64-a38b-ce81cefb0e51 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2910 2023.11.19 06:14:29.582720 [ 3 ] {} <Debug> HTTP-Session: 46fa2f65-7531-4e64-a38b-ce81cefb0e51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2911 2023.11.19 06:14:29.582802 [ 3 ] {3002cf57-7c15-4e93-8049-cfef383050a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2912 2023.11.19 06:14:29.582846 [ 3 ] {3002cf57-7c15-4e93-8049-cfef383050a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2913 2023.11.19 06:14:29.582957 [ 3 ] {3002cf57-7c15-4e93-8049-cfef383050a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2914 2023.11.19 06:14:29.583228 [ 3 ] {3002cf57-7c15-4e93-8049-cfef383050a8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2915 2023.11.19 06:14:29.583437 [ 3 ] {3002cf57-7c15-4e93-8049-cfef383050a8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2916 2023.11.19 06:14:29.583592 [ 3 ] {3002cf57-7c15-4e93-8049-cfef383050a8} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0.
2917 2023.11.19 06:14:29.583726 [ 3 ] {3002cf57-7c15-4e93-8049-cfef383050a8} <Information> executeQuery: Read 15 rows, 1.39 KiB in 0.000886809 sec., 16914 rows/sec., 1.53 MiB/sec.
2918 2023.11.19 06:14:29.583926 [ 3 ] {3002cf57-7c15-4e93-8049-cfef383050a8} <Debug> DynamicQueryHandler: Done processing query
2919 2023.11.19 06:14:29.583952 [ 3 ] {3002cf57-7c15-4e93-8049-cfef383050a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2920 2023.11.19 06:14:29.583968 [ 3 ] {} <Debug> HTTP-Session: 46fa2f65-7531-4e64-a38b-ce81cefb0e51 Destroying unnamed session
2921 2023.11.19 06:14:29.584116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2922 2023.11.19 06:14:29.584164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2923 2023.11.19 06:14:29.584183 [ 3 ] {} <Debug> HTTP-Session: dad39334-5137-4d88-ad82-237c322afb2b Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2924 2023.11.19 06:14:29.584202 [ 3 ] {} <Debug> HTTP-Session: dad39334-5137-4d88-ad82-237c322afb2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2925 2023.11.19 06:14:29.584273 [ 3 ] {7b55fb26-266c-4afa-80d2-e2672c06b7c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2926 2023.11.19 06:14:29.584313 [ 3 ] {7b55fb26-266c-4afa-80d2-e2672c06b7c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2927 2023.11.19 06:14:29.584439 [ 3 ] {7b55fb26-266c-4afa-80d2-e2672c06b7c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2928 2023.11.19 06:14:29.584692 [ 3 ] {7b55fb26-266c-4afa-80d2-e2672c06b7c4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2929 2023.11.19 06:14:29.584912 [ 3 ] {7b55fb26-266c-4afa-80d2-e2672c06b7c4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2930 2023.11.19 06:14:29.585062 [ 3 ] {7b55fb26-266c-4afa-80d2-e2672c06b7c4} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0.
2931 2023.11.19 06:14:29.585183 [ 3 ] {7b55fb26-266c-4afa-80d2-e2672c06b7c4} <Information> executeQuery: Read 5 rows, 410.00 B in 0.000880809 sec., 5676 rows/sec., 454.57 KiB/sec.
2932 2023.11.19 06:14:29.585299 [ 3 ] {7b55fb26-266c-4afa-80d2-e2672c06b7c4} <Debug> DynamicQueryHandler: Done processing query
2933 2023.11.19 06:14:29.585322 [ 3 ] {7b55fb26-266c-4afa-80d2-e2672c06b7c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2934 2023.11.19 06:14:29.585338 [ 3 ] {} <Debug> HTTP-Session: dad39334-5137-4d88-ad82-237c322afb2b Destroying unnamed session
2935 2023.11.19 06:14:29.585441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2936 2023.11.19 06:14:29.585486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2937 2023.11.19 06:14:29.585504 [ 3 ] {} <Debug> HTTP-Session: 15ec27ba-a07b-4323-8e35-84c8a31fb8a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2938 2023.11.19 06:14:29.585522 [ 3 ] {} <Debug> HTTP-Session: 15ec27ba-a07b-4323-8e35-84c8a31fb8a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2939 2023.11.19 06:14:29.585595 [ 3 ] {2929dc61-38da-4f46-a7c6-5e5e60d1ab5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2940 2023.11.19 06:14:29.585640 [ 3 ] {2929dc61-38da-4f46-a7c6-5e5e60d1ab5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2941 2023.11.19 06:14:29.585780 [ 3 ] {2929dc61-38da-4f46-a7c6-5e5e60d1ab5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2942 2023.11.19 06:14:29.586062 [ 3 ] {2929dc61-38da-4f46-a7c6-5e5e60d1ab5e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2943 2023.11.19 06:14:29.586340 [ 3 ] {2929dc61-38da-4f46-a7c6-5e5e60d1ab5e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2944 2023.11.19 06:14:29.586520 [ 3 ] {2929dc61-38da-4f46-a7c6-5e5e60d1ab5e} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0.
2945 2023.11.19 06:14:29.586639 [ 3 ] {2929dc61-38da-4f46-a7c6-5e5e60d1ab5e} <Information> executeQuery: Read 5 rows, 6.91 KiB in 0.001015542 sec., 4923 rows/sec., 6.64 MiB/sec.
2946 2023.11.19 06:14:29.586763 [ 3 ] {2929dc61-38da-4f46-a7c6-5e5e60d1ab5e} <Debug> DynamicQueryHandler: Done processing query
2947 2023.11.19 06:14:29.586786 [ 3 ] {2929dc61-38da-4f46-a7c6-5e5e60d1ab5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2948 2023.11.19 06:14:29.586803 [ 3 ] {} <Debug> HTTP-Session: 15ec27ba-a07b-4323-8e35-84c8a31fb8a4 Destroying unnamed session
2949 2023.11.19 06:14:34.585111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2950 2023.11.19 06:14:34.585244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2951 2023.11.19 06:14:34.585274 [ 3 ] {} <Debug> HTTP-Session: c4494133-b302-438e-a230-7e2b95760304 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2952 2023.11.19 06:14:34.585303 [ 3 ] {} <Debug> HTTP-Session: c4494133-b302-438e-a230-7e2b95760304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2953 2023.11.19 06:14:34.585448 [ 3 ] {e60fade9-f0de-4f9f-86a4-a8769a0b889c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2954 2023.11.19 06:14:34.585518 [ 3 ] {e60fade9-f0de-4f9f-86a4-a8769a0b889c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2955 2023.11.19 06:14:34.585700 [ 3 ] {e60fade9-f0de-4f9f-86a4-a8769a0b889c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2956 2023.11.19 06:14:34.586227 [ 3 ] {e60fade9-f0de-4f9f-86a4-a8769a0b889c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2957 2023.11.19 06:14:34.586502 [ 3 ] {e60fade9-f0de-4f9f-86a4-a8769a0b889c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2958 2023.11.19 06:14:34.586667 [ 3 ] {e60fade9-f0de-4f9f-86a4-a8769a0b889c} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0.
2959 2023.11.19 06:14:34.586787 [ 3 ] {e60fade9-f0de-4f9f-86a4-a8769a0b889c} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001300148 sec., 32304 rows/sec., 2.56 MiB/sec.
2960 2023.11.19 06:14:34.586968 [ 3 ] {e60fade9-f0de-4f9f-86a4-a8769a0b889c} <Debug> DynamicQueryHandler: Done processing query
2961 2023.11.19 06:14:34.586994 [ 3 ] {e60fade9-f0de-4f9f-86a4-a8769a0b889c} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2962 2023.11.19 06:14:34.587011 [ 3 ] {} <Debug> HTTP-Session: c4494133-b302-438e-a230-7e2b95760304 Destroying unnamed session
2963 2023.11.19 06:14:34.587127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2964 2023.11.19 06:14:34.587180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2965 2023.11.19 06:14:34.587201 [ 3 ] {} <Debug> HTTP-Session: a798631f-735a-4e13-896a-b27bcaed18a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2966 2023.11.19 06:14:34.587219 [ 3 ] {} <Debug> HTTP-Session: a798631f-735a-4e13-896a-b27bcaed18a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2967 2023.11.19 06:14:34.587303 [ 3 ] {12cebb22-100e-4a3f-a95f-2db56d77c193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
2968 2023.11.19 06:14:34.587346 [ 3 ] {12cebb22-100e-4a3f-a95f-2db56d77c193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2969 2023.11.19 06:14:34.587456 [ 3 ] {12cebb22-100e-4a3f-a95f-2db56d77c193} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2970 2023.11.19 06:14:34.587717 [ 3 ] {12cebb22-100e-4a3f-a95f-2db56d77c193} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2971 2023.11.19 06:14:34.587927 [ 3 ] {12cebb22-100e-4a3f-a95f-2db56d77c193} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2972 2023.11.19 06:14:34.588078 [ 3 ] {12cebb22-100e-4a3f-a95f-2db56d77c193} <Trace> oximeter.fields_ipaddr (34016015-4bb9-4655-a5e0-a2684d238ea5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
2973 2023.11.19 06:14:34.588180 [ 3 ] {12cebb22-100e-4a3f-a95f-2db56d77c193} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000849458 sec., 2354 rows/sec., 201.19 KiB/sec.
2974 2023.11.19 06:14:34.588342 [ 3 ] {12cebb22-100e-4a3f-a95f-2db56d77c193} <Debug> DynamicQueryHandler: Done processing query
2975 2023.11.19 06:14:34.588366 [ 3 ] {12cebb22-100e-4a3f-a95f-2db56d77c193} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2976 2023.11.19 06:14:34.588382 [ 3 ] {} <Debug> HTTP-Session: a798631f-735a-4e13-896a-b27bcaed18a5 Destroying unnamed session
2977 2023.11.19 06:14:34.588583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 25676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2978 2023.11.19 06:14:34.588631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2979 2023.11.19 06:14:34.588650 [ 3 ] {} <Debug> HTTP-Session: 61e7d9dc-0e19-481d-8e82-547391df9277 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2980 2023.11.19 06:14:34.588667 [ 3 ] {} <Debug> HTTP-Session: 61e7d9dc-0e19-481d-8e82-547391df9277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2981 2023.11.19 06:14:34.588747 [ 3 ] {78c93c1c-60cf-482a-8e3a-e52d5e78c313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2982 2023.11.19 06:14:34.588786 [ 3 ] {78c93c1c-60cf-482a-8e3a-e52d5e78c313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2983 2023.11.19 06:14:34.588900 [ 3 ] {78c93c1c-60cf-482a-8e3a-e52d5e78c313} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2984 2023.11.19 06:14:34.589260 [ 3 ] {78c93c1c-60cf-482a-8e3a-e52d5e78c313} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2985 2023.11.19 06:14:34.589507 [ 3 ] {78c93c1c-60cf-482a-8e3a-e52d5e78c313} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2986 2023.11.19 06:14:34.589652 [ 3 ] {78c93c1c-60cf-482a-8e3a-e52d5e78c313} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0.
2987 2023.11.19 06:14:34.589752 [ 3 ] {78c93c1c-60cf-482a-8e3a-e52d5e78c313} <Information> executeQuery: Read 163 rows, 15.73 KiB in 0.000978431 sec., 166593 rows/sec., 15.70 MiB/sec.
2988 2023.11.19 06:14:34.589868 [ 3 ] {78c93c1c-60cf-482a-8e3a-e52d5e78c313} <Debug> DynamicQueryHandler: Done processing query
2989 2023.11.19 06:14:34.589892 [ 3 ] {78c93c1c-60cf-482a-8e3a-e52d5e78c313} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2990 2023.11.19 06:14:34.589908 [ 3 ] {} <Debug> HTTP-Session: 61e7d9dc-0e19-481d-8e82-547391df9277 Destroying unnamed session
2991 2023.11.19 06:14:34.590015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2992 2023.11.19 06:14:34.590060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2993 2023.11.19 06:14:34.590079 [ 3 ] {} <Debug> HTTP-Session: af6ef2f6-43a8-4c83-b55e-36c4bf9c5dcf Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
2994 2023.11.19 06:14:34.590096 [ 3 ] {} <Debug> HTTP-Session: af6ef2f6-43a8-4c83-b55e-36c4bf9c5dcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2995 2023.11.19 06:14:34.590166 [ 3 ] {75ca89f4-4acf-419e-be61-6de9862a73ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2996 2023.11.19 06:14:34.590206 [ 3 ] {75ca89f4-4acf-419e-be61-6de9862a73ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2997 2023.11.19 06:14:34.590310 [ 3 ] {75ca89f4-4acf-419e-be61-6de9862a73ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2998 2023.11.19 06:14:34.590576 [ 3 ] {75ca89f4-4acf-419e-be61-6de9862a73ed} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
2999 2023.11.19 06:14:34.590779 [ 3 ] {75ca89f4-4acf-419e-be61-6de9862a73ed} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3000 2023.11.19 06:14:34.590937 [ 3 ] {75ca89f4-4acf-419e-be61-6de9862a73ed} <Trace> oximeter.fields_u16 (6833d3c5-54b3-41c4-8796-fbd39dc712ad): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
3001 2023.11.19 06:14:34.591037 [ 3 ] {75ca89f4-4acf-419e-be61-6de9862a73ed} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000841558 sec., 2376 rows/sec., 165.94 KiB/sec.
3002 2023.11.19 06:14:34.591154 [ 3 ] {75ca89f4-4acf-419e-be61-6de9862a73ed} <Debug> DynamicQueryHandler: Done processing query
3003 2023.11.19 06:14:34.591177 [ 3 ] {75ca89f4-4acf-419e-be61-6de9862a73ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3004 2023.11.19 06:14:34.591192 [ 3 ] {} <Debug> HTTP-Session: af6ef2f6-43a8-4c83-b55e-36c4bf9c5dcf Destroying unnamed session
3005 2023.11.19 06:14:34.591320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 11550, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3006 2023.11.19 06:14:34.591365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3007 2023.11.19 06:14:34.591384 [ 3 ] {} <Debug> HTTP-Session: 9649e326-615c-4cc3-a93e-147a67220312 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3008 2023.11.19 06:14:34.591401 [ 3 ] {} <Debug> HTTP-Session: 9649e326-615c-4cc3-a93e-147a67220312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3009 2023.11.19 06:14:34.591475 [ 3 ] {c418418a-eaa3-4e63-8011-5aaedda7d378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3010 2023.11.19 06:14:34.591513 [ 3 ] {c418418a-eaa3-4e63-8011-5aaedda7d378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3011 2023.11.19 06:14:34.591615 [ 3 ] {c418418a-eaa3-4e63-8011-5aaedda7d378} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3012 2023.11.19 06:14:34.591977 [ 3 ] {c418418a-eaa3-4e63-8011-5aaedda7d378} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
3013 2023.11.19 06:14:34.592186 [ 3 ] {c418418a-eaa3-4e63-8011-5aaedda7d378} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3014 2023.11.19 06:14:34.592334 [ 3 ] {c418418a-eaa3-4e63-8011-5aaedda7d378} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0.
3015 2023.11.19 06:14:34.592530 [ 3 ] {c418418a-eaa3-4e63-8011-5aaedda7d378} <Information> executeQuery: Read 68 rows, 5.42 KiB in 0.001028742 sec., 66100 rows/sec., 5.15 MiB/sec.
3016 2023.11.19 06:14:34.592685 [ 3 ] {c418418a-eaa3-4e63-8011-5aaedda7d378} <Debug> DynamicQueryHandler: Done processing query
3017 2023.11.19 06:14:34.592709 [ 3 ] {c418418a-eaa3-4e63-8011-5aaedda7d378} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
3018 2023.11.19 06:14:34.592724 [ 3 ] {} <Debug> HTTP-Session: 9649e326-615c-4cc3-a93e-147a67220312 Destroying unnamed session
3019 2023.11.19 06:14:34.592836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 7201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3020 2023.11.19 06:14:34.592880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3021 2023.11.19 06:14:34.592898 [ 3 ] {} <Debug> HTTP-Session: 8ecd1962-e280-47ce-b8ec-2d4800829b16 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3022 2023.11.19 06:14:34.592915 [ 3 ] {} <Debug> HTTP-Session: 8ecd1962-e280-47ce-b8ec-2d4800829b16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3023 2023.11.19 06:14:34.592989 [ 3 ] {c208e9eb-24fe-479a-81c7-b1feae899663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3024 2023.11.19 06:14:34.593032 [ 3 ] {c208e9eb-24fe-479a-81c7-b1feae899663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3025 2023.11.19 06:14:34.593151 [ 3 ] {c208e9eb-24fe-479a-81c7-b1feae899663} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3026 2023.11.19 06:14:34.593460 [ 3 ] {c208e9eb-24fe-479a-81c7-b1feae899663} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
3027 2023.11.19 06:14:34.593707 [ 3 ] {c208e9eb-24fe-479a-81c7-b1feae899663} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3028 2023.11.19 06:14:34.593897 [ 3 ] {c208e9eb-24fe-479a-81c7-b1feae899663} <Trace> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0.
3029 2023.11.19 06:14:34.594000 [ 3 ] {c208e9eb-24fe-479a-81c7-b1feae899663} <Information> executeQuery: Read 37 rows, 2.64 KiB in 0.000981901 sec., 37682 rows/sec., 2.62 MiB/sec.
3030 2023.11.19 06:14:34.594122 [ 3 ] {c208e9eb-24fe-479a-81c7-b1feae899663} <Debug> DynamicQueryHandler: Done processing query
3031 2023.11.19 06:14:34.594147 [ 3 ] {c208e9eb-24fe-479a-81c7-b1feae899663} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
3032 2023.11.19 06:14:34.594258 [ 3 ] {} <Debug> HTTP-Session: 8ecd1962-e280-47ce-b8ec-2d4800829b16 Destroying unnamed session
3033 2023.11.19 06:14:34.594431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3034 2023.11.19 06:14:34.594478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3035 2023.11.19 06:14:34.594496 [ 3 ] {} <Debug> HTTP-Session: 3e888cad-566a-45e6-adb5-e8cdc2d9672e Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3036 2023.11.19 06:14:34.594512 [ 3 ] {} <Debug> HTTP-Session: 3e888cad-566a-45e6-adb5-e8cdc2d9672e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3037 2023.11.19 06:14:34.594595 [ 3 ] {6c872716-307b-4e30-9577-999d14944c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
3038 2023.11.19 06:14:34.594639 [ 3 ] {6c872716-307b-4e30-9577-999d14944c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
3039 2023.11.19 06:14:34.594774 [ 3 ] {6c872716-307b-4e30-9577-999d14944c3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3040 2023.11.19 06:14:34.595247 [ 3 ] {6c872716-307b-4e30-9577-999d14944c3a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.61 GiB.
3041 2023.11.19 06:14:34.595559 [ 3 ] {6c872716-307b-4e30-9577-999d14944c3a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3042 2023.11.19 06:14:34.595734 [ 3 ] {6c872716-307b-4e30-9577-999d14944c3a} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0.
3043 2023.11.19 06:14:34.595835 [ 3 ] {6c872716-307b-4e30-9577-999d14944c3a} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001212936 sec., 34626 rows/sec., 46.73 MiB/sec.
3044 2023.11.19 06:14:34.595959 [ 3 ] {6c872716-307b-4e30-9577-999d14944c3a} <Debug> DynamicQueryHandler: Done processing query
3045 2023.11.19 06:14:34.595982 [ 3 ] {6c872716-307b-4e30-9577-999d14944c3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
3046 2023.11.19 06:14:34.595998 [ 3 ] {} <Debug> HTTP-Session: 3e888cad-566a-45e6-adb5-e8cdc2d9672e Destroying unnamed session
3047 2023.11.19 06:14:39.581586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3048 2023.11.19 06:14:39.581819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3049 2023.11.19 06:14:39.581872 [ 3 ] {} <Debug> HTTP-Session: 9a56a769-cad6-4432-827b-f8ebe9a69b60 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3050 2023.11.19 06:14:39.581909 [ 3 ] {} <Debug> HTTP-Session: 9a56a769-cad6-4432-827b-f8ebe9a69b60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3051 2023.11.19 06:14:39.582074 [ 3 ] {fdfb02f8-2bd6-4277-8691-2f547e2a972c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3052 2023.11.19 06:14:39.582153 [ 3 ] {fdfb02f8-2bd6-4277-8691-2f547e2a972c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3053 2023.11.19 06:14:39.582317 [ 3 ] {fdfb02f8-2bd6-4277-8691-2f547e2a972c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3054 2023.11.19 06:14:39.582748 [ 3 ] {fdfb02f8-2bd6-4277-8691-2f547e2a972c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3055 2023.11.19 06:14:39.583040 [ 3 ] {fdfb02f8-2bd6-4277-8691-2f547e2a972c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3056 2023.11.19 06:14:39.583203 [ 3 ] {fdfb02f8-2bd6-4277-8691-2f547e2a972c} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0.
3057 2023.11.19 06:14:39.583342 [ 3 ] {fdfb02f8-2bd6-4277-8691-2f547e2a972c} <Information> executeQuery: Read 5 rows, 415.00 B in 0.001217036 sec., 4108 rows/sec., 333.00 KiB/sec.
3058 2023.11.19 06:14:39.583487 [ 3 ] {fdfb02f8-2bd6-4277-8691-2f547e2a972c} <Debug> DynamicQueryHandler: Done processing query
3059 2023.11.19 06:14:39.583512 [ 3 ] {fdfb02f8-2bd6-4277-8691-2f547e2a972c} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
3060 2023.11.19 06:14:39.583529 [ 3 ] {} <Debug> HTTP-Session: 9a56a769-cad6-4432-827b-f8ebe9a69b60 Destroying unnamed session
3061 2023.11.19 06:14:39.583648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3062 2023.11.19 06:14:39.583694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3063 2023.11.19 06:14:39.583713 [ 3 ] {} <Debug> HTTP-Session: 4f7e90c1-5ff2-4646-b451-099bc928c86c Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3064 2023.11.19 06:14:39.583730 [ 3 ] {} <Debug> HTTP-Session: 4f7e90c1-5ff2-4646-b451-099bc928c86c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3065 2023.11.19 06:14:39.583800 [ 3 ] {0cf7cee5-5927-478b-b1c8-cb080c02964c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3066 2023.11.19 06:14:39.583841 [ 3 ] {0cf7cee5-5927-478b-b1c8-cb080c02964c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3067 2023.11.19 06:14:39.583948 [ 3 ] {0cf7cee5-5927-478b-b1c8-cb080c02964c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3068 2023.11.19 06:14:39.584269 [ 3 ] {0cf7cee5-5927-478b-b1c8-cb080c02964c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3069 2023.11.19 06:14:39.584477 [ 3 ] {0cf7cee5-5927-478b-b1c8-cb080c02964c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3070 2023.11.19 06:14:39.584620 [ 3 ] {0cf7cee5-5927-478b-b1c8-cb080c02964c} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0.
3071 2023.11.19 06:14:39.584745 [ 3 ] {0cf7cee5-5927-478b-b1c8-cb080c02964c} <Information> executeQuery: Read 15 rows, 1.39 KiB in 0.000916039 sec., 16374 rows/sec., 1.48 MiB/sec.
3072 2023.11.19 06:14:39.584901 [ 3 ] {0cf7cee5-5927-478b-b1c8-cb080c02964c} <Debug> DynamicQueryHandler: Done processing query
3073 2023.11.19 06:14:39.584926 [ 3 ] {0cf7cee5-5927-478b-b1c8-cb080c02964c} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
3074 2023.11.19 06:14:39.584942 [ 3 ] {} <Debug> HTTP-Session: 4f7e90c1-5ff2-4646-b451-099bc928c86c Destroying unnamed session
3075 2023.11.19 06:14:39.585083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3076 2023.11.19 06:14:39.585127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3077 2023.11.19 06:14:39.585147 [ 3 ] {} <Debug> HTTP-Session: 2bb21038-8dd8-45a5-9220-f79b53b8cb5c Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3078 2023.11.19 06:14:39.585164 [ 3 ] {} <Debug> HTTP-Session: 2bb21038-8dd8-45a5-9220-f79b53b8cb5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3079 2023.11.19 06:14:39.585236 [ 3 ] {eb6131ef-0d92-4be1-8c7a-3bb898737778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3080 2023.11.19 06:14:39.585277 [ 3 ] {eb6131ef-0d92-4be1-8c7a-3bb898737778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3081 2023.11.19 06:14:39.585390 [ 3 ] {eb6131ef-0d92-4be1-8c7a-3bb898737778} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3082 2023.11.19 06:14:39.585668 [ 3 ] {eb6131ef-0d92-4be1-8c7a-3bb898737778} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3083 2023.11.19 06:14:39.585866 [ 3 ] {eb6131ef-0d92-4be1-8c7a-3bb898737778} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3084 2023.11.19 06:14:39.586015 [ 3 ] {eb6131ef-0d92-4be1-8c7a-3bb898737778} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0.
3085 2023.11.19 06:14:39.586140 [ 3 ] {eb6131ef-0d92-4be1-8c7a-3bb898737778} <Information> executeQuery: Read 5 rows, 410.00 B in 0.000874819 sec., 5715 rows/sec., 457.68 KiB/sec.
3086 2023.11.19 06:14:39.586254 [ 3 ] {eb6131ef-0d92-4be1-8c7a-3bb898737778} <Debug> DynamicQueryHandler: Done processing query
3087 2023.11.19 06:14:39.586278 [ 3 ] {eb6131ef-0d92-4be1-8c7a-3bb898737778} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
3088 2023.11.19 06:14:39.586294 [ 3 ] {} <Debug> HTTP-Session: 2bb21038-8dd8-45a5-9220-f79b53b8cb5c Destroying unnamed session
3089 2023.11.19 06:14:39.586409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3090 2023.11.19 06:14:39.586454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3091 2023.11.19 06:14:39.586473 [ 3 ] {} <Debug> HTTP-Session: bbd598e8-95fc-4acc-900a-008ed1836403 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3092 2023.11.19 06:14:39.586490 [ 3 ] {} <Debug> HTTP-Session: bbd598e8-95fc-4acc-900a-008ed1836403 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3093 2023.11.19 06:14:39.586561 [ 3 ] {5d5c270d-6a49-42b7-813a-335a2e2708a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
3094 2023.11.19 06:14:39.586606 [ 3 ] {5d5c270d-6a49-42b7-813a-335a2e2708a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
3095 2023.11.19 06:14:39.586745 [ 3 ] {5d5c270d-6a49-42b7-813a-335a2e2708a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3096 2023.11.19 06:14:39.587056 [ 3 ] {5d5c270d-6a49-42b7-813a-335a2e2708a3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3097 2023.11.19 06:14:39.587333 [ 3 ] {5d5c270d-6a49-42b7-813a-335a2e2708a3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3098 2023.11.19 06:14:39.587508 [ 3 ] {5d5c270d-6a49-42b7-813a-335a2e2708a3} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0.
3099 2023.11.19 06:14:39.587633 [ 3 ] {5d5c270d-6a49-42b7-813a-335a2e2708a3} <Information> executeQuery: Read 5 rows, 6.91 KiB in 0.001043442 sec., 4791 rows/sec., 6.47 MiB/sec.
3100 2023.11.19 06:14:39.587757 [ 3 ] {5d5c270d-6a49-42b7-813a-335a2e2708a3} <Debug> DynamicQueryHandler: Done processing query
3101 2023.11.19 06:14:39.587780 [ 3 ] {5d5c270d-6a49-42b7-813a-335a2e2708a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
3102 2023.11.19 06:14:39.587796 [ 3 ] {} <Debug> HTTP-Session: bbd598e8-95fc-4acc-900a-008ed1836403 Destroying unnamed session
3103 2023.11.19 06:14:43.892945 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache
3104 2023.11.19 06:14:43.893047 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache
3105 2023.11.19 06:14:44.583563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3106 2023.11.19 06:14:44.583703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3107 2023.11.19 06:14:44.583749 [ 3 ] {} <Debug> HTTP-Session: 97052b2c-b483-4e2f-8566-eda0db7927c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3108 2023.11.19 06:14:44.583790 [ 3 ] {} <Debug> HTTP-Session: 97052b2c-b483-4e2f-8566-eda0db7927c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3109 2023.11.19 06:14:44.583993 [ 3 ] {0681600b-e5fe-447c-abd6-791da40a1f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3110 2023.11.19 06:14:44.584095 [ 3 ] {0681600b-e5fe-447c-abd6-791da40a1f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3111 2023.11.19 06:14:44.584362 [ 3 ] {0681600b-e5fe-447c-abd6-791da40a1f0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3112 2023.11.19 06:14:44.584889 [ 3 ] {0681600b-e5fe-447c-abd6-791da40a1f0b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3113 2023.11.19 06:14:44.585167 [ 3 ] {0681600b-e5fe-447c-abd6-791da40a1f0b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3114 2023.11.19 06:14:44.585331 [ 3 ] {0681600b-e5fe-447c-abd6-791da40a1f0b} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0.
3115 2023.11.19 06:14:44.585472 [ 3 ] {0681600b-e5fe-447c-abd6-791da40a1f0b} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.00141262 sec., 29731 rows/sec., 2.35 MiB/sec.
3116 2023.11.19 06:14:44.585633 [ 3 ] {0681600b-e5fe-447c-abd6-791da40a1f0b} <Debug> DynamicQueryHandler: Done processing query
3117 2023.11.19 06:14:44.585659 [ 3 ] {0681600b-e5fe-447c-abd6-791da40a1f0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3118 2023.11.19 06:14:44.585675 [ 3 ] {} <Debug> HTTP-Session: 97052b2c-b483-4e2f-8566-eda0db7927c4 Destroying unnamed session
3119 2023.11.19 06:14:44.585816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 20229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3120 2023.11.19 06:14:44.585868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3121 2023.11.19 06:14:44.585887 [ 3 ] {} <Debug> HTTP-Session: d73bf56b-d17e-479a-80d2-6117c9e4ea03 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3122 2023.11.19 06:14:44.585906 [ 3 ] {} <Debug> HTTP-Session: d73bf56b-d17e-479a-80d2-6117c9e4ea03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3123 2023.11.19 06:14:44.585994 [ 3 ] {f0b8e2ac-92e8-4478-a556-9009ca79e549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3124 2023.11.19 06:14:44.586036 [ 3 ] {f0b8e2ac-92e8-4478-a556-9009ca79e549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3125 2023.11.19 06:14:44.586145 [ 3 ] {f0b8e2ac-92e8-4478-a556-9009ca79e549} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3126 2023.11.19 06:14:44.586560 [ 3 ] {f0b8e2ac-92e8-4478-a556-9009ca79e549} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3127 2023.11.19 06:14:44.586780 [ 3 ] {f0b8e2ac-92e8-4478-a556-9009ca79e549} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3128 2023.11.19 06:14:44.586925 [ 3 ] {f0b8e2ac-92e8-4478-a556-9009ca79e549} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0.
3129 2023.11.19 06:14:44.587056 [ 3 ] {f0b8e2ac-92e8-4478-a556-9009ca79e549} <Information> executeQuery: Read 126 rows, 12.52 KiB in 0.001028242 sec., 122539 rows/sec., 11.89 MiB/sec.
3130 2023.11.19 06:14:44.587182 [ 3 ] {f0b8e2ac-92e8-4478-a556-9009ca79e549} <Debug> DynamicQueryHandler: Done processing query
3131 2023.11.19 06:14:44.587205 [ 3 ] {f0b8e2ac-92e8-4478-a556-9009ca79e549} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3132 2023.11.19 06:14:44.587222 [ 3 ] {} <Debug> HTTP-Session: d73bf56b-d17e-479a-80d2-6117c9e4ea03 Destroying unnamed session
3133 2023.11.19 06:14:44.587383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 7165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3134 2023.11.19 06:14:44.587430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3135 2023.11.19 06:14:44.587448 [ 3 ] {} <Debug> HTTP-Session: 3ee2aa7c-b1d3-466e-8ad5-7a187c37763b Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3136 2023.11.19 06:14:44.587465 [ 3 ] {} <Debug> HTTP-Session: 3ee2aa7c-b1d3-466e-8ad5-7a187c37763b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3137 2023.11.19 06:14:44.587541 [ 3 ] {1e068226-f958-4b5e-addb-4f1e79d48f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3138 2023.11.19 06:14:44.587581 [ 3 ] {1e068226-f958-4b5e-addb-4f1e79d48f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3139 2023.11.19 06:14:44.587692 [ 3 ] {1e068226-f958-4b5e-addb-4f1e79d48f9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3140 2023.11.19 06:14:44.588021 [ 3 ] {1e068226-f958-4b5e-addb-4f1e79d48f9d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3141 2023.11.19 06:14:44.588228 [ 3 ] {1e068226-f958-4b5e-addb-4f1e79d48f9d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3142 2023.11.19 06:14:44.588377 [ 3 ] {1e068226-f958-4b5e-addb-4f1e79d48f9d} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0.
3143 2023.11.19 06:14:44.588506 [ 3 ] {1e068226-f958-4b5e-addb-4f1e79d48f9d} <Information> executeQuery: Read 42 rows, 3.36 KiB in 0.00093678 sec., 44834 rows/sec., 3.51 MiB/sec.
3144 2023.11.19 06:14:44.588624 [ 3 ] {1e068226-f958-4b5e-addb-4f1e79d48f9d} <Debug> DynamicQueryHandler: Done processing query
3145 2023.11.19 06:14:44.588647 [ 3 ] {1e068226-f958-4b5e-addb-4f1e79d48f9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3146 2023.11.19 06:14:44.588664 [ 3 ] {} <Debug> HTTP-Session: 3ee2aa7c-b1d3-466e-8ad5-7a187c37763b Destroying unnamed session
3147 2023.11.19 06:14:44.588826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3148 2023.11.19 06:14:44.588872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3149 2023.11.19 06:14:44.588890 [ 3 ] {} <Debug> HTTP-Session: 7efc340a-1e30-46f6-b1dd-9655b3bf7afb Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3150 2023.11.19 06:14:44.588907 [ 3 ] {} <Debug> HTTP-Session: 7efc340a-1e30-46f6-b1dd-9655b3bf7afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3151 2023.11.19 06:14:44.588999 [ 3 ] {780e694d-06cf-4ebf-ba2f-f21b48514467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
3152 2023.11.19 06:14:44.589045 [ 3 ] {780e694d-06cf-4ebf-ba2f-f21b48514467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
3153 2023.11.19 06:14:44.589187 [ 3 ] {780e694d-06cf-4ebf-ba2f-f21b48514467} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3154 2023.11.19 06:14:44.589660 [ 3 ] {780e694d-06cf-4ebf-ba2f-f21b48514467} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3155 2023.11.19 06:14:44.589974 [ 3 ] {780e694d-06cf-4ebf-ba2f-f21b48514467} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3156 2023.11.19 06:14:44.590151 [ 3 ] {780e694d-06cf-4ebf-ba2f-f21b48514467} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0.
3157 2023.11.19 06:14:44.590285 [ 3 ] {780e694d-06cf-4ebf-ba2f-f21b48514467} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001256976 sec., 33413 rows/sec., 45.09 MiB/sec.
3158 2023.11.19 06:14:44.590512 [ 3 ] {780e694d-06cf-4ebf-ba2f-f21b48514467} <Debug> DynamicQueryHandler: Done processing query
3159 2023.11.19 06:14:44.590535 [ 3 ] {780e694d-06cf-4ebf-ba2f-f21b48514467} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
3160 2023.11.19 06:14:44.590551 [ 3 ] {} <Debug> HTTP-Session: 7efc340a-1e30-46f6-b1dd-9655b3bf7afb Destroying unnamed session
3161 2023.11.19 06:14:45.884146 [ 124 ] {} <Debug> oximeter.fields_u16 (6833d3c5-54b3-41c4-8796-fbd39dc712ad) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3162 2023.11.19 06:14:45.884286 [ 124 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3163 2023.11.19 06:14:45.884410 [ 17 ] {6833d3c5-54b3-41c4-8796-fbd39dc712ad::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact
3164 2023.11.19 06:14:45.884637 [ 17 ] {6833d3c5-54b3-41c4-8796-fbd39dc712ad::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3165 2023.11.19 06:14:45.884702 [ 17 ] {6833d3c5-54b3-41c4-8796-fbd39dc712ad::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
3166 2023.11.19 06:14:45.884973 [ 17 ] {6833d3c5-54b3-41c4-8796-fbd39dc712ad::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
3167 2023.11.19 06:14:45.885124 [ 17 ] {6833d3c5-54b3-41c4-8796-fbd39dc712ad::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
3168 2023.11.19 06:14:45.885207 [ 17 ] {6833d3c5-54b3-41c4-8796-fbd39dc712ad::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part
3169 2023.11.19 06:14:45.885279 [ 17 ] {6833d3c5-54b3-41c4-8796-fbd39dc712ad::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
3170 2023.11.19 06:14:45.885804 [ 17 ] {6833d3c5-54b3-41c4-8796-fbd39dc712ad::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001453331 sec., 11009.191987234843 rows/sec., 768.71 KiB/sec.
3171 2023.11.19 06:14:45.885900 [ 17 ] {6833d3c5-54b3-41c4-8796-fbd39dc712ad::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3172 2023.11.19 06:14:45.886063 [ 17 ] {6833d3c5-54b3-41c4-8796-fbd39dc712ad::all_1_5_1} <Trace> oximeter.fields_u16 (6833d3c5-54b3-41c4-8796-fbd39dc712ad): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1.
3173 2023.11.19 06:14:45.886131 [ 17 ] {6833d3c5-54b3-41c4-8796-fbd39dc712ad::all_1_5_1} <Trace> oximeter.fields_u16 (6833d3c5-54b3-41c4-8796-fbd39dc712ad) (MergerMutator): Merged 5 parts: from all_1_1_0 to all_5_5_0
3174 2023.11.19 06:14:47.163350 [ 124 ] {} <Debug> oximeter.fields_ipaddr (34016015-4bb9-4655-a5e0-a2684d238ea5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3175 2023.11.19 06:14:47.163449 [ 124 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3176 2023.11.19 06:14:47.163566 [ 16 ] {34016015-4bb9-4655-a5e0-a2684d238ea5::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact
3177 2023.11.19 06:14:47.163758 [ 16 ] {34016015-4bb9-4655-a5e0-a2684d238ea5::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3178 2023.11.19 06:14:47.163796 [ 16 ] {34016015-4bb9-4655-a5e0-a2684d238ea5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
3179 2023.11.19 06:14:47.163930 [ 16 ] {34016015-4bb9-4655-a5e0-a2684d238ea5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
3180 2023.11.19 06:14:47.164031 [ 16 ] {34016015-4bb9-4655-a5e0-a2684d238ea5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
3181 2023.11.19 06:14:47.164120 [ 16 ] {34016015-4bb9-4655-a5e0-a2684d238ea5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part
3182 2023.11.19 06:14:47.164206 [ 16 ] {34016015-4bb9-4655-a5e0-a2684d238ea5::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
3183 2023.11.19 06:14:47.164854 [ 25 ] {34016015-4bb9-4655-a5e0-a2684d238ea5::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001322558 sec., 12097.768113005253 rows/sec., 1016.02 KiB/sec.
3184 2023.11.19 06:14:47.165009 [ 25 ] {34016015-4bb9-4655-a5e0-a2684d238ea5::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3185 2023.11.19 06:14:47.165211 [ 25 ] {34016015-4bb9-4655-a5e0-a2684d238ea5::all_1_5_1} <Trace> oximeter.fields_ipaddr (34016015-4bb9-4655-a5e0-a2684d238ea5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1.
3186 2023.11.19 06:14:47.165283 [ 25 ] {34016015-4bb9-4655-a5e0-a2684d238ea5::all_1_5_1} <Trace> oximeter.fields_ipaddr (34016015-4bb9-4655-a5e0-a2684d238ea5) (MergerMutator): Merged 5 parts: from all_1_1_0 to all_5_5_0
3187 2023.11.19 06:14:49.581326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3188 2023.11.19 06:14:49.581428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3189 2023.11.19 06:14:49.581453 [ 3 ] {} <Debug> HTTP-Session: 506020a5-737c-46d7-ac8c-4093da4f3a99 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3190 2023.11.19 06:14:49.581476 [ 3 ] {} <Debug> HTTP-Session: 506020a5-737c-46d7-ac8c-4093da4f3a99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3191 2023.11.19 06:14:49.581601 [ 3 ] {3a9ce2c5-9a15-483b-9c02-6c9cea973d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3192 2023.11.19 06:14:49.581660 [ 3 ] {3a9ce2c5-9a15-483b-9c02-6c9cea973d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3193 2023.11.19 06:14:49.581817 [ 3 ] {3a9ce2c5-9a15-483b-9c02-6c9cea973d95} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3194 2023.11.19 06:14:49.582237 [ 3 ] {3a9ce2c5-9a15-483b-9c02-6c9cea973d95} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3195 2023.11.19 06:14:49.582493 [ 3 ] {3a9ce2c5-9a15-483b-9c02-6c9cea973d95} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3196 2023.11.19 06:14:49.582649 [ 3 ] {3a9ce2c5-9a15-483b-9c02-6c9cea973d95} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0.
3197 2023.11.19 06:14:49.582799 [ 3 ] {3a9ce2c5-9a15-483b-9c02-6c9cea973d95} <Information> executeQuery: Read 5 rows, 415.00 B in 0.001160065 sec., 4310 rows/sec., 349.35 KiB/sec.
3198 2023.11.19 06:14:49.582794 [ 129 ] {} <Debug> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3199 2023.11.19 06:14:49.582919 [ 129 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3200 2023.11.19 06:14:49.582993 [ 3 ] {3a9ce2c5-9a15-483b-9c02-6c9cea973d95} <Debug> DynamicQueryHandler: Done processing query
3201 2023.11.19 06:14:49.583016 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact
3202 2023.11.19 06:14:49.583025 [ 3 ] {3a9ce2c5-9a15-483b-9c02-6c9cea973d95} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
3203 2023.11.19 06:14:49.583062 [ 3 ] {} <Debug> HTTP-Session: 506020a5-737c-46d7-ac8c-4093da4f3a99 Destroying unnamed session
3204 2023.11.19 06:14:49.583112 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3205 2023.11.19 06:14:49.583144 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 47 rows starting from the beginning of the part
3206 2023.11.19 06:14:49.583194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3207 2023.11.19 06:14:49.583257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3208 2023.11.19 06:14:49.583289 [ 3 ] {} <Debug> HTTP-Session: eeb7a60e-cac8-40b2-b64f-52cd1e6533fa Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3209 2023.11.19 06:14:49.583294 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part
3210 2023.11.19 06:14:49.583309 [ 3 ] {} <Debug> HTTP-Session: eeb7a60e-cac8-40b2-b64f-52cd1e6533fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3211 2023.11.19 06:14:49.583417 [ 3 ] {a22d3787-41f5-4d34-811a-17cdbd8e895b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3212 2023.11.19 06:14:49.583440 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::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
3213 2023.11.19 06:14:49.583473 [ 3 ] {a22d3787-41f5-4d34-811a-17cdbd8e895b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3214 2023.11.19 06:14:49.583624 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part
3215 2023.11.19 06:14:49.583718 [ 3 ] {a22d3787-41f5-4d34-811a-17cdbd8e895b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3216 2023.11.19 06:14:49.583796 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part
3217 2023.11.19 06:14:49.583919 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part
3218 2023.11.19 06:14:49.584261 [ 3 ] {a22d3787-41f5-4d34-811a-17cdbd8e895b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3219 2023.11.19 06:14:49.584518 [ 3 ] {a22d3787-41f5-4d34-811a-17cdbd8e895b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3220 2023.11.19 06:14:49.584724 [ 3 ] {a22d3787-41f5-4d34-811a-17cdbd8e895b} <Trace> oximeter.fields_ipaddr (34016015-4bb9-4655-a5e0-a2684d238ea5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
3221 2023.11.19 06:14:49.584819 [ 16 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 4 columns (4 merged, 0 gathered) in 0.001842449 sec., 79242.35623346969 rows/sec., 6.27 MiB/sec.
3222 2023.11.19 06:14:49.584907 [ 3 ] {a22d3787-41f5-4d34-811a-17cdbd8e895b} <Information> executeQuery: Read 4 rows, 342.00 B in 0.001448811 sec., 2760 rows/sec., 230.52 KiB/sec.
3223 2023.11.19 06:14:49.585047 [ 25 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3224 2023.11.19 06:14:49.585100 [ 3 ] {a22d3787-41f5-4d34-811a-17cdbd8e895b} <Debug> DynamicQueryHandler: Done processing query
3225 2023.11.19 06:14:49.585142 [ 3 ] {a22d3787-41f5-4d34-811a-17cdbd8e895b} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3226 2023.11.19 06:14:49.585168 [ 3 ] {} <Debug> HTTP-Session: eeb7a60e-cac8-40b2-b64f-52cd1e6533fa Destroying unnamed session
3227 2023.11.19 06:14:49.585309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3228 2023.11.19 06:14:49.585367 [ 25 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_26_5} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5.
3229 2023.11.19 06:14:49.585382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3230 2023.11.19 06:14:49.585430 [ 3 ] {} <Debug> HTTP-Session: e9d4c795-014c-4266-954d-38041fa5ad10 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3231 2023.11.19 06:14:49.585459 [ 3 ] {} <Debug> HTTP-Session: e9d4c795-014c-4266-954d-38041fa5ad10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3232 2023.11.19 06:14:49.585497 [ 25 ] {edc4aca2-49e5-4a34-85d8-5a05d719fdd0::all_1_26_5} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0
3233 2023.11.19 06:14:49.585567 [ 3 ] {f1e6f50a-ed2a-4c2b-9dc3-5533317adee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3234 2023.11.19 06:14:49.585658 [ 3 ] {f1e6f50a-ed2a-4c2b-9dc3-5533317adee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3235 2023.11.19 06:14:49.585777 [ 3 ] {f1e6f50a-ed2a-4c2b-9dc3-5533317adee9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3236 2023.11.19 06:14:49.586075 [ 3 ] {f1e6f50a-ed2a-4c2b-9dc3-5533317adee9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3237 2023.11.19 06:14:49.586281 [ 3 ] {f1e6f50a-ed2a-4c2b-9dc3-5533317adee9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3238 2023.11.19 06:14:49.586427 [ 3 ] {f1e6f50a-ed2a-4c2b-9dc3-5533317adee9} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0.
3239 2023.11.19 06:14:49.586547 [ 129 ] {} <Debug> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3240 2023.11.19 06:14:49.586563 [ 3 ] {f1e6f50a-ed2a-4c2b-9dc3-5533317adee9} <Information> executeQuery: Read 17 rows, 1.56 KiB in 0.00092293 sec., 18419 rows/sec., 1.65 MiB/sec.
3241 2023.11.19 06:14:49.586597 [ 129 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3242 2023.11.19 06:14:49.586752 [ 21 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact
3243 2023.11.19 06:14:49.586793 [ 3 ] {f1e6f50a-ed2a-4c2b-9dc3-5533317adee9} <Debug> DynamicQueryHandler: Done processing query
3244 2023.11.19 06:14:49.586833 [ 3 ] {f1e6f50a-ed2a-4c2b-9dc3-5533317adee9} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
3245 2023.11.19 06:14:49.586861 [ 3 ] {} <Debug> HTTP-Session: e9d4c795-014c-4266-954d-38041fa5ad10 Destroying unnamed session
3246 2023.11.19 06:14:49.586928 [ 21 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3247 2023.11.19 06:14:49.586971 [ 21 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 182 rows starting from the beginning of the part
3248 2023.11.19 06:14:49.587008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3249 2023.11.19 06:14:49.587096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3250 2023.11.19 06:14:49.587141 [ 3 ] {} <Debug> HTTP-Session: 74d959f1-9a73-48c0-a128-22efa06cac4d Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3251 2023.11.19 06:14:49.587195 [ 3 ] {} <Debug> HTTP-Session: 74d959f1-9a73-48c0-a128-22efa06cac4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3252 2023.11.19 06:14:49.587241 [ 21 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 15 rows starting from the beginning of the part
3253 2023.11.19 06:14:49.587394 [ 3 ] {3b2d108e-42ea-4abb-a3d5-f65c2457a29b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3254 2023.11.19 06:14:49.587513 [ 3 ] {3b2d108e-42ea-4abb-a3d5-f65c2457a29b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3255 2023.11.19 06:14:49.587547 [ 21 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 163 rows starting from the beginning of the part
3256 2023.11.19 06:14:49.587928 [ 21 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 15 rows starting from the beginning of the part
3257 2023.11.19 06:14:49.587949 [ 3 ] {3b2d108e-42ea-4abb-a3d5-f65c2457a29b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3258 2023.11.19 06:14:49.588128 [ 21 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 126 rows starting from the beginning of the part
3259 2023.11.19 06:14:49.588360 [ 21 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 17 rows starting from the beginning of the part
3260 2023.11.19 06:14:49.588787 [ 3 ] {3b2d108e-42ea-4abb-a3d5-f65c2457a29b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3261 2023.11.19 06:14:49.589149 [ 3 ] {3b2d108e-42ea-4abb-a3d5-f65c2457a29b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3262 2023.11.19 06:14:49.589473 [ 3 ] {3b2d108e-42ea-4abb-a3d5-f65c2457a29b} <Trace> oximeter.fields_u16 (6833d3c5-54b3-41c4-8796-fbd39dc712ad): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
3263 2023.11.19 06:14:49.589703 [ 3 ] {3b2d108e-42ea-4abb-a3d5-f65c2457a29b} <Information> executeQuery: Read 4 rows, 286.00 B in 0.002241837 sec., 1784 rows/sec., 124.58 KiB/sec.
3264 2023.11.19 06:14:49.589975 [ 3 ] {3b2d108e-42ea-4abb-a3d5-f65c2457a29b} <Debug> DynamicQueryHandler: Done processing query
3265 2023.11.19 06:14:49.590056 [ 3 ] {3b2d108e-42ea-4abb-a3d5-f65c2457a29b} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3266 2023.11.19 06:14:49.590115 [ 3 ] {} <Debug> HTTP-Session: 74d959f1-9a73-48c0-a128-22efa06cac4d Destroying unnamed session
3267 2023.11.19 06:14:49.590210 [ 16 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 4 columns (4 merged, 0 gathered) in 0.003556085 sec., 145665.8094505615 rows/sec., 13.74 MiB/sec.
3268 2023.11.19 06:14:49.590280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 1582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3269 2023.11.19 06:14:49.590334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3270 2023.11.19 06:14:49.590341 [ 16 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3271 2023.11.19 06:14:49.590357 [ 3 ] {} <Debug> HTTP-Session: 543d6192-ac15-4c35-87a1-26e61e34dca4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3272 2023.11.19 06:14:49.590385 [ 3 ] {} <Debug> HTTP-Session: 543d6192-ac15-4c35-87a1-26e61e34dca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3273 2023.11.19 06:14:49.590470 [ 3 ] {85570866-d207-4b42-a473-91e387dc8bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3274 2023.11.19 06:14:49.590512 [ 3 ] {85570866-d207-4b42-a473-91e387dc8bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3275 2023.11.19 06:14:49.590535 [ 16 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_26_5} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5.
3276 2023.11.19 06:14:49.590618 [ 16 ] {88d404a6-52fc-43fe-b4de-265af1022ec2::all_1_26_5} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0
3277 2023.11.19 06:14:49.590671 [ 3 ] {85570866-d207-4b42-a473-91e387dc8bd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3278 2023.11.19 06:14:49.590986 [ 3 ] {85570866-d207-4b42-a473-91e387dc8bd2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3279 2023.11.19 06:14:49.591192 [ 3 ] {85570866-d207-4b42-a473-91e387dc8bd2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3280 2023.11.19 06:14:49.591337 [ 3 ] {85570866-d207-4b42-a473-91e387dc8bd2} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0.
3281 2023.11.19 06:14:49.591454 [ 129 ] {} <Debug> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3282 2023.11.19 06:14:49.591466 [ 3 ] {85570866-d207-4b42-a473-91e387dc8bd2} <Information> executeQuery: Read 9 rows, 744.00 B in 0.00096099 sec., 9365 rows/sec., 756.06 KiB/sec.
3283 2023.11.19 06:14:49.591503 [ 129 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3284 2023.11.19 06:14:49.591653 [ 21 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact
3285 2023.11.19 06:14:49.591708 [ 3 ] {85570866-d207-4b42-a473-91e387dc8bd2} <Debug> DynamicQueryHandler: Done processing query
3286 2023.11.19 06:14:49.591749 [ 3 ] {85570866-d207-4b42-a473-91e387dc8bd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
3287 2023.11.19 06:14:49.591779 [ 21 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3288 2023.11.19 06:14:49.591789 [ 3 ] {} <Debug> HTTP-Session: 543d6192-ac15-4c35-87a1-26e61e34dca4 Destroying unnamed session
3289 2023.11.19 06:14:49.591827 [ 21 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 110 rows starting from the beginning of the part
3290 2023.11.19 06:14:49.591958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3291 2023.11.19 06:14:49.591994 [ 21 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part
3292 2023.11.19 06:14:49.592061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3293 2023.11.19 06:14:49.592095 [ 3 ] {} <Debug> HTTP-Session: 047b694e-8c84-49d3-8c43-5ba5d21ede67 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3294 2023.11.19 06:14:49.592138 [ 3 ] {} <Debug> HTTP-Session: 047b694e-8c84-49d3-8c43-5ba5d21ede67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3295 2023.11.19 06:14:49.592177 [ 21 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 68 rows starting from the beginning of the part
3296 2023.11.19 06:14:49.592322 [ 3 ] {a421e50d-a39f-4796-ae40-a21206604d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3297 2023.11.19 06:14:49.592397 [ 21 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part
3298 2023.11.19 06:14:49.592415 [ 3 ] {a421e50d-a39f-4796-ae40-a21206604d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3299 2023.11.19 06:14:49.592692 [ 21 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part
3300 2023.11.19 06:14:49.592998 [ 3 ] {a421e50d-a39f-4796-ae40-a21206604d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3301 2023.11.19 06:14:49.593015 [ 21 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part
3302 2023.11.19 06:14:49.593740 [ 3 ] {a421e50d-a39f-4796-ae40-a21206604d00} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3303 2023.11.19 06:14:49.594449 [ 3 ] {a421e50d-a39f-4796-ae40-a21206604d00} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3304 2023.11.19 06:14:49.594526 [ 10 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 239 rows, containing 4 columns (4 merged, 0 gathered) in 0.002962573 sec., 80673.1175906889 rows/sec., 6.30 MiB/sec.
3305 2023.11.19 06:14:49.594730 [ 21 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3306 2023.11.19 06:14:49.594764 [ 3 ] {a421e50d-a39f-4796-ae40-a21206604d00} <Trace> oximeter.measurements_cumulativeu64 (8e3d62df-cf70-43b4-b031-0727f6aed46a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0.
3307 2023.11.19 06:14:49.594998 [ 3 ] {a421e50d-a39f-4796-ae40-a21206604d00} <Information> executeQuery: Read 2 rows, 142.00 B in 0.002620696 sec., 763 rows/sec., 52.91 KiB/sec.
3308 2023.11.19 06:14:49.595165 [ 21 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_26_5} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5.
3309 2023.11.19 06:14:49.595323 [ 3 ] {a421e50d-a39f-4796-ae40-a21206604d00} <Debug> DynamicQueryHandler: Done processing query
3310 2023.11.19 06:14:49.595338 [ 21 ] {5301f1ce-8a1f-4b94-8b0e-62dc82ac3244::all_1_26_5} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0
3311 2023.11.19 06:14:49.595372 [ 3 ] {a421e50d-a39f-4796-ae40-a21206604d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3312 2023.11.19 06:14:49.595406 [ 3 ] {} <Debug> HTTP-Session: 047b694e-8c84-49d3-8c43-5ba5d21ede67 Destroying unnamed session
3313 2023.11.19 06:14:49.595582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3314 2023.11.19 06:14:49.595631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3315 2023.11.19 06:14:49.595651 [ 3 ] {} <Debug> HTTP-Session: ec19e3bb-533e-46ba-af7d-902689c543da Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3316 2023.11.19 06:14:49.595668 [ 3 ] {} <Debug> HTTP-Session: ec19e3bb-533e-46ba-af7d-902689c543da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3317 2023.11.19 06:14:49.595746 [ 3 ] {1dac34e4-f27e-4865-9913-9727a5da3e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
3318 2023.11.19 06:14:49.595792 [ 3 ] {1dac34e4-f27e-4865-9913-9727a5da3e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
3319 2023.11.19 06:14:49.595954 [ 3 ] {1dac34e4-f27e-4865-9913-9727a5da3e2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3320 2023.11.19 06:14:49.596254 [ 3 ] {1dac34e4-f27e-4865-9913-9727a5da3e2f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3321 2023.11.19 06:14:49.596531 [ 3 ] {1dac34e4-f27e-4865-9913-9727a5da3e2f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3322 2023.11.19 06:14:49.596735 [ 3 ] {1dac34e4-f27e-4865-9913-9727a5da3e2f} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0.
3323 2023.11.19 06:14:49.596859 [ 129 ] {} <Debug> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3324 2023.11.19 06:14:49.596877 [ 3 ] {1dac34e4-f27e-4865-9913-9727a5da3e2f} <Information> executeQuery: Read 5 rows, 6.91 KiB in 0.001094714 sec., 4567 rows/sec., 6.16 MiB/sec.
3325 2023.11.19 06:14:49.596918 [ 129 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3326 2023.11.19 06:14:49.597144 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact
3327 2023.11.19 06:14:49.597218 [ 3 ] {1dac34e4-f27e-4865-9913-9727a5da3e2f} <Debug> DynamicQueryHandler: Done processing query
3328 2023.11.19 06:14:49.597259 [ 3 ] {1dac34e4-f27e-4865-9913-9727a5da3e2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
3329 2023.11.19 06:14:49.597302 [ 3 ] {} <Debug> HTTP-Session: ec19e3bb-533e-46ba-af7d-902689c543da Destroying unnamed session
3330 2023.11.19 06:14:49.597370 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3331 2023.11.19 06:14:49.597413 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 546 rows starting from the beginning of the part
3332 2023.11.19 06:14:49.597560 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part
3333 2023.11.19 06:14:49.597666 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::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
3334 2023.11.19 06:14:49.597762 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part
3335 2023.11.19 06:14:49.597853 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part
3336 2023.11.19 06:14:49.597943 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part
3337 2023.11.19 06:14:49.599534 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 645 rows, containing 6 columns (6 merged, 0 gathered) in 0.002553464 sec., 252598.03936926465 rows/sec., 340.87 MiB/sec.
3338 2023.11.19 06:14:49.599907 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3339 2023.11.19 06:14:49.600124 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5.
3340 2023.11.19 06:14:49.600195 [ 14 ] {2b323905-d2c6-4a50-b374-219e0f292c23::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0
3341 2023.11.19 06:14:49.600267 [ 14 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 2b323905-d2c6-4a50-b374-219e0f292c23::all_1_26_5: 4.07 MiB.
3342 2023.11.19 06:14:54.584069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 6072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3343 2023.11.19 06:14:54.584249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3344 2023.11.19 06:14:54.584295 [ 3 ] {} <Debug> HTTP-Session: 4f5d475a-4b82-47ca-8702-51d52b83c841 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3345 2023.11.19 06:14:54.584338 [ 3 ] {} <Debug> HTTP-Session: 4f5d475a-4b82-47ca-8702-51d52b83c841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3346 2023.11.19 06:14:54.584542 [ 3 ] {2c123ad2-ccab-4a2f-bbd9-2ee44944b2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3347 2023.11.19 06:14:54.584637 [ 3 ] {2c123ad2-ccab-4a2f-bbd9-2ee44944b2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3348 2023.11.19 06:14:54.584903 [ 3 ] {2c123ad2-ccab-4a2f-bbd9-2ee44944b2e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3349 2023.11.19 06:14:54.585383 [ 3 ] {2c123ad2-ccab-4a2f-bbd9-2ee44944b2e5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3350 2023.11.19 06:14:54.585649 [ 3 ] {2c123ad2-ccab-4a2f-bbd9-2ee44944b2e5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3351 2023.11.19 06:14:54.585815 [ 3 ] {2c123ad2-ccab-4a2f-bbd9-2ee44944b2e5} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0.
3352 2023.11.19 06:14:54.585933 [ 3 ] {2c123ad2-ccab-4a2f-bbd9-2ee44944b2e5} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001336549 sec., 31424 rows/sec., 2.49 MiB/sec.
3353 2023.11.19 06:14:54.586073 [ 3 ] {2c123ad2-ccab-4a2f-bbd9-2ee44944b2e5} <Debug> DynamicQueryHandler: Done processing query
3354 2023.11.19 06:14:54.586100 [ 3 ] {2c123ad2-ccab-4a2f-bbd9-2ee44944b2e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3355 2023.11.19 06:14:54.586117 [ 3 ] {} <Debug> HTTP-Session: 4f5d475a-4b82-47ca-8702-51d52b83c841 Destroying unnamed session
3356 2023.11.19 06:14:54.586328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 20229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3357 2023.11.19 06:14:54.586377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3358 2023.11.19 06:14:54.586397 [ 3 ] {} <Debug> HTTP-Session: 9c379154-e69d-4abb-a576-6381fc43ae4d Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3359 2023.11.19 06:14:54.586417 [ 3 ] {} <Debug> HTTP-Session: 9c379154-e69d-4abb-a576-6381fc43ae4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3360 2023.11.19 06:14:54.586502 [ 3 ] {6cff73a4-32c1-46db-bbe2-837f73ac9a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3361 2023.11.19 06:14:54.586544 [ 3 ] {6cff73a4-32c1-46db-bbe2-837f73ac9a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3362 2023.11.19 06:14:54.586651 [ 3 ] {6cff73a4-32c1-46db-bbe2-837f73ac9a54} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3363 2023.11.19 06:14:54.587027 [ 3 ] {6cff73a4-32c1-46db-bbe2-837f73ac9a54} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3364 2023.11.19 06:14:54.587259 [ 3 ] {6cff73a4-32c1-46db-bbe2-837f73ac9a54} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3365 2023.11.19 06:14:54.587413 [ 3 ] {6cff73a4-32c1-46db-bbe2-837f73ac9a54} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0.
3366 2023.11.19 06:14:54.587516 [ 3 ] {6cff73a4-32c1-46db-bbe2-837f73ac9a54} <Information> executeQuery: Read 126 rows, 12.52 KiB in 0.00098524 sec., 127887 rows/sec., 12.41 MiB/sec.
3367 2023.11.19 06:14:54.587665 [ 3 ] {6cff73a4-32c1-46db-bbe2-837f73ac9a54} <Debug> DynamicQueryHandler: Done processing query
3368 2023.11.19 06:14:54.587695 [ 3 ] {6cff73a4-32c1-46db-bbe2-837f73ac9a54} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3369 2023.11.19 06:14:54.587711 [ 3 ] {} <Debug> HTTP-Session: 9c379154-e69d-4abb-a576-6381fc43ae4d Destroying unnamed session
3370 2023.11.19 06:14:54.587836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 9019, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3371 2023.11.19 06:14:54.587882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3372 2023.11.19 06:14:54.587901 [ 3 ] {} <Debug> HTTP-Session: a4969754-9725-4b66-8c8b-50140df1bcaf Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3373 2023.11.19 06:14:54.587918 [ 3 ] {} <Debug> HTTP-Session: a4969754-9725-4b66-8c8b-50140df1bcaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3374 2023.11.19 06:14:54.587995 [ 3 ] {aff04bfe-6bc5-4f19-a8ba-269f28475082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3375 2023.11.19 06:14:54.588035 [ 3 ] {aff04bfe-6bc5-4f19-a8ba-269f28475082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3376 2023.11.19 06:14:54.588146 [ 3 ] {aff04bfe-6bc5-4f19-a8ba-269f28475082} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3377 2023.11.19 06:14:54.588460 [ 3 ] {aff04bfe-6bc5-4f19-a8ba-269f28475082} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3378 2023.11.19 06:14:54.588664 [ 3 ] {aff04bfe-6bc5-4f19-a8ba-269f28475082} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3379 2023.11.19 06:14:54.588813 [ 3 ] {aff04bfe-6bc5-4f19-a8ba-269f28475082} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0.
3380 2023.11.19 06:14:54.588912 [ 3 ] {aff04bfe-6bc5-4f19-a8ba-269f28475082} <Information> executeQuery: Read 53 rows, 4.23 KiB in 0.000889529 sec., 59582 rows/sec., 4.64 MiB/sec.
3381 2023.11.19 06:14:54.589029 [ 3 ] {aff04bfe-6bc5-4f19-a8ba-269f28475082} <Debug> DynamicQueryHandler: Done processing query
3382 2023.11.19 06:14:54.589053 [ 3 ] {aff04bfe-6bc5-4f19-a8ba-269f28475082} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
3383 2023.11.19 06:14:54.589069 [ 3 ] {} <Debug> HTTP-Session: a4969754-9725-4b66-8c8b-50140df1bcaf Destroying unnamed session
3384 2023.11.19 06:14:54.589171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3385 2023.11.19 06:14:54.589216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3386 2023.11.19 06:14:54.589236 [ 3 ] {} <Debug> HTTP-Session: b36b3f6b-b4f1-45b1-8475-7b5476b3fc3f Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3387 2023.11.19 06:14:54.589252 [ 3 ] {} <Debug> HTTP-Session: b36b3f6b-b4f1-45b1-8475-7b5476b3fc3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3388 2023.11.19 06:14:54.589324 [ 3 ] {a95ac0f7-9227-47cf-9de9-4fd6d1a7f753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
3389 2023.11.19 06:14:54.589366 [ 3 ] {a95ac0f7-9227-47cf-9de9-4fd6d1a7f753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
3390 2023.11.19 06:14:54.589484 [ 3 ] {a95ac0f7-9227-47cf-9de9-4fd6d1a7f753} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3391 2023.11.19 06:14:54.589767 [ 3 ] {a95ac0f7-9227-47cf-9de9-4fd6d1a7f753} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3392 2023.11.19 06:14:54.590012 [ 3 ] {a95ac0f7-9227-47cf-9de9-4fd6d1a7f753} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3393 2023.11.19 06:14:54.590218 [ 3 ] {a95ac0f7-9227-47cf-9de9-4fd6d1a7f753} <Trace> oximeter.measurements_cumulativei64 (fe446e03-5b84-44c0-94de-91065850fc43): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
3394 2023.11.19 06:14:54.590325 [ 3 ] {a95ac0f7-9227-47cf-9de9-4fd6d1a7f753} <Information> executeQuery: Read 11 rows, 743.00 B in 0.000973201 sec., 11302 rows/sec., 745.57 KiB/sec.
3395 2023.11.19 06:14:54.590490 [ 3 ] {a95ac0f7-9227-47cf-9de9-4fd6d1a7f753} <Debug> DynamicQueryHandler: Done processing query
3396 2023.11.19 06:14:54.590516 [ 3 ] {a95ac0f7-9227-47cf-9de9-4fd6d1a7f753} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3397 2023.11.19 06:14:54.590532 [ 3 ] {} <Debug> HTTP-Session: b36b3f6b-b4f1-45b1-8475-7b5476b3fc3f Destroying unnamed session
3398 2023.11.19 06:14:54.590669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 44938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3399 2023.11.19 06:14:54.590713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3400 2023.11.19 06:14:54.590732 [ 3 ] {} <Debug> HTTP-Session: 626fd033-845c-49ca-8ea1-6e97225e7431 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3401 2023.11.19 06:14:54.590750 [ 3 ] {} <Debug> HTTP-Session: 626fd033-845c-49ca-8ea1-6e97225e7431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3402 2023.11.19 06:14:54.590832 [ 3 ] {bf33c5b1-5775-471f-a9c5-c08ed03676d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
3403 2023.11.19 06:14:54.590876 [ 3 ] {bf33c5b1-5775-471f-a9c5-c08ed03676d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
3404 2023.11.19 06:14:54.591018 [ 3 ] {bf33c5b1-5775-471f-a9c5-c08ed03676d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3405 2023.11.19 06:14:54.591494 [ 3 ] {bf33c5b1-5775-471f-a9c5-c08ed03676d5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3406 2023.11.19 06:14:54.591807 [ 3 ] {bf33c5b1-5775-471f-a9c5-c08ed03676d5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3407 2023.11.19 06:14:54.591984 [ 3 ] {bf33c5b1-5775-471f-a9c5-c08ed03676d5} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0.
3408 2023.11.19 06:14:54.592092 [ 3 ] {bf33c5b1-5775-471f-a9c5-c08ed03676d5} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001227237 sec., 34223 rows/sec., 46.18 MiB/sec.
3409 2023.11.19 06:14:54.592326 [ 3 ] {bf33c5b1-5775-471f-a9c5-c08ed03676d5} <Debug> DynamicQueryHandler: Done processing query
3410 2023.11.19 06:14:54.592350 [ 3 ] {bf33c5b1-5775-471f-a9c5-c08ed03676d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
3411 2023.11.19 06:14:54.592366 [ 3 ] {} <Debug> HTTP-Session: 626fd033-845c-49ca-8ea1-6e97225e7431 Destroying unnamed session
3412 2023.11.19 06:14:58.893121 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
3413 2023.11.19 06:14:58.893232 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
3414 2023.11.19 06:14:59.580870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3415 2023.11.19 06:14:59.580989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3416 2023.11.19 06:14:59.581019 [ 3 ] {} <Debug> HTTP-Session: df24089b-e2c9-4487-bf8e-fed3a4f7ba78 Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3417 2023.11.19 06:14:59.581048 [ 3 ] {} <Debug> HTTP-Session: df24089b-e2c9-4487-bf8e-fed3a4f7ba78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3418 2023.11.19 06:14:59.581187 [ 3 ] {f79fe447-01f5-403e-9d21-519a7d840833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3419 2023.11.19 06:14:59.581254 [ 3 ] {f79fe447-01f5-403e-9d21-519a7d840833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3420 2023.11.19 06:14:59.581414 [ 3 ] {f79fe447-01f5-403e-9d21-519a7d840833} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3421 2023.11.19 06:14:59.581793 [ 3 ] {f79fe447-01f5-403e-9d21-519a7d840833} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3422 2023.11.19 06:14:59.582049 [ 3 ] {f79fe447-01f5-403e-9d21-519a7d840833} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3423 2023.11.19 06:14:59.582209 [ 3 ] {f79fe447-01f5-403e-9d21-519a7d840833} <Trace> oximeter.fields_i64 (edc4aca2-49e5-4a34-85d8-5a05d719fdd0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0.
3424 2023.11.19 06:14:59.582338 [ 3 ] {f79fe447-01f5-403e-9d21-519a7d840833} <Information> executeQuery: Read 5 rows, 415.00 B in 0.001110924 sec., 4500 rows/sec., 364.81 KiB/sec.
3425 2023.11.19 06:14:59.582479 [ 3 ] {f79fe447-01f5-403e-9d21-519a7d840833} <Debug> DynamicQueryHandler: Done processing query
3426 2023.11.19 06:14:59.582506 [ 3 ] {f79fe447-01f5-403e-9d21-519a7d840833} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3427 2023.11.19 06:14:59.582523 [ 3 ] {} <Debug> HTTP-Session: df24089b-e2c9-4487-bf8e-fed3a4f7ba78 Destroying unnamed session
3428 2023.11.19 06:14:59.582653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3429 2023.11.19 06:14:59.582700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3430 2023.11.19 06:14:59.582719 [ 3 ] {} <Debug> HTTP-Session: 9aa2011f-30ea-4bae-85c0-4b7d888139ad Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3431 2023.11.19 06:14:59.582737 [ 3 ] {} <Debug> HTTP-Session: 9aa2011f-30ea-4bae-85c0-4b7d888139ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3432 2023.11.19 06:14:59.582811 [ 3 ] {4f1fedaa-7c5b-499a-99ff-2d89293fe878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3433 2023.11.19 06:14:59.582850 [ 3 ] {4f1fedaa-7c5b-499a-99ff-2d89293fe878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3434 2023.11.19 06:14:59.582956 [ 3 ] {4f1fedaa-7c5b-499a-99ff-2d89293fe878} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3435 2023.11.19 06:14:59.583250 [ 3 ] {4f1fedaa-7c5b-499a-99ff-2d89293fe878} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3436 2023.11.19 06:14:59.583454 [ 3 ] {4f1fedaa-7c5b-499a-99ff-2d89293fe878} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3437 2023.11.19 06:14:59.583601 [ 3 ] {4f1fedaa-7c5b-499a-99ff-2d89293fe878} <Trace> oximeter.fields_string (88d404a6-52fc-43fe-b4de-265af1022ec2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0.
3438 2023.11.19 06:14:59.583726 [ 3 ] {4f1fedaa-7c5b-499a-99ff-2d89293fe878} <Information> executeQuery: Read 15 rows, 1.39 KiB in 0.000883948 sec., 16969 rows/sec., 1.53 MiB/sec.
3439 2023.11.19 06:14:59.583934 [ 3 ] {4f1fedaa-7c5b-499a-99ff-2d89293fe878} <Debug> DynamicQueryHandler: Done processing query
3440 2023.11.19 06:14:59.583960 [ 3 ] {4f1fedaa-7c5b-499a-99ff-2d89293fe878} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
3441 2023.11.19 06:14:59.583978 [ 3 ] {} <Debug> HTTP-Session: 9aa2011f-30ea-4bae-85c0-4b7d888139ad Destroying unnamed session
3442 2023.11.19 06:14:59.584093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3443 2023.11.19 06:14:59.584138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3444 2023.11.19 06:14:59.584156 [ 3 ] {} <Debug> HTTP-Session: 7d6d555b-bd9e-4df7-8282-c5dc76d2d8dc Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3445 2023.11.19 06:14:59.584173 [ 3 ] {} <Debug> HTTP-Session: 7d6d555b-bd9e-4df7-8282-c5dc76d2d8dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3446 2023.11.19 06:14:59.584245 [ 3 ] {5c5e813d-ae57-4377-99c2-4b41c8ed5e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3447 2023.11.19 06:14:59.584286 [ 3 ] {5c5e813d-ae57-4377-99c2-4b41c8ed5e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3448 2023.11.19 06:14:59.584407 [ 3 ] {5c5e813d-ae57-4377-99c2-4b41c8ed5e9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3449 2023.11.19 06:14:59.584661 [ 3 ] {5c5e813d-ae57-4377-99c2-4b41c8ed5e9a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3450 2023.11.19 06:14:59.584862 [ 3 ] {5c5e813d-ae57-4377-99c2-4b41c8ed5e9a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3451 2023.11.19 06:14:59.585015 [ 3 ] {5c5e813d-ae57-4377-99c2-4b41c8ed5e9a} <Trace> oximeter.fields_uuid (5301f1ce-8a1f-4b94-8b0e-62dc82ac3244): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0.
3452 2023.11.19 06:14:59.585135 [ 3 ] {5c5e813d-ae57-4377-99c2-4b41c8ed5e9a} <Information> executeQuery: Read 5 rows, 410.00 B in 0.000860878 sec., 5808 rows/sec., 465.10 KiB/sec.
3453 2023.11.19 06:14:59.585250 [ 3 ] {5c5e813d-ae57-4377-99c2-4b41c8ed5e9a} <Debug> DynamicQueryHandler: Done processing query
3454 2023.11.19 06:14:59.585274 [ 3 ] {5c5e813d-ae57-4377-99c2-4b41c8ed5e9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3455 2023.11.19 06:14:59.585291 [ 3 ] {} <Debug> HTTP-Session: 7d6d555b-bd9e-4df7-8282-c5dc76d2d8dc Destroying unnamed session
3456 2023.11.19 06:14:59.585394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55250, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3457 2023.11.19 06:14:59.585438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3458 2023.11.19 06:14:59.585456 [ 3 ] {} <Debug> HTTP-Session: 3351e551-7c78-4509-92bd-e09641940a9c Authenticating user 'default' from [fd00:1122:3344:101::d]:55250
3459 2023.11.19 06:14:59.585474 [ 3 ] {} <Debug> HTTP-Session: 3351e551-7c78-4509-92bd-e09641940a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3460 2023.11.19 06:14:59.585546 [ 3 ] {73152aa2-2855-48a3-9357-0ca8adb98818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55250) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
3461 2023.11.19 06:14:59.585591 [ 3 ] {73152aa2-2855-48a3-9357-0ca8adb98818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
3462 2023.11.19 06:14:59.585730 [ 3 ] {73152aa2-2855-48a3-9357-0ca8adb98818} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3463 2023.11.19 06:14:59.586015 [ 3 ] {73152aa2-2855-48a3-9357-0ca8adb98818} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 17.60 GiB.
3464 2023.11.19 06:14:59.586295 [ 3 ] {73152aa2-2855-48a3-9357-0ca8adb98818} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3465 2023.11.19 06:14:59.586472 [ 3 ] {73152aa2-2855-48a3-9357-0ca8adb98818} <Trace> oximeter.measurements_histogramf64 (2b323905-d2c6-4a50-b374-219e0f292c23): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0.
3466 2023.11.19 06:14:59.586600 [ 3 ] {73152aa2-2855-48a3-9357-0ca8adb98818} <Information> executeQuery: Read 5 rows, 6.91 KiB in 0.001021812 sec., 4893 rows/sec., 6.60 MiB/sec.
3467 2023.11.19 06:14:59.586765 [ 3 ] {73152aa2-2855-48a3-9357-0ca8adb98818} <Debug> DynamicQueryHandler: Done processing query
3468 2023.11.19 06:14:59.586788 [ 3 ] {73152aa2-2855-48a3-9357-0ca8adb98818} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3469 2023.11.19 06:14:59.586805 [ 3 ] {} <Debug> HTTP-Session: 3351e551-7c78-4509-92bd-e09641940a9c Destroying unnamed session