Max level shown:
1 [ Oct 17 21:50:23 Enabled. ]
2 [ Oct 17 21:50:23 Rereading configuration. ]
3 [ Oct 17 21:50:24 Rereading configuration. ]
4 [ Oct 17 21:50:25 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=oxControlService20
24 ++ svcprop -c -p config/gateway svc:/oxide/clickhouse:default
25 + GATEWAY=fd00:1122:3344:101::1
26 + [[ oxControlService20 == unknown ]]
27 + [[ fd00:1122:3344:101::1 == unknown ]]
28 + ipadm delete-if oxControlService20
29 ipadm: Could not delete oxControlService20: Interface does not exist
30 + true
31 + ipadm create-if -t oxControlService20
32 + ipadm set-ifprop -t -p mtu=9000 -m ipv4 oxControlService20
33 + ipadm set-ifprop -t -p mtu=9000 -m ipv6 oxControlService20
34 + ipadm show-addr oxControlService20/ll
35 ipadm: Address object not found
36 + ipadm create-addr -t -T addrconf oxControlService20/ll
37 + ipadm show-addr oxControlService20/omicron6
38 ipadm: Address object not found
39 + ipadm create-addr -t -T static -a fd00:1122:3344:101::e oxControlService20/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 [ Oct 17 21:50:26 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.10.17 21:50:26.610890 [ 1 ] {} <Information> Application: Will watch for the process with pid 22234
55 2023.10.17 21:50:26.611005 [ 1 ] {} <Information> Application: Forked a child process to watch
56 2023.10.17 21:50:27.124688 [ 1 ] {} <Information> : Starting ClickHouse 22.8.9.1 with revision 54465, no build id, PID 22234
57 2023.10.17 21:50:27.124861 [ 1 ] {} <Information> Application: starting up
58 2023.10.17 21:50:27.125080 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
59 2023.10.17 21:50:27.212081 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
60 2023.10.17 21:50:27.212124 [ 1 ] {} <Debug> Application: Initializing DateLUT.
61 2023.10.17 21:50:27.212140 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
62 2023.10.17 21:50:27.212179 [ 1 ] {} <Debug> Application: Setting up /data/tmp/ to store temporary data in it
63 2023.10.17 21:50:27.212494 [ 1 ] {} <Debug> Application: Initiailizing interserver credentials.
64 2023.10.17 21:50:27.213156 [ 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.10.17 21:50:27.213638 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration
69 2023.10.17 21:50:27.213899 [ 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.10.17 21:50:27.216040 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
71 2023.10.17 21:50:27.216084 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration
72 2023.10.17 21:50:27.216791 [ 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.10.17 21:50:27.216957 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration
77 2023.10.17 21:50:27.221585 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration
78 2023.10.17 21:50:27.221845 [ 1 ] {} <Debug> Access(user directories): Added users.xml access storage 'users.xml', path: config.xml
79 2023.10.17 21:50:27.221870 [ 1 ] {} <Information> Application: Uncompressed cache policy name
80 2023.10.17 21:50:27.223263 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32
81 2023.10.17 21:50:27.223740 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
82 2023.10.17 21:50:27.224055 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
83 2023.10.17 21:50:27.224296 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
84 2023.10.17 21:50:27.224580 [ 1 ] {} <Information> Application: Loading user defined objects from /data/
85 2023.10.17 21:50:27.224625 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoader: Loading user defined objects
86 2023.10.17 21:50:27.224681 [ 1 ] {} <Debug> Application: Loaded user defined objects
87 2023.10.17 21:50:27.224697 [ 1 ] {} <Information> Application: Loading metadata from /data/
88 2023.10.17 21:50:27.231968 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
89 2023.10.17 21:50:27.231995 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000108772 sec
90 2023.10.17 21:50:27.232538 [ 1 ] {} <Information> TablesLoader: Loading 0 tables with 0 dependency level
91 2023.10.17 21:50:27.232620 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config
92 2023.10.17 21:50:27.232641 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
93 2023.10.17 21:50:27.232657 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
94 2023.10.17 21:50:27.232670 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
95 2023.10.17 21:50:27.232684 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
96 2023.10.17 21:50:27.232698 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
97 2023.10.17 21:50:27.232734 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config
98 2023.10.17 21:50:27.232754 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
99 2023.10.17 21:50:27.232784 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config
100 2023.10.17 21:50:27.232797 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
101 2023.10.17 21:50:27.232811 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
102 2023.10.17 21:50:27.232827 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
103 2023.10.17 21:50:27.232862 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
104 2023.10.17 21:50:27.232877 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
105 2023.10.17 21:50:27.232889 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
106 2023.10.17 21:50:27.264785 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
107 2023.10.17 21:50:27.266175 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
108 2023.10.17 21:50:27.266202 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.303e-05 sec
109 2023.10.17 21:50:27.266225 [ 1 ] {} <Information> TablesLoader: Loading 0 tables with 0 dependency level
110 2023.10.17 21:50:27.266239 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
111 2023.10.17 21:50:27.266258 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
112 2023.10.17 21:50:27.268569 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
113 2023.10.17 21:50:27.273873 [ 1 ] {} <Debug> Application: Loaded metadata.
114 2023.10.17 21:50:27.274003 [ 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.10.17 21:50:27.274052 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
116 2023.10.17 21:50:27.508956 [ 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.10.17 21:50:27.526829 [ 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.10.17 21:50:27.526871 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair.
119 2023.10.17 21:50:27.614444 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
120 2023.10.17 21:50:27.615299 [ 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.10.17 21:50:27.615696 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
122 2023.10.17 21:50:27.615763 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 24; logical cores: 48.
123 2023.10.17 21:50:27.615782 [ 158 ] {} <Debug> DNSResolver: Updating DNS cache
124 2023.10.17 21:50:27.615943 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
125 2023.10.17 21:50:27.615944 [ 158 ] {} <Debug> DNSResolver: Updated DNS cache
126 2023.10.17 21:50:27.616010 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
127 2023.10.17 21:50:27.616070 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004
128 2023.10.17 21:50:27.616094 [ 1 ] {} <Information> Application: Ready for connections.
129 2023.10.17 21:50:42.616635 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache
130 2023.10.17 21:50:42.616727 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache
131 2023.10.17 21:50:43.212540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
132 2023.10.17 21:50:43.212735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
133 2023.10.17 21:50:43.213304 [ 3 ] {} <Debug> HTTP-Session: 6af2dc99-5aa3-4152-959d-bfaf89c3b1b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
134 2023.10.17 21:50:43.213341 [ 3 ] {} <Debug> HTTP-Session: 6af2dc99-5aa3-4152-959d-bfaf89c3b1b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2023.10.17 21:50:43.213471 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly=0, allow_ddl=true, allow_introspection_functions=false
136 2023.10.17 21:50:43.213504 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT ALL ON *.* WITH GRANT OPTION
137 2023.10.17 21:50:43.213519 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT ALL ON *.* WITH GRANT OPTION
138 2023.10.17 21:50:43.214408 [ 3 ] {e75fa99d-516d-4ef8-b4d1-ee6f090fa79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete)
139 2023.10.17 21:50:43.215603 [ 3 ] {e75fa99d-516d-4ef8-b4d1-ee6f090fa79b} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters (stage: Complete)
140 2023.10.17 21:50:43.217747 [ 3 ] {e75fa99d-516d-4ef8-b4d1-ee6f090fa79b} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters
141 2023.10.17 21:50:43.219570 [ 3 ] {e75fa99d-516d-4ef8-b4d1-ee6f090fa79b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
142 2023.10.17 21:50:43.223965 [ 3 ] {e75fa99d-516d-4ef8-b4d1-ee6f090fa79b} <Debug> DynamicQueryHandler: Done processing query
143 2023.10.17 21:50:43.224031 [ 3 ] {e75fa99d-516d-4ef8-b4d1-ee6f090fa79b} <Debug> MemoryTracker: Peak memory usage (for query): 4.00 MiB.
144 2023.10.17 21:50:43.224049 [ 3 ] {} <Debug> HTTP-Session: 6af2dc99-5aa3-4152-959d-bfaf89c3b1b5 Destroying unnamed session
145 2023.10.17 21:50:43.224303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
146 2023.10.17 21:50:43.224355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
147 2023.10.17 21:50:43.224374 [ 3 ] {} <Debug> HTTP-Session: 11e2b735-3122-435b-8afa-c9341ff1de95 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
148 2023.10.17 21:50:43.224393 [ 3 ] {} <Debug> HTTP-Session: 11e2b735-3122-435b-8afa-c9341ff1de95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
149 2023.10.17 21:50:43.224501 [ 3 ] {078e4a9a-4294-4154-953b-a8c5b35c94a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
150 2023.10.17 21:50:43.239618 [ 3 ] {078e4a9a-4294-4154-953b-a8c5b35c94a8} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE) (version 22.8.9.1) (from [fd00:1122:3344:101::d]:56840) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
151 
152 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
153 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
154 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
155 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
156 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse
157 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse
158 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
159 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
160 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
161 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
162 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
163 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
164 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
165 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
166 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
167 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse
168 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse
169 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse
170 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse
171 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse
172 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse
173 21. _thrp_setup @ 111ef7 in /system/lib/amd64/libc.so.1
174 
175 2023.10.17 21:50:43.240313 [ 3 ] {078e4a9a-4294-4154-953b-a8c5b35c94a8} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
176 
177 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
178 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
179 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
180 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
181 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse
182 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse
183 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
184 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
185 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
186 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
187 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
188 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
189 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
190 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
191 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
192 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse
193 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse
194 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse
195 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse
196 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse
197 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse
198 21. _thrp_setup @ 111ef7 in /system/lib/amd64/libc.so.1
199 (version 22.8.9.1)
200 2023.10.17 21:50:43.240436 [ 3 ] {078e4a9a-4294-4154-953b-a8c5b35c94a8} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
201 2023.10.17 21:50:43.240456 [ 3 ] {} <Debug> HTTP-Session: 11e2b735-3122-435b-8afa-c9341ff1de95 Destroying unnamed session
202 2023.10.17 21:50:43.241251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 34, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
203 2023.10.17 21:50:43.241301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
204 2023.10.17 21:50:43.241319 [ 3 ] {} <Debug> HTTP-Session: beb46c8d-8f75-42cd-b2e2-0e2dfdb0f4a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
205 2023.10.17 21:50:43.241339 [ 3 ] {} <Debug> HTTP-Session: beb46c8d-8f75-42cd-b2e2-0e2dfdb0f4a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
206 2023.10.17 21:50:43.241451 [ 3 ] {3853c761-296b-4dda-952a-0bbc02e3ffbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) DROP DATABASE IF EXISTS oximeter; (stage: Complete)
207 2023.10.17 21:50:43.241555 [ 3 ] {3853c761-296b-4dda-952a-0bbc02e3ffbc} <Debug> DynamicQueryHandler: Done processing query
208 2023.10.17 21:50:43.241580 [ 3 ] {3853c761-296b-4dda-952a-0bbc02e3ffbc} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
209 2023.10.17 21:50:43.241598 [ 3 ] {} <Debug> HTTP-Session: beb46c8d-8f75-42cd-b2e2-0e2dfdb0f4a3 Destroying unnamed session
210 2023.10.17 21:50:43.241722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 39, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
211 2023.10.17 21:50:43.241765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
212 2023.10.17 21:50:43.241789 [ 3 ] {} <Debug> HTTP-Session: b5d52f90-4bdb-4e58-a6c3-46d55c815da1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
213 2023.10.17 21:50:43.241804 [ 3 ] {} <Debug> HTTP-Session: b5d52f90-4bdb-4e58-a6c3-46d55c815da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
214 2023.10.17 21:50:43.241862 [ 3 ] {a36ef49c-3f8d-4238-bf5d-6b8d761b7317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) CREATE DATABASE IF NOT EXISTS oximeter; (stage: Complete)
215 2023.10.17 21:50:43.241917 [ 3 ] {a36ef49c-3f8d-4238-bf5d-6b8d761b7317} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
216 2023.10.17 21:50:43.243094 [ 3 ] {a36ef49c-3f8d-4238-bf5d-6b8d761b7317} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
217 2023.10.17 21:50:43.243120 [ 3 ] {a36ef49c-3f8d-4238-bf5d-6b8d761b7317} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.5871e-05 sec
218 2023.10.17 21:50:43.243143 [ 3 ] {a36ef49c-3f8d-4238-bf5d-6b8d761b7317} <Information> TablesLoader: Loading 0 tables with 0 dependency level
219 2023.10.17 21:50:43.243156 [ 3 ] {a36ef49c-3f8d-4238-bf5d-6b8d761b7317} <Information> DatabaseAtomic (oximeter): Starting up tables.
220 2023.10.17 21:50:43.243225 [ 3 ] {a36ef49c-3f8d-4238-bf5d-6b8d761b7317} <Debug> DynamicQueryHandler: Done processing query
221 2023.10.17 21:50:43.243246 [ 3 ] {a36ef49c-3f8d-4238-bf5d-6b8d761b7317} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
222 2023.10.17 21:50:43.243266 [ 3 ] {} <Debug> HTTP-Session: b5d52f90-4bdb-4e58-a6c3-46d55c815da1 Destroying unnamed session
223 2023.10.17 21:50:43.243360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
224 2023.10.17 21:50:43.243403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
225 2023.10.17 21:50:43.243424 [ 3 ] {} <Debug> HTTP-Session: 5e5342f9-d356-4b51-81c8-e271192a2fbc Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
226 2023.10.17 21:50:43.243440 [ 3 ] {} <Debug> HTTP-Session: 5e5342f9-d356-4b51-81c8-e271192a2fbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
227 2023.10.17 21:50:43.243577 [ 3 ] {bbbe8cfd-56b2-48da-833a-122f8b6730e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp); (stage: Complete)
228 2023.10.17 21:50:43.243619 [ 3 ] {bbbe8cfd-56b2-48da-833a-122f8b6730e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
229 2023.10.17 21:50:43.247606 [ 3 ] {bbbe8cfd-56b2-48da-833a-122f8b6730e7} <Debug> oximeter.version (9610679d-e270-42c8-b1fa-6dfee8fca50b): Loading data parts
230 2023.10.17 21:50:43.247734 [ 3 ] {bbbe8cfd-56b2-48da-833a-122f8b6730e7} <Debug> oximeter.version (9610679d-e270-42c8-b1fa-6dfee8fca50b): There are no data parts
231 2023.10.17 21:50:43.249568 [ 3 ] {bbbe8cfd-56b2-48da-833a-122f8b6730e7} <Debug> DynamicQueryHandler: Done processing query
232 2023.10.17 21:50:43.249593 [ 3 ] {bbbe8cfd-56b2-48da-833a-122f8b6730e7} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
233 2023.10.17 21:50:43.249614 [ 3 ] {} <Debug> HTTP-Session: 5e5342f9-d356-4b51-81c8-e271192a2fbc Destroying unnamed session
234 2023.10.17 21:50:43.249721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
235 2023.10.17 21:50:43.249766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
236 2023.10.17 21:50:43.249788 [ 3 ] {} <Debug> HTTP-Session: 8fea55cd-792b-4ba4-85e1-039147fcd956 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
237 2023.10.17 21:50:43.249809 [ 3 ] {} <Debug> HTTP-Session: 8fea55cd-792b-4ba4-85e1-039147fcd956 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
238 2023.10.17 21:50:43.249994 [ 3 ] {5656c302-d8c3-44ae-816d-ff30637a6718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
239 2023.10.17 21:50:43.250040 [ 3 ] {5656c302-d8c3-44ae-816d-ff30637a6718} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
240 2023.10.17 21:50:43.256366 [ 3 ] {5656c302-d8c3-44ae-816d-ff30637a6718} <Debug> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Loading data parts
241 2023.10.17 21:50:43.256455 [ 3 ] {5656c302-d8c3-44ae-816d-ff30637a6718} <Debug> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): There are no data parts
242 2023.10.17 21:50:43.257592 [ 3 ] {5656c302-d8c3-44ae-816d-ff30637a6718} <Debug> DynamicQueryHandler: Done processing query
243 2023.10.17 21:50:43.257618 [ 3 ] {5656c302-d8c3-44ae-816d-ff30637a6718} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
244 2023.10.17 21:50:43.257638 [ 3 ] {} <Debug> HTTP-Session: 8fea55cd-792b-4ba4-85e1-039147fcd956 Destroying unnamed session
245 2023.10.17 21:50:43.257747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
246 2023.10.17 21:50:43.257796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
247 2023.10.17 21:50:43.257818 [ 3 ] {} <Debug> HTTP-Session: a871bc28-5130-4686-bb54-0e8d24a7a394 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
248 2023.10.17 21:50:43.257834 [ 3 ] {} <Debug> HTTP-Session: a871bc28-5130-4686-bb54-0e8d24a7a394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
249 2023.10.17 21:50:43.258019 [ 3 ] {067b6127-0f7d-49a8-8829-4599ee333b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
250 2023.10.17 21:50:43.258065 [ 3 ] {067b6127-0f7d-49a8-8829-4599ee333b11} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
251 2023.10.17 21:50:43.259634 [ 3 ] {067b6127-0f7d-49a8-8829-4599ee333b11} <Debug> oximeter.measurements_i8 (9a8af625-71d8-4955-8544-f1d71caf80dc): Loading data parts
252 2023.10.17 21:50:43.259723 [ 3 ] {067b6127-0f7d-49a8-8829-4599ee333b11} <Debug> oximeter.measurements_i8 (9a8af625-71d8-4955-8544-f1d71caf80dc): There are no data parts
253 2023.10.17 21:50:43.260824 [ 3 ] {067b6127-0f7d-49a8-8829-4599ee333b11} <Debug> DynamicQueryHandler: Done processing query
254 2023.10.17 21:50:43.260849 [ 3 ] {067b6127-0f7d-49a8-8829-4599ee333b11} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
255 2023.10.17 21:50:43.260864 [ 3 ] {} <Debug> HTTP-Session: a871bc28-5130-4686-bb54-0e8d24a7a394 Destroying unnamed session
256 2023.10.17 21:50:43.260992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
257 2023.10.17 21:50:43.261038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
258 2023.10.17 21:50:43.261056 [ 3 ] {} <Debug> HTTP-Session: 2cb9866a-d178-4b69-8ff8-85bcbaee0491 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
259 2023.10.17 21:50:43.261076 [ 3 ] {} <Debug> HTTP-Session: 2cb9866a-d178-4b69-8ff8-85bcbaee0491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
260 2023.10.17 21:50:43.261264 [ 3 ] {d94e6330-d4ff-4c85-8f60-f7344e8adbe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
261 2023.10.17 21:50:43.261310 [ 3 ] {d94e6330-d4ff-4c85-8f60-f7344e8adbe9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
262 2023.10.17 21:50:43.262856 [ 3 ] {d94e6330-d4ff-4c85-8f60-f7344e8adbe9} <Debug> oximeter.measurements_u8 (cdd97872-e6c1-4b89-bf63-f60ae89b665c): Loading data parts
263 2023.10.17 21:50:43.262941 [ 3 ] {d94e6330-d4ff-4c85-8f60-f7344e8adbe9} <Debug> oximeter.measurements_u8 (cdd97872-e6c1-4b89-bf63-f60ae89b665c): There are no data parts
264 2023.10.17 21:50:43.264020 [ 3 ] {d94e6330-d4ff-4c85-8f60-f7344e8adbe9} <Debug> DynamicQueryHandler: Done processing query
265 2023.10.17 21:50:43.264050 [ 3 ] {d94e6330-d4ff-4c85-8f60-f7344e8adbe9} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
266 2023.10.17 21:50:43.264065 [ 3 ] {} <Debug> HTTP-Session: 2cb9866a-d178-4b69-8ff8-85bcbaee0491 Destroying unnamed session
267 2023.10.17 21:50:43.264167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
268 2023.10.17 21:50:43.264214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
269 2023.10.17 21:50:43.264232 [ 3 ] {} <Debug> HTTP-Session: 4ac35567-9caa-455f-8dd8-5357fdaf80dc Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
270 2023.10.17 21:50:43.264252 [ 3 ] {} <Debug> HTTP-Session: 4ac35567-9caa-455f-8dd8-5357fdaf80dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
271 2023.10.17 21:50:43.264434 [ 3 ] {aab9738a-2ad6-4fd5-af0f-339d570c5355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
272 2023.10.17 21:50:43.264477 [ 3 ] {aab9738a-2ad6-4fd5-af0f-339d570c5355} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
273 2023.10.17 21:50:43.268331 [ 3 ] {aab9738a-2ad6-4fd5-af0f-339d570c5355} <Debug> oximeter.measurements_i16 (682d2060-6dac-4233-9623-9a070c6aee97): Loading data parts
274 2023.10.17 21:50:43.268413 [ 3 ] {aab9738a-2ad6-4fd5-af0f-339d570c5355} <Debug> oximeter.measurements_i16 (682d2060-6dac-4233-9623-9a070c6aee97): There are no data parts
275 2023.10.17 21:50:43.269520 [ 3 ] {aab9738a-2ad6-4fd5-af0f-339d570c5355} <Debug> DynamicQueryHandler: Done processing query
276 2023.10.17 21:50:43.269550 [ 3 ] {aab9738a-2ad6-4fd5-af0f-339d570c5355} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
277 2023.10.17 21:50:43.269565 [ 3 ] {} <Debug> HTTP-Session: 4ac35567-9caa-455f-8dd8-5357fdaf80dc Destroying unnamed session
278 2023.10.17 21:50:43.269663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
279 2023.10.17 21:50:43.269709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
280 2023.10.17 21:50:43.269727 [ 3 ] {} <Debug> HTTP-Session: e607a2b5-7a79-4bf4-9172-e54aea8172a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
281 2023.10.17 21:50:43.269746 [ 3 ] {} <Debug> HTTP-Session: e607a2b5-7a79-4bf4-9172-e54aea8172a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
282 2023.10.17 21:50:43.269929 [ 3 ] {7297a949-2cac-41cb-9e59-041ca2a74e13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
283 2023.10.17 21:50:43.269972 [ 3 ] {7297a949-2cac-41cb-9e59-041ca2a74e13} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
284 2023.10.17 21:50:43.271542 [ 3 ] {7297a949-2cac-41cb-9e59-041ca2a74e13} <Debug> oximeter.measurements_u16 (f20ebd8f-7805-4d7e-8897-91e61637e35c): Loading data parts
285 2023.10.17 21:50:43.271660 [ 3 ] {7297a949-2cac-41cb-9e59-041ca2a74e13} <Debug> oximeter.measurements_u16 (f20ebd8f-7805-4d7e-8897-91e61637e35c): There are no data parts
286 2023.10.17 21:50:43.272783 [ 3 ] {7297a949-2cac-41cb-9e59-041ca2a74e13} <Debug> DynamicQueryHandler: Done processing query
287 2023.10.17 21:50:43.272816 [ 3 ] {7297a949-2cac-41cb-9e59-041ca2a74e13} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
288 2023.10.17 21:50:43.272831 [ 3 ] {} <Debug> HTTP-Session: e607a2b5-7a79-4bf4-9172-e54aea8172a8 Destroying unnamed session
289 2023.10.17 21:50:43.272948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
290 2023.10.17 21:50:43.273000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
291 2023.10.17 21:50:43.273018 [ 3 ] {} <Debug> HTTP-Session: 85e68c47-3f58-41d2-9a26-26477ddd39b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
292 2023.10.17 21:50:43.273038 [ 3 ] {} <Debug> HTTP-Session: 85e68c47-3f58-41d2-9a26-26477ddd39b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
293 2023.10.17 21:50:43.273217 [ 3 ] {bac8171f-1970-4394-ad72-c18a7b2e0b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
294 2023.10.17 21:50:43.273263 [ 3 ] {bac8171f-1970-4394-ad72-c18a7b2e0b5a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
295 2023.10.17 21:50:43.274812 [ 3 ] {bac8171f-1970-4394-ad72-c18a7b2e0b5a} <Debug> oximeter.measurements_i32 (8a9cbdcb-9802-4334-a79d-5ddafaea6a0d): Loading data parts
296 2023.10.17 21:50:43.274894 [ 3 ] {bac8171f-1970-4394-ad72-c18a7b2e0b5a} <Debug> oximeter.measurements_i32 (8a9cbdcb-9802-4334-a79d-5ddafaea6a0d): There are no data parts
297 2023.10.17 21:50:43.276005 [ 3 ] {bac8171f-1970-4394-ad72-c18a7b2e0b5a} <Debug> DynamicQueryHandler: Done processing query
298 2023.10.17 21:50:43.276034 [ 3 ] {bac8171f-1970-4394-ad72-c18a7b2e0b5a} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
299 2023.10.17 21:50:43.276049 [ 3 ] {} <Debug> HTTP-Session: 85e68c47-3f58-41d2-9a26-26477ddd39b7 Destroying unnamed session
300 2023.10.17 21:50:43.276152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
301 2023.10.17 21:50:43.276202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
302 2023.10.17 21:50:43.276220 [ 3 ] {} <Debug> HTTP-Session: 91aa77b4-1ec9-4fe2-b2c4-1d9b551fe6e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
303 2023.10.17 21:50:43.276236 [ 3 ] {} <Debug> HTTP-Session: 91aa77b4-1ec9-4fe2-b2c4-1d9b551fe6e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
304 2023.10.17 21:50:43.276421 [ 3 ] {cacb46db-2338-4a92-b463-f7fdd057c06e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
305 2023.10.17 21:50:43.276471 [ 3 ] {cacb46db-2338-4a92-b463-f7fdd057c06e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
306 2023.10.17 21:50:43.278009 [ 3 ] {cacb46db-2338-4a92-b463-f7fdd057c06e} <Debug> oximeter.measurements_u32 (c030a956-ddfd-4f2c-8d8f-37dcf4c1c278): Loading data parts
307 2023.10.17 21:50:43.278087 [ 3 ] {cacb46db-2338-4a92-b463-f7fdd057c06e} <Debug> oximeter.measurements_u32 (c030a956-ddfd-4f2c-8d8f-37dcf4c1c278): There are no data parts
308 2023.10.17 21:50:43.279184 [ 3 ] {cacb46db-2338-4a92-b463-f7fdd057c06e} <Debug> DynamicQueryHandler: Done processing query
309 2023.10.17 21:50:43.279208 [ 3 ] {cacb46db-2338-4a92-b463-f7fdd057c06e} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
310 2023.10.17 21:50:43.279228 [ 3 ] {} <Debug> HTTP-Session: 91aa77b4-1ec9-4fe2-b2c4-1d9b551fe6e5 Destroying unnamed session
311 2023.10.17 21:50:43.279321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
312 2023.10.17 21:50:43.279366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
313 2023.10.17 21:50:43.279388 [ 3 ] {} <Debug> HTTP-Session: a76f3f9d-e24d-4ff4-9ef6-1b01414deffb Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
314 2023.10.17 21:50:43.279403 [ 3 ] {} <Debug> HTTP-Session: a76f3f9d-e24d-4ff4-9ef6-1b01414deffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
315 2023.10.17 21:50:43.279584 [ 3 ] {8a8e432b-d482-4f15-a7d8-683c8765035b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
316 2023.10.17 21:50:43.279630 [ 3 ] {8a8e432b-d482-4f15-a7d8-683c8765035b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
317 2023.10.17 21:50:43.281157 [ 3 ] {8a8e432b-d482-4f15-a7d8-683c8765035b} <Debug> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Loading data parts
318 2023.10.17 21:50:43.281240 [ 3 ] {8a8e432b-d482-4f15-a7d8-683c8765035b} <Debug> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): There are no data parts
319 2023.10.17 21:50:43.282336 [ 3 ] {8a8e432b-d482-4f15-a7d8-683c8765035b} <Debug> DynamicQueryHandler: Done processing query
320 2023.10.17 21:50:43.282358 [ 3 ] {8a8e432b-d482-4f15-a7d8-683c8765035b} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
321 2023.10.17 21:50:43.282378 [ 3 ] {} <Debug> HTTP-Session: a76f3f9d-e24d-4ff4-9ef6-1b01414deffb Destroying unnamed session
322 2023.10.17 21:50:43.282486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
323 2023.10.17 21:50:43.282533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
324 2023.10.17 21:50:43.282555 [ 3 ] {} <Debug> HTTP-Session: e8b6fe64-ee17-4c63-baca-76d1cbac3ff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
325 2023.10.17 21:50:43.282571 [ 3 ] {} <Debug> HTTP-Session: e8b6fe64-ee17-4c63-baca-76d1cbac3ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
326 2023.10.17 21:50:43.282751 [ 3 ] {fa29d6dc-db22-4354-ba56-7334b769e093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
327 2023.10.17 21:50:43.282794 [ 3 ] {fa29d6dc-db22-4354-ba56-7334b769e093} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
328 2023.10.17 21:50:43.284314 [ 3 ] {fa29d6dc-db22-4354-ba56-7334b769e093} <Debug> oximeter.measurements_u64 (81de4c24-7017-4def-8709-0860dbc93f61): Loading data parts
329 2023.10.17 21:50:43.284395 [ 3 ] {fa29d6dc-db22-4354-ba56-7334b769e093} <Debug> oximeter.measurements_u64 (81de4c24-7017-4def-8709-0860dbc93f61): There are no data parts
330 2023.10.17 21:50:43.285486 [ 3 ] {fa29d6dc-db22-4354-ba56-7334b769e093} <Debug> DynamicQueryHandler: Done processing query
331 2023.10.17 21:50:43.285516 [ 3 ] {fa29d6dc-db22-4354-ba56-7334b769e093} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
332 2023.10.17 21:50:43.285539 [ 3 ] {} <Debug> HTTP-Session: e8b6fe64-ee17-4c63-baca-76d1cbac3ff4 Destroying unnamed session
333 2023.10.17 21:50:43.285645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 285, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
334 2023.10.17 21:50:43.285691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
335 2023.10.17 21:50:43.285716 [ 3 ] {} <Debug> HTTP-Session: 06466f68-62d4-4958-ba67-ab1ad911e1f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
336 2023.10.17 21:50:43.285732 [ 3 ] {} <Debug> HTTP-Session: 06466f68-62d4-4958-ba67-ab1ad911e1f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
337 2023.10.17 21:50:43.285913 [ 3 ] {b6f6f388-d335-46bd-9a5b-e544b159575c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
338 2023.10.17 21:50:43.285958 [ 3 ] {b6f6f388-d335-46bd-9a5b-e544b159575c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
339 2023.10.17 21:50:43.287489 [ 3 ] {b6f6f388-d335-46bd-9a5b-e544b159575c} <Debug> oximeter.measurements_f32 (9a1a70e3-881b-40c7-a42d-479c20443065): Loading data parts
340 2023.10.17 21:50:43.287572 [ 3 ] {b6f6f388-d335-46bd-9a5b-e544b159575c} <Debug> oximeter.measurements_f32 (9a1a70e3-881b-40c7-a42d-479c20443065): There are no data parts
341 2023.10.17 21:50:43.288662 [ 3 ] {b6f6f388-d335-46bd-9a5b-e544b159575c} <Debug> DynamicQueryHandler: Done processing query
342 2023.10.17 21:50:43.288691 [ 3 ] {b6f6f388-d335-46bd-9a5b-e544b159575c} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
343 2023.10.17 21:50:43.288706 [ 3 ] {} <Debug> HTTP-Session: 06466f68-62d4-4958-ba67-ab1ad911e1f1 Destroying unnamed session
344 2023.10.17 21:50:43.288808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 285, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
345 2023.10.17 21:50:43.288854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
346 2023.10.17 21:50:43.288872 [ 3 ] {} <Debug> HTTP-Session: e90ff046-13e6-4f36-8045-77230d71600c Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
347 2023.10.17 21:50:43.288891 [ 3 ] {} <Debug> HTTP-Session: e90ff046-13e6-4f36-8045-77230d71600c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
348 2023.10.17 21:50:43.289074 [ 3 ] {0f8178c1-0d48-4a20-beaa-cbd929a729b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
349 2023.10.17 21:50:43.289122 [ 3 ] {0f8178c1-0d48-4a20-beaa-cbd929a729b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
350 2023.10.17 21:50:43.290663 [ 3 ] {0f8178c1-0d48-4a20-beaa-cbd929a729b5} <Debug> oximeter.measurements_f64 (6b08f400-fe93-4a8d-9526-4cbfe7df5eb7): Loading data parts
351 2023.10.17 21:50:43.290804 [ 3 ] {0f8178c1-0d48-4a20-beaa-cbd929a729b5} <Debug> oximeter.measurements_f64 (6b08f400-fe93-4a8d-9526-4cbfe7df5eb7): There are no data parts
352 2023.10.17 21:50:43.292294 [ 3 ] {0f8178c1-0d48-4a20-beaa-cbd929a729b5} <Debug> DynamicQueryHandler: Done processing query
353 2023.10.17 21:50:43.292323 [ 3 ] {0f8178c1-0d48-4a20-beaa-cbd929a729b5} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
354 2023.10.17 21:50:43.292337 [ 3 ] {} <Debug> HTTP-Session: e90ff046-13e6-4f36-8045-77230d71600c Destroying unnamed session
355 2023.10.17 21:50:43.292431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 287, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
356 2023.10.17 21:50:43.292477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
357 2023.10.17 21:50:43.292496 [ 3 ] {} <Debug> HTTP-Session: 8448e8e5-3973-45fb-bde9-a6456da3037b Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
358 2023.10.17 21:50:43.292517 [ 3 ] {} <Debug> HTTP-Session: 8448e8e5-3973-45fb-bde9-a6456da3037b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
359 2023.10.17 21:50:43.292693 [ 3 ] {abbe7d15-ea7d-4421-93a3-88a759cba5d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
360 2023.10.17 21:50:43.292741 [ 3 ] {abbe7d15-ea7d-4421-93a3-88a759cba5d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
361 2023.10.17 21:50:43.294329 [ 3 ] {abbe7d15-ea7d-4421-93a3-88a759cba5d9} <Debug> oximeter.measurements_string (32b6a34c-5dca-4162-84d8-b06700e1576a): Loading data parts
362 2023.10.17 21:50:43.294409 [ 3 ] {abbe7d15-ea7d-4421-93a3-88a759cba5d9} <Debug> oximeter.measurements_string (32b6a34c-5dca-4162-84d8-b06700e1576a): There are no data parts
363 2023.10.17 21:50:43.295845 [ 3 ] {abbe7d15-ea7d-4421-93a3-88a759cba5d9} <Debug> DynamicQueryHandler: Done processing query
364 2023.10.17 21:50:43.295870 [ 3 ] {abbe7d15-ea7d-4421-93a3-88a759cba5d9} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
365 2023.10.17 21:50:43.295890 [ 3 ] {} <Debug> HTTP-Session: 8448e8e5-3973-45fb-bde9-a6456da3037b Destroying unnamed session
366 2023.10.17 21:50:43.296010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
367 2023.10.17 21:50:43.296052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
368 2023.10.17 21:50:43.296075 [ 3 ] {} <Debug> HTTP-Session: 0b1022d5-f632-4721-8e32-911dd66d8551 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
369 2023.10.17 21:50:43.296094 [ 3 ] {} <Debug> HTTP-Session: 0b1022d5-f632-4721-8e32-911dd66d8551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
370 2023.10.17 21:50:43.296275 [ 3 ] {a386d5c3-beb1-4e2f-b830-34e5419752ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
371 2023.10.17 21:50:43.296321 [ 3 ] {a386d5c3-beb1-4e2f-b830-34e5419752ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
372 2023.10.17 21:50:43.297894 [ 3 ] {a386d5c3-beb1-4e2f-b830-34e5419752ff} <Debug> oximeter.measurements_bytes (fd014ee6-558a-4157-91b1-f0ecb00c0805): Loading data parts
373 2023.10.17 21:50:43.297968 [ 3 ] {a386d5c3-beb1-4e2f-b830-34e5419752ff} <Debug> oximeter.measurements_bytes (fd014ee6-558a-4157-91b1-f0ecb00c0805): There are no data parts
374 2023.10.17 21:50:43.299400 [ 3 ] {a386d5c3-beb1-4e2f-b830-34e5419752ff} <Debug> DynamicQueryHandler: Done processing query
375 2023.10.17 21:50:43.299423 [ 3 ] {a386d5c3-beb1-4e2f-b830-34e5419752ff} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
376 2023.10.17 21:50:43.299444 [ 3 ] {} <Debug> HTTP-Session: 0b1022d5-f632-4721-8e32-911dd66d8551 Destroying unnamed session
377 2023.10.17 21:50:43.299544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
378 2023.10.17 21:50:43.299584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
379 2023.10.17 21:50:43.299607 [ 3 ] {} <Debug> HTTP-Session: f1911c46-960d-45ef-817e-b0c2ec9b6da2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
380 2023.10.17 21:50:43.299630 [ 3 ] {} <Debug> HTTP-Session: f1911c46-960d-45ef-817e-b0c2ec9b6da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
381 2023.10.17 21:50:43.299825 [ 3 ] {876b3cb2-97c9-4941-88a2-4da02567f1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
382 2023.10.17 21:50:43.299874 [ 3 ] {876b3cb2-97c9-4941-88a2-4da02567f1fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
383 2023.10.17 21:50:43.301488 [ 3 ] {876b3cb2-97c9-4941-88a2-4da02567f1fa} <Debug> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Loading data parts
384 2023.10.17 21:50:43.301588 [ 3 ] {876b3cb2-97c9-4941-88a2-4da02567f1fa} <Debug> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): There are no data parts
385 2023.10.17 21:50:43.303027 [ 3 ] {876b3cb2-97c9-4941-88a2-4da02567f1fa} <Debug> DynamicQueryHandler: Done processing query
386 2023.10.17 21:50:43.303056 [ 3 ] {876b3cb2-97c9-4941-88a2-4da02567f1fa} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
387 2023.10.17 21:50:43.303071 [ 3 ] {} <Debug> HTTP-Session: f1911c46-960d-45ef-817e-b0c2ec9b6da2 Destroying unnamed session
388 2023.10.17 21:50:43.303168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
389 2023.10.17 21:50:43.303214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
390 2023.10.17 21:50:43.303232 [ 3 ] {} <Debug> HTTP-Session: 5ea32dce-52e5-40de-8efa-55f15f9c2a10 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
391 2023.10.17 21:50:43.303252 [ 3 ] {} <Debug> HTTP-Session: 5ea32dce-52e5-40de-8efa-55f15f9c2a10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
392 2023.10.17 21:50:43.303444 [ 3 ] {6bcb32da-5eae-45b6-8f3d-36d5d0ab6559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
393 2023.10.17 21:50:43.303493 [ 3 ] {6bcb32da-5eae-45b6-8f3d-36d5d0ab6559} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
394 2023.10.17 21:50:43.305103 [ 3 ] {6bcb32da-5eae-45b6-8f3d-36d5d0ab6559} <Debug> oximeter.measurements_cumulativeu64 (534177bf-c000-4091-895c-e1f4731f09c5): Loading data parts
395 2023.10.17 21:50:43.305182 [ 3 ] {6bcb32da-5eae-45b6-8f3d-36d5d0ab6559} <Debug> oximeter.measurements_cumulativeu64 (534177bf-c000-4091-895c-e1f4731f09c5): There are no data parts
396 2023.10.17 21:50:43.306628 [ 3 ] {6bcb32da-5eae-45b6-8f3d-36d5d0ab6559} <Debug> DynamicQueryHandler: Done processing query
397 2023.10.17 21:50:43.306658 [ 3 ] {6bcb32da-5eae-45b6-8f3d-36d5d0ab6559} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
398 2023.10.17 21:50:43.306672 [ 3 ] {} <Debug> HTTP-Session: 5ea32dce-52e5-40de-8efa-55f15f9c2a10 Destroying unnamed session
399 2023.10.17 21:50:43.306789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
400 2023.10.17 21:50:43.306835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
401 2023.10.17 21:50:43.306854 [ 3 ] {} <Debug> HTTP-Session: 9c1d1c00-552e-470c-b947-a8cfaac9a805 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
402 2023.10.17 21:50:43.306875 [ 3 ] {} <Debug> HTTP-Session: 9c1d1c00-552e-470c-b947-a8cfaac9a805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
403 2023.10.17 21:50:43.307073 [ 3 ] {d231e928-0056-403c-b0b7-0766377f3d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
404 2023.10.17 21:50:43.307118 [ 3 ] {d231e928-0056-403c-b0b7-0766377f3d23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
405 2023.10.17 21:50:43.308739 [ 3 ] {d231e928-0056-403c-b0b7-0766377f3d23} <Debug> oximeter.measurements_cumulativef32 (3e78cb0b-c9c1-46ff-8b42-876ebac68b5b): Loading data parts
406 2023.10.17 21:50:43.308836 [ 3 ] {d231e928-0056-403c-b0b7-0766377f3d23} <Debug> oximeter.measurements_cumulativef32 (3e78cb0b-c9c1-46ff-8b42-876ebac68b5b): There are no data parts
407 2023.10.17 21:50:43.310266 [ 3 ] {d231e928-0056-403c-b0b7-0766377f3d23} <Debug> DynamicQueryHandler: Done processing query
408 2023.10.17 21:50:43.310296 [ 3 ] {d231e928-0056-403c-b0b7-0766377f3d23} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
409 2023.10.17 21:50:43.310314 [ 3 ] {} <Debug> HTTP-Session: 9c1d1c00-552e-470c-b947-a8cfaac9a805 Destroying unnamed session
410 2023.10.17 21:50:43.310407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
411 2023.10.17 21:50:43.310452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
412 2023.10.17 21:50:43.310476 [ 3 ] {} <Debug> HTTP-Session: c8c83173-c2a3-4277-a4e1-795fdb9a954a Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
413 2023.10.17 21:50:43.310491 [ 3 ] {} <Debug> HTTP-Session: c8c83173-c2a3-4277-a4e1-795fdb9a954a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
414 2023.10.17 21:50:43.310689 [ 3 ] {5d69db9c-02cf-4950-822e-5cd6339c2103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) --
415 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)
416 2023.10.17 21:50:43.310738 [ 3 ] {5d69db9c-02cf-4950-822e-5cd6339c2103} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
417 2023.10.17 21:50:43.312682 [ 3 ] {5d69db9c-02cf-4950-822e-5cd6339c2103} <Debug> oximeter.measurements_cumulativef64 (6cf02135-ec94-4d19-b1d9-98ecb1e3df8f): Loading data parts
418 2023.10.17 21:50:43.312764 [ 3 ] {5d69db9c-02cf-4950-822e-5cd6339c2103} <Debug> oximeter.measurements_cumulativef64 (6cf02135-ec94-4d19-b1d9-98ecb1e3df8f): There are no data parts
419 2023.10.17 21:50:43.314253 [ 3 ] {5d69db9c-02cf-4950-822e-5cd6339c2103} <Debug> DynamicQueryHandler: Done processing query
420 2023.10.17 21:50:43.314276 [ 3 ] {5d69db9c-02cf-4950-822e-5cd6339c2103} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
421 2023.10.17 21:50:43.314299 [ 3 ] {} <Debug> HTTP-Session: c8c83173-c2a3-4277-a4e1-795fdb9a954a Destroying unnamed session
422 2023.10.17 21:50:43.314401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
423 2023.10.17 21:50:43.314446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
424 2023.10.17 21:50:43.314473 [ 3 ] {} <Debug> HTTP-Session: 5ad44b85-db8d-4ca9-8bee-b0010f597f29 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
425 2023.10.17 21:50:43.314489 [ 3 ] {} <Debug> HTTP-Session: 5ad44b85-db8d-4ca9-8bee-b0010f597f29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
426 2023.10.17 21:50:43.314701 [ 3 ] {5e1ac667-5cbb-4f54-b3a2-4bc7a4e78088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
427 2023.10.17 21:50:43.314752 [ 3 ] {5e1ac667-5cbb-4f54-b3a2-4bc7a4e78088} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
428 2023.10.17 21:50:43.316738 [ 3 ] {5e1ac667-5cbb-4f54-b3a2-4bc7a4e78088} <Debug> oximeter.measurements_histogrami8 (a4a10c67-dd02-4594-b976-96c0745e6d8b): Loading data parts
429 2023.10.17 21:50:43.316836 [ 3 ] {5e1ac667-5cbb-4f54-b3a2-4bc7a4e78088} <Debug> oximeter.measurements_histogrami8 (a4a10c67-dd02-4594-b976-96c0745e6d8b): There are no data parts
430 2023.10.17 21:50:43.318310 [ 3 ] {5e1ac667-5cbb-4f54-b3a2-4bc7a4e78088} <Debug> DynamicQueryHandler: Done processing query
431 2023.10.17 21:50:43.318340 [ 3 ] {5e1ac667-5cbb-4f54-b3a2-4bc7a4e78088} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
432 2023.10.17 21:50:43.318355 [ 3 ] {} <Debug> HTTP-Session: 5ad44b85-db8d-4ca9-8bee-b0010f597f29 Destroying unnamed session
433 2023.10.17 21:50:43.318455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
434 2023.10.17 21:50:43.318508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
435 2023.10.17 21:50:43.318526 [ 3 ] {} <Debug> HTTP-Session: b45db2bf-5e03-4cad-931f-16f6f87e5a24 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
436 2023.10.17 21:50:43.318548 [ 3 ] {} <Debug> HTTP-Session: b45db2bf-5e03-4cad-931f-16f6f87e5a24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
437 2023.10.17 21:50:43.318756 [ 3 ] {b7ae4611-aa4d-4040-ad67-a736d1a43334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
438 2023.10.17 21:50:43.318811 [ 3 ] {b7ae4611-aa4d-4040-ad67-a736d1a43334} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
439 2023.10.17 21:50:43.320779 [ 3 ] {b7ae4611-aa4d-4040-ad67-a736d1a43334} <Debug> oximeter.measurements_histogramu8 (0086b775-0f63-4a8c-8617-0281037bbba3): Loading data parts
440 2023.10.17 21:50:43.320853 [ 3 ] {b7ae4611-aa4d-4040-ad67-a736d1a43334} <Debug> oximeter.measurements_histogramu8 (0086b775-0f63-4a8c-8617-0281037bbba3): There are no data parts
441 2023.10.17 21:50:43.322321 [ 3 ] {b7ae4611-aa4d-4040-ad67-a736d1a43334} <Debug> DynamicQueryHandler: Done processing query
442 2023.10.17 21:50:43.322351 [ 3 ] {b7ae4611-aa4d-4040-ad67-a736d1a43334} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
443 2023.10.17 21:50:43.322365 [ 3 ] {} <Debug> HTTP-Session: b45db2bf-5e03-4cad-931f-16f6f87e5a24 Destroying unnamed session
444 2023.10.17 21:50:43.322463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
445 2023.10.17 21:50:43.322511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
446 2023.10.17 21:50:43.322529 [ 3 ] {} <Debug> HTTP-Session: e71d0806-da87-460f-910e-9723250410f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
447 2023.10.17 21:50:43.322549 [ 3 ] {} <Debug> HTTP-Session: e71d0806-da87-460f-910e-9723250410f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
448 2023.10.17 21:50:43.322761 [ 3 ] {84e7d880-904a-4e49-afb8-2db7c85cffeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
449 2023.10.17 21:50:43.322812 [ 3 ] {84e7d880-904a-4e49-afb8-2db7c85cffeb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
450 2023.10.17 21:50:43.324842 [ 3 ] {84e7d880-904a-4e49-afb8-2db7c85cffeb} <Debug> oximeter.measurements_histogrami16 (ddfbbaec-4f0a-4fed-95e8-b047a0ab8c12): Loading data parts
451 2023.10.17 21:50:43.324922 [ 3 ] {84e7d880-904a-4e49-afb8-2db7c85cffeb} <Debug> oximeter.measurements_histogrami16 (ddfbbaec-4f0a-4fed-95e8-b047a0ab8c12): There are no data parts
452 2023.10.17 21:50:43.326401 [ 3 ] {84e7d880-904a-4e49-afb8-2db7c85cffeb} <Debug> DynamicQueryHandler: Done processing query
453 2023.10.17 21:50:43.326425 [ 3 ] {84e7d880-904a-4e49-afb8-2db7c85cffeb} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
454 2023.10.17 21:50:43.326441 [ 3 ] {} <Debug> HTTP-Session: e71d0806-da87-460f-910e-9723250410f8 Destroying unnamed session
455 2023.10.17 21:50:43.326544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
456 2023.10.17 21:50:43.326591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
457 2023.10.17 21:50:43.326609 [ 3 ] {} <Debug> HTTP-Session: 0baadae1-828a-49a6-ac32-0ef5cf6e31a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
458 2023.10.17 21:50:43.326629 [ 3 ] {} <Debug> HTTP-Session: 0baadae1-828a-49a6-ac32-0ef5cf6e31a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
459 2023.10.17 21:50:43.326839 [ 3 ] {c3839161-ef0a-4f77-8bf7-1c1b0030a729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
460 2023.10.17 21:50:43.326891 [ 3 ] {c3839161-ef0a-4f77-8bf7-1c1b0030a729} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
461 2023.10.17 21:50:43.328856 [ 3 ] {c3839161-ef0a-4f77-8bf7-1c1b0030a729} <Debug> oximeter.measurements_histogramu16 (011b45e1-2ab4-4d60-86f1-0461a27464ce): Loading data parts
462 2023.10.17 21:50:43.328942 [ 3 ] {c3839161-ef0a-4f77-8bf7-1c1b0030a729} <Debug> oximeter.measurements_histogramu16 (011b45e1-2ab4-4d60-86f1-0461a27464ce): There are no data parts
463 2023.10.17 21:50:43.330430 [ 3 ] {c3839161-ef0a-4f77-8bf7-1c1b0030a729} <Debug> DynamicQueryHandler: Done processing query
464 2023.10.17 21:50:43.330454 [ 3 ] {c3839161-ef0a-4f77-8bf7-1c1b0030a729} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
465 2023.10.17 21:50:43.330476 [ 3 ] {} <Debug> HTTP-Session: 0baadae1-828a-49a6-ac32-0ef5cf6e31a1 Destroying unnamed session
466 2023.10.17 21:50:43.330575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
467 2023.10.17 21:50:43.330623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
468 2023.10.17 21:50:43.330647 [ 3 ] {} <Debug> HTTP-Session: ceb97f8b-745c-4140-bf0a-1952f10632d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
469 2023.10.17 21:50:43.330662 [ 3 ] {} <Debug> HTTP-Session: ceb97f8b-745c-4140-bf0a-1952f10632d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
470 2023.10.17 21:50:43.330873 [ 3 ] {d7354cc0-3afb-437d-8e89-7ddb0b504502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
471 2023.10.17 21:50:43.330924 [ 3 ] {d7354cc0-3afb-437d-8e89-7ddb0b504502} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
472 2023.10.17 21:50:43.332927 [ 3 ] {d7354cc0-3afb-437d-8e89-7ddb0b504502} <Debug> oximeter.measurements_histogrami32 (c7548ab8-0e2f-438a-a2a2-d7c07fd50352): Loading data parts
473 2023.10.17 21:50:43.333000 [ 3 ] {d7354cc0-3afb-437d-8e89-7ddb0b504502} <Debug> oximeter.measurements_histogrami32 (c7548ab8-0e2f-438a-a2a2-d7c07fd50352): There are no data parts
474 2023.10.17 21:50:43.334496 [ 3 ] {d7354cc0-3afb-437d-8e89-7ddb0b504502} <Debug> DynamicQueryHandler: Done processing query
475 2023.10.17 21:50:43.334520 [ 3 ] {d7354cc0-3afb-437d-8e89-7ddb0b504502} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
476 2023.10.17 21:50:43.334541 [ 3 ] {} <Debug> HTTP-Session: ceb97f8b-745c-4140-bf0a-1952f10632d2 Destroying unnamed session
477 2023.10.17 21:50:43.334667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
478 2023.10.17 21:50:43.334710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
479 2023.10.17 21:50:43.334734 [ 3 ] {} <Debug> HTTP-Session: 2a032648-6860-40ba-a3c5-51d3149071b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
480 2023.10.17 21:50:43.334755 [ 3 ] {} <Debug> HTTP-Session: 2a032648-6860-40ba-a3c5-51d3149071b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
481 2023.10.17 21:50:43.334962 [ 3 ] {b291ed56-2030-4bcd-b58a-4970cc9aef95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
482 2023.10.17 21:50:43.335015 [ 3 ] {b291ed56-2030-4bcd-b58a-4970cc9aef95} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
483 2023.10.17 21:50:43.337020 [ 3 ] {b291ed56-2030-4bcd-b58a-4970cc9aef95} <Debug> oximeter.measurements_histogramu32 (4a5cfdad-95f2-4bcd-bd39-ead3b39956a6): Loading data parts
484 2023.10.17 21:50:43.337106 [ 3 ] {b291ed56-2030-4bcd-b58a-4970cc9aef95} <Debug> oximeter.measurements_histogramu32 (4a5cfdad-95f2-4bcd-bd39-ead3b39956a6): There are no data parts
485 2023.10.17 21:50:43.338594 [ 3 ] {b291ed56-2030-4bcd-b58a-4970cc9aef95} <Debug> DynamicQueryHandler: Done processing query
486 2023.10.17 21:50:43.338624 [ 3 ] {b291ed56-2030-4bcd-b58a-4970cc9aef95} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
487 2023.10.17 21:50:43.338640 [ 3 ] {} <Debug> HTTP-Session: 2a032648-6860-40ba-a3c5-51d3149071b7 Destroying unnamed session
488 2023.10.17 21:50:43.338749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
489 2023.10.17 21:50:43.338796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
490 2023.10.17 21:50:43.338816 [ 3 ] {} <Debug> HTTP-Session: 672bb9a7-7f22-44ca-a81d-8c2fb79c8113 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
491 2023.10.17 21:50:43.338836 [ 3 ] {} <Debug> HTTP-Session: 672bb9a7-7f22-44ca-a81d-8c2fb79c8113 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
492 2023.10.17 21:50:43.339046 [ 3 ] {530e64ff-de58-450f-84c0-aeddba6c4b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
493 2023.10.17 21:50:43.339098 [ 3 ] {530e64ff-de58-450f-84c0-aeddba6c4b23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
494 2023.10.17 21:50:43.341088 [ 3 ] {530e64ff-de58-450f-84c0-aeddba6c4b23} <Debug> oximeter.measurements_histogrami64 (79da6291-1bb9-44cf-a5f4-3c00c7b54fb8): Loading data parts
495 2023.10.17 21:50:43.341168 [ 3 ] {530e64ff-de58-450f-84c0-aeddba6c4b23} <Debug> oximeter.measurements_histogrami64 (79da6291-1bb9-44cf-a5f4-3c00c7b54fb8): There are no data parts
496 2023.10.17 21:50:43.342654 [ 3 ] {530e64ff-de58-450f-84c0-aeddba6c4b23} <Debug> DynamicQueryHandler: Done processing query
497 2023.10.17 21:50:43.342679 [ 3 ] {530e64ff-de58-450f-84c0-aeddba6c4b23} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
498 2023.10.17 21:50:43.342701 [ 3 ] {} <Debug> HTTP-Session: 672bb9a7-7f22-44ca-a81d-8c2fb79c8113 Destroying unnamed session
499 2023.10.17 21:50:43.342833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
500 2023.10.17 21:50:43.342880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
501 2023.10.17 21:50:43.342904 [ 3 ] {} <Debug> HTTP-Session: 71c03560-e45c-4dad-8dfa-cfbc9cf971c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
502 2023.10.17 21:50:43.342919 [ 3 ] {} <Debug> HTTP-Session: 71c03560-e45c-4dad-8dfa-cfbc9cf971c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
503 2023.10.17 21:50:43.343129 [ 3 ] {c8f91ef1-1edc-4fd1-8e95-d434d40f2afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
504 2023.10.17 21:50:43.343180 [ 3 ] {c8f91ef1-1edc-4fd1-8e95-d434d40f2afc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
505 2023.10.17 21:50:43.345165 [ 3 ] {c8f91ef1-1edc-4fd1-8e95-d434d40f2afc} <Debug> oximeter.measurements_histogramu64 (fd5580c4-7430-4107-8645-feb1278a18eb): Loading data parts
506 2023.10.17 21:50:43.345234 [ 3 ] {c8f91ef1-1edc-4fd1-8e95-d434d40f2afc} <Debug> oximeter.measurements_histogramu64 (fd5580c4-7430-4107-8645-feb1278a18eb): There are no data parts
507 2023.10.17 21:50:43.346726 [ 3 ] {c8f91ef1-1edc-4fd1-8e95-d434d40f2afc} <Debug> DynamicQueryHandler: Done processing query
508 2023.10.17 21:50:43.346749 [ 3 ] {c8f91ef1-1edc-4fd1-8e95-d434d40f2afc} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
509 2023.10.17 21:50:43.346776 [ 3 ] {} <Debug> HTTP-Session: 71c03560-e45c-4dad-8dfa-cfbc9cf971c5 Destroying unnamed session
510 2023.10.17 21:50:43.346870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
511 2023.10.17 21:50:43.346916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
512 2023.10.17 21:50:43.346940 [ 3 ] {} <Debug> HTTP-Session: 631e026b-5063-4fe3-8125-2d6a676e4aa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
513 2023.10.17 21:50:43.346956 [ 3 ] {} <Debug> HTTP-Session: 631e026b-5063-4fe3-8125-2d6a676e4aa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
514 2023.10.17 21:50:43.347165 [ 3 ] {8d32a4fa-8b49-44c9-b48a-0acbc6becea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
515 2023.10.17 21:50:43.347216 [ 3 ] {8d32a4fa-8b49-44c9-b48a-0acbc6becea4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
516 2023.10.17 21:50:43.349199 [ 3 ] {8d32a4fa-8b49-44c9-b48a-0acbc6becea4} <Debug> oximeter.measurements_histogramf32 (ab6bc782-6e38-4616-a693-ae90b0d613ab): Loading data parts
517 2023.10.17 21:50:43.349272 [ 3 ] {8d32a4fa-8b49-44c9-b48a-0acbc6becea4} <Debug> oximeter.measurements_histogramf32 (ab6bc782-6e38-4616-a693-ae90b0d613ab): There are no data parts
518 2023.10.17 21:50:43.350746 [ 3 ] {8d32a4fa-8b49-44c9-b48a-0acbc6becea4} <Debug> DynamicQueryHandler: Done processing query
519 2023.10.17 21:50:43.350778 [ 3 ] {8d32a4fa-8b49-44c9-b48a-0acbc6becea4} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
520 2023.10.17 21:50:43.350792 [ 3 ] {} <Debug> HTTP-Session: 631e026b-5063-4fe3-8125-2d6a676e4aa6 Destroying unnamed session
521 2023.10.17 21:50:43.350888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
522 2023.10.17 21:50:43.350942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
523 2023.10.17 21:50:43.350959 [ 3 ] {} <Debug> HTTP-Session: bae8b6ea-df31-4a0e-93fd-96b0f6144edc Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
524 2023.10.17 21:50:43.350979 [ 3 ] {} <Debug> HTTP-Session: bae8b6ea-df31-4a0e-93fd-96b0f6144edc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
525 2023.10.17 21:50:43.351187 [ 3 ] {f559bc14-0aec-4d6d-bb65-c1eac78fafb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
526 2023.10.17 21:50:43.351239 [ 3 ] {f559bc14-0aec-4d6d-bb65-c1eac78fafb5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
527 2023.10.17 21:50:43.353201 [ 3 ] {f559bc14-0aec-4d6d-bb65-c1eac78fafb5} <Debug> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Loading data parts
528 2023.10.17 21:50:43.353305 [ 3 ] {f559bc14-0aec-4d6d-bb65-c1eac78fafb5} <Debug> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): There are no data parts
529 2023.10.17 21:50:43.354467 [ 3 ] {f559bc14-0aec-4d6d-bb65-c1eac78fafb5} <Debug> DynamicQueryHandler: Done processing query
530 2023.10.17 21:50:43.354491 [ 3 ] {f559bc14-0aec-4d6d-bb65-c1eac78fafb5} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
531 2023.10.17 21:50:43.354506 [ 3 ] {} <Debug> HTTP-Session: bae8b6ea-df31-4a0e-93fd-96b0f6144edc Destroying unnamed session
532 2023.10.17 21:50:43.354614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
533 2023.10.17 21:50:43.354662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
534 2023.10.17 21:50:43.354679 [ 3 ] {} <Debug> HTTP-Session: a0eaa7e9-16d7-4333-acf8-e5200c157d07 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
535 2023.10.17 21:50:43.354700 [ 3 ] {} <Debug> HTTP-Session: a0eaa7e9-16d7-4333-acf8-e5200c157d07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
536 2023.10.17 21:50:43.354857 [ 3 ] {3b97adbc-e63c-4444-b82a-f9ebd6afbe88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
537 2023.10.17 21:50:43.354897 [ 3 ] {3b97adbc-e63c-4444-b82a-f9ebd6afbe88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
538 2023.10.17 21:50:43.356731 [ 3 ] {3b97adbc-e63c-4444-b82a-f9ebd6afbe88} <Debug> oximeter.fields_bool (943cb8f5-faf1-4d84-829a-0043f7bc2912): Loading data parts
539 2023.10.17 21:50:43.356810 [ 3 ] {3b97adbc-e63c-4444-b82a-f9ebd6afbe88} <Debug> oximeter.fields_bool (943cb8f5-faf1-4d84-829a-0043f7bc2912): There are no data parts
540 2023.10.17 21:50:43.357904 [ 3 ] {3b97adbc-e63c-4444-b82a-f9ebd6afbe88} <Debug> DynamicQueryHandler: Done processing query
541 2023.10.17 21:50:43.357934 [ 3 ] {3b97adbc-e63c-4444-b82a-f9ebd6afbe88} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
542 2023.10.17 21:50:43.357949 [ 3 ] {} <Debug> HTTP-Session: a0eaa7e9-16d7-4333-acf8-e5200c157d07 Destroying unnamed session
543 2023.10.17 21:50:43.358055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
544 2023.10.17 21:50:43.358102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
545 2023.10.17 21:50:43.358120 [ 3 ] {} <Debug> HTTP-Session: b4693afe-bd4f-4f5f-a17b-ba0e06373c68 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
546 2023.10.17 21:50:43.358140 [ 3 ] {} <Debug> HTTP-Session: b4693afe-bd4f-4f5f-a17b-ba0e06373c68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
547 2023.10.17 21:50:43.358293 [ 3 ] {0b4d8672-ff40-4dd4-863a-70da114cc98c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
548 2023.10.17 21:50:43.358334 [ 3 ] {0b4d8672-ff40-4dd4-863a-70da114cc98c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
549 2023.10.17 21:50:43.360106 [ 3 ] {0b4d8672-ff40-4dd4-863a-70da114cc98c} <Debug> oximeter.fields_i8 (c673075a-d821-43af-904b-2614e3600744): Loading data parts
550 2023.10.17 21:50:43.360184 [ 3 ] {0b4d8672-ff40-4dd4-863a-70da114cc98c} <Debug> oximeter.fields_i8 (c673075a-d821-43af-904b-2614e3600744): There are no data parts
551 2023.10.17 21:50:43.361276 [ 3 ] {0b4d8672-ff40-4dd4-863a-70da114cc98c} <Debug> DynamicQueryHandler: Done processing query
552 2023.10.17 21:50:43.361300 [ 3 ] {0b4d8672-ff40-4dd4-863a-70da114cc98c} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
553 2023.10.17 21:50:43.361321 [ 3 ] {} <Debug> HTTP-Session: b4693afe-bd4f-4f5f-a17b-ba0e06373c68 Destroying unnamed session
554 2023.10.17 21:50:43.361410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
555 2023.10.17 21:50:43.361457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
556 2023.10.17 21:50:43.361481 [ 3 ] {} <Debug> HTTP-Session: 509ee8f3-6f46-463c-927b-a7a8ddf8da2d Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
557 2023.10.17 21:50:43.361496 [ 3 ] {} <Debug> HTTP-Session: 509ee8f3-6f46-463c-927b-a7a8ddf8da2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
558 2023.10.17 21:50:43.361651 [ 3 ] {339ea373-d95c-49c9-a490-3c25eea2c9d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
559 2023.10.17 21:50:43.361692 [ 3 ] {339ea373-d95c-49c9-a490-3c25eea2c9d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
560 2023.10.17 21:50:43.363482 [ 3 ] {339ea373-d95c-49c9-a490-3c25eea2c9d5} <Debug> oximeter.fields_u8 (109d22ae-2329-42e9-8d45-976e79f1ca04): Loading data parts
561 2023.10.17 21:50:43.363565 [ 3 ] {339ea373-d95c-49c9-a490-3c25eea2c9d5} <Debug> oximeter.fields_u8 (109d22ae-2329-42e9-8d45-976e79f1ca04): There are no data parts
562 2023.10.17 21:50:43.364758 [ 3 ] {339ea373-d95c-49c9-a490-3c25eea2c9d5} <Debug> DynamicQueryHandler: Done processing query
563 2023.10.17 21:50:43.364788 [ 3 ] {339ea373-d95c-49c9-a490-3c25eea2c9d5} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
564 2023.10.17 21:50:43.364803 [ 3 ] {} <Debug> HTTP-Session: 509ee8f3-6f46-463c-927b-a7a8ddf8da2d Destroying unnamed session
565 2023.10.17 21:50:43.364901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
566 2023.10.17 21:50:43.364948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
567 2023.10.17 21:50:43.364966 [ 3 ] {} <Debug> HTTP-Session: 420e06ee-9884-42f1-b5fd-9b1b7ce798d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
568 2023.10.17 21:50:43.364986 [ 3 ] {} <Debug> HTTP-Session: 420e06ee-9884-42f1-b5fd-9b1b7ce798d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
569 2023.10.17 21:50:43.365138 [ 3 ] {1b67da96-05b4-4881-8920-81f37538a82c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
570 2023.10.17 21:50:43.365180 [ 3 ] {1b67da96-05b4-4881-8920-81f37538a82c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
571 2023.10.17 21:50:43.367019 [ 3 ] {1b67da96-05b4-4881-8920-81f37538a82c} <Debug> oximeter.fields_i16 (6430eb0d-5deb-4bf9-bd82-9628ad252c32): Loading data parts
572 2023.10.17 21:50:43.367094 [ 3 ] {1b67da96-05b4-4881-8920-81f37538a82c} <Debug> oximeter.fields_i16 (6430eb0d-5deb-4bf9-bd82-9628ad252c32): There are no data parts
573 2023.10.17 21:50:43.368198 [ 3 ] {1b67da96-05b4-4881-8920-81f37538a82c} <Debug> DynamicQueryHandler: Done processing query
574 2023.10.17 21:50:43.368222 [ 3 ] {1b67da96-05b4-4881-8920-81f37538a82c} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
575 2023.10.17 21:50:43.368243 [ 3 ] {} <Debug> HTTP-Session: 420e06ee-9884-42f1-b5fd-9b1b7ce798d9 Destroying unnamed session
576 2023.10.17 21:50:43.368352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
577 2023.10.17 21:50:43.368393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
578 2023.10.17 21:50:43.368417 [ 3 ] {} <Debug> HTTP-Session: 222b802e-8aff-46c1-87a8-7a1a43a16143 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
579 2023.10.17 21:50:43.368438 [ 3 ] {} <Debug> HTTP-Session: 222b802e-8aff-46c1-87a8-7a1a43a16143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
580 2023.10.17 21:50:43.368586 [ 3 ] {d58d3006-533f-461f-bf79-94d09f99876e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
581 2023.10.17 21:50:43.368633 [ 3 ] {d58d3006-533f-461f-bf79-94d09f99876e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
582 2023.10.17 21:50:43.370422 [ 3 ] {d58d3006-533f-461f-bf79-94d09f99876e} <Debug> oximeter.fields_u16 (482478c8-f828-49ea-840f-45fc64404a5c): Loading data parts
583 2023.10.17 21:50:43.370503 [ 3 ] {d58d3006-533f-461f-bf79-94d09f99876e} <Debug> oximeter.fields_u16 (482478c8-f828-49ea-840f-45fc64404a5c): There are no data parts
584 2023.10.17 21:50:43.371594 [ 3 ] {d58d3006-533f-461f-bf79-94d09f99876e} <Debug> DynamicQueryHandler: Done processing query
585 2023.10.17 21:50:43.371618 [ 3 ] {d58d3006-533f-461f-bf79-94d09f99876e} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
586 2023.10.17 21:50:43.371640 [ 3 ] {} <Debug> HTTP-Session: 222b802e-8aff-46c1-87a8-7a1a43a16143 Destroying unnamed session
587 2023.10.17 21:50:43.371737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
588 2023.10.17 21:50:43.371783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
589 2023.10.17 21:50:43.371807 [ 3 ] {} <Debug> HTTP-Session: d504a304-4942-424e-9e06-12d9f3cb305c Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
590 2023.10.17 21:50:43.371822 [ 3 ] {} <Debug> HTTP-Session: d504a304-4942-424e-9e06-12d9f3cb305c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
591 2023.10.17 21:50:43.371976 [ 3 ] {60810fb9-1e92-47d7-b503-f7a5cc5ed729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
592 2023.10.17 21:50:43.372021 [ 3 ] {60810fb9-1e92-47d7-b503-f7a5cc5ed729} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
593 2023.10.17 21:50:43.373463 [ 3 ] {60810fb9-1e92-47d7-b503-f7a5cc5ed729} <Debug> oximeter.fields_i32 (2f8eef99-a02c-4896-b9e3-9e2bdae97c3a): Loading data parts
594 2023.10.17 21:50:43.373547 [ 3 ] {60810fb9-1e92-47d7-b503-f7a5cc5ed729} <Debug> oximeter.fields_i32 (2f8eef99-a02c-4896-b9e3-9e2bdae97c3a): There are no data parts
595 2023.10.17 21:50:43.374595 [ 3 ] {60810fb9-1e92-47d7-b503-f7a5cc5ed729} <Debug> DynamicQueryHandler: Done processing query
596 2023.10.17 21:50:43.374633 [ 3 ] {60810fb9-1e92-47d7-b503-f7a5cc5ed729} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
597 2023.10.17 21:50:43.374648 [ 3 ] {} <Debug> HTTP-Session: d504a304-4942-424e-9e06-12d9f3cb305c Destroying unnamed session
598 2023.10.17 21:50:43.374755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
599 2023.10.17 21:50:43.374809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
600 2023.10.17 21:50:43.374826 [ 3 ] {} <Debug> HTTP-Session: 9bd2564c-d00e-49ac-b734-375b09995e1a Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
601 2023.10.17 21:50:43.374847 [ 3 ] {} <Debug> HTTP-Session: 9bd2564c-d00e-49ac-b734-375b09995e1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
602 2023.10.17 21:50:43.375001 [ 3 ] {05425ede-16ac-4234-b0b8-7243f81a355f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
603 2023.10.17 21:50:43.375042 [ 3 ] {05425ede-16ac-4234-b0b8-7243f81a355f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
604 2023.10.17 21:50:43.376487 [ 3 ] {05425ede-16ac-4234-b0b8-7243f81a355f} <Debug> oximeter.fields_u32 (67752f7e-ef76-424d-b348-bdcddf0f93da): Loading data parts
605 2023.10.17 21:50:43.376564 [ 3 ] {05425ede-16ac-4234-b0b8-7243f81a355f} <Debug> oximeter.fields_u32 (67752f7e-ef76-424d-b348-bdcddf0f93da): There are no data parts
606 2023.10.17 21:50:43.377705 [ 3 ] {05425ede-16ac-4234-b0b8-7243f81a355f} <Debug> DynamicQueryHandler: Done processing query
607 2023.10.17 21:50:43.377753 [ 3 ] {05425ede-16ac-4234-b0b8-7243f81a355f} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
608 2023.10.17 21:50:43.377773 [ 3 ] {} <Debug> HTTP-Session: 9bd2564c-d00e-49ac-b734-375b09995e1a Destroying unnamed session
609 2023.10.17 21:50:43.377878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
610 2023.10.17 21:50:43.377960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
611 2023.10.17 21:50:43.377985 [ 3 ] {} <Debug> HTTP-Session: 510e057b-abe7-476a-a2c8-33974155518e Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
612 2023.10.17 21:50:43.378005 [ 3 ] {} <Debug> HTTP-Session: 510e057b-abe7-476a-a2c8-33974155518e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
613 2023.10.17 21:50:43.378209 [ 3 ] {90f9fda8-7198-44d7-b89d-78afd04a923d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
614 2023.10.17 21:50:43.378284 [ 3 ] {90f9fda8-7198-44d7-b89d-78afd04a923d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
615 2023.10.17 21:50:43.379818 [ 3 ] {90f9fda8-7198-44d7-b89d-78afd04a923d} <Debug> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Loading data parts
616 2023.10.17 21:50:43.379911 [ 3 ] {90f9fda8-7198-44d7-b89d-78afd04a923d} <Debug> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): There are no data parts
617 2023.10.17 21:50:43.381001 [ 3 ] {90f9fda8-7198-44d7-b89d-78afd04a923d} <Debug> DynamicQueryHandler: Done processing query
618 2023.10.17 21:50:43.381026 [ 3 ] {90f9fda8-7198-44d7-b89d-78afd04a923d} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
619 2023.10.17 21:50:43.381056 [ 3 ] {} <Debug> HTTP-Session: 510e057b-abe7-476a-a2c8-33974155518e Destroying unnamed session
620 2023.10.17 21:50:43.381156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
621 2023.10.17 21:50:43.381215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
622 2023.10.17 21:50:43.381247 [ 3 ] {} <Debug> HTTP-Session: 40a841fe-f7f0-4380-b6cf-9e58a14eb1b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
623 2023.10.17 21:50:43.381263 [ 3 ] {} <Debug> HTTP-Session: 40a841fe-f7f0-4380-b6cf-9e58a14eb1b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
624 2023.10.17 21:50:43.381428 [ 3 ] {918e7351-84ba-42d2-9727-7bebe89b6472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
625 2023.10.17 21:50:43.381479 [ 3 ] {918e7351-84ba-42d2-9727-7bebe89b6472} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
626 2023.10.17 21:50:43.382952 [ 3 ] {918e7351-84ba-42d2-9727-7bebe89b6472} <Debug> oximeter.fields_u64 (ce834de5-174f-494b-9130-2c5b00e36529): Loading data parts
627 2023.10.17 21:50:43.383044 [ 3 ] {918e7351-84ba-42d2-9727-7bebe89b6472} <Debug> oximeter.fields_u64 (ce834de5-174f-494b-9130-2c5b00e36529): There are no data parts
628 2023.10.17 21:50:43.384110 [ 3 ] {918e7351-84ba-42d2-9727-7bebe89b6472} <Debug> DynamicQueryHandler: Done processing query
629 2023.10.17 21:50:43.384150 [ 3 ] {918e7351-84ba-42d2-9727-7bebe89b6472} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
630 2023.10.17 21:50:43.384166 [ 3 ] {} <Debug> HTTP-Session: 40a841fe-f7f0-4380-b6cf-9e58a14eb1b3 Destroying unnamed session
631 2023.10.17 21:50:43.384272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
632 2023.10.17 21:50:43.384330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
633 2023.10.17 21:50:43.384349 [ 3 ] {} <Debug> HTTP-Session: aa2af7dd-71fc-46e6-b7fb-22b96bc9fa47 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
634 2023.10.17 21:50:43.384379 [ 3 ] {} <Debug> HTTP-Session: aa2af7dd-71fc-46e6-b7fb-22b96bc9fa47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
635 2023.10.17 21:50:43.384531 [ 3 ] {63bb00d7-3dba-4023-bdc0-26da2262c11d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
636 2023.10.17 21:50:43.384592 [ 3 ] {63bb00d7-3dba-4023-bdc0-26da2262c11d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
637 2023.10.17 21:50:43.386057 [ 3 ] {63bb00d7-3dba-4023-bdc0-26da2262c11d} <Debug> oximeter.fields_ipaddr (838926e9-8972-4ea2-81de-c39dfcef9e04): Loading data parts
638 2023.10.17 21:50:43.386132 [ 3 ] {63bb00d7-3dba-4023-bdc0-26da2262c11d} <Debug> oximeter.fields_ipaddr (838926e9-8972-4ea2-81de-c39dfcef9e04): There are no data parts
639 2023.10.17 21:50:43.387217 [ 3 ] {63bb00d7-3dba-4023-bdc0-26da2262c11d} <Debug> DynamicQueryHandler: Done processing query
640 2023.10.17 21:50:43.387242 [ 3 ] {63bb00d7-3dba-4023-bdc0-26da2262c11d} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
641 2023.10.17 21:50:43.387267 [ 3 ] {} <Debug> HTTP-Session: aa2af7dd-71fc-46e6-b7fb-22b96bc9fa47 Destroying unnamed session
642 2023.10.17 21:50:43.387410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 253, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
643 2023.10.17 21:50:43.387454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
644 2023.10.17 21:50:43.387482 [ 3 ] {} <Debug> HTTP-Session: 71a6cb9c-7d88-4ac1-b473-d2129c1940e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
645 2023.10.17 21:50:43.387506 [ 3 ] {} <Debug> HTTP-Session: 71a6cb9c-7d88-4ac1-b473-d2129c1940e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
646 2023.10.17 21:50:43.387659 [ 3 ] {ba25cc61-5f8f-4473-a014-5cb17deaef8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
647 2023.10.17 21:50:43.387709 [ 3 ] {ba25cc61-5f8f-4473-a014-5cb17deaef8d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
648 2023.10.17 21:50:43.389182 [ 3 ] {ba25cc61-5f8f-4473-a014-5cb17deaef8d} <Debug> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Loading data parts
649 2023.10.17 21:50:43.389286 [ 3 ] {ba25cc61-5f8f-4473-a014-5cb17deaef8d} <Debug> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): There are no data parts
650 2023.10.17 21:50:43.390398 [ 3 ] {ba25cc61-5f8f-4473-a014-5cb17deaef8d} <Debug> DynamicQueryHandler: Done processing query
651 2023.10.17 21:50:43.390423 [ 3 ] {ba25cc61-5f8f-4473-a014-5cb17deaef8d} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
652 2023.10.17 21:50:43.390447 [ 3 ] {} <Debug> HTTP-Session: 71a6cb9c-7d88-4ac1-b473-d2129c1940e1 Destroying unnamed session
653 2023.10.17 21:50:43.390545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
654 2023.10.17 21:50:43.390597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
655 2023.10.17 21:50:43.390623 [ 3 ] {} <Debug> HTTP-Session: 829722b0-7361-434d-b2a4-24585274e1a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
656 2023.10.17 21:50:43.390639 [ 3 ] {} <Debug> HTTP-Session: 829722b0-7361-434d-b2a4-24585274e1a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
657 2023.10.17 21:50:43.390798 [ 3 ] {415b8120-2cf6-465d-836b-d229e9cab8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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)
658 2023.10.17 21:50:43.390848 [ 3 ] {415b8120-2cf6-465d-836b-d229e9cab8e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
659 2023.10.17 21:50:43.392303 [ 3 ] {415b8120-2cf6-465d-836b-d229e9cab8e9} <Debug> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Loading data parts
660 2023.10.17 21:50:43.392386 [ 3 ] {415b8120-2cf6-465d-836b-d229e9cab8e9} <Debug> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): There are no data parts
661 2023.10.17 21:50:43.393494 [ 3 ] {415b8120-2cf6-465d-836b-d229e9cab8e9} <Debug> DynamicQueryHandler: Done processing query
662 2023.10.17 21:50:43.393527 [ 3 ] {415b8120-2cf6-465d-836b-d229e9cab8e9} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
663 2023.10.17 21:50:43.393542 [ 3 ] {} <Debug> HTTP-Session: 829722b0-7361-434d-b2a4-24585274e1a7 Destroying unnamed session
664 2023.10.17 21:50:43.393644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
665 2023.10.17 21:50:43.393696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
666 2023.10.17 21:50:43.393715 [ 3 ] {} <Debug> HTTP-Session: 83504d38-48af-4352-aecf-45d8826bba72 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
667 2023.10.17 21:50:43.393737 [ 3 ] {} <Debug> HTTP-Session: 83504d38-48af-4352-aecf-45d8826bba72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
668 2023.10.17 21:50:43.393927 [ 3 ] {8f63d2d1-3ee0-4d31-a869-b7eef97e8e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) 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 ), 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 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name); (stage: Complete)
669 2023.10.17 21:50:43.393986 [ 3 ] {8f63d2d1-3ee0-4d31-a869-b7eef97e8e85} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
670 2023.10.17 21:50:43.395513 [ 3 ] {8f63d2d1-3ee0-4d31-a869-b7eef97e8e85} <Debug> oximeter.timeseries_schema (f3448709-dd93-45fb-aea4-e7e96a29a18b): Loading data parts
671 2023.10.17 21:50:43.395587 [ 3 ] {8f63d2d1-3ee0-4d31-a869-b7eef97e8e85} <Debug> oximeter.timeseries_schema (f3448709-dd93-45fb-aea4-e7e96a29a18b): There are no data parts
672 2023.10.17 21:50:43.396729 [ 3 ] {8f63d2d1-3ee0-4d31-a869-b7eef97e8e85} <Debug> DynamicQueryHandler: Done processing query
673 2023.10.17 21:50:43.396754 [ 3 ] {8f63d2d1-3ee0-4d31-a869-b7eef97e8e85} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B.
674 2023.10.17 21:50:43.396777 [ 3 ] {} <Debug> HTTP-Session: 83504d38-48af-4352-aecf-45d8826bba72 Destroying unnamed session
675 2023.10.17 21:50:43.396903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56840, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
676 2023.10.17 21:50:43.396947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
677 2023.10.17 21:50:43.396974 [ 3 ] {} <Debug> HTTP-Session: 97d31bf4-1f91-40b2-b88c-0ed221946a90 Authenticating user 'default' from [fd00:1122:3344:101::d]:56840
678 2023.10.17 21:50:43.396997 [ 3 ] {} <Debug> HTTP-Session: 97d31bf4-1f91-40b2-b88c-0ed221946a90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
679 2023.10.17 21:50:43.397101 [ 3 ] {edc621fd-7979-4a10-94d9-ed2218232ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56840) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
680 2023.10.17 21:50:43.397738 [ 3 ] {edc621fd-7979-4a10-94d9-ed2218232ed5} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
681 2023.10.17 21:50:43.403186 [ 3 ] {edc621fd-7979-4a10-94d9-ed2218232ed5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.95 GiB.
682 2023.10.17 21:50:43.405888 [ 3 ] {edc621fd-7979-4a10-94d9-ed2218232ed5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
683 2023.10.17 21:50:43.406119 [ 3 ] {edc621fd-7979-4a10-94d9-ed2218232ed5} <Trace> oximeter.version (9610679d-e270-42c8-b1fa-6dfee8fca50b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
684 2023.10.17 21:50:43.406318 [ 3 ] {edc621fd-7979-4a10-94d9-ed2218232ed5} <Information> executeQuery: Read 1 rows, 16.00 B in 0.009204665 sec., 108 rows/sec., 1.70 KiB/sec.
685 2023.10.17 21:50:43.406419 [ 3 ] {edc621fd-7979-4a10-94d9-ed2218232ed5} <Debug> DynamicQueryHandler: Done processing query
686 2023.10.17 21:50:43.406448 [ 3 ] {edc621fd-7979-4a10-94d9-ed2218232ed5} <Debug> MemoryTracker: Peak memory usage (for query): 4.09 MiB.
687 2023.10.17 21:50:43.406463 [ 3 ] {} <Debug> HTTP-Session: 97d31bf4-1f91-40b2-b88c-0ed221946a90 Destroying unnamed session
688 2023.10.17 21:50:44.001121 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.99 MiB, peak 224.06 MiB, will set to 228.28 MiB (RSS), difference: 9.29 MiB
689 2023.10.17 21:50:57.617695 [ 173 ] {} <Debug> DNSResolver: Updating DNS cache
690 2023.10.17 21:50:57.617774 [ 173 ] {} <Debug> DNSResolver: Updated DNS cache
691 2023.10.17 21:51:12.617820 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache
692 2023.10.17 21:51:12.617880 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache
693 2023.10.17 21:51:13.342340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 3304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
694 2023.10.17 21:51:13.342516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
695 2023.10.17 21:51:13.342549 [ 3 ] {} <Debug> HTTP-Session: a1eee5f1-e72d-4fdb-991e-f64515c639c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
696 2023.10.17 21:51:13.342632 [ 3 ] {} <Debug> HTTP-Session: a1eee5f1-e72d-4fdb-991e-f64515c639c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
697 2023.10.17 21:51:13.342774 [ 3 ] {6bb97d36-e980-447e-8c49-aee557b9a81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
698 2023.10.17 21:51:13.342895 [ 3 ] {6bb97d36-e980-447e-8c49-aee557b9a81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
699 2023.10.17 21:51:13.344442 [ 3 ] {6bb97d36-e980-447e-8c49-aee557b9a81f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
700 2023.10.17 21:51:13.348034 [ 3 ] {6bb97d36-e980-447e-8c49-aee557b9a81f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.94 GiB.
701 2023.10.17 21:51:13.348727 [ 3 ] {6bb97d36-e980-447e-8c49-aee557b9a81f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
702 2023.10.17 21:51:13.349064 [ 3 ] {6bb97d36-e980-447e-8c49-aee557b9a81f} <Trace> oximeter.timeseries_schema (f3448709-dd93-45fb-aea4-e7e96a29a18b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
703 2023.10.17 21:51:13.349259 [ 3 ] {6bb97d36-e980-447e-8c49-aee557b9a81f} <Information> executeQuery: Read 12 rows, 1.62 KiB in 0.006419977 sec., 1869 rows/sec., 252.20 KiB/sec.
704 2023.10.17 21:51:13.349456 [ 3 ] {6bb97d36-e980-447e-8c49-aee557b9a81f} <Debug> DynamicQueryHandler: Done processing query
705 2023.10.17 21:51:13.349480 [ 3 ] {6bb97d36-e980-447e-8c49-aee557b9a81f} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
706 2023.10.17 21:51:13.349497 [ 3 ] {} <Debug> HTTP-Session: a1eee5f1-e72d-4fdb-991e-f64515c639c0 Destroying unnamed session
707 2023.10.17 21:51:13.349670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
708 2023.10.17 21:51:13.349761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
709 2023.10.17 21:51:13.349782 [ 3 ] {} <Debug> HTTP-Session: 63dd60ab-ffbe-475e-8d7c-e586e14ff19b Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
710 2023.10.17 21:51:13.349832 [ 3 ] {} <Debug> HTTP-Session: 63dd60ab-ffbe-475e-8d7c-e586e14ff19b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
711 2023.10.17 21:51:13.349950 [ 3 ] {d8955e3b-024b-47d7-9f15-d3a39bfeb035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
712 2023.10.17 21:51:13.349994 [ 3 ] {d8955e3b-024b-47d7-9f15-d3a39bfeb035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
713 2023.10.17 21:51:13.350139 [ 3 ] {d8955e3b-024b-47d7-9f15-d3a39bfeb035} <Trace> ParallelParsingInputFormat: Parallel parsing is used
714 2023.10.17 21:51:13.354255 [ 3 ] {d8955e3b-024b-47d7-9f15-d3a39bfeb035} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.94 GiB.
715 2023.10.17 21:51:13.354629 [ 3 ] {d8955e3b-024b-47d7-9f15-d3a39bfeb035} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
716 2023.10.17 21:51:13.354939 [ 3 ] {d8955e3b-024b-47d7-9f15-d3a39bfeb035} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
717 2023.10.17 21:51:13.355099 [ 3 ] {d8955e3b-024b-47d7-9f15-d3a39bfeb035} <Information> executeQuery: Read 6 rows, 348.00 B in 0.005132669 sec., 1168 rows/sec., 66.21 KiB/sec.
718 2023.10.17 21:51:13.355242 [ 3 ] {d8955e3b-024b-47d7-9f15-d3a39bfeb035} <Debug> DynamicQueryHandler: Done processing query
719 2023.10.17 21:51:13.355301 [ 3 ] {d8955e3b-024b-47d7-9f15-d3a39bfeb035} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
720 2023.10.17 21:51:13.355349 [ 3 ] {} <Debug> HTTP-Session: 63dd60ab-ffbe-475e-8d7c-e586e14ff19b Destroying unnamed session
721 2023.10.17 21:51:13.355589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
722 2023.10.17 21:51:13.355672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
723 2023.10.17 21:51:13.355726 [ 3 ] {} <Debug> HTTP-Session: 22696ad8-6d76-4a11-aea3-6cb9add3d64a Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
724 2023.10.17 21:51:13.355744 [ 3 ] {} <Debug> HTTP-Session: 22696ad8-6d76-4a11-aea3-6cb9add3d64a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
725 2023.10.17 21:51:13.355858 [ 3 ] {87ee9516-b3e9-4c75-ad7c-c5d7fa0a9774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
726 2023.10.17 21:51:13.355934 [ 3 ] {87ee9516-b3e9-4c75-ad7c-c5d7fa0a9774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
727 2023.10.17 21:51:13.356035 [ 3 ] {87ee9516-b3e9-4c75-ad7c-c5d7fa0a9774} <Trace> ParallelParsingInputFormat: Parallel parsing is used
728 2023.10.17 21:51:13.356482 [ 3 ] {87ee9516-b3e9-4c75-ad7c-c5d7fa0a9774} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.94 GiB.
729 2023.10.17 21:51:13.356900 [ 3 ] {87ee9516-b3e9-4c75-ad7c-c5d7fa0a9774} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
730 2023.10.17 21:51:13.357173 [ 3 ] {87ee9516-b3e9-4c75-ad7c-c5d7fa0a9774} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
731 2023.10.17 21:51:13.357335 [ 3 ] {87ee9516-b3e9-4c75-ad7c-c5d7fa0a9774} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.00141759 sec., 61371 rows/sec., 5.74 MiB/sec.
732 2023.10.17 21:51:13.357492 [ 3 ] {87ee9516-b3e9-4c75-ad7c-c5d7fa0a9774} <Debug> DynamicQueryHandler: Done processing query
733 2023.10.17 21:51:13.357514 [ 3 ] {87ee9516-b3e9-4c75-ad7c-c5d7fa0a9774} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
734 2023.10.17 21:51:13.357563 [ 3 ] {} <Debug> HTTP-Session: 22696ad8-6d76-4a11-aea3-6cb9add3d64a Destroying unnamed session
735 2023.10.17 21:51:13.357904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
736 2023.10.17 21:51:13.357982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
737 2023.10.17 21:51:13.358033 [ 3 ] {} <Debug> HTTP-Session: 9213becd-d024-486c-80cb-40210edd3690 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
738 2023.10.17 21:51:13.358050 [ 3 ] {} <Debug> HTTP-Session: 9213becd-d024-486c-80cb-40210edd3690 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
739 2023.10.17 21:51:13.358163 [ 3 ] {7341c45d-1b1e-4da4-8c82-c0f728a1b753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
740 2023.10.17 21:51:13.358234 [ 3 ] {7341c45d-1b1e-4da4-8c82-c0f728a1b753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
741 2023.10.17 21:51:13.359423 [ 3 ] {7341c45d-1b1e-4da4-8c82-c0f728a1b753} <Trace> ParallelParsingInputFormat: Parallel parsing is used
742 2023.10.17 21:51:13.362024 [ 3 ] {7341c45d-1b1e-4da4-8c82-c0f728a1b753} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.94 GiB.
743 2023.10.17 21:51:13.362451 [ 3 ] {7341c45d-1b1e-4da4-8c82-c0f728a1b753} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
744 2023.10.17 21:51:13.362719 [ 3 ] {7341c45d-1b1e-4da4-8c82-c0f728a1b753} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
745 2023.10.17 21:51:13.362886 [ 3 ] {7341c45d-1b1e-4da4-8c82-c0f728a1b753} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.004674553 sec., 56475 rows/sec., 3.87 MiB/sec.
746 2023.10.17 21:51:13.363049 [ 3 ] {7341c45d-1b1e-4da4-8c82-c0f728a1b753} <Debug> DynamicQueryHandler: Done processing query
747 2023.10.17 21:51:13.363073 [ 3 ] {7341c45d-1b1e-4da4-8c82-c0f728a1b753} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
748 2023.10.17 21:51:13.363127 [ 3 ] {} <Debug> HTTP-Session: 9213becd-d024-486c-80cb-40210edd3690 Destroying unnamed session
749 2023.10.17 21:51:13.363269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
750 2023.10.17 21:51:13.363347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
751 2023.10.17 21:51:13.363403 [ 3 ] {} <Debug> HTTP-Session: 0d28b712-91e8-4003-8862-2306e579d92a Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
752 2023.10.17 21:51:13.363419 [ 3 ] {} <Debug> HTTP-Session: 0d28b712-91e8-4003-8862-2306e579d92a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
753 2023.10.17 21:51:13.363522 [ 3 ] {e2d76d18-9fdb-4211-8124-32f6ce58512e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
754 2023.10.17 21:51:13.363596 [ 3 ] {e2d76d18-9fdb-4211-8124-32f6ce58512e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
755 2023.10.17 21:51:13.363733 [ 3 ] {e2d76d18-9fdb-4211-8124-32f6ce58512e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
756 2023.10.17 21:51:13.364030 [ 3 ] {e2d76d18-9fdb-4211-8124-32f6ce58512e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.94 GiB.
757 2023.10.17 21:51:13.364492 [ 3 ] {e2d76d18-9fdb-4211-8124-32f6ce58512e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
758 2023.10.17 21:51:13.364826 [ 3 ] {e2d76d18-9fdb-4211-8124-32f6ce58512e} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
759 2023.10.17 21:51:13.364995 [ 3 ] {e2d76d18-9fdb-4211-8124-32f6ce58512e} <Information> executeQuery: Read 6 rows, 258.00 B in 0.00141438 sec., 4242 rows/sec., 178.14 KiB/sec.
760 2023.10.17 21:51:13.365145 [ 3 ] {e2d76d18-9fdb-4211-8124-32f6ce58512e} <Debug> DynamicQueryHandler: Done processing query
761 2023.10.17 21:51:13.365166 [ 3 ] {e2d76d18-9fdb-4211-8124-32f6ce58512e} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
762 2023.10.17 21:51:13.365213 [ 3 ] {} <Debug> HTTP-Session: 0d28b712-91e8-4003-8862-2306e579d92a Destroying unnamed session
763 2023.10.17 21:51:13.365403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
764 2023.10.17 21:51:13.365487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
765 2023.10.17 21:51:13.365543 [ 3 ] {} <Debug> HTTP-Session: 8fee9331-cc40-429d-9331-b0e04c1ed062 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
766 2023.10.17 21:51:13.365598 [ 3 ] {} <Debug> HTTP-Session: 8fee9331-cc40-429d-9331-b0e04c1ed062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
767 2023.10.17 21:51:13.365670 [ 3 ] {dbedfc62-77d8-46a5-9877-482827274bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
768 2023.10.17 21:51:13.365751 [ 3 ] {dbedfc62-77d8-46a5-9877-482827274bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
769 2023.10.17 21:51:13.365908 [ 3 ] {dbedfc62-77d8-46a5-9877-482827274bfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
770 2023.10.17 21:51:13.366283 [ 3 ] {dbedfc62-77d8-46a5-9877-482827274bfe} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.94 GiB.
771 2023.10.17 21:51:13.366717 [ 3 ] {dbedfc62-77d8-46a5-9877-482827274bfe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
772 2023.10.17 21:51:13.367090 [ 3 ] {dbedfc62-77d8-46a5-9877-482827274bfe} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
773 2023.10.17 21:51:13.367233 [ 3 ] {dbedfc62-77d8-46a5-9877-482827274bfe} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.00149775 sec., 42063 rows/sec., 2.55 MiB/sec.
774 2023.10.17 21:51:13.367399 [ 3 ] {dbedfc62-77d8-46a5-9877-482827274bfe} <Debug> DynamicQueryHandler: Done processing query
775 2023.10.17 21:51:13.367458 [ 3 ] {dbedfc62-77d8-46a5-9877-482827274bfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
776 2023.10.17 21:51:13.367474 [ 3 ] {} <Debug> HTTP-Session: 8fee9331-cc40-429d-9331-b0e04c1ed062 Destroying unnamed session
777 2023.10.17 21:51:13.367596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
778 2023.10.17 21:51:13.367706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
779 2023.10.17 21:51:13.367727 [ 3 ] {} <Debug> HTTP-Session: 514c331e-1f35-4c36-989f-3a53b1c2d81d Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
780 2023.10.17 21:51:13.367776 [ 3 ] {} <Debug> HTTP-Session: 514c331e-1f35-4c36-989f-3a53b1c2d81d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
781 2023.10.17 21:51:13.367851 [ 3 ] {a76cc46d-df93-4ae3-9786-710428e11f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
782 2023.10.17 21:51:13.367926 [ 3 ] {a76cc46d-df93-4ae3-9786-710428e11f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
783 2023.10.17 21:51:13.368062 [ 3 ] {a76cc46d-df93-4ae3-9786-710428e11f94} <Trace> ParallelParsingInputFormat: Parallel parsing is used
784 2023.10.17 21:51:13.368362 [ 3 ] {a76cc46d-df93-4ae3-9786-710428e11f94} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.94 GiB.
785 2023.10.17 21:51:13.368778 [ 3 ] {a76cc46d-df93-4ae3-9786-710428e11f94} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
786 2023.10.17 21:51:13.369147 [ 3 ] {a76cc46d-df93-4ae3-9786-710428e11f94} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
787 2023.10.17 21:51:13.369303 [ 3 ] {a76cc46d-df93-4ae3-9786-710428e11f94} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.001393609 sec., 13633 rows/sec., 723.87 KiB/sec.
788 2023.10.17 21:51:13.369412 [ 3 ] {a76cc46d-df93-4ae3-9786-710428e11f94} <Debug> DynamicQueryHandler: Done processing query
789 2023.10.17 21:51:13.369484 [ 3 ] {a76cc46d-df93-4ae3-9786-710428e11f94} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
790 2023.10.17 21:51:13.369502 [ 3 ] {} <Debug> HTTP-Session: 514c331e-1f35-4c36-989f-3a53b1c2d81d Destroying unnamed session
791 2023.10.17 21:51:23.305588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
792 2023.10.17 21:51:23.305755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
793 2023.10.17 21:51:23.305784 [ 3 ] {} <Debug> HTTP-Session: dd6ced30-3af6-4692-b5ee-73233be8bc7b Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
794 2023.10.17 21:51:23.305809 [ 3 ] {} <Debug> HTTP-Session: dd6ced30-3af6-4692-b5ee-73233be8bc7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
795 2023.10.17 21:51:23.305935 [ 3 ] {712e7dea-b3b9-4419-b8ff-d13766ed7016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
796 2023.10.17 21:51:23.306049 [ 3 ] {712e7dea-b3b9-4419-b8ff-d13766ed7016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
797 2023.10.17 21:51:23.306213 [ 3 ] {712e7dea-b3b9-4419-b8ff-d13766ed7016} <Trace> ParallelParsingInputFormat: Parallel parsing is used
798 2023.10.17 21:51:23.306647 [ 3 ] {712e7dea-b3b9-4419-b8ff-d13766ed7016} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.93 GiB.
799 2023.10.17 21:51:23.307003 [ 3 ] {712e7dea-b3b9-4419-b8ff-d13766ed7016} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
800 2023.10.17 21:51:23.307292 [ 3 ] {712e7dea-b3b9-4419-b8ff-d13766ed7016} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
801 2023.10.17 21:51:23.307485 [ 3 ] {712e7dea-b3b9-4419-b8ff-d13766ed7016} <Information> executeQuery: Read 6 rows, 348.00 B in 0.00147111 sec., 4078 rows/sec., 231.01 KiB/sec.
802 2023.10.17 21:51:23.307639 [ 3 ] {712e7dea-b3b9-4419-b8ff-d13766ed7016} <Debug> DynamicQueryHandler: Done processing query
803 2023.10.17 21:51:23.307664 [ 3 ] {712e7dea-b3b9-4419-b8ff-d13766ed7016} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
804 2023.10.17 21:51:23.307680 [ 3 ] {} <Debug> HTTP-Session: dd6ced30-3af6-4692-b5ee-73233be8bc7b Destroying unnamed session
805 2023.10.17 21:51:23.307887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
806 2023.10.17 21:51:23.307939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
807 2023.10.17 21:51:23.307960 [ 3 ] {} <Debug> HTTP-Session: e75e3acf-b05c-449f-bfe6-f07021c92fb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
808 2023.10.17 21:51:23.307979 [ 3 ] {} <Debug> HTTP-Session: e75e3acf-b05c-449f-bfe6-f07021c92fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
809 2023.10.17 21:51:23.308065 [ 3 ] {a921556d-dd11-4c33-9430-ba111d2bcb44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
810 2023.10.17 21:51:23.308107 [ 3 ] {a921556d-dd11-4c33-9430-ba111d2bcb44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
811 2023.10.17 21:51:23.308216 [ 3 ] {a921556d-dd11-4c33-9430-ba111d2bcb44} <Trace> ParallelParsingInputFormat: Parallel parsing is used
812 2023.10.17 21:51:23.308549 [ 3 ] {a921556d-dd11-4c33-9430-ba111d2bcb44} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.93 GiB.
813 2023.10.17 21:51:23.308858 [ 3 ] {a921556d-dd11-4c33-9430-ba111d2bcb44} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
814 2023.10.17 21:51:23.309129 [ 3 ] {a921556d-dd11-4c33-9430-ba111d2bcb44} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
815 2023.10.17 21:51:23.309263 [ 3 ] {a921556d-dd11-4c33-9430-ba111d2bcb44} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.001170596 sec., 74321 rows/sec., 6.95 MiB/sec.
816 2023.10.17 21:51:23.309373 [ 3 ] {a921556d-dd11-4c33-9430-ba111d2bcb44} <Debug> DynamicQueryHandler: Done processing query
817 2023.10.17 21:51:23.309397 [ 3 ] {a921556d-dd11-4c33-9430-ba111d2bcb44} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
818 2023.10.17 21:51:23.309414 [ 3 ] {} <Debug> HTTP-Session: e75e3acf-b05c-449f-bfe6-f07021c92fb9 Destroying unnamed session
819 2023.10.17 21:51:23.309599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
820 2023.10.17 21:51:23.309645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
821 2023.10.17 21:51:23.309664 [ 3 ] {} <Debug> HTTP-Session: 6efaadc1-1ecc-450f-a3c5-79dc698659de Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
822 2023.10.17 21:51:23.309682 [ 3 ] {} <Debug> HTTP-Session: 6efaadc1-1ecc-450f-a3c5-79dc698659de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
823 2023.10.17 21:51:23.309771 [ 3 ] {bca6797d-f509-404f-8cc1-9c97426a7c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
824 2023.10.17 21:51:23.309809 [ 3 ] {bca6797d-f509-404f-8cc1-9c97426a7c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
825 2023.10.17 21:51:23.309910 [ 3 ] {bca6797d-f509-404f-8cc1-9c97426a7c21} <Trace> ParallelParsingInputFormat: Parallel parsing is used
826 2023.10.17 21:51:23.310432 [ 3 ] {bca6797d-f509-404f-8cc1-9c97426a7c21} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.93 GiB.
827 2023.10.17 21:51:23.310743 [ 3 ] {bca6797d-f509-404f-8cc1-9c97426a7c21} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
828 2023.10.17 21:51:23.311008 [ 3 ] {bca6797d-f509-404f-8cc1-9c97426a7c21} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
829 2023.10.17 21:51:23.311148 [ 3 ] {bca6797d-f509-404f-8cc1-9c97426a7c21} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001350099 sec., 195541 rows/sec., 13.41 MiB/sec.
830 2023.10.17 21:51:23.311283 [ 3 ] {bca6797d-f509-404f-8cc1-9c97426a7c21} <Debug> DynamicQueryHandler: Done processing query
831 2023.10.17 21:51:23.311305 [ 3 ] {bca6797d-f509-404f-8cc1-9c97426a7c21} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
832 2023.10.17 21:51:23.311320 [ 3 ] {} <Debug> HTTP-Session: 6efaadc1-1ecc-450f-a3c5-79dc698659de Destroying unnamed session
833 2023.10.17 21:51:23.311479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
834 2023.10.17 21:51:23.311524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
835 2023.10.17 21:51:23.311542 [ 3 ] {} <Debug> HTTP-Session: 9fc41127-5759-45ff-afe6-5c31f01d49c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
836 2023.10.17 21:51:23.311558 [ 3 ] {} <Debug> HTTP-Session: 9fc41127-5759-45ff-afe6-5c31f01d49c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
837 2023.10.17 21:51:23.311627 [ 3 ] {4ad86fc9-9f15-424c-9de7-d1de6d402f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
838 2023.10.17 21:51:23.311666 [ 3 ] {4ad86fc9-9f15-424c-9de7-d1de6d402f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
839 2023.10.17 21:51:23.311773 [ 3 ] {4ad86fc9-9f15-424c-9de7-d1de6d402f03} <Trace> ParallelParsingInputFormat: Parallel parsing is used
840 2023.10.17 21:51:23.312037 [ 3 ] {4ad86fc9-9f15-424c-9de7-d1de6d402f03} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.93 GiB.
841 2023.10.17 21:51:23.312456 [ 3 ] {4ad86fc9-9f15-424c-9de7-d1de6d402f03} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
842 2023.10.17 21:51:23.312794 [ 3 ] {4ad86fc9-9f15-424c-9de7-d1de6d402f03} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
843 2023.10.17 21:51:23.312934 [ 3 ] {4ad86fc9-9f15-424c-9de7-d1de6d402f03} <Information> executeQuery: Read 6 rows, 258.00 B in 0.001279898 sec., 4687 rows/sec., 196.85 KiB/sec.
844 2023.10.17 21:51:23.313055 [ 3 ] {4ad86fc9-9f15-424c-9de7-d1de6d402f03} <Debug> DynamicQueryHandler: Done processing query
845 2023.10.17 21:51:23.313078 [ 3 ] {4ad86fc9-9f15-424c-9de7-d1de6d402f03} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
846 2023.10.17 21:51:23.313094 [ 3 ] {} <Debug> HTTP-Session: 9fc41127-5759-45ff-afe6-5c31f01d49c8 Destroying unnamed session
847 2023.10.17 21:51:23.313253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
848 2023.10.17 21:51:23.313298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
849 2023.10.17 21:51:23.313316 [ 3 ] {} <Debug> HTTP-Session: 1e5887c4-1adc-490c-b9e0-6f3d181c4369 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
850 2023.10.17 21:51:23.313332 [ 3 ] {} <Debug> HTTP-Session: 1e5887c4-1adc-490c-b9e0-6f3d181c4369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
851 2023.10.17 21:51:23.313406 [ 3 ] {c325b1c9-e681-47fe-8d61-43bb6ece93a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
852 2023.10.17 21:51:23.313448 [ 3 ] {c325b1c9-e681-47fe-8d61-43bb6ece93a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
853 2023.10.17 21:51:23.313563 [ 3 ] {c325b1c9-e681-47fe-8d61-43bb6ece93a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
854 2023.10.17 21:51:23.313870 [ 3 ] {c325b1c9-e681-47fe-8d61-43bb6ece93a6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.93 GiB.
855 2023.10.17 21:51:23.314207 [ 3 ] {c325b1c9-e681-47fe-8d61-43bb6ece93a6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
856 2023.10.17 21:51:23.314557 [ 3 ] {c325b1c9-e681-47fe-8d61-43bb6ece93a6} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
857 2023.10.17 21:51:23.314710 [ 3 ] {c325b1c9-e681-47fe-8d61-43bb6ece93a6} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.001273428 sec., 49472 rows/sec., 3.00 MiB/sec.
858 2023.10.17 21:51:23.314838 [ 3 ] {c325b1c9-e681-47fe-8d61-43bb6ece93a6} <Debug> DynamicQueryHandler: Done processing query
859 2023.10.17 21:51:23.314861 [ 3 ] {c325b1c9-e681-47fe-8d61-43bb6ece93a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
860 2023.10.17 21:51:23.314877 [ 3 ] {} <Debug> HTTP-Session: 1e5887c4-1adc-490c-b9e0-6f3d181c4369 Destroying unnamed session
861 2023.10.17 21:51:23.315048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
862 2023.10.17 21:51:23.315094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
863 2023.10.17 21:51:23.315114 [ 3 ] {} <Debug> HTTP-Session: a7ecf263-eb09-438e-98e3-170f64cd759e Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
864 2023.10.17 21:51:23.315130 [ 3 ] {} <Debug> HTTP-Session: a7ecf263-eb09-438e-98e3-170f64cd759e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
865 2023.10.17 21:51:23.315200 [ 3 ] {38096d91-4696-4d0e-9248-06423cd8921d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
866 2023.10.17 21:51:23.315238 [ 3 ] {38096d91-4696-4d0e-9248-06423cd8921d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
867 2023.10.17 21:51:23.315342 [ 3 ] {38096d91-4696-4d0e-9248-06423cd8921d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
868 2023.10.17 21:51:23.315604 [ 3 ] {38096d91-4696-4d0e-9248-06423cd8921d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.93 GiB.
869 2023.10.17 21:51:23.315932 [ 3 ] {38096d91-4696-4d0e-9248-06423cd8921d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
870 2023.10.17 21:51:23.316268 [ 3 ] {38096d91-4696-4d0e-9248-06423cd8921d} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
871 2023.10.17 21:51:23.316387 [ 3 ] {38096d91-4696-4d0e-9248-06423cd8921d} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.001165085 sec., 16307 rows/sec., 865.85 KiB/sec.
872 2023.10.17 21:51:23.316506 [ 3 ] {38096d91-4696-4d0e-9248-06423cd8921d} <Debug> DynamicQueryHandler: Done processing query
873 2023.10.17 21:51:23.316528 [ 3 ] {38096d91-4696-4d0e-9248-06423cd8921d} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
874 2023.10.17 21:51:23.316544 [ 3 ] {} <Debug> HTTP-Session: a7ecf263-eb09-438e-98e3-170f64cd759e Destroying unnamed session
875 2023.10.17 21:51:27.618204 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
876 2023.10.17 21:51:27.618282 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
877 2023.10.17 21:51:28.299832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
878 2023.10.17 21:51:28.299946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
879 2023.10.17 21:51:28.299977 [ 3 ] {} <Debug> HTTP-Session: 3feb11f8-d14e-4c0d-8f84-c8125d14013b Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
880 2023.10.17 21:51:28.300005 [ 3 ] {} <Debug> HTTP-Session: 3feb11f8-d14e-4c0d-8f84-c8125d14013b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
881 2023.10.17 21:51:28.300148 [ 3 ] {c1ab9e07-c8a2-40b0-afa7-929fa19eb6a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
882 2023.10.17 21:51:28.300221 [ 3 ] {c1ab9e07-c8a2-40b0-afa7-929fa19eb6a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
883 2023.10.17 21:51:28.300434 [ 3 ] {c1ab9e07-c8a2-40b0-afa7-929fa19eb6a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
884 2023.10.17 21:51:28.300872 [ 3 ] {c1ab9e07-c8a2-40b0-afa7-929fa19eb6a7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
885 2023.10.17 21:51:28.301296 [ 3 ] {c1ab9e07-c8a2-40b0-afa7-929fa19eb6a7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
886 2023.10.17 21:51:28.301636 [ 3 ] {c1ab9e07-c8a2-40b0-afa7-929fa19eb6a7} <Trace> oximeter.timeseries_schema (f3448709-dd93-45fb-aea4-e7e96a29a18b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
887 2023.10.17 21:51:28.301779 [ 3 ] {c1ab9e07-c8a2-40b0-afa7-929fa19eb6a7} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001592162 sec., 2512 rows/sec., 271.72 KiB/sec.
888 2023.10.17 21:51:28.301939 [ 3 ] {c1ab9e07-c8a2-40b0-afa7-929fa19eb6a7} <Debug> DynamicQueryHandler: Done processing query
889 2023.10.17 21:51:28.301965 [ 3 ] {c1ab9e07-c8a2-40b0-afa7-929fa19eb6a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
890 2023.10.17 21:51:28.301983 [ 3 ] {} <Debug> HTTP-Session: 3feb11f8-d14e-4c0d-8f84-c8125d14013b Destroying unnamed session
891 2023.10.17 21:51:28.302109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 5357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
892 2023.10.17 21:51:28.302157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
893 2023.10.17 21:51:28.302176 [ 3 ] {} <Debug> HTTP-Session: a042842c-50f7-48bc-9f21-2b214880cee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
894 2023.10.17 21:51:28.302193 [ 3 ] {} <Debug> HTTP-Session: a042842c-50f7-48bc-9f21-2b214880cee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
895 2023.10.17 21:51:28.302268 [ 3 ] {b32ae132-46fc-4d1b-8680-348e6f3d1d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
896 2023.10.17 21:51:28.302309 [ 3 ] {b32ae132-46fc-4d1b-8680-348e6f3d1d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
897 2023.10.17 21:51:28.302415 [ 3 ] {b32ae132-46fc-4d1b-8680-348e6f3d1d5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
898 2023.10.17 21:51:28.302766 [ 3 ] {b32ae132-46fc-4d1b-8680-348e6f3d1d5b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
899 2023.10.17 21:51:28.303076 [ 3 ] {b32ae132-46fc-4d1b-8680-348e6f3d1d5b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
900 2023.10.17 21:51:28.303365 [ 3 ] {b32ae132-46fc-4d1b-8680-348e6f3d1d5b} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
901 2023.10.17 21:51:28.303489 [ 3 ] {b32ae132-46fc-4d1b-8680-348e6f3d1d5b} <Information> executeQuery: Read 37 rows, 3.00 KiB in 0.001192306 sec., 31032 rows/sec., 2.46 MiB/sec.
902 2023.10.17 21:51:28.303612 [ 3 ] {b32ae132-46fc-4d1b-8680-348e6f3d1d5b} <Debug> DynamicQueryHandler: Done processing query
903 2023.10.17 21:51:28.303635 [ 3 ] {b32ae132-46fc-4d1b-8680-348e6f3d1d5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
904 2023.10.17 21:51:28.303652 [ 3 ] {} <Debug> HTTP-Session: a042842c-50f7-48bc-9f21-2b214880cee1 Destroying unnamed session
905 2023.10.17 21:51:28.303799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 18038, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
906 2023.10.17 21:51:28.303845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
907 2023.10.17 21:51:28.303864 [ 3 ] {} <Debug> HTTP-Session: 7665ceef-5c28-4dde-8c59-077f579b2ec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
908 2023.10.17 21:51:28.303882 [ 3 ] {} <Debug> HTTP-Session: 7665ceef-5c28-4dde-8c59-077f579b2ec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
909 2023.10.17 21:51:28.303959 [ 3 ] {50f168bb-a566-4acb-b8e8-36c4a2292ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
910 2023.10.17 21:51:28.303998 [ 3 ] {50f168bb-a566-4acb-b8e8-36c4a2292ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
911 2023.10.17 21:51:28.304099 [ 3 ] {50f168bb-a566-4acb-b8e8-36c4a2292ccf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
912 2023.10.17 21:51:28.304464 [ 3 ] {50f168bb-a566-4acb-b8e8-36c4a2292ccf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
913 2023.10.17 21:51:28.304793 [ 3 ] {50f168bb-a566-4acb-b8e8-36c4a2292ccf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
914 2023.10.17 21:51:28.305094 [ 3 ] {50f168bb-a566-4acb-b8e8-36c4a2292ccf} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
915 2023.10.17 21:51:28.305218 [ 3 ] {50f168bb-a566-4acb-b8e8-36c4a2292ccf} <Information> executeQuery: Read 111 rows, 11.23 KiB in 0.001231597 sec., 90126 rows/sec., 8.91 MiB/sec.
916 2023.10.17 21:51:28.305338 [ 3 ] {50f168bb-a566-4acb-b8e8-36c4a2292ccf} <Debug> DynamicQueryHandler: Done processing query
917 2023.10.17 21:51:28.305362 [ 3 ] {50f168bb-a566-4acb-b8e8-36c4a2292ccf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
918 2023.10.17 21:51:28.305378 [ 3 ] {} <Debug> HTTP-Session: 7665ceef-5c28-4dde-8c59-077f579b2ec2 Destroying unnamed session
919 2023.10.17 21:51:28.305543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 9372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
920 2023.10.17 21:51:28.305589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
921 2023.10.17 21:51:28.305609 [ 3 ] {} <Debug> HTTP-Session: 3f21ad13-79ea-4988-95b7-64ddd2968c0e Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
922 2023.10.17 21:51:28.305626 [ 3 ] {} <Debug> HTTP-Session: 3f21ad13-79ea-4988-95b7-64ddd2968c0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
923 2023.10.17 21:51:28.305699 [ 3 ] {3c164be3-8b45-49c8-8d6c-c80cd75b5fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
924 2023.10.17 21:51:28.305738 [ 3 ] {3c164be3-8b45-49c8-8d6c-c80cd75b5fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
925 2023.10.17 21:51:28.305842 [ 3 ] {3c164be3-8b45-49c8-8d6c-c80cd75b5fe9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
926 2023.10.17 21:51:28.306172 [ 3 ] {3c164be3-8b45-49c8-8d6c-c80cd75b5fe9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
927 2023.10.17 21:51:28.306484 [ 3 ] {3c164be3-8b45-49c8-8d6c-c80cd75b5fe9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
928 2023.10.17 21:51:28.306763 [ 3 ] {3c164be3-8b45-49c8-8d6c-c80cd75b5fe9} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
929 2023.10.17 21:51:28.306884 [ 3 ] {3c164be3-8b45-49c8-8d6c-c80cd75b5fe9} <Information> executeQuery: Read 55 rows, 4.41 KiB in 0.001157086 sec., 47533 rows/sec., 3.72 MiB/sec.
930 2023.10.17 21:51:28.307005 [ 3 ] {3c164be3-8b45-49c8-8d6c-c80cd75b5fe9} <Debug> DynamicQueryHandler: Done processing query
931 2023.10.17 21:51:28.307028 [ 3 ] {3c164be3-8b45-49c8-8d6c-c80cd75b5fe9} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
932 2023.10.17 21:51:28.307045 [ 3 ] {} <Debug> HTTP-Session: 3f21ad13-79ea-4988-95b7-64ddd2968c0e Destroying unnamed session
933 2023.10.17 21:51:28.307244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 39597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
934 2023.10.17 21:51:28.307292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
935 2023.10.17 21:51:28.307311 [ 3 ] {} <Debug> HTTP-Session: c2792f18-83c5-408c-8633-282d89d003ff Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
936 2023.10.17 21:51:28.307328 [ 3 ] {} <Debug> HTTP-Session: c2792f18-83c5-408c-8633-282d89d003ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
937 2023.10.17 21:51:28.307412 [ 3 ] {22d532fb-65fe-47f6-8dbb-f933c90957e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
938 2023.10.17 21:51:28.307456 [ 3 ] {22d532fb-65fe-47f6-8dbb-f933c90957e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
939 2023.10.17 21:51:28.307622 [ 3 ] {22d532fb-65fe-47f6-8dbb-f933c90957e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
940 2023.10.17 21:51:28.308144 [ 3 ] {22d532fb-65fe-47f6-8dbb-f933c90957e6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
941 2023.10.17 21:51:28.311969 [ 3 ] {22d532fb-65fe-47f6-8dbb-f933c90957e6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
942 2023.10.17 21:51:28.312358 [ 3 ] {22d532fb-65fe-47f6-8dbb-f933c90957e6} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0.
943 2023.10.17 21:51:28.312480 [ 3 ] {22d532fb-65fe-47f6-8dbb-f933c90957e6} <Information> executeQuery: Read 37 rows, 51.13 KiB in 0.005038438 sec., 7343 rows/sec., 9.91 MiB/sec.
944 2023.10.17 21:51:28.312635 [ 3 ] {22d532fb-65fe-47f6-8dbb-f933c90957e6} <Debug> DynamicQueryHandler: Done processing query
945 2023.10.17 21:51:28.312660 [ 3 ] {22d532fb-65fe-47f6-8dbb-f933c90957e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
946 2023.10.17 21:51:28.312675 [ 3 ] {} <Debug> HTTP-Session: c2792f18-83c5-408c-8633-282d89d003ff Destroying unnamed session
947 2023.10.17 21:51:28.312849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 5235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
948 2023.10.17 21:51:28.312901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
949 2023.10.17 21:51:28.312922 [ 3 ] {} <Debug> HTTP-Session: 0faed754-1fd7-434a-b433-387ca326136c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
950 2023.10.17 21:51:28.312939 [ 3 ] {} <Debug> HTTP-Session: 0faed754-1fd7-434a-b433-387ca326136c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
951 2023.10.17 21:51:28.313011 [ 3 ] {f231097a-8462-4b3c-8ddb-08d3f318a385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
952 2023.10.17 21:51:28.313049 [ 3 ] {f231097a-8462-4b3c-8ddb-08d3f318a385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
953 2023.10.17 21:51:28.313152 [ 3 ] {f231097a-8462-4b3c-8ddb-08d3f318a385} <Trace> ParallelParsingInputFormat: Parallel parsing is used
954 2023.10.17 21:51:28.313465 [ 3 ] {f231097a-8462-4b3c-8ddb-08d3f318a385} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
955 2023.10.17 21:51:28.313798 [ 3 ] {f231097a-8462-4b3c-8ddb-08d3f318a385} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
956 2023.10.17 21:51:28.314142 [ 3 ] {f231097a-8462-4b3c-8ddb-08d3f318a385} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
957 2023.10.17 21:51:28.314263 [ 3 ] {f231097a-8462-4b3c-8ddb-08d3f318a385} <Information> executeQuery: Read 33 rows, 2.36 KiB in 0.001221967 sec., 27005 rows/sec., 1.88 MiB/sec.
958 2023.10.17 21:51:28.314383 [ 3 ] {f231097a-8462-4b3c-8ddb-08d3f318a385} <Debug> DynamicQueryHandler: Done processing query
959 2023.10.17 21:51:28.314407 [ 3 ] {f231097a-8462-4b3c-8ddb-08d3f318a385} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
960 2023.10.17 21:51:28.314423 [ 3 ] {} <Debug> HTTP-Session: 0faed754-1fd7-434a-b433-387ca326136c Destroying unnamed session
961 2023.10.17 21:51:33.300924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
962 2023.10.17 21:51:33.301039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
963 2023.10.17 21:51:33.301064 [ 3 ] {} <Debug> HTTP-Session: 2a942fef-c795-4d76-8581-b8f25c2fde0d Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
964 2023.10.17 21:51:33.301088 [ 3 ] {} <Debug> HTTP-Session: 2a942fef-c795-4d76-8581-b8f25c2fde0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
965 2023.10.17 21:51:33.301215 [ 3 ] {a8435ef1-7514-4bd0-bb47-75da905f80f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
966 2023.10.17 21:51:33.301277 [ 3 ] {a8435ef1-7514-4bd0-bb47-75da905f80f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
967 2023.10.17 21:51:33.301441 [ 3 ] {a8435ef1-7514-4bd0-bb47-75da905f80f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
968 2023.10.17 21:51:33.301864 [ 3 ] {a8435ef1-7514-4bd0-bb47-75da905f80f9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
969 2023.10.17 21:51:33.302120 [ 3 ] {a8435ef1-7514-4bd0-bb47-75da905f80f9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
970 2023.10.17 21:51:33.302284 [ 3 ] {a8435ef1-7514-4bd0-bb47-75da905f80f9} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
971 2023.10.17 21:51:33.302421 [ 3 ] {a8435ef1-7514-4bd0-bb47-75da905f80f9} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001172556 sec., 5117 rows/sec., 289.83 KiB/sec.
972 2023.10.17 21:51:33.302567 [ 3 ] {a8435ef1-7514-4bd0-bb47-75da905f80f9} <Debug> DynamicQueryHandler: Done processing query
973 2023.10.17 21:51:33.302592 [ 3 ] {a8435ef1-7514-4bd0-bb47-75da905f80f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
974 2023.10.17 21:51:33.302608 [ 3 ] {} <Debug> HTTP-Session: 2a942fef-c795-4d76-8581-b8f25c2fde0d Destroying unnamed session
975 2023.10.17 21:51:33.302758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
976 2023.10.17 21:51:33.302804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
977 2023.10.17 21:51:33.302823 [ 3 ] {} <Debug> HTTP-Session: 449e55f7-43cb-4677-8a87-027a7cadb4bc Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
978 2023.10.17 21:51:33.302840 [ 3 ] {} <Debug> HTTP-Session: 449e55f7-43cb-4677-8a87-027a7cadb4bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
979 2023.10.17 21:51:33.302918 [ 3 ] {73e63cf8-0a08-44c9-b2bd-7fe694888377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
980 2023.10.17 21:51:33.302958 [ 3 ] {73e63cf8-0a08-44c9-b2bd-7fe694888377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
981 2023.10.17 21:51:33.303065 [ 3 ] {73e63cf8-0a08-44c9-b2bd-7fe694888377} <Trace> ParallelParsingInputFormat: Parallel parsing is used
982 2023.10.17 21:51:33.303390 [ 3 ] {73e63cf8-0a08-44c9-b2bd-7fe694888377} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
983 2023.10.17 21:51:33.303605 [ 3 ] {73e63cf8-0a08-44c9-b2bd-7fe694888377} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
984 2023.10.17 21:51:33.303756 [ 3 ] {73e63cf8-0a08-44c9-b2bd-7fe694888377} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
985 2023.10.17 21:51:33.303879 [ 3 ] {73e63cf8-0a08-44c9-b2bd-7fe694888377} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000931542 sec., 93393 rows/sec., 8.73 MiB/sec.
986 2023.10.17 21:51:33.304002 [ 3 ] {73e63cf8-0a08-44c9-b2bd-7fe694888377} <Debug> DynamicQueryHandler: Done processing query
987 2023.10.17 21:51:33.304026 [ 3 ] {73e63cf8-0a08-44c9-b2bd-7fe694888377} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
988 2023.10.17 21:51:33.304043 [ 3 ] {} <Debug> HTTP-Session: 449e55f7-43cb-4677-8a87-027a7cadb4bc Destroying unnamed session
989 2023.10.17 21:51:33.304280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
990 2023.10.17 21:51:33.304327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
991 2023.10.17 21:51:33.304346 [ 3 ] {} <Debug> HTTP-Session: 5f062a0a-43c7-4182-ab17-1aa2ed121cd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
992 2023.10.17 21:51:33.304363 [ 3 ] {} <Debug> HTTP-Session: 5f062a0a-43c7-4182-ab17-1aa2ed121cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
993 2023.10.17 21:51:33.304443 [ 3 ] {6e7fe696-fe17-4661-8e82-06a9dc5d5596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
994 2023.10.17 21:51:33.304482 [ 3 ] {6e7fe696-fe17-4661-8e82-06a9dc5d5596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
995 2023.10.17 21:51:33.304589 [ 3 ] {6e7fe696-fe17-4661-8e82-06a9dc5d5596} <Trace> ParallelParsingInputFormat: Parallel parsing is used
996 2023.10.17 21:51:33.305020 [ 3 ] {6e7fe696-fe17-4661-8e82-06a9dc5d5596} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
997 2023.10.17 21:51:33.305247 [ 3 ] {6e7fe696-fe17-4661-8e82-06a9dc5d5596} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
998 2023.10.17 21:51:33.305398 [ 3 ] {6e7fe696-fe17-4661-8e82-06a9dc5d5596} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
999 2023.10.17 21:51:33.305511 [ 3 ] {6e7fe696-fe17-4661-8e82-06a9dc5d5596} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001040564 sec., 253708 rows/sec., 17.40 MiB/sec.
1000 2023.10.17 21:51:33.305628 [ 3 ] {6e7fe696-fe17-4661-8e82-06a9dc5d5596} <Debug> DynamicQueryHandler: Done processing query
1001 2023.10.17 21:51:33.305651 [ 3 ] {6e7fe696-fe17-4661-8e82-06a9dc5d5596} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
1002 2023.10.17 21:51:33.305667 [ 3 ] {} <Debug> HTTP-Session: 5f062a0a-43c7-4182-ab17-1aa2ed121cd5 Destroying unnamed session
1003 2023.10.17 21:51:33.305827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1004 2023.10.17 21:51:33.305874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1005 2023.10.17 21:51:33.305892 [ 3 ] {} <Debug> HTTP-Session: 2cc4b38f-3408-48a6-a156-16bc09cb62d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1006 2023.10.17 21:51:33.305909 [ 3 ] {} <Debug> HTTP-Session: 2cc4b38f-3408-48a6-a156-16bc09cb62d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1007 2023.10.17 21:51:33.305977 [ 3 ] {f03dafaf-a9f3-420f-b7bc-523397535e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1008 2023.10.17 21:51:33.306018 [ 3 ] {f03dafaf-a9f3-420f-b7bc-523397535e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1009 2023.10.17 21:51:33.306125 [ 3 ] {f03dafaf-a9f3-420f-b7bc-523397535e82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1010 2023.10.17 21:51:33.306380 [ 3 ] {f03dafaf-a9f3-420f-b7bc-523397535e82} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1011 2023.10.17 21:51:33.306622 [ 3 ] {f03dafaf-a9f3-420f-b7bc-523397535e82} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1012 2023.10.17 21:51:33.306801 [ 3 ] {f03dafaf-a9f3-420f-b7bc-523397535e82} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
1013 2023.10.17 21:51:33.306928 [ 3 ] {f03dafaf-a9f3-420f-b7bc-523397535e82} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000923583 sec., 6496 rows/sec., 272.80 KiB/sec.
1014 2023.10.17 21:51:33.307088 [ 3 ] {f03dafaf-a9f3-420f-b7bc-523397535e82} <Debug> DynamicQueryHandler: Done processing query
1015 2023.10.17 21:51:33.307112 [ 3 ] {f03dafaf-a9f3-420f-b7bc-523397535e82} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1016 2023.10.17 21:51:33.307128 [ 3 ] {} <Debug> HTTP-Session: 2cc4b38f-3408-48a6-a156-16bc09cb62d7 Destroying unnamed session
1017 2023.10.17 21:51:33.307270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1018 2023.10.17 21:51:33.307316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1019 2023.10.17 21:51:33.307334 [ 3 ] {} <Debug> HTTP-Session: cb447a94-0aca-43c2-899a-0a6d9a26d596 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1020 2023.10.17 21:51:33.307351 [ 3 ] {} <Debug> HTTP-Session: cb447a94-0aca-43c2-899a-0a6d9a26d596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1021 2023.10.17 21:51:33.307426 [ 3 ] {9dde67b9-9d2d-499a-a78a-1848c04f5658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
1022 2023.10.17 21:51:33.307468 [ 3 ] {9dde67b9-9d2d-499a-a78a-1848c04f5658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
1023 2023.10.17 21:51:33.307592 [ 3 ] {9dde67b9-9d2d-499a-a78a-1848c04f5658} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1024 2023.10.17 21:51:33.307885 [ 3 ] {9dde67b9-9d2d-499a-a78a-1848c04f5658} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1025 2023.10.17 21:51:33.308128 [ 3 ] {9dde67b9-9d2d-499a-a78a-1848c04f5658} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1026 2023.10.17 21:51:33.308299 [ 3 ] {9dde67b9-9d2d-499a-a78a-1848c04f5658} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
1027 2023.10.17 21:51:33.308423 [ 3 ] {9dde67b9-9d2d-499a-a78a-1848c04f5658} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000967803 sec., 65095 rows/sec., 3.95 MiB/sec.
1028 2023.10.17 21:51:33.308548 [ 3 ] {9dde67b9-9d2d-499a-a78a-1848c04f5658} <Debug> DynamicQueryHandler: Done processing query
1029 2023.10.17 21:51:33.308571 [ 3 ] {9dde67b9-9d2d-499a-a78a-1848c04f5658} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1030 2023.10.17 21:51:33.308586 [ 3 ] {} <Debug> HTTP-Session: cb447a94-0aca-43c2-899a-0a6d9a26d596 Destroying unnamed session
1031 2023.10.17 21:51:33.308766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1032 2023.10.17 21:51:33.308812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1033 2023.10.17 21:51:33.308830 [ 3 ] {} <Debug> HTTP-Session: 571d421b-b3a0-403d-99bf-faf327e7682c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1034 2023.10.17 21:51:33.308848 [ 3 ] {} <Debug> HTTP-Session: 571d421b-b3a0-403d-99bf-faf327e7682c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1035 2023.10.17 21:51:33.308918 [ 3 ] {2e08ad1c-d9eb-4791-a290-d00218f16b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
1036 2023.10.17 21:51:33.308956 [ 3 ] {2e08ad1c-d9eb-4791-a290-d00218f16b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1037 2023.10.17 21:51:33.309057 [ 3 ] {2e08ad1c-d9eb-4791-a290-d00218f16b89} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1038 2023.10.17 21:51:33.309297 [ 3 ] {2e08ad1c-d9eb-4791-a290-d00218f16b89} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1039 2023.10.17 21:51:33.309525 [ 3 ] {2e08ad1c-d9eb-4791-a290-d00218f16b89} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1040 2023.10.17 21:51:33.309696 [ 3 ] {2e08ad1c-d9eb-4791-a290-d00218f16b89} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
1041 2023.10.17 21:51:33.309807 [ 3 ] {2e08ad1c-d9eb-4791-a290-d00218f16b89} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000861042 sec., 22066 rows/sec., 1.14 MiB/sec.
1042 2023.10.17 21:51:33.309919 [ 3 ] {2e08ad1c-d9eb-4791-a290-d00218f16b89} <Debug> DynamicQueryHandler: Done processing query
1043 2023.10.17 21:51:33.309943 [ 3 ] {2e08ad1c-d9eb-4791-a290-d00218f16b89} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1044 2023.10.17 21:51:33.309958 [ 3 ] {} <Debug> HTTP-Session: 571d421b-b3a0-403d-99bf-faf327e7682c Destroying unnamed session
1045 2023.10.17 21:51:38.298113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1046 2023.10.17 21:51:38.298239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1047 2023.10.17 21:51:38.298270 [ 3 ] {} <Debug> HTTP-Session: cc4ebf5b-d8f7-4ae9-830f-a4ef893bbecd Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1048 2023.10.17 21:51:38.298300 [ 3 ] {} <Debug> HTTP-Session: cc4ebf5b-d8f7-4ae9-830f-a4ef893bbecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1049 2023.10.17 21:51:38.298444 [ 3 ] {4dadffc8-95de-4603-baf4-3032d5c96246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1050 2023.10.17 21:51:38.298513 [ 3 ] {4dadffc8-95de-4603-baf4-3032d5c96246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1051 2023.10.17 21:51:38.298691 [ 3 ] {4dadffc8-95de-4603-baf4-3032d5c96246} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1052 2023.10.17 21:51:38.299137 [ 3 ] {4dadffc8-95de-4603-baf4-3032d5c96246} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1053 2023.10.17 21:51:38.299401 [ 3 ] {4dadffc8-95de-4603-baf4-3032d5c96246} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1054 2023.10.17 21:51:38.299572 [ 3 ] {4dadffc8-95de-4603-baf4-3032d5c96246} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
1055 2023.10.17 21:51:38.299710 [ 3 ] {4dadffc8-95de-4603-baf4-3032d5c96246} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001216036 sec., 34538 rows/sec., 2.73 MiB/sec.
1056 2023.10.17 21:51:38.299865 [ 3 ] {4dadffc8-95de-4603-baf4-3032d5c96246} <Debug> DynamicQueryHandler: Done processing query
1057 2023.10.17 21:51:38.299891 [ 3 ] {4dadffc8-95de-4603-baf4-3032d5c96246} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1058 2023.10.17 21:51:38.299907 [ 3 ] {} <Debug> HTTP-Session: cc4ebf5b-d8f7-4ae9-830f-a4ef893bbecd Destroying unnamed session
1059 2023.10.17 21:51:38.300084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 20382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1060 2023.10.17 21:51:38.300136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1061 2023.10.17 21:51:38.300154 [ 3 ] {} <Debug> HTTP-Session: 8819767b-6e2d-4223-b233-e11ef20d0ec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1062 2023.10.17 21:51:38.300174 [ 3 ] {} <Debug> HTTP-Session: 8819767b-6e2d-4223-b233-e11ef20d0ec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1063 2023.10.17 21:51:38.300260 [ 3 ] {e4127b88-c3c5-4dda-8db8-13c618492632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1064 2023.10.17 21:51:38.300303 [ 3 ] {e4127b88-c3c5-4dda-8db8-13c618492632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1065 2023.10.17 21:51:38.300407 [ 3 ] {e4127b88-c3c5-4dda-8db8-13c618492632} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1066 2023.10.17 21:51:38.300802 [ 3 ] {e4127b88-c3c5-4dda-8db8-13c618492632} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1067 2023.10.17 21:51:38.301018 [ 3 ] {e4127b88-c3c5-4dda-8db8-13c618492632} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1068 2023.10.17 21:51:38.301173 [ 3 ] {e4127b88-c3c5-4dda-8db8-13c618492632} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
1069 2023.10.17 21:51:38.301306 [ 3 ] {e4127b88-c3c5-4dda-8db8-13c618492632} <Information> executeQuery: Read 126 rows, 12.66 KiB in 0.001017874 sec., 123787 rows/sec., 12.15 MiB/sec.
1070 2023.10.17 21:51:38.301430 [ 3 ] {e4127b88-c3c5-4dda-8db8-13c618492632} <Debug> DynamicQueryHandler: Done processing query
1071 2023.10.17 21:51:38.301454 [ 3 ] {e4127b88-c3c5-4dda-8db8-13c618492632} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1072 2023.10.17 21:51:38.301469 [ 3 ] {} <Debug> HTTP-Session: 8819767b-6e2d-4223-b233-e11ef20d0ec2 Destroying unnamed session
1073 2023.10.17 21:51:38.301627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 7168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1074 2023.10.17 21:51:38.301673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1075 2023.10.17 21:51:38.301690 [ 3 ] {} <Debug> HTTP-Session: 491ff78f-e5e2-47c8-8a55-fe13a15a512c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1076 2023.10.17 21:51:38.301707 [ 3 ] {} <Debug> HTTP-Session: 491ff78f-e5e2-47c8-8a55-fe13a15a512c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1077 2023.10.17 21:51:38.301779 [ 3 ] {919791d5-c2dc-48ef-b8bb-372bc3f07069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1078 2023.10.17 21:51:38.301816 [ 3 ] {919791d5-c2dc-48ef-b8bb-372bc3f07069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1079 2023.10.17 21:51:38.301919 [ 3 ] {919791d5-c2dc-48ef-b8bb-372bc3f07069} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1080 2023.10.17 21:51:38.302215 [ 3 ] {919791d5-c2dc-48ef-b8bb-372bc3f07069} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1081 2023.10.17 21:51:38.302416 [ 3 ] {919791d5-c2dc-48ef-b8bb-372bc3f07069} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1082 2023.10.17 21:51:38.302561 [ 3 ] {919791d5-c2dc-48ef-b8bb-372bc3f07069} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
1083 2023.10.17 21:51:38.302690 [ 3 ] {919791d5-c2dc-48ef-b8bb-372bc3f07069} <Information> executeQuery: Read 42 rows, 3.36 KiB in 0.000883752 sec., 47524 rows/sec., 3.72 MiB/sec.
1084 2023.10.17 21:51:38.302816 [ 3 ] {919791d5-c2dc-48ef-b8bb-372bc3f07069} <Debug> DynamicQueryHandler: Done processing query
1085 2023.10.17 21:51:38.302839 [ 3 ] {919791d5-c2dc-48ef-b8bb-372bc3f07069} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1086 2023.10.17 21:51:38.302854 [ 3 ] {} <Debug> HTTP-Session: 491ff78f-e5e2-47c8-8a55-fe13a15a512c Destroying unnamed session
1087 2023.10.17 21:51:38.303021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 44940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1088 2023.10.17 21:51:38.303066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1089 2023.10.17 21:51:38.303085 [ 3 ] {} <Debug> HTTP-Session: beef3310-b0b7-4e11-8293-b541cbf91e11 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1090 2023.10.17 21:51:38.303101 [ 3 ] {} <Debug> HTTP-Session: beef3310-b0b7-4e11-8293-b541cbf91e11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1091 2023.10.17 21:51:38.303190 [ 3 ] {0369fdcb-7783-48bf-b656-f66c97ee1d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1092 2023.10.17 21:51:38.303235 [ 3 ] {0369fdcb-7783-48bf-b656-f66c97ee1d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1093 2023.10.17 21:51:38.303371 [ 3 ] {0369fdcb-7783-48bf-b656-f66c97ee1d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1094 2023.10.17 21:51:38.303899 [ 3 ] {0369fdcb-7783-48bf-b656-f66c97ee1d00} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1095 2023.10.17 21:51:38.304219 [ 3 ] {0369fdcb-7783-48bf-b656-f66c97ee1d00} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1096 2023.10.17 21:51:38.304400 [ 3 ] {0369fdcb-7783-48bf-b656-f66c97ee1d00} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0.
1097 2023.10.17 21:51:38.304524 [ 3 ] {0369fdcb-7783-48bf-b656-f66c97ee1d00} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001304137 sec., 32205 rows/sec., 43.46 MiB/sec.
1098 2023.10.17 21:51:38.304650 [ 3 ] {0369fdcb-7783-48bf-b656-f66c97ee1d00} <Debug> DynamicQueryHandler: Done processing query
1099 2023.10.17 21:51:38.304673 [ 3 ] {0369fdcb-7783-48bf-b656-f66c97ee1d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
1100 2023.10.17 21:51:38.304689 [ 3 ] {} <Debug> HTTP-Session: beef3310-b0b7-4e11-8293-b541cbf91e11 Destroying unnamed session
1101 2023.10.17 21:51:42.618320 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
1102 2023.10.17 21:51:42.618382 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
1103 2023.10.17 21:51:43.300808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1104 2023.10.17 21:51:43.300921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1105 2023.10.17 21:51:43.300950 [ 3 ] {} <Debug> HTTP-Session: 2c1cc13f-d731-4a04-8015-dc157e262f93 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1106 2023.10.17 21:51:43.300979 [ 3 ] {} <Debug> HTTP-Session: 2c1cc13f-d731-4a04-8015-dc157e262f93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1107 2023.10.17 21:51:43.301118 [ 3 ] {25c8c291-c3ee-49e3-9ddb-830615ef384c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1108 2023.10.17 21:51:43.301185 [ 3 ] {25c8c291-c3ee-49e3-9ddb-830615ef384c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1109 2023.10.17 21:51:43.301367 [ 3 ] {25c8c291-c3ee-49e3-9ddb-830615ef384c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1110 2023.10.17 21:51:43.301823 [ 3 ] {25c8c291-c3ee-49e3-9ddb-830615ef384c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1111 2023.10.17 21:51:43.302088 [ 3 ] {25c8c291-c3ee-49e3-9ddb-830615ef384c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1112 2023.10.17 21:51:43.302250 [ 3 ] {25c8c291-c3ee-49e3-9ddb-830615ef384c} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
1113 2023.10.17 21:51:43.302367 [ 3 ] {25c8c291-c3ee-49e3-9ddb-830615ef384c} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001212136 sec., 4949 rows/sec., 280.37 KiB/sec.
1114 2023.10.17 21:51:43.302457 [ 110 ] {} <Debug> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1115 2023.10.17 21:51:43.302514 [ 110 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1116 2023.10.17 21:51:43.302515 [ 3 ] {25c8c291-c3ee-49e3-9ddb-830615ef384c} <Debug> DynamicQueryHandler: Done processing query
1117 2023.10.17 21:51:43.302548 [ 3 ] {25c8c291-c3ee-49e3-9ddb-830615ef384c} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
1118 2023.10.17 21:51:43.302563 [ 3 ] {} <Debug> HTTP-Session: 2c1cc13f-d731-4a04-8015-dc157e262f93 Destroying unnamed session
1119 2023.10.17 21:51:43.302744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1120 2023.10.17 21:51:43.302808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1121 2023.10.17 21:51:43.302829 [ 3 ] {} <Debug> HTTP-Session: a54f8690-2090-4543-9105-89034a54e131 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1122 2023.10.17 21:51:43.302846 [ 3 ] {} <Debug> HTTP-Session: a54f8690-2090-4543-9105-89034a54e131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1123 2023.10.17 21:51:43.302947 [ 3 ] {ecbf6f02-ad83-4edf-afe9-2da767ae546b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1124 2023.10.17 21:51:43.302989 [ 3 ] {ecbf6f02-ad83-4edf-afe9-2da767ae546b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1125 2023.10.17 21:51:43.303094 [ 3 ] {ecbf6f02-ad83-4edf-afe9-2da767ae546b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1126 2023.10.17 21:51:43.303449 [ 3 ] {ecbf6f02-ad83-4edf-afe9-2da767ae546b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1127 2023.10.17 21:51:43.303657 [ 3 ] {ecbf6f02-ad83-4edf-afe9-2da767ae546b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1128 2023.10.17 21:51:43.303811 [ 3 ] {ecbf6f02-ad83-4edf-afe9-2da767ae546b} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
1129 2023.10.17 21:51:43.303917 [ 110 ] {} <Debug> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1130 2023.10.17 21:51:43.303904 [ 11 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact
1131 2023.10.17 21:51:43.303944 [ 3 ] {ecbf6f02-ad83-4edf-afe9-2da767ae546b} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000964722 sec., 90181 rows/sec., 8.43 MiB/sec.
1132 2023.10.17 21:51:43.303956 [ 110 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1133 2023.10.17 21:51:43.304154 [ 16 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact
1134 2023.10.17 21:51:43.304195 [ 3 ] {ecbf6f02-ad83-4edf-afe9-2da767ae546b} <Debug> DynamicQueryHandler: Done processing query
1135 2023.10.17 21:51:43.304249 [ 3 ] {ecbf6f02-ad83-4edf-afe9-2da767ae546b} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
1136 2023.10.17 21:51:43.304266 [ 3 ] {} <Debug> HTTP-Session: a54f8690-2090-4543-9105-89034a54e131 Destroying unnamed session
1137 2023.10.17 21:51:43.304494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1138 2023.10.17 21:51:43.304543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1139 2023.10.17 21:51:43.304605 [ 3 ] {} <Debug> HTTP-Session: 52fc1517-9cf9-44dc-a947-28dae349188b Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1140 2023.10.17 21:51:43.304677 [ 3 ] {} <Debug> HTTP-Session: 52fc1517-9cf9-44dc-a947-28dae349188b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1141 2023.10.17 21:51:43.304830 [ 16 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1142 2023.10.17 21:51:43.304850 [ 11 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1143 2023.10.17 21:51:43.304930 [ 3 ] {8043b539-fb86-4ace-9414-900b62020797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1144 2023.10.17 21:51:43.304977 [ 3 ] {8043b539-fb86-4ace-9414-900b62020797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1145 2023.10.17 21:51:43.305100 [ 3 ] {8043b539-fb86-4ace-9414-900b62020797} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1146 2023.10.17 21:51:43.305557 [ 3 ] {8043b539-fb86-4ace-9414-900b62020797} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1147 2023.10.17 21:51:43.305766 [ 3 ] {8043b539-fb86-4ace-9414-900b62020797} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1148 2023.10.17 21:51:43.305911 [ 3 ] {8043b539-fb86-4ace-9414-900b62020797} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
1149 2023.10.17 21:51:43.306025 [ 3 ] {8043b539-fb86-4ace-9414-900b62020797} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001050905 sec., 251212 rows/sec., 17.23 MiB/sec.
1150 2023.10.17 21:51:43.306034 [ 107 ] {} <Debug> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1151 2023.10.17 21:51:43.306146 [ 107 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1152 2023.10.17 21:51:43.306219 [ 3 ] {8043b539-fb86-4ace-9414-900b62020797} <Debug> DynamicQueryHandler: Done processing query
1153 2023.10.17 21:51:43.306237 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact
1154 2023.10.17 21:51:43.306273 [ 3 ] {8043b539-fb86-4ace-9414-900b62020797} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
1155 2023.10.17 21:51:43.306312 [ 3 ] {} <Debug> HTTP-Session: 52fc1517-9cf9-44dc-a947-28dae349188b Destroying unnamed session
1156 2023.10.17 21:51:43.306379 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1157 2023.10.17 21:51:43.306458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1158 2023.10.17 21:51:43.306508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1159 2023.10.17 21:51:43.306527 [ 3 ] {} <Debug> HTTP-Session: a62b9981-0717-4c41-89b4-97da4072e627 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1160 2023.10.17 21:51:43.306545 [ 3 ] {} <Debug> HTTP-Session: a62b9981-0717-4c41-89b4-97da4072e627 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1161 2023.10.17 21:51:43.306614 [ 3 ] {56e833f4-fb0a-4ac0-b590-f7fb7bebf98e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1162 2023.10.17 21:51:43.306656 [ 3 ] {56e833f4-fb0a-4ac0-b590-f7fb7bebf98e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1163 2023.10.17 21:51:43.306773 [ 3 ] {56e833f4-fb0a-4ac0-b590-f7fb7bebf98e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1164 2023.10.17 21:51:43.307034 [ 3 ] {56e833f4-fb0a-4ac0-b590-f7fb7bebf98e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1165 2023.10.17 21:51:43.307275 [ 3 ] {56e833f4-fb0a-4ac0-b590-f7fb7bebf98e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1166 2023.10.17 21:51:43.307447 [ 3 ] {56e833f4-fb0a-4ac0-b590-f7fb7bebf98e} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
1167 2023.10.17 21:51:43.307647 [ 16 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 87 rows starting from the beginning of the part
1168 2023.10.17 21:51:43.307686 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 264 rows starting from the beginning of the part
1169 2023.10.17 21:51:43.307688 [ 11 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
1170 2023.10.17 21:51:43.307721 [ 3 ] {56e833f4-fb0a-4ac0-b590-f7fb7bebf98e} <Information> executeQuery: Read 6 rows, 258.00 B in 0.001037124 sec., 5785 rows/sec., 242.93 KiB/sec.
1171 2023.10.17 21:51:43.307908 [ 3 ] {56e833f4-fb0a-4ac0-b590-f7fb7bebf98e} <Debug> DynamicQueryHandler: Done processing query
1172 2023.10.17 21:51:43.307932 [ 3 ] {56e833f4-fb0a-4ac0-b590-f7fb7bebf98e} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1173 2023.10.17 21:51:43.308042 [ 3 ] {} <Debug> HTTP-Session: a62b9981-0717-4c41-89b4-97da4072e627 Destroying unnamed session
1174 2023.10.17 21:51:43.308263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1175 2023.10.17 21:51:43.308311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1176 2023.10.17 21:51:43.308331 [ 3 ] {} <Debug> HTTP-Session: 2b292a32-2527-4ef6-a1d8-66124ca99363 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1177 2023.10.17 21:51:43.308347 [ 3 ] {} <Debug> HTTP-Session: 2b292a32-2527-4ef6-a1d8-66124ca99363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1178 2023.10.17 21:51:43.308422 [ 3 ] {58c3b0b0-d2df-4044-aada-523f41879939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
1179 2023.10.17 21:51:43.308464 [ 3 ] {58c3b0b0-d2df-4044-aada-523f41879939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
1180 2023.10.17 21:51:43.308581 [ 3 ] {58c3b0b0-d2df-4044-aada-523f41879939} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1181 2023.10.17 21:51:43.308899 [ 3 ] {58c3b0b0-d2df-4044-aada-523f41879939} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1182 2023.10.17 21:51:43.309146 [ 3 ] {58c3b0b0-d2df-4044-aada-523f41879939} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1183 2023.10.17 21:51:43.309319 [ 3 ] {58c3b0b0-d2df-4044-aada-523f41879939} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
1184 2023.10.17 21:51:43.309442 [ 3 ] {58c3b0b0-d2df-4044-aada-523f41879939} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000992083 sec., 63502 rows/sec., 3.85 MiB/sec.
1185 2023.10.17 21:51:43.309599 [ 3 ] {58c3b0b0-d2df-4044-aada-523f41879939} <Debug> DynamicQueryHandler: Done processing query
1186 2023.10.17 21:51:43.309624 [ 3 ] {58c3b0b0-d2df-4044-aada-523f41879939} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1187 2023.10.17 21:51:43.309639 [ 3 ] {} <Debug> HTTP-Session: 2b292a32-2527-4ef6-a1d8-66124ca99363 Destroying unnamed session
1188 2023.10.17 21:51:43.309759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1189 2023.10.17 21:51:43.309803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1190 2023.10.17 21:51:43.309822 [ 3 ] {} <Debug> HTTP-Session: 30d1316a-9a77-4985-a73a-9e2ee6c6a1f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1191 2023.10.17 21:51:43.309840 [ 3 ] {} <Debug> HTTP-Session: 30d1316a-9a77-4985-a73a-9e2ee6c6a1f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1192 2023.10.17 21:51:43.309910 [ 3 ] {9f1e106c-b5a7-4b4c-b4c1-01a4f61833ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
1193 2023.10.17 21:51:43.309948 [ 3 ] {9f1e106c-b5a7-4b4c-b4c1-01a4f61833ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1194 2023.10.17 21:51:43.310065 [ 3 ] {9f1e106c-b5a7-4b4c-b4c1-01a4f61833ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1195 2023.10.17 21:51:43.310780 [ 16 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 87 rows starting from the beginning of the part
1196 2023.10.17 21:51:43.310832 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 264 rows starting from the beginning of the part
1197 2023.10.17 21:51:43.310844 [ 11 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
1198 2023.10.17 21:51:43.311243 [ 16 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 111 rows starting from the beginning of the part
1199 2023.10.17 21:51:43.311273 [ 3 ] {9f1e106c-b5a7-4b4c-b4c1-01a4f61833ca} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1200 2023.10.17 21:51:43.311457 [ 11 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 37 rows starting from the beginning of the part
1201 2023.10.17 21:51:43.311779 [ 16 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 87 rows starting from the beginning of the part
1202 2023.10.17 21:51:43.312256 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 55 rows starting from the beginning of the part
1203 2023.10.17 21:51:43.312308 [ 11 ] {422079c4-9f6d-4f70-a549-dff0868f9719::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
1204 2023.10.17 21:51:43.312434 [ 16 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 126 rows starting from the beginning of the part
1205 2023.10.17 21:51:43.312503 [ 3 ] {9f1e106c-b5a7-4b4c-b4c1-01a4f61833ca} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1206 2023.10.17 21:51:43.313005 [ 16 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 87 rows starting from the beginning of the part
1207 2023.10.17 21:51:43.313024 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 264 rows starting from the beginning of the part
1208 2023.10.17 21:51:43.313068 [ 11 ] {422079c4-9f6d-4f70-a549-dff0868f9719::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
1209 2023.10.17 21:51:43.313243 [ 3 ] {9f1e106c-b5a7-4b4c-b4c1-01a4f61833ca} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
1210 2023.10.17 21:51:43.313822 [ 3 ] {9f1e106c-b5a7-4b4c-b4c1-01a4f61833ca} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.003857722 sec., 4925 rows/sec., 261.50 KiB/sec.
1211 2023.10.17 21:51:43.313916 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::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
1212 2023.10.17 21:51:43.313947 [ 11 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
1213 2023.10.17 21:51:43.314264 [ 3 ] {9f1e106c-b5a7-4b4c-b4c1-01a4f61833ca} <Debug> DynamicQueryHandler: Done processing query
1214 2023.10.17 21:51:43.314328 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 264 rows starting from the beginning of the part
1215 2023.10.17 21:51:43.314347 [ 3 ] {9f1e106c-b5a7-4b4c-b4c1-01a4f61833ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1216 2023.10.17 21:51:43.314410 [ 3 ] {} <Debug> HTTP-Session: 30d1316a-9a77-4985-a73a-9e2ee6c6a1f0 Destroying unnamed session
1217 2023.10.17 21:51:43.317965 [ 23 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 103 rows, containing 4 columns (4 merged, 0 gathered) in 0.015264106 sec., 6747.856703825301 rows/sec., 508.56 KiB/sec.
1218 2023.10.17 21:51:43.317998 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1153 rows, containing 4 columns (4 merged, 0 gathered) in 0.011787769 sec., 97813.25032752169 rows/sec., 6.79 MiB/sec.
1219 2023.10.17 21:51:43.318197 [ 23 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1220 2023.10.17 21:51:43.318329 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1221 2023.10.17 21:51:43.318556 [ 16 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 585 rows, containing 4 columns (4 merged, 0 gathered) in 0.014531706 sec., 40256.80123173425 rows/sec., 3.84 MiB/sec.
1222 2023.10.17 21:51:43.318611 [ 23 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_6_1} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1.
1223 2023.10.17 21:51:43.318725 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_6_1} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1.
1224 2023.10.17 21:51:43.318741 [ 23 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_6_1} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0
1225 2023.10.17 21:51:43.318768 [ 16 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1226 2023.10.17 21:51:43.318879 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_6_1} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0
1227 2023.10.17 21:51:43.319122 [ 16 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_6_1} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1.
1228 2023.10.17 21:51:43.319195 [ 16 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_6_1} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0
1229 2023.10.17 21:51:48.298494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1230 2023.10.17 21:51:48.298630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1231 2023.10.17 21:51:48.298661 [ 3 ] {} <Debug> HTTP-Session: 68cffb09-68c5-498a-89fd-5ba670cee16b Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1232 2023.10.17 21:51:48.298690 [ 3 ] {} <Debug> HTTP-Session: 68cffb09-68c5-498a-89fd-5ba670cee16b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1233 2023.10.17 21:51:48.298848 [ 3 ] {6bad574a-db31-4143-9975-1c0b2363bdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1234 2023.10.17 21:51:48.298916 [ 3 ] {6bad574a-db31-4143-9975-1c0b2363bdea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1235 2023.10.17 21:51:48.299078 [ 3 ] {6bad574a-db31-4143-9975-1c0b2363bdea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1236 2023.10.17 21:51:48.299527 [ 3 ] {6bad574a-db31-4143-9975-1c0b2363bdea} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1237 2023.10.17 21:51:48.299812 [ 3 ] {6bad574a-db31-4143-9975-1c0b2363bdea} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1238 2023.10.17 21:51:48.299986 [ 3 ] {6bad574a-db31-4143-9975-1c0b2363bdea} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0.
1239 2023.10.17 21:51:48.300132 [ 3 ] {6bad574a-db31-4143-9975-1c0b2363bdea} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001238727 sec., 33905 rows/sec., 2.68 MiB/sec.
1240 2023.10.17 21:51:48.300284 [ 3 ] {6bad574a-db31-4143-9975-1c0b2363bdea} <Debug> DynamicQueryHandler: Done processing query
1241 2023.10.17 21:51:48.300310 [ 3 ] {6bad574a-db31-4143-9975-1c0b2363bdea} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1242 2023.10.17 21:51:48.300328 [ 3 ] {} <Debug> HTTP-Session: 68cffb09-68c5-498a-89fd-5ba670cee16b Destroying unnamed session
1243 2023.10.17 21:51:48.300478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 20382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1244 2023.10.17 21:51:48.300529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1245 2023.10.17 21:51:48.300550 [ 3 ] {} <Debug> HTTP-Session: 79b63b4b-f207-479b-b57c-0c9c5804fbb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1246 2023.10.17 21:51:48.300569 [ 3 ] {} <Debug> HTTP-Session: 79b63b4b-f207-479b-b57c-0c9c5804fbb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1247 2023.10.17 21:51:48.300657 [ 3 ] {4b244b8e-188b-4e07-b509-e265a6975d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1248 2023.10.17 21:51:48.300701 [ 3 ] {4b244b8e-188b-4e07-b509-e265a6975d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1249 2023.10.17 21:51:48.300810 [ 3 ] {4b244b8e-188b-4e07-b509-e265a6975d5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1250 2023.10.17 21:51:48.301211 [ 3 ] {4b244b8e-188b-4e07-b509-e265a6975d5c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1251 2023.10.17 21:51:48.301436 [ 3 ] {4b244b8e-188b-4e07-b509-e265a6975d5c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1252 2023.10.17 21:51:48.301595 [ 3 ] {4b244b8e-188b-4e07-b509-e265a6975d5c} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0.
1253 2023.10.17 21:51:48.301719 [ 3 ] {4b244b8e-188b-4e07-b509-e265a6975d5c} <Information> executeQuery: Read 126 rows, 12.66 KiB in 0.001032234 sec., 122065 rows/sec., 11.98 MiB/sec.
1254 2023.10.17 21:51:48.301846 [ 3 ] {4b244b8e-188b-4e07-b509-e265a6975d5c} <Debug> DynamicQueryHandler: Done processing query
1255 2023.10.17 21:51:48.301870 [ 3 ] {4b244b8e-188b-4e07-b509-e265a6975d5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1256 2023.10.17 21:51:48.301887 [ 3 ] {} <Debug> HTTP-Session: 79b63b4b-f207-479b-b57c-0c9c5804fbb8 Destroying unnamed session
1257 2023.10.17 21:51:48.302056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 7168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1258 2023.10.17 21:51:48.302103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1259 2023.10.17 21:51:48.302124 [ 3 ] {} <Debug> HTTP-Session: 640ade9f-259c-4f95-9908-a13dec10e0bb Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1260 2023.10.17 21:51:48.302142 [ 3 ] {} <Debug> HTTP-Session: 640ade9f-259c-4f95-9908-a13dec10e0bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1261 2023.10.17 21:51:48.302217 [ 3 ] {a95afb57-a7d3-40ea-8bbe-8619beb2c2d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1262 2023.10.17 21:51:48.302258 [ 3 ] {a95afb57-a7d3-40ea-8bbe-8619beb2c2d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1263 2023.10.17 21:51:48.302366 [ 3 ] {a95afb57-a7d3-40ea-8bbe-8619beb2c2d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1264 2023.10.17 21:51:48.302660 [ 3 ] {a95afb57-a7d3-40ea-8bbe-8619beb2c2d8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1265 2023.10.17 21:51:48.302874 [ 3 ] {a95afb57-a7d3-40ea-8bbe-8619beb2c2d8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1266 2023.10.17 21:51:48.303026 [ 3 ] {a95afb57-a7d3-40ea-8bbe-8619beb2c2d8} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0.
1267 2023.10.17 21:51:48.303152 [ 3 ] {a95afb57-a7d3-40ea-8bbe-8619beb2c2d8} <Information> executeQuery: Read 42 rows, 3.36 KiB in 0.000904902 sec., 46413 rows/sec., 3.63 MiB/sec.
1268 2023.10.17 21:51:48.303261 [ 3 ] {a95afb57-a7d3-40ea-8bbe-8619beb2c2d8} <Debug> DynamicQueryHandler: Done processing query
1269 2023.10.17 21:51:48.303285 [ 3 ] {a95afb57-a7d3-40ea-8bbe-8619beb2c2d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1270 2023.10.17 21:51:48.303301 [ 3 ] {} <Debug> HTTP-Session: 640ade9f-259c-4f95-9908-a13dec10e0bb Destroying unnamed session
1271 2023.10.17 21:51:48.303469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 44940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1272 2023.10.17 21:51:48.303514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1273 2023.10.17 21:51:48.303534 [ 3 ] {} <Debug> HTTP-Session: 1d57cfd1-daa3-4806-a517-4d9781b82e0e Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1274 2023.10.17 21:51:48.303551 [ 3 ] {} <Debug> HTTP-Session: 1d57cfd1-daa3-4806-a517-4d9781b82e0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1275 2023.10.17 21:51:48.303643 [ 3 ] {4a52c026-e53a-48b0-90f0-987e3e943f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1276 2023.10.17 21:51:48.303691 [ 3 ] {4a52c026-e53a-48b0-90f0-987e3e943f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1277 2023.10.17 21:51:48.303827 [ 3 ] {4a52c026-e53a-48b0-90f0-987e3e943f82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1278 2023.10.17 21:51:48.304298 [ 3 ] {4a52c026-e53a-48b0-90f0-987e3e943f82} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1279 2023.10.17 21:51:48.304623 [ 3 ] {4a52c026-e53a-48b0-90f0-987e3e943f82} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1280 2023.10.17 21:51:48.304818 [ 3 ] {4a52c026-e53a-48b0-90f0-987e3e943f82} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
1281 2023.10.17 21:51:48.304949 [ 3 ] {4a52c026-e53a-48b0-90f0-987e3e943f82} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001268657 sec., 33105 rows/sec., 44.67 MiB/sec.
1282 2023.10.17 21:51:48.305086 [ 3 ] {4a52c026-e53a-48b0-90f0-987e3e943f82} <Debug> DynamicQueryHandler: Done processing query
1283 2023.10.17 21:51:48.305110 [ 3 ] {4a52c026-e53a-48b0-90f0-987e3e943f82} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
1284 2023.10.17 21:51:48.305126 [ 3 ] {} <Debug> HTTP-Session: 1d57cfd1-daa3-4806-a517-4d9781b82e0e Destroying unnamed session
1285 2023.10.17 21:51:53.301143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1286 2023.10.17 21:51:53.301281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1287 2023.10.17 21:51:53.301313 [ 3 ] {} <Debug> HTTP-Session: 46ed798d-1c15-4d47-a953-bf5929821940 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1288 2023.10.17 21:51:53.301342 [ 3 ] {} <Debug> HTTP-Session: 46ed798d-1c15-4d47-a953-bf5929821940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1289 2023.10.17 21:51:53.301485 [ 3 ] {189d800b-8834-4956-9671-69c1e22dbe5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1290 2023.10.17 21:51:53.301556 [ 3 ] {189d800b-8834-4956-9671-69c1e22dbe5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1291 2023.10.17 21:51:53.301744 [ 3 ] {189d800b-8834-4956-9671-69c1e22dbe5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1292 2023.10.17 21:51:53.302178 [ 3 ] {189d800b-8834-4956-9671-69c1e22dbe5b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1293 2023.10.17 21:51:53.302443 [ 3 ] {189d800b-8834-4956-9671-69c1e22dbe5b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1294 2023.10.17 21:51:53.302613 [ 3 ] {189d800b-8834-4956-9671-69c1e22dbe5b} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0.
1295 2023.10.17 21:51:53.302738 [ 3 ] {189d800b-8834-4956-9671-69c1e22dbe5b} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001215106 sec., 4937 rows/sec., 279.68 KiB/sec.
1296 2023.10.17 21:51:53.302876 [ 3 ] {189d800b-8834-4956-9671-69c1e22dbe5b} <Debug> DynamicQueryHandler: Done processing query
1297 2023.10.17 21:51:53.302902 [ 3 ] {189d800b-8834-4956-9671-69c1e22dbe5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1298 2023.10.17 21:51:53.302919 [ 3 ] {} <Debug> HTTP-Session: 46ed798d-1c15-4d47-a953-bf5929821940 Destroying unnamed session
1299 2023.10.17 21:51:53.303068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1300 2023.10.17 21:51:53.303116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1301 2023.10.17 21:51:53.303136 [ 3 ] {} <Debug> HTTP-Session: 731ffd13-2b8e-46ca-872d-7a663b8263e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1302 2023.10.17 21:51:53.303155 [ 3 ] {} <Debug> HTTP-Session: 731ffd13-2b8e-46ca-872d-7a663b8263e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1303 2023.10.17 21:51:53.303238 [ 3 ] {c1652339-e6e7-46ce-aee1-5d17bf43ecf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1304 2023.10.17 21:51:53.303281 [ 3 ] {c1652339-e6e7-46ce-aee1-5d17bf43ecf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1305 2023.10.17 21:51:53.303386 [ 3 ] {c1652339-e6e7-46ce-aee1-5d17bf43ecf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1306 2023.10.17 21:51:53.303732 [ 3 ] {c1652339-e6e7-46ce-aee1-5d17bf43ecf3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1307 2023.10.17 21:51:53.303949 [ 3 ] {c1652339-e6e7-46ce-aee1-5d17bf43ecf3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1308 2023.10.17 21:51:53.304103 [ 3 ] {c1652339-e6e7-46ce-aee1-5d17bf43ecf3} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0.
1309 2023.10.17 21:51:53.304205 [ 3 ] {c1652339-e6e7-46ce-aee1-5d17bf43ecf3} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000938162 sec., 92734 rows/sec., 8.67 MiB/sec.
1310 2023.10.17 21:51:53.304323 [ 3 ] {c1652339-e6e7-46ce-aee1-5d17bf43ecf3} <Debug> DynamicQueryHandler: Done processing query
1311 2023.10.17 21:51:53.304346 [ 3 ] {c1652339-e6e7-46ce-aee1-5d17bf43ecf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
1312 2023.10.17 21:51:53.304361 [ 3 ] {} <Debug> HTTP-Session: 731ffd13-2b8e-46ca-872d-7a663b8263e2 Destroying unnamed session
1313 2023.10.17 21:51:53.304507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1314 2023.10.17 21:51:53.304551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1315 2023.10.17 21:51:53.304570 [ 3 ] {} <Debug> HTTP-Session: ee80990f-2233-4d38-aad5-9af2c0769bc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1316 2023.10.17 21:51:53.304587 [ 3 ] {} <Debug> HTTP-Session: ee80990f-2233-4d38-aad5-9af2c0769bc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1317 2023.10.17 21:51:53.304668 [ 3 ] {7e279fb1-b726-45ac-97fa-5b55c3044c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1318 2023.10.17 21:51:53.304707 [ 3 ] {7e279fb1-b726-45ac-97fa-5b55c3044c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1319 2023.10.17 21:51:53.304810 [ 3 ] {7e279fb1-b726-45ac-97fa-5b55c3044c9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1320 2023.10.17 21:51:53.305308 [ 3 ] {7e279fb1-b726-45ac-97fa-5b55c3044c9f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1321 2023.10.17 21:51:53.305522 [ 3 ] {7e279fb1-b726-45ac-97fa-5b55c3044c9f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1322 2023.10.17 21:51:53.305669 [ 3 ] {7e279fb1-b726-45ac-97fa-5b55c3044c9f} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0.
1323 2023.10.17 21:51:53.305764 [ 3 ] {7e279fb1-b726-45ac-97fa-5b55c3044c9f} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001069355 sec., 246877 rows/sec., 16.94 MiB/sec.
1324 2023.10.17 21:51:53.305950 [ 3 ] {7e279fb1-b726-45ac-97fa-5b55c3044c9f} <Debug> DynamicQueryHandler: Done processing query
1325 2023.10.17 21:51:53.305975 [ 3 ] {7e279fb1-b726-45ac-97fa-5b55c3044c9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
1326 2023.10.17 21:51:53.305991 [ 3 ] {} <Debug> HTTP-Session: ee80990f-2233-4d38-aad5-9af2c0769bc0 Destroying unnamed session
1327 2023.10.17 21:51:53.306150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1328 2023.10.17 21:51:53.306195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1329 2023.10.17 21:51:53.306213 [ 3 ] {} <Debug> HTTP-Session: 25701b74-76b5-45b0-9ba0-459ad637bfda Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1330 2023.10.17 21:51:53.306230 [ 3 ] {} <Debug> HTTP-Session: 25701b74-76b5-45b0-9ba0-459ad637bfda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1331 2023.10.17 21:51:53.306299 [ 3 ] {7e43cb2e-331e-4b89-9e3c-ed8cf2a54e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1332 2023.10.17 21:51:53.306340 [ 3 ] {7e43cb2e-331e-4b89-9e3c-ed8cf2a54e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1333 2023.10.17 21:51:53.306456 [ 3 ] {7e43cb2e-331e-4b89-9e3c-ed8cf2a54e97} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1334 2023.10.17 21:51:53.306708 [ 3 ] {7e43cb2e-331e-4b89-9e3c-ed8cf2a54e97} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1335 2023.10.17 21:51:53.306949 [ 3 ] {7e43cb2e-331e-4b89-9e3c-ed8cf2a54e97} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1336 2023.10.17 21:51:53.307134 [ 3 ] {7e43cb2e-331e-4b89-9e3c-ed8cf2a54e97} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
1337 2023.10.17 21:51:53.307240 [ 3 ] {7e43cb2e-331e-4b89-9e3c-ed8cf2a54e97} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000910392 sec., 6590 rows/sec., 276.75 KiB/sec.
1338 2023.10.17 21:51:53.307344 [ 3 ] {7e43cb2e-331e-4b89-9e3c-ed8cf2a54e97} <Debug> DynamicQueryHandler: Done processing query
1339 2023.10.17 21:51:53.307367 [ 3 ] {7e43cb2e-331e-4b89-9e3c-ed8cf2a54e97} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1340 2023.10.17 21:51:53.307382 [ 3 ] {} <Debug> HTTP-Session: 25701b74-76b5-45b0-9ba0-459ad637bfda Destroying unnamed session
1341 2023.10.17 21:51:53.307517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1342 2023.10.17 21:51:53.307562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1343 2023.10.17 21:51:53.307581 [ 3 ] {} <Debug> HTTP-Session: 90c13831-4e70-475e-99cb-51f63c63aae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1344 2023.10.17 21:51:53.307597 [ 3 ] {} <Debug> HTTP-Session: 90c13831-4e70-475e-99cb-51f63c63aae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1345 2023.10.17 21:51:53.307670 [ 3 ] {75c0f11b-614d-4858-93b5-69a27132ccf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
1346 2023.10.17 21:51:53.307711 [ 3 ] {75c0f11b-614d-4858-93b5-69a27132ccf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
1347 2023.10.17 21:51:53.307825 [ 3 ] {75c0f11b-614d-4858-93b5-69a27132ccf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1348 2023.10.17 21:51:53.308122 [ 3 ] {75c0f11b-614d-4858-93b5-69a27132ccf8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1349 2023.10.17 21:51:53.308359 [ 3 ] {75c0f11b-614d-4858-93b5-69a27132ccf8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1350 2023.10.17 21:51:53.308535 [ 3 ] {75c0f11b-614d-4858-93b5-69a27132ccf8} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
1351 2023.10.17 21:51:53.308645 [ 3 ] {75c0f11b-614d-4858-93b5-69a27132ccf8} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000942632 sec., 66834 rows/sec., 4.05 MiB/sec.
1352 2023.10.17 21:51:53.308773 [ 3 ] {75c0f11b-614d-4858-93b5-69a27132ccf8} <Debug> DynamicQueryHandler: Done processing query
1353 2023.10.17 21:51:53.308798 [ 3 ] {75c0f11b-614d-4858-93b5-69a27132ccf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1354 2023.10.17 21:51:53.308815 [ 3 ] {} <Debug> HTTP-Session: 90c13831-4e70-475e-99cb-51f63c63aae8 Destroying unnamed session
1355 2023.10.17 21:51:53.308966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1356 2023.10.17 21:51:53.309011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1357 2023.10.17 21:51:53.309030 [ 3 ] {} <Debug> HTTP-Session: 975c8756-7daf-4e82-a004-4bd462841823 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1358 2023.10.17 21:51:53.309046 [ 3 ] {} <Debug> HTTP-Session: 975c8756-7daf-4e82-a004-4bd462841823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1359 2023.10.17 21:51:53.309116 [ 3 ] {ff7f14f9-8077-47ea-b3c9-635074be7058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
1360 2023.10.17 21:51:53.309154 [ 3 ] {ff7f14f9-8077-47ea-b3c9-635074be7058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1361 2023.10.17 21:51:53.309258 [ 3 ] {ff7f14f9-8077-47ea-b3c9-635074be7058} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1362 2023.10.17 21:51:53.309501 [ 3 ] {ff7f14f9-8077-47ea-b3c9-635074be7058} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1363 2023.10.17 21:51:53.309725 [ 3 ] {ff7f14f9-8077-47ea-b3c9-635074be7058} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1364 2023.10.17 21:51:53.309903 [ 3 ] {ff7f14f9-8077-47ea-b3c9-635074be7058} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
1365 2023.10.17 21:51:53.310004 [ 3 ] {ff7f14f9-8077-47ea-b3c9-635074be7058} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000861732 sec., 22048 rows/sec., 1.14 MiB/sec.
1366 2023.10.17 21:51:53.309995 [ 98 ] {} <Debug> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1367 2023.10.17 21:51:53.310073 [ 98 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1368 2023.10.17 21:51:53.310135 [ 3 ] {ff7f14f9-8077-47ea-b3c9-635074be7058} <Debug> DynamicQueryHandler: Done processing query
1369 2023.10.17 21:51:53.310171 [ 3 ] {ff7f14f9-8077-47ea-b3c9-635074be7058} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1370 2023.10.17 21:51:53.310180 [ 15 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact
1371 2023.10.17 21:51:53.310196 [ 3 ] {} <Debug> HTTP-Session: 975c8756-7daf-4e82-a004-4bd462841823 Destroying unnamed session
1372 2023.10.17 21:51:53.310311 [ 15 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1373 2023.10.17 21:51:53.310347 [ 15 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 19 rows starting from the beginning of the part
1374 2023.10.17 21:51:53.310458 [ 15 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part
1375 2023.10.17 21:51:53.310544 [ 15 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 33 rows starting from the beginning of the part
1376 2023.10.17 21:51:53.310627 [ 15 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 19 rows starting from the beginning of the part
1377 2023.10.17 21:51:53.310705 [ 15 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 19 rows starting from the beginning of the part
1378 2023.10.17 21:51:53.310782 [ 15 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 19 rows starting from the beginning of the part
1379 2023.10.17 21:51:53.312311 [ 23 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 128 rows, containing 4 columns (4 merged, 0 gathered) in 0.00218459 sec., 58592.2301209838 rows/sec., 3.31 MiB/sec.
1380 2023.10.17 21:51:53.312427 [ 15 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1381 2023.10.17 21:51:53.312638 [ 15 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_6_1} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1.
1382 2023.10.17 21:51:53.312706 [ 15 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_6_1} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0
1383 2023.10.17 21:51:57.618418 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache
1384 2023.10.17 21:51:57.618483 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache
1385 2023.10.17 21:51:58.298640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1386 2023.10.17 21:51:58.298760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1387 2023.10.17 21:51:58.298791 [ 3 ] {} <Debug> HTTP-Session: f5555e24-2f7a-44e7-89bb-1fa4a58fcf09 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1388 2023.10.17 21:51:58.298822 [ 3 ] {} <Debug> HTTP-Session: f5555e24-2f7a-44e7-89bb-1fa4a58fcf09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1389 2023.10.17 21:51:58.298968 [ 3 ] {0ac57765-4718-49ad-8407-eeef86d5a375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1390 2023.10.17 21:51:58.299036 [ 3 ] {0ac57765-4718-49ad-8407-eeef86d5a375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1391 2023.10.17 21:51:58.299208 [ 3 ] {0ac57765-4718-49ad-8407-eeef86d5a375} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1392 2023.10.17 21:51:58.299721 [ 3 ] {0ac57765-4718-49ad-8407-eeef86d5a375} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1393 2023.10.17 21:51:58.299993 [ 3 ] {0ac57765-4718-49ad-8407-eeef86d5a375} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1394 2023.10.17 21:51:58.300163 [ 3 ] {0ac57765-4718-49ad-8407-eeef86d5a375} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0.
1395 2023.10.17 21:51:58.300303 [ 3 ] {0ac57765-4718-49ad-8407-eeef86d5a375} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001286727 sec., 32640 rows/sec., 2.58 MiB/sec.
1396 2023.10.17 21:51:58.300511 [ 3 ] {0ac57765-4718-49ad-8407-eeef86d5a375} <Debug> DynamicQueryHandler: Done processing query
1397 2023.10.17 21:51:58.300538 [ 3 ] {0ac57765-4718-49ad-8407-eeef86d5a375} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1398 2023.10.17 21:51:58.300554 [ 3 ] {} <Debug> HTTP-Session: f5555e24-2f7a-44e7-89bb-1fa4a58fcf09 Destroying unnamed session
1399 2023.10.17 21:51:58.300708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 20382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1400 2023.10.17 21:51:58.300759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1401 2023.10.17 21:51:58.300779 [ 3 ] {} <Debug> HTTP-Session: c26407c9-de53-40d9-b592-7cbbfd68dd9e Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1402 2023.10.17 21:51:58.300800 [ 3 ] {} <Debug> HTTP-Session: c26407c9-de53-40d9-b592-7cbbfd68dd9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1403 2023.10.17 21:51:58.300887 [ 3 ] {b6cb77dd-12de-45ed-b716-3b90bf8cb6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1404 2023.10.17 21:51:58.300930 [ 3 ] {b6cb77dd-12de-45ed-b716-3b90bf8cb6dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1405 2023.10.17 21:51:58.301050 [ 3 ] {b6cb77dd-12de-45ed-b716-3b90bf8cb6dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1406 2023.10.17 21:51:58.301436 [ 3 ] {b6cb77dd-12de-45ed-b716-3b90bf8cb6dd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1407 2023.10.17 21:51:58.301655 [ 3 ] {b6cb77dd-12de-45ed-b716-3b90bf8cb6dd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1408 2023.10.17 21:51:58.301815 [ 3 ] {b6cb77dd-12de-45ed-b716-3b90bf8cb6dd} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0.
1409 2023.10.17 21:51:58.301955 [ 3 ] {b6cb77dd-12de-45ed-b716-3b90bf8cb6dd} <Information> executeQuery: Read 126 rows, 12.66 KiB in 0.001026734 sec., 122719 rows/sec., 12.04 MiB/sec.
1410 2023.10.17 21:51:58.302092 [ 3 ] {b6cb77dd-12de-45ed-b716-3b90bf8cb6dd} <Debug> DynamicQueryHandler: Done processing query
1411 2023.10.17 21:51:58.302116 [ 3 ] {b6cb77dd-12de-45ed-b716-3b90bf8cb6dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1412 2023.10.17 21:51:58.302132 [ 3 ] {} <Debug> HTTP-Session: c26407c9-de53-40d9-b592-7cbbfd68dd9e Destroying unnamed session
1413 2023.10.17 21:51:58.302253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 7168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1414 2023.10.17 21:51:58.302298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1415 2023.10.17 21:51:58.302317 [ 3 ] {} <Debug> HTTP-Session: 705023ab-cc67-4e32-8b21-6fde0e9c9d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1416 2023.10.17 21:51:58.302335 [ 3 ] {} <Debug> HTTP-Session: 705023ab-cc67-4e32-8b21-6fde0e9c9d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1417 2023.10.17 21:51:58.302409 [ 3 ] {1c380de9-623f-4bc3-b504-8e9948a37ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1418 2023.10.17 21:51:58.302448 [ 3 ] {1c380de9-623f-4bc3-b504-8e9948a37ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1419 2023.10.17 21:51:58.302556 [ 3 ] {1c380de9-623f-4bc3-b504-8e9948a37ce4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1420 2023.10.17 21:51:58.302842 [ 3 ] {1c380de9-623f-4bc3-b504-8e9948a37ce4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1421 2023.10.17 21:51:58.303046 [ 3 ] {1c380de9-623f-4bc3-b504-8e9948a37ce4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1422 2023.10.17 21:51:58.303194 [ 3 ] {1c380de9-623f-4bc3-b504-8e9948a37ce4} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0.
1423 2023.10.17 21:51:58.303314 [ 3 ] {1c380de9-623f-4bc3-b504-8e9948a37ce4} <Information> executeQuery: Read 42 rows, 3.36 KiB in 0.000876541 sec., 47915 rows/sec., 3.75 MiB/sec.
1424 2023.10.17 21:51:58.303431 [ 3 ] {1c380de9-623f-4bc3-b504-8e9948a37ce4} <Debug> DynamicQueryHandler: Done processing query
1425 2023.10.17 21:51:58.303455 [ 3 ] {1c380de9-623f-4bc3-b504-8e9948a37ce4} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1426 2023.10.17 21:51:58.303470 [ 3 ] {} <Debug> HTTP-Session: 705023ab-cc67-4e32-8b21-6fde0e9c9d28 Destroying unnamed session
1427 2023.10.17 21:51:58.303628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 44940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1428 2023.10.17 21:51:58.303675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1429 2023.10.17 21:51:58.303694 [ 3 ] {} <Debug> HTTP-Session: e05d2857-36a0-4439-9579-3d3a20bfd7ac Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1430 2023.10.17 21:51:58.303712 [ 3 ] {} <Debug> HTTP-Session: e05d2857-36a0-4439-9579-3d3a20bfd7ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1431 2023.10.17 21:51:58.303799 [ 3 ] {c98cd852-f988-4250-877f-537482287c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1432 2023.10.17 21:51:58.303844 [ 3 ] {c98cd852-f988-4250-877f-537482287c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1433 2023.10.17 21:51:58.303981 [ 3 ] {c98cd852-f988-4250-877f-537482287c40} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1434 2023.10.17 21:51:58.304468 [ 3 ] {c98cd852-f988-4250-877f-537482287c40} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.43 GiB.
1435 2023.10.17 21:51:58.304783 [ 3 ] {c98cd852-f988-4250-877f-537482287c40} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1436 2023.10.17 21:51:58.304969 [ 3 ] {c98cd852-f988-4250-877f-537482287c40} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0.
1437 2023.10.17 21:51:58.305119 [ 3 ] {c98cd852-f988-4250-877f-537482287c40} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001284458 sec., 32698 rows/sec., 44.13 MiB/sec.
1438 2023.10.17 21:51:58.305261 [ 3 ] {c98cd852-f988-4250-877f-537482287c40} <Debug> DynamicQueryHandler: Done processing query
1439 2023.10.17 21:51:58.305285 [ 3 ] {c98cd852-f988-4250-877f-537482287c40} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
1440 2023.10.17 21:51:58.305301 [ 3 ] {} <Debug> HTTP-Session: e05d2857-36a0-4439-9579-3d3a20bfd7ac Destroying unnamed session
1441 2023.10.17 21:52:03.301463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1442 2023.10.17 21:52:03.301600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1443 2023.10.17 21:52:03.301634 [ 3 ] {} <Debug> HTTP-Session: 37082671-381d-45d5-8cf2-c114982c9401 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1444 2023.10.17 21:52:03.301663 [ 3 ] {} <Debug> HTTP-Session: 37082671-381d-45d5-8cf2-c114982c9401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1445 2023.10.17 21:52:03.301809 [ 3 ] {a6d8ec5d-6add-452f-b875-794f5835fe31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1446 2023.10.17 21:52:03.301880 [ 3 ] {a6d8ec5d-6add-452f-b875-794f5835fe31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1447 2023.10.17 21:52:03.302066 [ 3 ] {a6d8ec5d-6add-452f-b875-794f5835fe31} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1448 2023.10.17 21:52:03.302582 [ 3 ] {a6d8ec5d-6add-452f-b875-794f5835fe31} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1449 2023.10.17 21:52:03.302856 [ 3 ] {a6d8ec5d-6add-452f-b875-794f5835fe31} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1450 2023.10.17 21:52:03.303025 [ 3 ] {a6d8ec5d-6add-452f-b875-794f5835fe31} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0.
1451 2023.10.17 21:52:03.303165 [ 3 ] {a6d8ec5d-6add-452f-b875-794f5835fe31} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001299997 sec., 4615 rows/sec., 261.42 KiB/sec.
1452 2023.10.17 21:52:03.303358 [ 3 ] {a6d8ec5d-6add-452f-b875-794f5835fe31} <Debug> DynamicQueryHandler: Done processing query
1453 2023.10.17 21:52:03.303385 [ 3 ] {a6d8ec5d-6add-452f-b875-794f5835fe31} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1454 2023.10.17 21:52:03.303401 [ 3 ] {} <Debug> HTTP-Session: 37082671-381d-45d5-8cf2-c114982c9401 Destroying unnamed session
1455 2023.10.17 21:52:03.303534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1456 2023.10.17 21:52:03.303580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1457 2023.10.17 21:52:03.303599 [ 3 ] {} <Debug> HTTP-Session: 4e6eae74-ddb4-4756-9a79-efeea7d4e46c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1458 2023.10.17 21:52:03.303617 [ 3 ] {} <Debug> HTTP-Session: 4e6eae74-ddb4-4756-9a79-efeea7d4e46c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1459 2023.10.17 21:52:03.303693 [ 3 ] {619d01c5-0a43-41c1-b925-830cd7b5461b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1460 2023.10.17 21:52:03.303735 [ 3 ] {619d01c5-0a43-41c1-b925-830cd7b5461b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1461 2023.10.17 21:52:03.303846 [ 3 ] {619d01c5-0a43-41c1-b925-830cd7b5461b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1462 2023.10.17 21:52:03.304199 [ 3 ] {619d01c5-0a43-41c1-b925-830cd7b5461b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1463 2023.10.17 21:52:03.304421 [ 3 ] {619d01c5-0a43-41c1-b925-830cd7b5461b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1464 2023.10.17 21:52:03.304571 [ 3 ] {619d01c5-0a43-41c1-b925-830cd7b5461b} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0.
1465 2023.10.17 21:52:03.304701 [ 3 ] {619d01c5-0a43-41c1-b925-830cd7b5461b} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000976963 sec., 89051 rows/sec., 8.32 MiB/sec.
1466 2023.10.17 21:52:03.304846 [ 3 ] {619d01c5-0a43-41c1-b925-830cd7b5461b} <Debug> DynamicQueryHandler: Done processing query
1467 2023.10.17 21:52:03.304871 [ 3 ] {619d01c5-0a43-41c1-b925-830cd7b5461b} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
1468 2023.10.17 21:52:03.304888 [ 3 ] {} <Debug> HTTP-Session: 4e6eae74-ddb4-4756-9a79-efeea7d4e46c Destroying unnamed session
1469 2023.10.17 21:52:03.305072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1470 2023.10.17 21:52:03.305118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1471 2023.10.17 21:52:03.305137 [ 3 ] {} <Debug> HTTP-Session: b80876b7-ca59-483c-8456-2939c3fc29bd Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1472 2023.10.17 21:52:03.305155 [ 3 ] {} <Debug> HTTP-Session: b80876b7-ca59-483c-8456-2939c3fc29bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1473 2023.10.17 21:52:03.305236 [ 3 ] {0decb288-3f23-4a51-9324-043e3ba19504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1474 2023.10.17 21:52:03.305274 [ 3 ] {0decb288-3f23-4a51-9324-043e3ba19504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1475 2023.10.17 21:52:03.305380 [ 3 ] {0decb288-3f23-4a51-9324-043e3ba19504} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1476 2023.10.17 21:52:03.305815 [ 3 ] {0decb288-3f23-4a51-9324-043e3ba19504} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1477 2023.10.17 21:52:03.306029 [ 3 ] {0decb288-3f23-4a51-9324-043e3ba19504} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1478 2023.10.17 21:52:03.306178 [ 3 ] {0decb288-3f23-4a51-9324-043e3ba19504} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0.
1479 2023.10.17 21:52:03.306300 [ 3 ] {0decb288-3f23-4a51-9324-043e3ba19504} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001028464 sec., 256693 rows/sec., 17.61 MiB/sec.
1480 2023.10.17 21:52:03.306451 [ 3 ] {0decb288-3f23-4a51-9324-043e3ba19504} <Debug> DynamicQueryHandler: Done processing query
1481 2023.10.17 21:52:03.306475 [ 3 ] {0decb288-3f23-4a51-9324-043e3ba19504} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
1482 2023.10.17 21:52:03.306491 [ 3 ] {} <Debug> HTTP-Session: b80876b7-ca59-483c-8456-2939c3fc29bd Destroying unnamed session
1483 2023.10.17 21:52:03.306594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1484 2023.10.17 21:52:03.306640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1485 2023.10.17 21:52:03.306660 [ 3 ] {} <Debug> HTTP-Session: ced0678c-c1ca-4782-83a3-e5c0626a2a5c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1486 2023.10.17 21:52:03.306676 [ 3 ] {} <Debug> HTTP-Session: ced0678c-c1ca-4782-83a3-e5c0626a2a5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1487 2023.10.17 21:52:03.306745 [ 3 ] {72306067-c443-419a-9b1f-d4e63a044f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1488 2023.10.17 21:52:03.306786 [ 3 ] {72306067-c443-419a-9b1f-d4e63a044f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1489 2023.10.17 21:52:03.306896 [ 3 ] {72306067-c443-419a-9b1f-d4e63a044f1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1490 2023.10.17 21:52:03.307165 [ 3 ] {72306067-c443-419a-9b1f-d4e63a044f1c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1491 2023.10.17 21:52:03.307403 [ 3 ] {72306067-c443-419a-9b1f-d4e63a044f1c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1492 2023.10.17 21:52:03.307578 [ 3 ] {72306067-c443-419a-9b1f-d4e63a044f1c} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
1493 2023.10.17 21:52:03.307705 [ 3 ] {72306067-c443-419a-9b1f-d4e63a044f1c} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000927763 sec., 6467 rows/sec., 271.57 KiB/sec.
1494 2023.10.17 21:52:03.307700 [ 89 ] {} <Debug> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1495 2023.10.17 21:52:03.307813 [ 89 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1496 2023.10.17 21:52:03.307876 [ 3 ] {72306067-c443-419a-9b1f-d4e63a044f1c} <Debug> DynamicQueryHandler: Done processing query
1497 2023.10.17 21:52:03.307936 [ 3 ] {72306067-c443-419a-9b1f-d4e63a044f1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1498 2023.10.17 21:52:03.307939 [ 15 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact
1499 2023.10.17 21:52:03.307969 [ 3 ] {} <Debug> HTTP-Session: ced0678c-c1ca-4782-83a3-e5c0626a2a5c Destroying unnamed session
1500 2023.10.17 21:52:03.308079 [ 15 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1501 2023.10.17 21:52:03.308134 [ 15 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
1502 2023.10.17 21:52:03.308159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1503 2023.10.17 21:52:03.308245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1504 2023.10.17 21:52:03.308278 [ 3 ] {} <Debug> HTTP-Session: 3a401856-4ea5-439c-9b25-1702d02ab5a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1505 2023.10.17 21:52:03.308342 [ 3 ] {} <Debug> HTTP-Session: 3a401856-4ea5-439c-9b25-1702d02ab5a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1506 2023.10.17 21:52:03.308370 [ 15 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
1507 2023.10.17 21:52:03.308530 [ 3 ] {4d39ac8d-f3a2-438d-80e6-d45f84fde3a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
1508 2023.10.17 21:52:03.308592 [ 15 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
1509 2023.10.17 21:52:03.308620 [ 3 ] {4d39ac8d-f3a2-438d-80e6-d45f84fde3a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
1510 2023.10.17 21:52:03.308877 [ 15 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::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
1511 2023.10.17 21:52:03.309114 [ 3 ] {4d39ac8d-f3a2-438d-80e6-d45f84fde3a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1512 2023.10.17 21:52:03.309147 [ 15 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
1513 2023.10.17 21:52:03.309324 [ 15 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
1514 2023.10.17 21:52:03.309859 [ 3 ] {4d39ac8d-f3a2-438d-80e6-d45f84fde3a7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1515 2023.10.17 21:52:03.310378 [ 3 ] {4d39ac8d-f3a2-438d-80e6-d45f84fde3a7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1516 2023.10.17 21:52:03.310809 [ 3 ] {4d39ac8d-f3a2-438d-80e6-d45f84fde3a7} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
1517 2023.10.17 21:52:03.310836 [ 15 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00296723 sec., 12132.527643627222 rows/sec., 509.47 KiB/sec.
1518 2023.10.17 21:52:03.311002 [ 89 ] {} <Debug> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1519 2023.10.17 21:52:03.311027 [ 3 ] {4d39ac8d-f3a2-438d-80e6-d45f84fde3a7} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.002436923 sec., 25852 rows/sec., 1.57 MiB/sec.
1520 2023.10.17 21:52:03.311069 [ 23 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1521 2023.10.17 21:52:03.311086 [ 89 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1522 2023.10.17 21:52:03.311307 [ 20 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact
1523 2023.10.17 21:52:03.311447 [ 3 ] {4d39ac8d-f3a2-438d-80e6-d45f84fde3a7} <Debug> DynamicQueryHandler: Done processing query
1524 2023.10.17 21:52:03.311511 [ 3 ] {4d39ac8d-f3a2-438d-80e6-d45f84fde3a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1525 2023.10.17 21:52:03.311587 [ 3 ] {} <Debug> HTTP-Session: 3a401856-4ea5-439c-9b25-1702d02ab5a0 Destroying unnamed session
1526 2023.10.17 21:52:03.311580 [ 20 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1527 2023.10.17 21:52:03.311669 [ 20 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 63 rows starting from the beginning of the part
1528 2023.10.17 21:52:03.311708 [ 23 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_6_1} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1.
1529 2023.10.17 21:52:03.311770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1530 2023.10.17 21:52:03.311870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1531 2023.10.17 21:52:03.311887 [ 23 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_6_1} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0
1532 2023.10.17 21:52:03.311930 [ 3 ] {} <Debug> HTTP-Session: 1c47c141-6ad7-437f-851b-e08664557b34 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1533 2023.10.17 21:52:03.311998 [ 3 ] {} <Debug> HTTP-Session: 1c47c141-6ad7-437f-851b-e08664557b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1534 2023.10.17 21:52:03.312128 [ 20 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 63 rows starting from the beginning of the part
1535 2023.10.17 21:52:03.312304 [ 3 ] {dea124c2-377c-4cb5-a426-0e77ea1744a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
1536 2023.10.17 21:52:03.312395 [ 3 ] {dea124c2-377c-4cb5-a426-0e77ea1744a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1537 2023.10.17 21:52:03.312458 [ 20 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 63 rows starting from the beginning of the part
1538 2023.10.17 21:52:03.312822 [ 20 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 63 rows starting from the beginning of the part
1539 2023.10.17 21:52:03.312898 [ 3 ] {dea124c2-377c-4cb5-a426-0e77ea1744a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1540 2023.10.17 21:52:03.313089 [ 20 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 63 rows starting from the beginning of the part
1541 2023.10.17 21:52:03.313322 [ 20 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 63 rows starting from the beginning of the part
1542 2023.10.17 21:52:03.313679 [ 3 ] {dea124c2-377c-4cb5-a426-0e77ea1744a7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1543 2023.10.17 21:52:03.314115 [ 3 ] {dea124c2-377c-4cb5-a426-0e77ea1744a7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1544 2023.10.17 21:52:03.314507 [ 3 ] {dea124c2-377c-4cb5-a426-0e77ea1744a7} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0.
1545 2023.10.17 21:52:03.314751 [ 3 ] {dea124c2-377c-4cb5-a426-0e77ea1744a7} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.002393453 sec., 7938 rows/sec., 421.48 KiB/sec.
1546 2023.10.17 21:52:03.315176 [ 3 ] {dea124c2-377c-4cb5-a426-0e77ea1744a7} <Debug> DynamicQueryHandler: Done processing query
1547 2023.10.17 21:52:03.315198 [ 23 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 378 rows, containing 5 columns (5 merged, 0 gathered) in 0.004006144 sec., 94355.07061154068 rows/sec., 5.72 MiB/sec.
1548 2023.10.17 21:52:03.315212 [ 3 ] {dea124c2-377c-4cb5-a426-0e77ea1744a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1549 2023.10.17 21:52:03.315259 [ 3 ] {} <Debug> HTTP-Session: 1c47c141-6ad7-437f-851b-e08664557b34 Destroying unnamed session
1550 2023.10.17 21:52:03.315354 [ 23 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1551 2023.10.17 21:52:03.315586 [ 23 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1.
1552 2023.10.17 21:52:03.315660 [ 23 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0
1553 2023.10.17 21:52:08.299784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2277, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1554 2023.10.17 21:52:08.299899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1555 2023.10.17 21:52:08.299927 [ 3 ] {} <Debug> HTTP-Session: a34650da-d0a9-4744-8e19-a2fd742bea1b Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1556 2023.10.17 21:52:08.299952 [ 3 ] {} <Debug> HTTP-Session: a34650da-d0a9-4744-8e19-a2fd742bea1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1557 2023.10.17 21:52:08.300080 [ 3 ] {52323022-9fd5-4d08-bed7-0fb03d9b60b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1558 2023.10.17 21:52:08.300146 [ 3 ] {52323022-9fd5-4d08-bed7-0fb03d9b60b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1559 2023.10.17 21:52:08.300345 [ 3 ] {52323022-9fd5-4d08-bed7-0fb03d9b60b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1560 2023.10.17 21:52:08.300816 [ 3 ] {52323022-9fd5-4d08-bed7-0fb03d9b60b1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1561 2023.10.17 21:52:08.301135 [ 3 ] {52323022-9fd5-4d08-bed7-0fb03d9b60b1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1562 2023.10.17 21:52:08.301322 [ 3 ] {52323022-9fd5-4d08-bed7-0fb03d9b60b1} <Trace> oximeter.timeseries_schema (f3448709-dd93-45fb-aea4-e7e96a29a18b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0.
1563 2023.10.17 21:52:08.301467 [ 3 ] {52323022-9fd5-4d08-bed7-0fb03d9b60b1} <Information> executeQuery: Read 11 rows, 1009.00 B in 0.001351599 sec., 8138 rows/sec., 729.03 KiB/sec.
1564 2023.10.17 21:52:08.301635 [ 3 ] {52323022-9fd5-4d08-bed7-0fb03d9b60b1} <Debug> DynamicQueryHandler: Done processing query
1565 2023.10.17 21:52:08.301662 [ 3 ] {52323022-9fd5-4d08-bed7-0fb03d9b60b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
1566 2023.10.17 21:52:08.301680 [ 3 ] {} <Debug> HTTP-Session: a34650da-d0a9-4744-8e19-a2fd742bea1b Destroying unnamed session
1567 2023.10.17 21:52:08.301814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1568 2023.10.17 21:52:08.301867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1569 2023.10.17 21:52:08.301889 [ 3 ] {} <Debug> HTTP-Session: 36d529c9-686c-4c28-a3cd-0ed189b001bb Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1570 2023.10.17 21:52:08.301909 [ 3 ] {} <Debug> HTTP-Session: 36d529c9-686c-4c28-a3cd-0ed189b001bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1571 2023.10.17 21:52:08.301991 [ 3 ] {2d1ee2a6-0d30-4037-8e4d-9bcedc6375a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1572 2023.10.17 21:52:08.302035 [ 3 ] {2d1ee2a6-0d30-4037-8e4d-9bcedc6375a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1573 2023.10.17 21:52:08.302145 [ 3 ] {2d1ee2a6-0d30-4037-8e4d-9bcedc6375a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1574 2023.10.17 21:52:08.302489 [ 3 ] {2d1ee2a6-0d30-4037-8e4d-9bcedc6375a1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1575 2023.10.17 21:52:08.302703 [ 3 ] {2d1ee2a6-0d30-4037-8e4d-9bcedc6375a1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1576 2023.10.17 21:52:08.302859 [ 3 ] {2d1ee2a6-0d30-4037-8e4d-9bcedc6375a1} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0.
1577 2023.10.17 21:52:08.302993 [ 3 ] {2d1ee2a6-0d30-4037-8e4d-9bcedc6375a1} <Information> executeQuery: Read 45 rows, 3.65 KiB in 0.000966433 sec., 46562 rows/sec., 3.69 MiB/sec.
1578 2023.10.17 21:52:08.302989 [ 85 ] {} <Debug> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1579 2023.10.17 21:52:08.303094 [ 85 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1580 2023.10.17 21:52:08.303217 [ 3 ] {2d1ee2a6-0d30-4037-8e4d-9bcedc6375a1} <Debug> DynamicQueryHandler: Done processing query
1581 2023.10.17 21:52:08.303227 [ 15 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact
1582 2023.10.17 21:52:08.303255 [ 3 ] {2d1ee2a6-0d30-4037-8e4d-9bcedc6375a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1583 2023.10.17 21:52:08.303301 [ 3 ] {} <Debug> HTTP-Session: 36d529c9-686c-4c28-a3cd-0ed189b001bb Destroying unnamed session
1584 2023.10.17 21:52:08.303374 [ 15 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1585 2023.10.17 21:52:08.303412 [ 15 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 48 rows starting from the beginning of the part
1586 2023.10.17 21:52:08.303563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 21718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1587 2023.10.17 21:52:08.303578 [ 15 ] {422079c4-9f6d-4f70-a549-dff0868f9719::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
1588 2023.10.17 21:52:08.303661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1589 2023.10.17 21:52:08.303696 [ 3 ] {} <Debug> HTTP-Session: 0a13bc52-1651-420c-a3ab-ce9c16f04d3c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1590 2023.10.17 21:52:08.303758 [ 3 ] {} <Debug> HTTP-Session: 0a13bc52-1651-420c-a3ab-ce9c16f04d3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1591 2023.10.17 21:52:08.303799 [ 15 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
1592 2023.10.17 21:52:08.303985 [ 3 ] {43200c28-990a-487e-8b6c-f8b09f81f5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1593 2023.10.17 21:52:08.304027 [ 15 ] {422079c4-9f6d-4f70-a549-dff0868f9719::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
1594 2023.10.17 21:52:08.304092 [ 3 ] {43200c28-990a-487e-8b6c-f8b09f81f5a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1595 2023.10.17 21:52:08.304296 [ 15 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
1596 2023.10.17 21:52:08.304605 [ 15 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 45 rows starting from the beginning of the part
1597 2023.10.17 21:52:08.304611 [ 3 ] {43200c28-990a-487e-8b6c-f8b09f81f5a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1598 2023.10.17 21:52:08.305557 [ 3 ] {43200c28-990a-487e-8b6c-f8b09f81f5a6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1599 2023.10.17 21:52:08.306146 [ 3 ] {43200c28-990a-487e-8b6c-f8b09f81f5a6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1600 2023.10.17 21:52:08.306221 [ 23 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 4 columns (4 merged, 0 gathered) in 0.003042841 sec., 62113.005576038966 rows/sec., 4.78 MiB/sec.
1601 2023.10.17 21:52:08.306385 [ 23 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1602 2023.10.17 21:52:08.306432 [ 3 ] {43200c28-990a-487e-8b6c-f8b09f81f5a6} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0.
1603 2023.10.17 21:52:08.306611 [ 85 ] {} <Debug> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1604 2023.10.17 21:52:08.306661 [ 3 ] {43200c28-990a-487e-8b6c-f8b09f81f5a6} <Information> executeQuery: Read 135 rows, 13.45 KiB in 0.002604425 sec., 51834 rows/sec., 5.04 MiB/sec.
1605 2023.10.17 21:52:08.306700 [ 85 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1606 2023.10.17 21:52:08.306712 [ 23 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_11_2} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2.
1607 2023.10.17 21:52:08.306923 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact
1608 2023.10.17 21:52:08.306955 [ 23 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_11_2} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0
1609 2023.10.17 21:52:08.307003 [ 3 ] {43200c28-990a-487e-8b6c-f8b09f81f5a6} <Debug> DynamicQueryHandler: Done processing query
1610 2023.10.17 21:52:08.307080 [ 3 ] {43200c28-990a-487e-8b6c-f8b09f81f5a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1611 2023.10.17 21:52:08.307151 [ 3 ] {} <Debug> HTTP-Session: 0a13bc52-1651-420c-a3ab-ce9c16f04d3c Destroying unnamed session
1612 2023.10.17 21:52:08.307213 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1613 2023.10.17 21:52:08.307251 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 213 rows starting from the beginning of the part
1614 2023.10.17 21:52:08.307359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1615 2023.10.17 21:52:08.307455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1616 2023.10.17 21:52:08.307478 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::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
1617 2023.10.17 21:52:08.307490 [ 3 ] {} <Debug> HTTP-Session: 7e6a7acf-d765-4c9c-8ef1-d74aae3b8ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1618 2023.10.17 21:52:08.307555 [ 3 ] {} <Debug> HTTP-Session: 7e6a7acf-d765-4c9c-8ef1-d74aae3b8ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1619 2023.10.17 21:52:08.307746 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 87 rows starting from the beginning of the part
1620 2023.10.17 21:52:08.307777 [ 3 ] {f7fb73ae-a907-423b-9dee-4edcda963f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1621 2023.10.17 21:52:08.307868 [ 3 ] {f7fb73ae-a907-423b-9dee-4edcda963f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1622 2023.10.17 21:52:08.308015 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 126 rows starting from the beginning of the part
1623 2023.10.17 21:52:08.308351 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 87 rows starting from the beginning of the part
1624 2023.10.17 21:52:08.308412 [ 3 ] {f7fb73ae-a907-423b-9dee-4edcda963f12} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1625 2023.10.17 21:52:08.308602 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 135 rows starting from the beginning of the part
1626 2023.10.17 21:52:08.309167 [ 3 ] {f7fb73ae-a907-423b-9dee-4edcda963f12} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1627 2023.10.17 21:52:08.309654 [ 3 ] {f7fb73ae-a907-423b-9dee-4edcda963f12} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1628 2023.10.17 21:52:08.309930 [ 3 ] {f7fb73ae-a907-423b-9dee-4edcda963f12} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0.
1629 2023.10.17 21:52:08.310075 [ 85 ] {} <Debug> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1630 2023.10.17 21:52:08.310175 [ 85 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1631 2023.10.17 21:52:08.310188 [ 3 ] {f7fb73ae-a907-423b-9dee-4edcda963f12} <Information> executeQuery: Read 56 rows, 4.47 KiB in 0.002328501 sec., 24049 rows/sec., 1.87 MiB/sec.
1632 2023.10.17 21:52:08.310681 [ 3 ] {f7fb73ae-a907-423b-9dee-4edcda963f12} <Debug> DynamicQueryHandler: Done processing query
1633 2023.10.17 21:52:08.310695 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 774 rows, containing 4 columns (4 merged, 0 gathered) in 0.003909363 sec., 197986.21923827488 rows/sec., 19.09 MiB/sec.
1634 2023.10.17 21:52:08.310718 [ 3 ] {f7fb73ae-a907-423b-9dee-4edcda963f12} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
1635 2023.10.17 21:52:08.310681 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact
1636 2023.10.17 21:52:08.310757 [ 3 ] {} <Debug> HTTP-Session: 7e6a7acf-d765-4c9c-8ef1-d74aae3b8ceb Destroying unnamed session
1637 2023.10.17 21:52:08.310876 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1638 2023.10.17 21:52:08.310882 [ 15 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1639 2023.10.17 21:52:08.310944 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 324 rows starting from the beginning of the part
1640 2023.10.17 21:52:08.311023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1641 2023.10.17 21:52:08.311117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1642 2023.10.17 21:52:08.311200 [ 3 ] {} <Debug> HTTP-Session: e08c6006-2d66-441b-8fcd-7596a969d8cf Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1643 2023.10.17 21:52:08.311279 [ 3 ] {} <Debug> HTTP-Session: e08c6006-2d66-441b-8fcd-7596a969d8cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1644 2023.10.17 21:52:08.311278 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::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
1645 2023.10.17 21:52:08.311294 [ 15 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_11_2} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2.
1646 2023.10.17 21:52:08.311480 [ 15 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_11_2} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0
1647 2023.10.17 21:52:08.311671 [ 3 ] {2a082d44-56df-4bb2-8333-14b8c0d42b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
1648 2023.10.17 21:52:08.311712 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 264 rows starting from the beginning of the part
1649 2023.10.17 21:52:08.311807 [ 3 ] {2a082d44-56df-4bb2-8333-14b8c0d42b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
1650 2023.10.17 21:52:08.312013 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::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
1651 2023.10.17 21:52:08.312347 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 264 rows starting from the beginning of the part
1652 2023.10.17 21:52:08.312447 [ 3 ] {2a082d44-56df-4bb2-8333-14b8c0d42b4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1653 2023.10.17 21:52:08.312628 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
1654 2023.10.17 21:52:08.313175 [ 3 ] {2a082d44-56df-4bb2-8333-14b8c0d42b4b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1655 2023.10.17 21:52:08.313856 [ 3 ] {2a082d44-56df-4bb2-8333-14b8c0d42b4b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1656 2023.10.17 21:52:08.314254 [ 3 ] {2a082d44-56df-4bb2-8333-14b8c0d42b4b} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0.
1657 2023.10.17 21:52:08.314370 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 992 rows, containing 4 columns (4 merged, 0 gathered) in 0.004106685 sec., 241557.36317735596 rows/sec., 17.04 MiB/sec.
1658 2023.10.17 21:52:08.314499 [ 3 ] {2a082d44-56df-4bb2-8333-14b8c0d42b4b} <Information> executeQuery: Read 11 rows, 743.00 B in 0.002760407 sec., 3984 rows/sec., 262.85 KiB/sec.
1659 2023.10.17 21:52:08.314595 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1660 2023.10.17 21:52:08.314773 [ 3 ] {2a082d44-56df-4bb2-8333-14b8c0d42b4b} <Debug> DynamicQueryHandler: Done processing query
1661 2023.10.17 21:52:08.314805 [ 3 ] {2a082d44-56df-4bb2-8333-14b8c0d42b4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1662 2023.10.17 21:52:08.314834 [ 3 ] {} <Debug> HTTP-Session: e08c6006-2d66-441b-8fcd-7596a969d8cf Destroying unnamed session
1663 2023.10.17 21:52:08.314920 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_11_2} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2.
1664 2023.10.17 21:52:08.315002 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_11_2} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0
1665 2023.10.17 21:52:08.315039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 48145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1666 2023.10.17 21:52:08.315135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1667 2023.10.17 21:52:08.315155 [ 3 ] {} <Debug> HTTP-Session: 3b2a8b2e-f4ce-4497-afc2-640c0a23648a Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1668 2023.10.17 21:52:08.315173 [ 3 ] {} <Debug> HTTP-Session: 3b2a8b2e-f4ce-4497-afc2-640c0a23648a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1669 2023.10.17 21:52:08.315275 [ 3 ] {1f96229b-ff94-4d67-bb6d-f8920dd07bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1670 2023.10.17 21:52:08.315323 [ 3 ] {1f96229b-ff94-4d67-bb6d-f8920dd07bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1671 2023.10.17 21:52:08.315484 [ 3 ] {1f96229b-ff94-4d67-bb6d-f8920dd07bdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1672 2023.10.17 21:52:08.316020 [ 3 ] {1f96229b-ff94-4d67-bb6d-f8920dd07bdd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1673 2023.10.17 21:52:08.316348 [ 3 ] {1f96229b-ff94-4d67-bb6d-f8920dd07bdd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1674 2023.10.17 21:52:08.316532 [ 3 ] {1f96229b-ff94-4d67-bb6d-f8920dd07bdd} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0.
1675 2023.10.17 21:52:08.316671 [ 3 ] {1f96229b-ff94-4d67-bb6d-f8920dd07bdd} <Information> executeQuery: Read 45 rows, 62.18 KiB in 0.001365408 sec., 32957 rows/sec., 44.47 MiB/sec.
1676 2023.10.17 21:52:08.316806 [ 3 ] {1f96229b-ff94-4d67-bb6d-f8920dd07bdd} <Debug> DynamicQueryHandler: Done processing query
1677 2023.10.17 21:52:08.316830 [ 3 ] {1f96229b-ff94-4d67-bb6d-f8920dd07bdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
1678 2023.10.17 21:52:08.316847 [ 3 ] {} <Debug> HTTP-Session: 3b2a8b2e-f4ce-4497-afc2-640c0a23648a Destroying unnamed session
1679 2023.10.17 21:52:12.618728 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
1680 2023.10.17 21:52:12.618797 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
1681 2023.10.17 21:52:13.301203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1682 2023.10.17 21:52:13.301328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1683 2023.10.17 21:52:13.301359 [ 3 ] {} <Debug> HTTP-Session: 5444fe9b-98f5-4882-8039-418a73ec24c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1684 2023.10.17 21:52:13.301389 [ 3 ] {} <Debug> HTTP-Session: 5444fe9b-98f5-4882-8039-418a73ec24c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1685 2023.10.17 21:52:13.301533 [ 3 ] {0b65908d-6e81-4fba-be7a-256b93ac600a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1686 2023.10.17 21:52:13.301603 [ 3 ] {0b65908d-6e81-4fba-be7a-256b93ac600a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1687 2023.10.17 21:52:13.301791 [ 3 ] {0b65908d-6e81-4fba-be7a-256b93ac600a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1688 2023.10.17 21:52:13.302235 [ 3 ] {0b65908d-6e81-4fba-be7a-256b93ac600a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1689 2023.10.17 21:52:13.302530 [ 3 ] {0b65908d-6e81-4fba-be7a-256b93ac600a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1690 2023.10.17 21:52:13.302707 [ 3 ] {0b65908d-6e81-4fba-be7a-256b93ac600a} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0.
1691 2023.10.17 21:52:13.302853 [ 3 ] {0b65908d-6e81-4fba-be7a-256b93ac600a} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001272307 sec., 4715 rows/sec., 267.11 KiB/sec.
1692 2023.10.17 21:52:13.303013 [ 3 ] {0b65908d-6e81-4fba-be7a-256b93ac600a} <Debug> DynamicQueryHandler: Done processing query
1693 2023.10.17 21:52:13.303040 [ 3 ] {0b65908d-6e81-4fba-be7a-256b93ac600a} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1694 2023.10.17 21:52:13.303058 [ 3 ] {} <Debug> HTTP-Session: 5444fe9b-98f5-4882-8039-418a73ec24c3 Destroying unnamed session
1695 2023.10.17 21:52:13.303194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1696 2023.10.17 21:52:13.303246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1697 2023.10.17 21:52:13.303267 [ 3 ] {} <Debug> HTTP-Session: 5a645605-157e-4bc7-8c4a-8f56448041b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1698 2023.10.17 21:52:13.303286 [ 3 ] {} <Debug> HTTP-Session: 5a645605-157e-4bc7-8c4a-8f56448041b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1699 2023.10.17 21:52:13.303370 [ 3 ] {749dfabb-3059-4b3b-b40c-46626ec1cc6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1700 2023.10.17 21:52:13.303413 [ 3 ] {749dfabb-3059-4b3b-b40c-46626ec1cc6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1701 2023.10.17 21:52:13.303522 [ 3 ] {749dfabb-3059-4b3b-b40c-46626ec1cc6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1702 2023.10.17 21:52:13.303862 [ 3 ] {749dfabb-3059-4b3b-b40c-46626ec1cc6b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1703 2023.10.17 21:52:13.304084 [ 3 ] {749dfabb-3059-4b3b-b40c-46626ec1cc6b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1704 2023.10.17 21:52:13.304235 [ 3 ] {749dfabb-3059-4b3b-b40c-46626ec1cc6b} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0.
1705 2023.10.17 21:52:13.304356 [ 3 ] {749dfabb-3059-4b3b-b40c-46626ec1cc6b} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000955343 sec., 91066 rows/sec., 8.51 MiB/sec.
1706 2023.10.17 21:52:13.304540 [ 3 ] {749dfabb-3059-4b3b-b40c-46626ec1cc6b} <Debug> DynamicQueryHandler: Done processing query
1707 2023.10.17 21:52:13.304566 [ 3 ] {749dfabb-3059-4b3b-b40c-46626ec1cc6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
1708 2023.10.17 21:52:13.304583 [ 3 ] {} <Debug> HTTP-Session: 5a645605-157e-4bc7-8c4a-8f56448041b6 Destroying unnamed session
1709 2023.10.17 21:52:13.304767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1710 2023.10.17 21:52:13.304814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1711 2023.10.17 21:52:13.304833 [ 3 ] {} <Debug> HTTP-Session: 96514722-551a-42d0-835e-5d328cda64a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1712 2023.10.17 21:52:13.304852 [ 3 ] {} <Debug> HTTP-Session: 96514722-551a-42d0-835e-5d328cda64a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1713 2023.10.17 21:52:13.304936 [ 3 ] {f3087c96-e29d-40b9-8d2e-8a15d78b097a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1714 2023.10.17 21:52:13.304976 [ 3 ] {f3087c96-e29d-40b9-8d2e-8a15d78b097a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1715 2023.10.17 21:52:13.305108 [ 3 ] {f3087c96-e29d-40b9-8d2e-8a15d78b097a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1716 2023.10.17 21:52:13.305539 [ 3 ] {f3087c96-e29d-40b9-8d2e-8a15d78b097a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1717 2023.10.17 21:52:13.305779 [ 3 ] {f3087c96-e29d-40b9-8d2e-8a15d78b097a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1718 2023.10.17 21:52:13.305931 [ 3 ] {f3087c96-e29d-40b9-8d2e-8a15d78b097a} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0.
1719 2023.10.17 21:52:13.306049 [ 3 ] {f3087c96-e29d-40b9-8d2e-8a15d78b097a} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001084625 sec., 243402 rows/sec., 16.70 MiB/sec.
1720 2023.10.17 21:52:13.306172 [ 3 ] {f3087c96-e29d-40b9-8d2e-8a15d78b097a} <Debug> DynamicQueryHandler: Done processing query
1721 2023.10.17 21:52:13.306197 [ 3 ] {f3087c96-e29d-40b9-8d2e-8a15d78b097a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
1722 2023.10.17 21:52:13.306213 [ 3 ] {} <Debug> HTTP-Session: 96514722-551a-42d0-835e-5d328cda64a0 Destroying unnamed session
1723 2023.10.17 21:52:13.306370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1724 2023.10.17 21:52:13.306417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1725 2023.10.17 21:52:13.306436 [ 3 ] {} <Debug> HTTP-Session: 4ee58252-f2a6-4268-8d30-6ac8c5a3ed94 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1726 2023.10.17 21:52:13.306453 [ 3 ] {} <Debug> HTTP-Session: 4ee58252-f2a6-4268-8d30-6ac8c5a3ed94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1727 2023.10.17 21:52:13.306524 [ 3 ] {a2dbe766-fdfb-4b62-bb7e-777fdfdc15eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1728 2023.10.17 21:52:13.306565 [ 3 ] {a2dbe766-fdfb-4b62-bb7e-777fdfdc15eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1729 2023.10.17 21:52:13.306674 [ 3 ] {a2dbe766-fdfb-4b62-bb7e-777fdfdc15eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1730 2023.10.17 21:52:13.306916 [ 3 ] {a2dbe766-fdfb-4b62-bb7e-777fdfdc15eb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1731 2023.10.17 21:52:13.307161 [ 3 ] {a2dbe766-fdfb-4b62-bb7e-777fdfdc15eb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1732 2023.10.17 21:52:13.307333 [ 3 ] {a2dbe766-fdfb-4b62-bb7e-777fdfdc15eb} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0.
1733 2023.10.17 21:52:13.307457 [ 3 ] {a2dbe766-fdfb-4b62-bb7e-777fdfdc15eb} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000902882 sec., 6645 rows/sec., 279.05 KiB/sec.
1734 2023.10.17 21:52:13.307610 [ 3 ] {a2dbe766-fdfb-4b62-bb7e-777fdfdc15eb} <Debug> DynamicQueryHandler: Done processing query
1735 2023.10.17 21:52:13.307634 [ 3 ] {a2dbe766-fdfb-4b62-bb7e-777fdfdc15eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1736 2023.10.17 21:52:13.307650 [ 3 ] {} <Debug> HTTP-Session: 4ee58252-f2a6-4268-8d30-6ac8c5a3ed94 Destroying unnamed session
1737 2023.10.17 21:52:13.307781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1738 2023.10.17 21:52:13.307827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1739 2023.10.17 21:52:13.307847 [ 3 ] {} <Debug> HTTP-Session: c6d02e4a-9999-4b95-be1d-29205f5ba603 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1740 2023.10.17 21:52:13.307864 [ 3 ] {} <Debug> HTTP-Session: c6d02e4a-9999-4b95-be1d-29205f5ba603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1741 2023.10.17 21:52:13.307938 [ 3 ] {18a3e28b-1392-4eb5-8426-35488d562ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
1742 2023.10.17 21:52:13.307981 [ 3 ] {18a3e28b-1392-4eb5-8426-35488d562ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
1743 2023.10.17 21:52:13.308107 [ 3 ] {18a3e28b-1392-4eb5-8426-35488d562ed6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1744 2023.10.17 21:52:13.308489 [ 3 ] {18a3e28b-1392-4eb5-8426-35488d562ed6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1745 2023.10.17 21:52:13.308735 [ 3 ] {18a3e28b-1392-4eb5-8426-35488d562ed6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1746 2023.10.17 21:52:13.308912 [ 3 ] {18a3e28b-1392-4eb5-8426-35488d562ed6} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0.
1747 2023.10.17 21:52:13.309037 [ 3 ] {18a3e28b-1392-4eb5-8426-35488d562ed6} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.001070054 sec., 58875 rows/sec., 3.57 MiB/sec.
1748 2023.10.17 21:52:13.309148 [ 3 ] {18a3e28b-1392-4eb5-8426-35488d562ed6} <Debug> DynamicQueryHandler: Done processing query
1749 2023.10.17 21:52:13.309172 [ 3 ] {18a3e28b-1392-4eb5-8426-35488d562ed6} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1750 2023.10.17 21:52:13.309188 [ 3 ] {} <Debug> HTTP-Session: c6d02e4a-9999-4b95-be1d-29205f5ba603 Destroying unnamed session
1751 2023.10.17 21:52:13.309297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1752 2023.10.17 21:52:13.309341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1753 2023.10.17 21:52:13.309360 [ 3 ] {} <Debug> HTTP-Session: 4c12f4af-8dd9-468f-81a6-5f69cf8bf7f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1754 2023.10.17 21:52:13.309376 [ 3 ] {} <Debug> HTTP-Session: 4c12f4af-8dd9-468f-81a6-5f69cf8bf7f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1755 2023.10.17 21:52:13.309447 [ 3 ] {83e5df0c-b83d-44f7-80c0-4cd047d77cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
1756 2023.10.17 21:52:13.309485 [ 3 ] {83e5df0c-b83d-44f7-80c0-4cd047d77cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1757 2023.10.17 21:52:13.309587 [ 3 ] {83e5df0c-b83d-44f7-80c0-4cd047d77cd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1758 2023.10.17 21:52:13.309867 [ 3 ] {83e5df0c-b83d-44f7-80c0-4cd047d77cd6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1759 2023.10.17 21:52:13.310097 [ 3 ] {83e5df0c-b83d-44f7-80c0-4cd047d77cd6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1760 2023.10.17 21:52:13.310268 [ 3 ] {83e5df0c-b83d-44f7-80c0-4cd047d77cd6} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0.
1761 2023.10.17 21:52:13.310376 [ 3 ] {83e5df0c-b83d-44f7-80c0-4cd047d77cd6} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000902012 sec., 21064 rows/sec., 1.09 MiB/sec.
1762 2023.10.17 21:52:13.310542 [ 3 ] {83e5df0c-b83d-44f7-80c0-4cd047d77cd6} <Debug> DynamicQueryHandler: Done processing query
1763 2023.10.17 21:52:13.310567 [ 3 ] {83e5df0c-b83d-44f7-80c0-4cd047d77cd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1764 2023.10.17 21:52:13.310582 [ 3 ] {} <Debug> HTTP-Session: 4c12f4af-8dd9-468f-81a6-5f69cf8bf7f7 Destroying unnamed session
1765 2023.10.17 21:52:18.299337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1766 2023.10.17 21:52:18.299459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1767 2023.10.17 21:52:18.299486 [ 3 ] {} <Debug> HTTP-Session: 9ec3fc39-7eae-4123-b3a0-4d7eade24d36 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1768 2023.10.17 21:52:18.299511 [ 3 ] {} <Debug> HTTP-Session: 9ec3fc39-7eae-4123-b3a0-4d7eade24d36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1769 2023.10.17 21:52:18.299659 [ 3 ] {b63faa8e-7602-4f75-8061-95008763dd8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1770 2023.10.17 21:52:18.299728 [ 3 ] {b63faa8e-7602-4f75-8061-95008763dd8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1771 2023.10.17 21:52:18.299920 [ 3 ] {b63faa8e-7602-4f75-8061-95008763dd8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1772 2023.10.17 21:52:18.300405 [ 3 ] {b63faa8e-7602-4f75-8061-95008763dd8d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1773 2023.10.17 21:52:18.300699 [ 3 ] {b63faa8e-7602-4f75-8061-95008763dd8d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
1774 2023.10.17 21:52:18.300871 [ 3 ] {b63faa8e-7602-4f75-8061-95008763dd8d} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0.
1775 2023.10.17 21:52:18.301032 [ 3 ] {b63faa8e-7602-4f75-8061-95008763dd8d} <Information> executeQuery: Read 47 rows, 3.81 KiB in 0.001331548 sec., 35297 rows/sec., 2.79 MiB/sec.
1776 2023.10.17 21:52:18.301191 [ 3 ] {b63faa8e-7602-4f75-8061-95008763dd8d} <Debug> DynamicQueryHandler: Done processing query
1777 2023.10.17 21:52:18.301218 [ 3 ] {b63faa8e-7602-4f75-8061-95008763dd8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1778 2023.10.17 21:52:18.301236 [ 3 ] {} <Debug> HTTP-Session: 9ec3fc39-7eae-4123-b3a0-4d7eade24d36 Destroying unnamed session
1779 2023.10.17 21:52:18.301390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 22677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1780 2023.10.17 21:52:18.301445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1781 2023.10.17 21:52:18.301467 [ 3 ] {} <Debug> HTTP-Session: a6dbd5ca-59c6-4850-9289-aee17899b6be Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1782 2023.10.17 21:52:18.301488 [ 3 ] {} <Debug> HTTP-Session: a6dbd5ca-59c6-4850-9289-aee17899b6be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1783 2023.10.17 21:52:18.301576 [ 3 ] {eb668da5-bbcb-412b-800a-1c5642c3cb62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1784 2023.10.17 21:52:18.301620 [ 3 ] {eb668da5-bbcb-412b-800a-1c5642c3cb62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1785 2023.10.17 21:52:18.301728 [ 3 ] {eb668da5-bbcb-412b-800a-1c5642c3cb62} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1786 2023.10.17 21:52:18.302148 [ 3 ] {eb668da5-bbcb-412b-800a-1c5642c3cb62} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1787 2023.10.17 21:52:18.302376 [ 3 ] {eb668da5-bbcb-412b-800a-1c5642c3cb62} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
1788 2023.10.17 21:52:18.302529 [ 3 ] {eb668da5-bbcb-412b-800a-1c5642c3cb62} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0.
1789 2023.10.17 21:52:18.302630 [ 3 ] {eb668da5-bbcb-412b-800a-1c5642c3cb62} <Information> executeQuery: Read 141 rows, 14.05 KiB in 0.001025424 sec., 137504 rows/sec., 13.38 MiB/sec.
1790 2023.10.17 21:52:18.302758 [ 3 ] {eb668da5-bbcb-412b-800a-1c5642c3cb62} <Debug> DynamicQueryHandler: Done processing query
1791 2023.10.17 21:52:18.302783 [ 3 ] {eb668da5-bbcb-412b-800a-1c5642c3cb62} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1792 2023.10.17 21:52:18.302799 [ 3 ] {} <Debug> HTTP-Session: a6dbd5ca-59c6-4850-9289-aee17899b6be Destroying unnamed session
1793 2023.10.17 21:52:18.302928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1794 2023.10.17 21:52:18.302977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1795 2023.10.17 21:52:18.302996 [ 3 ] {} <Debug> HTTP-Session: 1c1344d0-ecbf-4af0-badc-745763998f41 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1796 2023.10.17 21:52:18.303014 [ 3 ] {} <Debug> HTTP-Session: 1c1344d0-ecbf-4af0-badc-745763998f41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1797 2023.10.17 21:52:18.303088 [ 3 ] {11a37939-f650-4d6b-8e2e-3585a5356542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1798 2023.10.17 21:52:18.303127 [ 3 ] {11a37939-f650-4d6b-8e2e-3585a5356542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1799 2023.10.17 21:52:18.303233 [ 3 ] {11a37939-f650-4d6b-8e2e-3585a5356542} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1800 2023.10.17 21:52:18.303544 [ 3 ] {11a37939-f650-4d6b-8e2e-3585a5356542} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1801 2023.10.17 21:52:18.303754 [ 3 ] {11a37939-f650-4d6b-8e2e-3585a5356542} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
1802 2023.10.17 21:52:18.303903 [ 3 ] {11a37939-f650-4d6b-8e2e-3585a5356542} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0.
1803 2023.10.17 21:52:18.304004 [ 3 ] {11a37939-f650-4d6b-8e2e-3585a5356542} <Information> executeQuery: Read 47 rows, 3.76 KiB in 0.000888942 sec., 52871 rows/sec., 4.13 MiB/sec.
1804 2023.10.17 21:52:18.304123 [ 3 ] {11a37939-f650-4d6b-8e2e-3585a5356542} <Debug> DynamicQueryHandler: Done processing query
1805 2023.10.17 21:52:18.304147 [ 3 ] {11a37939-f650-4d6b-8e2e-3585a5356542} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1806 2023.10.17 21:52:18.304165 [ 3 ] {} <Debug> HTTP-Session: 1c1344d0-ecbf-4af0-badc-745763998f41 Destroying unnamed session
1807 2023.10.17 21:52:18.304387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 50282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1808 2023.10.17 21:52:18.304435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1809 2023.10.17 21:52:18.304454 [ 3 ] {} <Debug> HTTP-Session: 60d3a49d-4a32-4642-b0e5-a27f02e54836 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1810 2023.10.17 21:52:18.304471 [ 3 ] {} <Debug> HTTP-Session: 60d3a49d-4a32-4642-b0e5-a27f02e54836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1811 2023.10.17 21:52:18.304561 [ 3 ] {0c3fd997-858f-4b28-bb0d-033f4d1582fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1812 2023.10.17 21:52:18.304606 [ 3 ] {0c3fd997-858f-4b28-bb0d-033f4d1582fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1813 2023.10.17 21:52:18.304742 [ 3 ] {0c3fd997-858f-4b28-bb0d-033f4d1582fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1814 2023.10.17 21:52:18.305234 [ 3 ] {0c3fd997-858f-4b28-bb0d-033f4d1582fc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1815 2023.10.17 21:52:18.305573 [ 3 ] {0c3fd997-858f-4b28-bb0d-033f4d1582fc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1816 2023.10.17 21:52:18.305766 [ 3 ] {0c3fd997-858f-4b28-bb0d-033f4d1582fc} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0.
1817 2023.10.17 21:52:18.305879 [ 3 ] {0c3fd997-858f-4b28-bb0d-033f4d1582fc} <Information> executeQuery: Read 47 rows, 64.95 KiB in 0.001289438 sec., 36449 rows/sec., 49.19 MiB/sec.
1818 2023.10.17 21:52:18.305872 [ 54 ] {} <Debug> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1819 2023.10.17 21:52:18.305942 [ 54 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1820 2023.10.17 21:52:18.306034 [ 3 ] {0c3fd997-858f-4b28-bb0d-033f4d1582fc} <Debug> DynamicQueryHandler: Done processing query
1821 2023.10.17 21:52:18.306043 [ 21 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact
1822 2023.10.17 21:52:18.306063 [ 3 ] {0c3fd997-858f-4b28-bb0d-033f4d1582fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
1823 2023.10.17 21:52:18.306111 [ 3 ] {} <Debug> HTTP-Session: 60d3a49d-4a32-4642-b0e5-a27f02e54836 Destroying unnamed session
1824 2023.10.17 21:52:18.306205 [ 21 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1825 2023.10.17 21:52:18.306248 [ 21 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 37 rows starting from the beginning of the part
1826 2023.10.17 21:52:18.306382 [ 21 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::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
1827 2023.10.17 21:52:18.306491 [ 21 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::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
1828 2023.10.17 21:52:18.306590 [ 21 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part
1829 2023.10.17 21:52:18.306683 [ 21 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 45 rows starting from the beginning of the part
1830 2023.10.17 21:52:18.306772 [ 21 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 47 rows starting from the beginning of the part
1831 2023.10.17 21:52:18.308151 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 255 rows, containing 6 columns (6 merged, 0 gathered) in 0.002141659 sec., 119066.57409045976 rows/sec., 160.67 MiB/sec.
1832 2023.10.17 21:52:18.308435 [ 11 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1833 2023.10.17 21:52:18.308709 [ 11 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1.
1834 2023.10.17 21:52:18.308786 [ 11 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0
1835 2023.10.17 21:52:18.308870 [ 11 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_6_1: 4.07 MiB.
1836 2023.10.17 21:52:23.300720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1837 2023.10.17 21:52:23.300864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1838 2023.10.17 21:52:23.300897 [ 3 ] {} <Debug> HTTP-Session: c4307854-b38d-4b2c-92af-01872b4ccbcf Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1839 2023.10.17 21:52:23.300926 [ 3 ] {} <Debug> HTTP-Session: c4307854-b38d-4b2c-92af-01872b4ccbcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1840 2023.10.17 21:52:23.301069 [ 3 ] {ce5f8510-ad7c-4a0a-9e71-8120df76c449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1841 2023.10.17 21:52:23.301140 [ 3 ] {ce5f8510-ad7c-4a0a-9e71-8120df76c449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1842 2023.10.17 21:52:23.301327 [ 3 ] {ce5f8510-ad7c-4a0a-9e71-8120df76c449} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1843 2023.10.17 21:52:23.301816 [ 3 ] {ce5f8510-ad7c-4a0a-9e71-8120df76c449} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1844 2023.10.17 21:52:23.302090 [ 3 ] {ce5f8510-ad7c-4a0a-9e71-8120df76c449} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
1845 2023.10.17 21:52:23.302258 [ 3 ] {ce5f8510-ad7c-4a0a-9e71-8120df76c449} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0.
1846 2023.10.17 21:52:23.302398 [ 3 ] {ce5f8510-ad7c-4a0a-9e71-8120df76c449} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001283037 sec., 4676 rows/sec., 264.87 KiB/sec.
1847 2023.10.17 21:52:23.302574 [ 3 ] {ce5f8510-ad7c-4a0a-9e71-8120df76c449} <Debug> DynamicQueryHandler: Done processing query
1848 2023.10.17 21:52:23.302604 [ 3 ] {ce5f8510-ad7c-4a0a-9e71-8120df76c449} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
1849 2023.10.17 21:52:23.302621 [ 3 ] {} <Debug> HTTP-Session: c4307854-b38d-4b2c-92af-01872b4ccbcf Destroying unnamed session
1850 2023.10.17 21:52:23.302771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1851 2023.10.17 21:52:23.302820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1852 2023.10.17 21:52:23.302841 [ 3 ] {} <Debug> HTTP-Session: 7d9b0c7d-d53e-4377-ab7c-6674090b9c3e Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1853 2023.10.17 21:52:23.302860 [ 3 ] {} <Debug> HTTP-Session: 7d9b0c7d-d53e-4377-ab7c-6674090b9c3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1854 2023.10.17 21:52:23.302941 [ 3 ] {d547c0eb-f9a0-424b-8aa1-637b465656f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1855 2023.10.17 21:52:23.302984 [ 3 ] {d547c0eb-f9a0-424b-8aa1-637b465656f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1856 2023.10.17 21:52:23.303090 [ 3 ] {d547c0eb-f9a0-424b-8aa1-637b465656f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1857 2023.10.17 21:52:23.303455 [ 3 ] {d547c0eb-f9a0-424b-8aa1-637b465656f9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1858 2023.10.17 21:52:23.303676 [ 3 ] {d547c0eb-f9a0-424b-8aa1-637b465656f9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
1859 2023.10.17 21:52:23.303831 [ 3 ] {d547c0eb-f9a0-424b-8aa1-637b465656f9} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0.
1860 2023.10.17 21:52:23.303957 [ 3 ] {d547c0eb-f9a0-424b-8aa1-637b465656f9} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000987303 sec., 88118 rows/sec., 8.24 MiB/sec.
1861 2023.10.17 21:52:23.304081 [ 3 ] {d547c0eb-f9a0-424b-8aa1-637b465656f9} <Debug> DynamicQueryHandler: Done processing query
1862 2023.10.17 21:52:23.304106 [ 3 ] {d547c0eb-f9a0-424b-8aa1-637b465656f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
1863 2023.10.17 21:52:23.304122 [ 3 ] {} <Debug> HTTP-Session: 7d9b0c7d-d53e-4377-ab7c-6674090b9c3e Destroying unnamed session
1864 2023.10.17 21:52:23.304299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1865 2023.10.17 21:52:23.304347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1866 2023.10.17 21:52:23.304366 [ 3 ] {} <Debug> HTTP-Session: 68d6b26d-8f62-4aa4-9a51-e0df31e9ca09 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1867 2023.10.17 21:52:23.304383 [ 3 ] {} <Debug> HTTP-Session: 68d6b26d-8f62-4aa4-9a51-e0df31e9ca09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1868 2023.10.17 21:52:23.304469 [ 3 ] {66a9696a-19da-4d15-9c13-852a2fb6b319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1869 2023.10.17 21:52:23.304509 [ 3 ] {66a9696a-19da-4d15-9c13-852a2fb6b319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1870 2023.10.17 21:52:23.304614 [ 3 ] {66a9696a-19da-4d15-9c13-852a2fb6b319} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1871 2023.10.17 21:52:23.305085 [ 3 ] {66a9696a-19da-4d15-9c13-852a2fb6b319} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1872 2023.10.17 21:52:23.305308 [ 3 ] {66a9696a-19da-4d15-9c13-852a2fb6b319} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
1873 2023.10.17 21:52:23.305454 [ 3 ] {66a9696a-19da-4d15-9c13-852a2fb6b319} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0.
1874 2023.10.17 21:52:23.305578 [ 3 ] {66a9696a-19da-4d15-9c13-852a2fb6b319} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001078345 sec., 244819 rows/sec., 16.79 MiB/sec.
1875 2023.10.17 21:52:23.305773 [ 3 ] {66a9696a-19da-4d15-9c13-852a2fb6b319} <Debug> DynamicQueryHandler: Done processing query
1876 2023.10.17 21:52:23.305799 [ 3 ] {66a9696a-19da-4d15-9c13-852a2fb6b319} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
1877 2023.10.17 21:52:23.305815 [ 3 ] {} <Debug> HTTP-Session: 68d6b26d-8f62-4aa4-9a51-e0df31e9ca09 Destroying unnamed session
1878 2023.10.17 21:52:23.306016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1879 2023.10.17 21:52:23.306061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1880 2023.10.17 21:52:23.306081 [ 3 ] {} <Debug> HTTP-Session: b61dde14-9daa-4784-a7f9-cc2dd90e3ccd Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1881 2023.10.17 21:52:23.306098 [ 3 ] {} <Debug> HTTP-Session: b61dde14-9daa-4784-a7f9-cc2dd90e3ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1882 2023.10.17 21:52:23.306168 [ 3 ] {a85ff349-594b-4e7f-b86c-4977a543ef82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1883 2023.10.17 21:52:23.306210 [ 3 ] {a85ff349-594b-4e7f-b86c-4977a543ef82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1884 2023.10.17 21:52:23.306329 [ 3 ] {a85ff349-594b-4e7f-b86c-4977a543ef82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1885 2023.10.17 21:52:23.306574 [ 3 ] {a85ff349-594b-4e7f-b86c-4977a543ef82} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1886 2023.10.17 21:52:23.306819 [ 3 ] {a85ff349-594b-4e7f-b86c-4977a543ef82} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1887 2023.10.17 21:52:23.307005 [ 3 ] {a85ff349-594b-4e7f-b86c-4977a543ef82} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0.
1888 2023.10.17 21:52:23.307132 [ 3 ] {a85ff349-594b-4e7f-b86c-4977a543ef82} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000932993 sec., 6430 rows/sec., 270.05 KiB/sec.
1889 2023.10.17 21:52:23.307254 [ 3 ] {a85ff349-594b-4e7f-b86c-4977a543ef82} <Debug> DynamicQueryHandler: Done processing query
1890 2023.10.17 21:52:23.307278 [ 3 ] {a85ff349-594b-4e7f-b86c-4977a543ef82} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1891 2023.10.17 21:52:23.307294 [ 3 ] {} <Debug> HTTP-Session: b61dde14-9daa-4784-a7f9-cc2dd90e3ccd Destroying unnamed session
1892 2023.10.17 21:52:23.307430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1893 2023.10.17 21:52:23.307475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1894 2023.10.17 21:52:23.307495 [ 3 ] {} <Debug> HTTP-Session: 4c1d9296-e0b6-43a2-bd25-135f0115208f Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1895 2023.10.17 21:52:23.307511 [ 3 ] {} <Debug> HTTP-Session: 4c1d9296-e0b6-43a2-bd25-135f0115208f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1896 2023.10.17 21:52:23.307583 [ 3 ] {40df0cb8-334c-4c6d-a052-73acb3755031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
1897 2023.10.17 21:52:23.307626 [ 3 ] {40df0cb8-334c-4c6d-a052-73acb3755031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
1898 2023.10.17 21:52:23.307745 [ 3 ] {40df0cb8-334c-4c6d-a052-73acb3755031} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1899 2023.10.17 21:52:23.308047 [ 3 ] {40df0cb8-334c-4c6d-a052-73acb3755031} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1900 2023.10.17 21:52:23.308295 [ 3 ] {40df0cb8-334c-4c6d-a052-73acb3755031} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1901 2023.10.17 21:52:23.308473 [ 3 ] {40df0cb8-334c-4c6d-a052-73acb3755031} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0.
1902 2023.10.17 21:52:23.308606 [ 3 ] {40df0cb8-334c-4c6d-a052-73acb3755031} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000985664 sec., 63916 rows/sec., 3.88 MiB/sec.
1903 2023.10.17 21:52:23.308760 [ 3 ] {40df0cb8-334c-4c6d-a052-73acb3755031} <Debug> DynamicQueryHandler: Done processing query
1904 2023.10.17 21:52:23.308784 [ 3 ] {40df0cb8-334c-4c6d-a052-73acb3755031} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1905 2023.10.17 21:52:23.308800 [ 3 ] {} <Debug> HTTP-Session: 4c1d9296-e0b6-43a2-bd25-135f0115208f Destroying unnamed session
1906 2023.10.17 21:52:23.308943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1907 2023.10.17 21:52:23.308987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1908 2023.10.17 21:52:23.309005 [ 3 ] {} <Debug> HTTP-Session: b6643a5d-8e58-4ce8-8e0e-b21fc8c44560 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1909 2023.10.17 21:52:23.309022 [ 3 ] {} <Debug> HTTP-Session: b6643a5d-8e58-4ce8-8e0e-b21fc8c44560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1910 2023.10.17 21:52:23.309092 [ 3 ] {c9b789ba-4bc2-4c44-8502-dca7c60cb16a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
1911 2023.10.17 21:52:23.309131 [ 3 ] {c9b789ba-4bc2-4c44-8502-dca7c60cb16a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1912 2023.10.17 21:52:23.309238 [ 3 ] {c9b789ba-4bc2-4c44-8502-dca7c60cb16a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1913 2023.10.17 21:52:23.309490 [ 3 ] {c9b789ba-4bc2-4c44-8502-dca7c60cb16a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1914 2023.10.17 21:52:23.309723 [ 3 ] {c9b789ba-4bc2-4c44-8502-dca7c60cb16a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1915 2023.10.17 21:52:23.309900 [ 3 ] {c9b789ba-4bc2-4c44-8502-dca7c60cb16a} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0.
1916 2023.10.17 21:52:23.310017 [ 3 ] {c9b789ba-4bc2-4c44-8502-dca7c60cb16a} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000897442 sec., 21171 rows/sec., 1.10 MiB/sec.
1917 2023.10.17 21:52:23.310136 [ 3 ] {c9b789ba-4bc2-4c44-8502-dca7c60cb16a} <Debug> DynamicQueryHandler: Done processing query
1918 2023.10.17 21:52:23.310160 [ 3 ] {c9b789ba-4bc2-4c44-8502-dca7c60cb16a} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
1919 2023.10.17 21:52:23.310176 [ 3 ] {} <Debug> HTTP-Session: b6643a5d-8e58-4ce8-8e0e-b21fc8c44560 Destroying unnamed session
1920 2023.10.17 21:52:27.618836 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache
1921 2023.10.17 21:52:27.618895 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache
1922 2023.10.17 21:52:28.298422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1923 2023.10.17 21:52:28.298539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1924 2023.10.17 21:52:28.298572 [ 3 ] {} <Debug> HTTP-Session: 5107ef50-03eb-4f06-a0b5-01b8092fd40b Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1925 2023.10.17 21:52:28.298602 [ 3 ] {} <Debug> HTTP-Session: 5107ef50-03eb-4f06-a0b5-01b8092fd40b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1926 2023.10.17 21:52:28.298750 [ 3 ] {88cc1b83-cba0-48bc-933a-a20c0fec7e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1927 2023.10.17 21:52:28.298815 [ 3 ] {88cc1b83-cba0-48bc-933a-a20c0fec7e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1928 2023.10.17 21:52:28.298981 [ 3 ] {88cc1b83-cba0-48bc-933a-a20c0fec7e30} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1929 2023.10.17 21:52:28.299419 [ 3 ] {88cc1b83-cba0-48bc-933a-a20c0fec7e30} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1930 2023.10.17 21:52:28.299697 [ 3 ] {88cc1b83-cba0-48bc-933a-a20c0fec7e30} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
1931 2023.10.17 21:52:28.299877 [ 3 ] {88cc1b83-cba0-48bc-933a-a20c0fec7e30} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0.
1932 2023.10.17 21:52:28.300016 [ 3 ] {88cc1b83-cba0-48bc-933a-a20c0fec7e30} <Information> executeQuery: Read 47 rows, 3.81 KiB in 0.001221737 sec., 38469 rows/sec., 3.05 MiB/sec.
1933 2023.10.17 21:52:28.300157 [ 3 ] {88cc1b83-cba0-48bc-933a-a20c0fec7e30} <Debug> DynamicQueryHandler: Done processing query
1934 2023.10.17 21:52:28.300184 [ 3 ] {88cc1b83-cba0-48bc-933a-a20c0fec7e30} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1935 2023.10.17 21:52:28.300201 [ 3 ] {} <Debug> HTTP-Session: 5107ef50-03eb-4f06-a0b5-01b8092fd40b Destroying unnamed session
1936 2023.10.17 21:52:28.300342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 22677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1937 2023.10.17 21:52:28.300393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1938 2023.10.17 21:52:28.300415 [ 3 ] {} <Debug> HTTP-Session: af1ed050-3fdd-4ae7-b780-205fa994658e Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1939 2023.10.17 21:52:28.300436 [ 3 ] {} <Debug> HTTP-Session: af1ed050-3fdd-4ae7-b780-205fa994658e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1940 2023.10.17 21:52:28.300524 [ 3 ] {15e4ef5e-4bff-4d19-9e82-8871f7a9113e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1941 2023.10.17 21:52:28.300568 [ 3 ] {15e4ef5e-4bff-4d19-9e82-8871f7a9113e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1942 2023.10.17 21:52:28.300675 [ 3 ] {15e4ef5e-4bff-4d19-9e82-8871f7a9113e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1943 2023.10.17 21:52:28.301064 [ 3 ] {15e4ef5e-4bff-4d19-9e82-8871f7a9113e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1944 2023.10.17 21:52:28.301286 [ 3 ] {15e4ef5e-4bff-4d19-9e82-8871f7a9113e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
1945 2023.10.17 21:52:28.301444 [ 3 ] {15e4ef5e-4bff-4d19-9e82-8871f7a9113e} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0.
1946 2023.10.17 21:52:28.301579 [ 3 ] {15e4ef5e-4bff-4d19-9e82-8871f7a9113e} <Information> executeQuery: Read 141 rows, 14.05 KiB in 0.001019674 sec., 138279 rows/sec., 13.45 MiB/sec.
1947 2023.10.17 21:52:28.301772 [ 3 ] {15e4ef5e-4bff-4d19-9e82-8871f7a9113e} <Debug> DynamicQueryHandler: Done processing query
1948 2023.10.17 21:52:28.301796 [ 3 ] {15e4ef5e-4bff-4d19-9e82-8871f7a9113e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1949 2023.10.17 21:52:28.301812 [ 3 ] {} <Debug> HTTP-Session: af1ed050-3fdd-4ae7-b780-205fa994658e Destroying unnamed session
1950 2023.10.17 21:52:28.301946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1951 2023.10.17 21:52:28.301994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1952 2023.10.17 21:52:28.302014 [ 3 ] {} <Debug> HTTP-Session: 6db6960d-6ca8-46bd-8bd3-26b6810e1a3c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1953 2023.10.17 21:52:28.302032 [ 3 ] {} <Debug> HTTP-Session: 6db6960d-6ca8-46bd-8bd3-26b6810e1a3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1954 2023.10.17 21:52:28.302108 [ 3 ] {aed86f54-54dc-4d7c-97dd-c11119c9e7fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1955 2023.10.17 21:52:28.302151 [ 3 ] {aed86f54-54dc-4d7c-97dd-c11119c9e7fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1956 2023.10.17 21:52:28.302270 [ 3 ] {aed86f54-54dc-4d7c-97dd-c11119c9e7fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1957 2023.10.17 21:52:28.302566 [ 3 ] {aed86f54-54dc-4d7c-97dd-c11119c9e7fe} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1958 2023.10.17 21:52:28.302772 [ 3 ] {aed86f54-54dc-4d7c-97dd-c11119c9e7fe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
1959 2023.10.17 21:52:28.302918 [ 3 ] {aed86f54-54dc-4d7c-97dd-c11119c9e7fe} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0.
1960 2023.10.17 21:52:28.303043 [ 3 ] {aed86f54-54dc-4d7c-97dd-c11119c9e7fe} <Information> executeQuery: Read 47 rows, 3.76 KiB in 0.000904823 sec., 51943 rows/sec., 4.06 MiB/sec.
1961 2023.10.17 21:52:28.303149 [ 3 ] {aed86f54-54dc-4d7c-97dd-c11119c9e7fe} <Debug> DynamicQueryHandler: Done processing query
1962 2023.10.17 21:52:28.303173 [ 3 ] {aed86f54-54dc-4d7c-97dd-c11119c9e7fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
1963 2023.10.17 21:52:28.303189 [ 3 ] {} <Debug> HTTP-Session: 6db6960d-6ca8-46bd-8bd3-26b6810e1a3c Destroying unnamed session
1964 2023.10.17 21:52:28.303412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 50282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1965 2023.10.17 21:52:28.303455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1966 2023.10.17 21:52:28.303475 [ 3 ] {} <Debug> HTTP-Session: 81f77996-ddcc-4f9e-a2b0-1c6d91ba407d Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1967 2023.10.17 21:52:28.303492 [ 3 ] {} <Debug> HTTP-Session: 81f77996-ddcc-4f9e-a2b0-1c6d91ba407d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1968 2023.10.17 21:52:28.303581 [ 3 ] {b6596b41-37ce-4688-b4d0-40aa2051d8db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
1969 2023.10.17 21:52:28.303626 [ 3 ] {b6596b41-37ce-4688-b4d0-40aa2051d8db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
1970 2023.10.17 21:52:28.303765 [ 3 ] {b6596b41-37ce-4688-b4d0-40aa2051d8db} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1971 2023.10.17 21:52:28.304222 [ 3 ] {b6596b41-37ce-4688-b4d0-40aa2051d8db} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1972 2023.10.17 21:52:28.304540 [ 3 ] {b6596b41-37ce-4688-b4d0-40aa2051d8db} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1973 2023.10.17 21:52:28.304726 [ 3 ] {b6596b41-37ce-4688-b4d0-40aa2051d8db} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0.
1974 2023.10.17 21:52:28.304845 [ 3 ] {b6596b41-37ce-4688-b4d0-40aa2051d8db} <Information> executeQuery: Read 47 rows, 64.95 KiB in 0.001235617 sec., 38037 rows/sec., 51.33 MiB/sec.
1975 2023.10.17 21:52:28.304972 [ 3 ] {b6596b41-37ce-4688-b4d0-40aa2051d8db} <Debug> DynamicQueryHandler: Done processing query
1976 2023.10.17 21:52:28.304996 [ 3 ] {b6596b41-37ce-4688-b4d0-40aa2051d8db} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
1977 2023.10.17 21:52:28.305015 [ 3 ] {} <Debug> HTTP-Session: 81f77996-ddcc-4f9e-a2b0-1c6d91ba407d Destroying unnamed session
1978 2023.10.17 21:52:33.300371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1979 2023.10.17 21:52:33.300504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1980 2023.10.17 21:52:33.300536 [ 3 ] {} <Debug> HTTP-Session: 3999ef0d-1e1f-4c63-87b7-b2fc2eca6f3f Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
1981 2023.10.17 21:52:33.300565 [ 3 ] {} <Debug> HTTP-Session: 3999ef0d-1e1f-4c63-87b7-b2fc2eca6f3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1982 2023.10.17 21:52:33.300706 [ 3 ] {fd3808f0-792c-4013-8c6d-5ff346d790f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
1983 2023.10.17 21:52:33.300781 [ 3 ] {fd3808f0-792c-4013-8c6d-5ff346d790f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
1984 2023.10.17 21:52:33.300949 [ 3 ] {fd3808f0-792c-4013-8c6d-5ff346d790f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1985 2023.10.17 21:52:33.301354 [ 3 ] {fd3808f0-792c-4013-8c6d-5ff346d790f0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1986 2023.10.17 21:52:33.301621 [ 3 ] {fd3808f0-792c-4013-8c6d-5ff346d790f0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
1987 2023.10.17 21:52:33.301797 [ 3 ] {fd3808f0-792c-4013-8c6d-5ff346d790f0} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0.
1988 2023.10.17 21:52:33.301926 [ 3 ] {fd3808f0-792c-4013-8c6d-5ff346d790f0} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001172565 sec., 5116 rows/sec., 289.83 KiB/sec.
1989 2023.10.17 21:52:33.301919 [ 58 ] {} <Debug> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
1990 2023.10.17 21:52:33.301996 [ 58 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
1991 2023.10.17 21:52:33.302092 [ 3 ] {fd3808f0-792c-4013-8c6d-5ff346d790f0} <Debug> DynamicQueryHandler: Done processing query
1992 2023.10.17 21:52:33.302102 [ 12 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact
1993 2023.10.17 21:52:33.302125 [ 3 ] {fd3808f0-792c-4013-8c6d-5ff346d790f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
1994 2023.10.17 21:52:33.302194 [ 3 ] {} <Debug> HTTP-Session: 3999ef0d-1e1f-4c63-87b7-b2fc2eca6f3f Destroying unnamed session
1995 2023.10.17 21:52:33.302268 [ 12 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1996 2023.10.17 21:52:33.302306 [ 12 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 51 rows starting from the beginning of the part
1997 2023.10.17 21:52:33.302370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1998 2023.10.17 21:52:33.302457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
1999 2023.10.17 21:52:33.302522 [ 3 ] {} <Debug> HTTP-Session: 0229cda3-cad3-44e6-aff0-fa87840a192f Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2000 2023.10.17 21:52:33.302554 [ 12 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
2001 2023.10.17 21:52:33.302567 [ 3 ] {} <Debug> HTTP-Session: 0229cda3-cad3-44e6-aff0-fa87840a192f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2002 2023.10.17 21:52:33.302835 [ 3 ] {a37feafe-febc-4c88-ad78-112de8b5c649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2003 2023.10.17 21:52:33.302835 [ 12 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 47 rows starting from the beginning of the part
2004 2023.10.17 21:52:33.302926 [ 3 ] {a37feafe-febc-4c88-ad78-112de8b5c649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2005 2023.10.17 21:52:33.303122 [ 12 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
2006 2023.10.17 21:52:33.303389 [ 3 ] {a37feafe-febc-4c88-ad78-112de8b5c649} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2007 2023.10.17 21:52:33.303410 [ 12 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 47 rows starting from the beginning of the part
2008 2023.10.17 21:52:33.303595 [ 12 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
2009 2023.10.17 21:52:33.304156 [ 3 ] {a37feafe-febc-4c88-ad78-112de8b5c649} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2010 2023.10.17 21:52:33.304656 [ 3 ] {a37feafe-febc-4c88-ad78-112de8b5c649} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2011 2023.10.17 21:52:33.305055 [ 3 ] {a37feafe-febc-4c88-ad78-112de8b5c649} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0.
2012 2023.10.17 21:52:33.305170 [ 12 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 163 rows, containing 4 columns (4 merged, 0 gathered) in 0.003112363 sec., 52371.78311141727 rows/sec., 3.96 MiB/sec.
2013 2023.10.17 21:52:33.305242 [ 58 ] {} <Debug> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2014 2023.10.17 21:52:33.305293 [ 3 ] {a37feafe-febc-4c88-ad78-112de8b5c649} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.002410132 sec., 36097 rows/sec., 3.37 MiB/sec.
2015 2023.10.17 21:52:33.305321 [ 58 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2016 2023.10.17 21:52:33.305455 [ 12 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2017 2023.10.17 21:52:33.305620 [ 11 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact
2018 2023.10.17 21:52:33.305661 [ 3 ] {a37feafe-febc-4c88-ad78-112de8b5c649} <Debug> DynamicQueryHandler: Done processing query
2019 2023.10.17 21:52:33.305721 [ 3 ] {a37feafe-febc-4c88-ad78-112de8b5c649} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
2020 2023.10.17 21:52:33.305773 [ 3 ] {} <Debug> HTTP-Session: 0229cda3-cad3-44e6-aff0-fa87840a192f Destroying unnamed session
2021 2023.10.17 21:52:33.305860 [ 12 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_16_3} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3.
2022 2023.10.17 21:52:33.305872 [ 11 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2023 2023.10.17 21:52:33.305937 [ 11 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 222 rows starting from the beginning of the part
2024 2023.10.17 21:52:33.305966 [ 12 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_16_3} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0
2025 2023.10.17 21:52:33.306090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2026 2023.10.17 21:52:33.306202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2027 2023.10.17 21:52:33.306221 [ 11 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 87 rows starting from the beginning of the part
2028 2023.10.17 21:52:33.306233 [ 3 ] {} <Debug> HTTP-Session: 355e482f-efc1-4449-b906-9ccb7988dac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2029 2023.10.17 21:52:33.306284 [ 3 ] {} <Debug> HTTP-Session: 355e482f-efc1-4449-b906-9ccb7988dac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2030 2023.10.17 21:52:33.306471 [ 11 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 141 rows starting from the beginning of the part
2031 2023.10.17 21:52:33.306512 [ 3 ] {865faadb-f0b8-4692-ae57-c11f991f8d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2032 2023.10.17 21:52:33.306604 [ 3 ] {865faadb-f0b8-4692-ae57-c11f991f8d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2033 2023.10.17 21:52:33.306676 [ 11 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 87 rows starting from the beginning of the part
2034 2023.10.17 21:52:33.306965 [ 11 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 141 rows starting from the beginning of the part
2035 2023.10.17 21:52:33.307152 [ 3 ] {865faadb-f0b8-4692-ae57-c11f991f8d11} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2036 2023.10.17 21:52:33.307193 [ 11 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 87 rows starting from the beginning of the part
2037 2023.10.17 21:52:33.308190 [ 3 ] {865faadb-f0b8-4692-ae57-c11f991f8d11} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2038 2023.10.17 21:52:33.308618 [ 3 ] {865faadb-f0b8-4692-ae57-c11f991f8d11} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2039 2023.10.17 21:52:33.308863 [ 11 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 765 rows, containing 4 columns (4 merged, 0 gathered) in 0.003443736 sec., 222142.4638822488 rows/sec., 21.23 MiB/sec.
2040 2023.10.17 21:52:33.308944 [ 3 ] {865faadb-f0b8-4692-ae57-c11f991f8d11} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0.
2041 2023.10.17 21:52:33.309051 [ 11 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2042 2023.10.17 21:52:33.309119 [ 58 ] {} <Debug> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2043 2023.10.17 21:52:33.309238 [ 3 ] {865faadb-f0b8-4692-ae57-c11f991f8d11} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.002673347 sec., 98752 rows/sec., 6.77 MiB/sec.
2044 2023.10.17 21:52:33.309242 [ 58 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2045 2023.10.17 21:52:33.309471 [ 14 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact
2046 2023.10.17 21:52:33.309569 [ 11 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_16_3} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3.
2047 2023.10.17 21:52:33.309709 [ 3 ] {865faadb-f0b8-4692-ae57-c11f991f8d11} <Debug> DynamicQueryHandler: Done processing query
2048 2023.10.17 21:52:33.309724 [ 14 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2049 2023.10.17 21:52:33.309759 [ 3 ] {865faadb-f0b8-4692-ae57-c11f991f8d11} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
2050 2023.10.17 21:52:33.309765 [ 11 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_16_3} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0
2051 2023.10.17 21:52:33.309793 [ 14 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 338 rows starting from the beginning of the part
2052 2023.10.17 21:52:33.309810 [ 3 ] {} <Debug> HTTP-Session: 355e482f-efc1-4449-b906-9ccb7988dac7 Destroying unnamed session
2053 2023.10.17 21:52:33.309973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2054 2023.10.17 21:52:33.310021 [ 14 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 264 rows starting from the beginning of the part
2055 2023.10.17 21:52:33.310029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2056 2023.10.17 21:52:33.310063 [ 3 ] {} <Debug> HTTP-Session: f8fe8de0-78e0-47bd-8baa-09eeaecbaa66 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2057 2023.10.17 21:52:33.310086 [ 3 ] {} <Debug> HTTP-Session: f8fe8de0-78e0-47bd-8baa-09eeaecbaa66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2058 2023.10.17 21:52:33.310144 [ 14 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 47 rows starting from the beginning of the part
2059 2023.10.17 21:52:33.310203 [ 3 ] {eb7bee5f-1209-4024-bed9-9191c6c23d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2060 2023.10.17 21:52:33.310261 [ 3 ] {eb7bee5f-1209-4024-bed9-9191c6c23d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2061 2023.10.17 21:52:33.310272 [ 14 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 264 rows starting from the beginning of the part
2062 2023.10.17 21:52:33.310451 [ 14 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 47 rows starting from the beginning of the part
2063 2023.10.17 21:52:33.310513 [ 3 ] {eb7bee5f-1209-4024-bed9-9191c6c23d90} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2064 2023.10.17 21:52:33.310595 [ 14 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 264 rows starting from the beginning of the part
2065 2023.10.17 21:52:33.310935 [ 3 ] {eb7bee5f-1209-4024-bed9-9191c6c23d90} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2066 2023.10.17 21:52:33.311276 [ 3 ] {eb7bee5f-1209-4024-bed9-9191c6c23d90} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2067 2023.10.17 21:52:33.311492 [ 3 ] {eb7bee5f-1209-4024-bed9-9191c6c23d90} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0.
2068 2023.10.17 21:52:33.311658 [ 12 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1224 rows, containing 4 columns (4 merged, 0 gathered) in 0.002323742 sec., 526736.6170598973 rows/sec., 36.82 MiB/sec.
2069 2023.10.17 21:52:33.311679 [ 3 ] {eb7bee5f-1209-4024-bed9-9191c6c23d90} <Information> executeQuery: Read 6 rows, 258.00 B in 0.001434479 sec., 4182 rows/sec., 175.64 KiB/sec.
2070 2023.10.17 21:52:33.311834 [ 14 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2071 2023.10.17 21:52:33.311841 [ 3 ] {eb7bee5f-1209-4024-bed9-9191c6c23d90} <Debug> DynamicQueryHandler: Done processing query
2072 2023.10.17 21:52:33.311877 [ 3 ] {eb7bee5f-1209-4024-bed9-9191c6c23d90} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
2073 2023.10.17 21:52:33.311893 [ 3 ] {} <Debug> HTTP-Session: f8fe8de0-78e0-47bd-8baa-09eeaecbaa66 Destroying unnamed session
2074 2023.10.17 21:52:33.312008 [ 14 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_16_3} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3.
2075 2023.10.17 21:52:33.312072 [ 14 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_16_3} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0
2076 2023.10.17 21:52:33.312088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2077 2023.10.17 21:52:33.312147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2078 2023.10.17 21:52:33.312166 [ 3 ] {} <Debug> HTTP-Session: 9ee492ae-d87b-49d7-86d3-7a70e7ba7bd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2079 2023.10.17 21:52:33.312183 [ 3 ] {} <Debug> HTTP-Session: 9ee492ae-d87b-49d7-86d3-7a70e7ba7bd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2080 2023.10.17 21:52:33.312258 [ 3 ] {5cc6ad56-3143-4f0c-8171-f9caa01a94c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
2081 2023.10.17 21:52:33.312300 [ 3 ] {5cc6ad56-3143-4f0c-8171-f9caa01a94c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
2082 2023.10.17 21:52:33.312415 [ 3 ] {5cc6ad56-3143-4f0c-8171-f9caa01a94c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2083 2023.10.17 21:52:33.312706 [ 3 ] {5cc6ad56-3143-4f0c-8171-f9caa01a94c6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2084 2023.10.17 21:52:33.312949 [ 3 ] {5cc6ad56-3143-4f0c-8171-f9caa01a94c6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2085 2023.10.17 21:52:33.313125 [ 3 ] {5cc6ad56-3143-4f0c-8171-f9caa01a94c6} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0.
2086 2023.10.17 21:52:33.313230 [ 3 ] {5cc6ad56-3143-4f0c-8171-f9caa01a94c6} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000941932 sec., 66883 rows/sec., 4.05 MiB/sec.
2087 2023.10.17 21:52:33.313368 [ 3 ] {5cc6ad56-3143-4f0c-8171-f9caa01a94c6} <Debug> DynamicQueryHandler: Done processing query
2088 2023.10.17 21:52:33.313392 [ 3 ] {5cc6ad56-3143-4f0c-8171-f9caa01a94c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2089 2023.10.17 21:52:33.313408 [ 3 ] {} <Debug> HTTP-Session: 9ee492ae-d87b-49d7-86d3-7a70e7ba7bd2 Destroying unnamed session
2090 2023.10.17 21:52:33.313515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2091 2023.10.17 21:52:33.313560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2092 2023.10.17 21:52:33.313580 [ 3 ] {} <Debug> HTTP-Session: 95f44701-4b68-4a4d-9b51-92523d434873 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2093 2023.10.17 21:52:33.313596 [ 3 ] {} <Debug> HTTP-Session: 95f44701-4b68-4a4d-9b51-92523d434873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2094 2023.10.17 21:52:33.313666 [ 3 ] {5c0ddaa5-74df-404b-a7d2-6337c307f111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
2095 2023.10.17 21:52:33.313705 [ 3 ] {5c0ddaa5-74df-404b-a7d2-6337c307f111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2096 2023.10.17 21:52:33.313807 [ 3 ] {5c0ddaa5-74df-404b-a7d2-6337c307f111} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2097 2023.10.17 21:52:33.314063 [ 3 ] {5c0ddaa5-74df-404b-a7d2-6337c307f111} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2098 2023.10.17 21:52:33.314288 [ 3 ] {5c0ddaa5-74df-404b-a7d2-6337c307f111} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2099 2023.10.17 21:52:33.314459 [ 3 ] {5c0ddaa5-74df-404b-a7d2-6337c307f111} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0.
2100 2023.10.17 21:52:33.314573 [ 3 ] {5c0ddaa5-74df-404b-a7d2-6337c307f111} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000875011 sec., 21714 rows/sec., 1.13 MiB/sec.
2101 2023.10.17 21:52:33.314702 [ 3 ] {5c0ddaa5-74df-404b-a7d2-6337c307f111} <Debug> DynamicQueryHandler: Done processing query
2102 2023.10.17 21:52:33.314724 [ 3 ] {5c0ddaa5-74df-404b-a7d2-6337c307f111} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
2103 2023.10.17 21:52:33.314739 [ 3 ] {} <Debug> HTTP-Session: 95f44701-4b68-4a4d-9b51-92523d434873 Destroying unnamed session
2104 2023.10.17 21:52:38.299764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2105 2023.10.17 21:52:38.299900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2106 2023.10.17 21:52:38.299932 [ 3 ] {} <Debug> HTTP-Session: ebf6ee22-7dec-45bf-9e57-f19b1caa8008 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2107 2023.10.17 21:52:38.299963 [ 3 ] {} <Debug> HTTP-Session: ebf6ee22-7dec-45bf-9e57-f19b1caa8008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2108 2023.10.17 21:52:38.300168 [ 3 ] {a38eca9d-48d0-4b25-a440-20265e2e9709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2109 2023.10.17 21:52:38.300270 [ 3 ] {a38eca9d-48d0-4b25-a440-20265e2e9709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2110 2023.10.17 21:52:38.300541 [ 3 ] {a38eca9d-48d0-4b25-a440-20265e2e9709} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2111 2023.10.17 21:52:38.301145 [ 3 ] {a38eca9d-48d0-4b25-a440-20265e2e9709} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2112 2023.10.17 21:52:38.301415 [ 3 ] {a38eca9d-48d0-4b25-a440-20265e2e9709} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2113 2023.10.17 21:52:38.301587 [ 3 ] {a38eca9d-48d0-4b25-a440-20265e2e9709} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0.
2114 2023.10.17 21:52:38.301713 [ 3 ] {a38eca9d-48d0-4b25-a440-20265e2e9709} <Information> executeQuery: Read 47 rows, 3.81 KiB in 0.00148687 sec., 31610 rows/sec., 2.50 MiB/sec.
2115 2023.10.17 21:52:38.301882 [ 3 ] {a38eca9d-48d0-4b25-a440-20265e2e9709} <Debug> DynamicQueryHandler: Done processing query
2116 2023.10.17 21:52:38.301908 [ 3 ] {a38eca9d-48d0-4b25-a440-20265e2e9709} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2117 2023.10.17 21:52:38.301925 [ 3 ] {} <Debug> HTTP-Session: ebf6ee22-7dec-45bf-9e57-f19b1caa8008 Destroying unnamed session
2118 2023.10.17 21:52:38.302084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 22677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2119 2023.10.17 21:52:38.302135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2120 2023.10.17 21:52:38.302157 [ 3 ] {} <Debug> HTTP-Session: 242c8d67-58b6-4726-98b9-dfdb7046b65d Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2121 2023.10.17 21:52:38.302176 [ 3 ] {} <Debug> HTTP-Session: 242c8d67-58b6-4726-98b9-dfdb7046b65d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2122 2023.10.17 21:52:38.302263 [ 3 ] {a94e81bb-45ac-4061-88ec-72188a059f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2123 2023.10.17 21:52:38.302307 [ 3 ] {a94e81bb-45ac-4061-88ec-72188a059f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2124 2023.10.17 21:52:38.302413 [ 3 ] {a94e81bb-45ac-4061-88ec-72188a059f1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2125 2023.10.17 21:52:38.302813 [ 3 ] {a94e81bb-45ac-4061-88ec-72188a059f1b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2126 2023.10.17 21:52:38.303037 [ 3 ] {a94e81bb-45ac-4061-88ec-72188a059f1b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2127 2023.10.17 21:52:38.303202 [ 3 ] {a94e81bb-45ac-4061-88ec-72188a059f1b} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0.
2128 2023.10.17 21:52:38.303302 [ 3 ] {a94e81bb-45ac-4061-88ec-72188a059f1b} <Information> executeQuery: Read 141 rows, 14.05 KiB in 0.001010503 sec., 139534 rows/sec., 13.58 MiB/sec.
2129 2023.10.17 21:52:38.303423 [ 3 ] {a94e81bb-45ac-4061-88ec-72188a059f1b} <Debug> DynamicQueryHandler: Done processing query
2130 2023.10.17 21:52:38.303447 [ 3 ] {a94e81bb-45ac-4061-88ec-72188a059f1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2131 2023.10.17 21:52:38.303464 [ 3 ] {} <Debug> HTTP-Session: 242c8d67-58b6-4726-98b9-dfdb7046b65d Destroying unnamed session
2132 2023.10.17 21:52:38.303617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 9865, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2133 2023.10.17 21:52:38.303664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2134 2023.10.17 21:52:38.303684 [ 3 ] {} <Debug> HTTP-Session: dffde383-b943-4aa0-a0f7-51f242165742 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2135 2023.10.17 21:52:38.303701 [ 3 ] {} <Debug> HTTP-Session: dffde383-b943-4aa0-a0f7-51f242165742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2136 2023.10.17 21:52:38.303779 [ 3 ] {a60de98a-0fd5-4c19-89bc-dd95913615b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2137 2023.10.17 21:52:38.303820 [ 3 ] {a60de98a-0fd5-4c19-89bc-dd95913615b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2138 2023.10.17 21:52:38.303924 [ 3 ] {a60de98a-0fd5-4c19-89bc-dd95913615b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2139 2023.10.17 21:52:38.304302 [ 3 ] {a60de98a-0fd5-4c19-89bc-dd95913615b7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2140 2023.10.17 21:52:38.304513 [ 3 ] {a60de98a-0fd5-4c19-89bc-dd95913615b7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2141 2023.10.17 21:52:38.304666 [ 3 ] {a60de98a-0fd5-4c19-89bc-dd95913615b7} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0.
2142 2023.10.17 21:52:38.304766 [ 3 ] {a60de98a-0fd5-4c19-89bc-dd95913615b7} <Information> executeQuery: Read 58 rows, 4.63 KiB in 0.000958163 sec., 60532 rows/sec., 4.72 MiB/sec.
2143 2023.10.17 21:52:38.304892 [ 3 ] {a60de98a-0fd5-4c19-89bc-dd95913615b7} <Debug> DynamicQueryHandler: Done processing query
2144 2023.10.17 21:52:38.304915 [ 3 ] {a60de98a-0fd5-4c19-89bc-dd95913615b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
2145 2023.10.17 21:52:38.304932 [ 3 ] {} <Debug> HTTP-Session: dffde383-b943-4aa0-a0f7-51f242165742 Destroying unnamed session
2146 2023.10.17 21:52:38.305063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2147 2023.10.17 21:52:38.305112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2148 2023.10.17 21:52:38.305133 [ 3 ] {} <Debug> HTTP-Session: 84711aa9-3c76-4a84-a277-b23ee7a24f58 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2149 2023.10.17 21:52:38.305151 [ 3 ] {} <Debug> HTTP-Session: 84711aa9-3c76-4a84-a277-b23ee7a24f58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2150 2023.10.17 21:52:38.305226 [ 3 ] {a598ce73-0d0b-428a-a033-b19bc47871a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
2151 2023.10.17 21:52:38.305270 [ 3 ] {a598ce73-0d0b-428a-a033-b19bc47871a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
2152 2023.10.17 21:52:38.305390 [ 3 ] {a598ce73-0d0b-428a-a033-b19bc47871a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2153 2023.10.17 21:52:38.305676 [ 3 ] {a598ce73-0d0b-428a-a033-b19bc47871a2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2154 2023.10.17 21:52:38.305930 [ 3 ] {a598ce73-0d0b-428a-a033-b19bc47871a2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2155 2023.10.17 21:52:38.306109 [ 3 ] {a598ce73-0d0b-428a-a033-b19bc47871a2} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0.
2156 2023.10.17 21:52:38.306213 [ 3 ] {a598ce73-0d0b-428a-a033-b19bc47871a2} <Information> executeQuery: Read 11 rows, 743.00 B in 0.000958173 sec., 11480 rows/sec., 757.26 KiB/sec.
2157 2023.10.17 21:52:38.306202 [ 62 ] {} <Debug> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2158 2023.10.17 21:52:38.306277 [ 62 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2159 2023.10.17 21:52:38.306379 [ 3 ] {a598ce73-0d0b-428a-a033-b19bc47871a2} <Debug> DynamicQueryHandler: Done processing query
2160 2023.10.17 21:52:38.306425 [ 3 ] {a598ce73-0d0b-428a-a033-b19bc47871a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2161 2023.10.17 21:52:38.306426 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact
2162 2023.10.17 21:52:38.306477 [ 3 ] {} <Debug> HTTP-Session: 84711aa9-3c76-4a84-a277-b23ee7a24f58 Destroying unnamed session
2163 2023.10.17 21:52:38.306586 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2164 2023.10.17 21:52:38.306628 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 378 rows starting from the beginning of the part
2165 2023.10.17 21:52:38.306734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 50282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2166 2023.10.17 21:52:38.306825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2167 2023.10.17 21:52:38.306847 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part
2168 2023.10.17 21:52:38.306861 [ 3 ] {} <Debug> HTTP-Session: 388918a7-f81a-44ad-9536-71962979ee42 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2169 2023.10.17 21:52:38.306933 [ 3 ] {} <Debug> HTTP-Session: 388918a7-f81a-44ad-9536-71962979ee42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2170 2023.10.17 21:52:38.307133 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 63 rows starting from the beginning of the part
2171 2023.10.17 21:52:38.307155 [ 3 ] {85633ae5-0860-4241-af35-6a8310ed6cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2172 2023.10.17 21:52:38.307269 [ 3 ] {85633ae5-0860-4241-af35-6a8310ed6cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2173 2023.10.17 21:52:38.307365 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 63 rows starting from the beginning of the part
2174 2023.10.17 21:52:38.307697 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 63 rows starting from the beginning of the part
2175 2023.10.17 21:52:38.307946 [ 3 ] {85633ae5-0860-4241-af35-6a8310ed6cb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2176 2023.10.17 21:52:38.307984 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 11 rows starting from the beginning of the part
2177 2023.10.17 21:52:38.309127 [ 3 ] {85633ae5-0860-4241-af35-6a8310ed6cb1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2178 2023.10.17 21:52:38.309786 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 5 columns (5 merged, 0 gathered) in 0.003437207 sec., 171360.0606538972 rows/sec., 10.41 MiB/sec.
2179 2023.10.17 21:52:38.309877 [ 3 ] {85633ae5-0860-4241-af35-6a8310ed6cb1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2180 2023.10.17 21:52:38.309959 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2181 2023.10.17 21:52:38.310093 [ 3 ] {85633ae5-0860-4241-af35-6a8310ed6cb1} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0.
2182 2023.10.17 21:52:38.310216 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2.
2183 2023.10.17 21:52:38.310227 [ 3 ] {85633ae5-0860-4241-af35-6a8310ed6cb1} <Information> executeQuery: Read 47 rows, 64.95 KiB in 0.003009091 sec., 15619 rows/sec., 21.08 MiB/sec.
2184 2023.10.17 21:52:38.310308 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0
2185 2023.10.17 21:52:38.310405 [ 3 ] {85633ae5-0860-4241-af35-6a8310ed6cb1} <Debug> DynamicQueryHandler: Done processing query
2186 2023.10.17 21:52:38.310430 [ 3 ] {85633ae5-0860-4241-af35-6a8310ed6cb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
2187 2023.10.17 21:52:38.310447 [ 3 ] {} <Debug> HTTP-Session: 388918a7-f81a-44ad-9536-71962979ee42 Destroying unnamed session
2188 2023.10.17 21:52:42.618934 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache
2189 2023.10.17 21:52:42.618995 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache
2190 2023.10.17 21:52:43.301128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2191 2023.10.17 21:52:43.301235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2192 2023.10.17 21:52:43.301261 [ 3 ] {} <Debug> HTTP-Session: 68992e85-2538-4cb8-98b7-ef7d7ad31b40 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2193 2023.10.17 21:52:43.301285 [ 3 ] {} <Debug> HTTP-Session: 68992e85-2538-4cb8-98b7-ef7d7ad31b40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2194 2023.10.17 21:52:43.301412 [ 3 ] {0325d905-c10e-4099-887a-aba925f43cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2195 2023.10.17 21:52:43.301474 [ 3 ] {0325d905-c10e-4099-887a-aba925f43cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2196 2023.10.17 21:52:43.301635 [ 3 ] {0325d905-c10e-4099-887a-aba925f43cf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2197 2023.10.17 21:52:43.302077 [ 3 ] {0325d905-c10e-4099-887a-aba925f43cf4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2198 2023.10.17 21:52:43.302347 [ 3 ] {0325d905-c10e-4099-887a-aba925f43cf4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2199 2023.10.17 21:52:43.302513 [ 3 ] {0325d905-c10e-4099-887a-aba925f43cf4} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0.
2200 2023.10.17 21:52:43.302658 [ 3 ] {0325d905-c10e-4099-887a-aba925f43cf4} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001204576 sec., 4981 rows/sec., 282.13 KiB/sec.
2201 2023.10.17 21:52:43.302804 [ 3 ] {0325d905-c10e-4099-887a-aba925f43cf4} <Debug> DynamicQueryHandler: Done processing query
2202 2023.10.17 21:52:43.302830 [ 3 ] {0325d905-c10e-4099-887a-aba925f43cf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2203 2023.10.17 21:52:43.302846 [ 3 ] {} <Debug> HTTP-Session: 68992e85-2538-4cb8-98b7-ef7d7ad31b40 Destroying unnamed session
2204 2023.10.17 21:52:43.302982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2205 2023.10.17 21:52:43.303030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2206 2023.10.17 21:52:43.303050 [ 3 ] {} <Debug> HTTP-Session: a88615b6-6b99-4613-8719-53a4b8d646d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2207 2023.10.17 21:52:43.303069 [ 3 ] {} <Debug> HTTP-Session: a88615b6-6b99-4613-8719-53a4b8d646d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2208 2023.10.17 21:52:43.303144 [ 3 ] {782ae4a6-8685-49e6-8428-1080a1fe0a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2209 2023.10.17 21:52:43.303183 [ 3 ] {782ae4a6-8685-49e6-8428-1080a1fe0a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2210 2023.10.17 21:52:43.303290 [ 3 ] {782ae4a6-8685-49e6-8428-1080a1fe0a12} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2211 2023.10.17 21:52:43.303686 [ 3 ] {782ae4a6-8685-49e6-8428-1080a1fe0a12} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2212 2023.10.17 21:52:43.303904 [ 3 ] {782ae4a6-8685-49e6-8428-1080a1fe0a12} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2213 2023.10.17 21:52:43.304058 [ 3 ] {782ae4a6-8685-49e6-8428-1080a1fe0a12} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0.
2214 2023.10.17 21:52:43.304192 [ 3 ] {782ae4a6-8685-49e6-8428-1080a1fe0a12} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.001011254 sec., 86031 rows/sec., 8.04 MiB/sec.
2215 2023.10.17 21:52:43.304328 [ 3 ] {782ae4a6-8685-49e6-8428-1080a1fe0a12} <Debug> DynamicQueryHandler: Done processing query
2216 2023.10.17 21:52:43.304351 [ 3 ] {782ae4a6-8685-49e6-8428-1080a1fe0a12} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
2217 2023.10.17 21:52:43.304368 [ 3 ] {} <Debug> HTTP-Session: a88615b6-6b99-4613-8719-53a4b8d646d6 Destroying unnamed session
2218 2023.10.17 21:52:43.304545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2219 2023.10.17 21:52:43.304591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2220 2023.10.17 21:52:43.304611 [ 3 ] {} <Debug> HTTP-Session: ad26be26-1e3d-4866-bfc2-bbe52017ce55 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2221 2023.10.17 21:52:43.304628 [ 3 ] {} <Debug> HTTP-Session: ad26be26-1e3d-4866-bfc2-bbe52017ce55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2222 2023.10.17 21:52:43.304711 [ 3 ] {c5acf98a-0c60-43ba-a24c-bd37e3fa9fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2223 2023.10.17 21:52:43.304750 [ 3 ] {c5acf98a-0c60-43ba-a24c-bd37e3fa9fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2224 2023.10.17 21:52:43.304855 [ 3 ] {c5acf98a-0c60-43ba-a24c-bd37e3fa9fd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2225 2023.10.17 21:52:43.305346 [ 3 ] {c5acf98a-0c60-43ba-a24c-bd37e3fa9fd9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2226 2023.10.17 21:52:43.305567 [ 3 ] {c5acf98a-0c60-43ba-a24c-bd37e3fa9fd9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2227 2023.10.17 21:52:43.305720 [ 3 ] {c5acf98a-0c60-43ba-a24c-bd37e3fa9fd9} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0.
2228 2023.10.17 21:52:43.305847 [ 3 ] {c5acf98a-0c60-43ba-a24c-bd37e3fa9fd9} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001107255 sec., 238427 rows/sec., 16.36 MiB/sec.
2229 2023.10.17 21:52:43.305974 [ 3 ] {c5acf98a-0c60-43ba-a24c-bd37e3fa9fd9} <Debug> DynamicQueryHandler: Done processing query
2230 2023.10.17 21:52:43.305997 [ 3 ] {c5acf98a-0c60-43ba-a24c-bd37e3fa9fd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
2231 2023.10.17 21:52:43.306013 [ 3 ] {} <Debug> HTTP-Session: ad26be26-1e3d-4866-bfc2-bbe52017ce55 Destroying unnamed session
2232 2023.10.17 21:52:43.306183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2233 2023.10.17 21:52:43.306228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2234 2023.10.17 21:52:43.306247 [ 3 ] {} <Debug> HTTP-Session: fae139cb-2a46-4ae1-a06e-fe57feb1206a Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2235 2023.10.17 21:52:43.306264 [ 3 ] {} <Debug> HTTP-Session: fae139cb-2a46-4ae1-a06e-fe57feb1206a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2236 2023.10.17 21:52:43.306333 [ 3 ] {58bb99c6-f844-4822-848e-d7570a916e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2237 2023.10.17 21:52:43.306374 [ 3 ] {58bb99c6-f844-4822-848e-d7570a916e6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2238 2023.10.17 21:52:43.306482 [ 3 ] {58bb99c6-f844-4822-848e-d7570a916e6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2239 2023.10.17 21:52:43.306747 [ 3 ] {58bb99c6-f844-4822-848e-d7570a916e6f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2240 2023.10.17 21:52:43.306990 [ 3 ] {58bb99c6-f844-4822-848e-d7570a916e6f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2241 2023.10.17 21:52:43.307177 [ 3 ] {58bb99c6-f844-4822-848e-d7570a916e6f} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0.
2242 2023.10.17 21:52:43.307304 [ 3 ] {58bb99c6-f844-4822-848e-d7570a916e6f} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000938913 sec., 6390 rows/sec., 268.35 KiB/sec.
2243 2023.10.17 21:52:43.307429 [ 3 ] {58bb99c6-f844-4822-848e-d7570a916e6f} <Debug> DynamicQueryHandler: Done processing query
2244 2023.10.17 21:52:43.307453 [ 3 ] {58bb99c6-f844-4822-848e-d7570a916e6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
2245 2023.10.17 21:52:43.307469 [ 3 ] {} <Debug> HTTP-Session: fae139cb-2a46-4ae1-a06e-fe57feb1206a Destroying unnamed session
2246 2023.10.17 21:52:43.307606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2247 2023.10.17 21:52:43.307652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2248 2023.10.17 21:52:43.307672 [ 3 ] {} <Debug> HTTP-Session: 3dd70645-c524-4ae7-9005-fe11f4d71211 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2249 2023.10.17 21:52:43.307689 [ 3 ] {} <Debug> HTTP-Session: 3dd70645-c524-4ae7-9005-fe11f4d71211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2250 2023.10.17 21:52:43.307764 [ 3 ] {1883d681-faa7-47df-9915-e886dbe13b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
2251 2023.10.17 21:52:43.307808 [ 3 ] {1883d681-faa7-47df-9915-e886dbe13b9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
2252 2023.10.17 21:52:43.307931 [ 3 ] {1883d681-faa7-47df-9915-e886dbe13b9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2253 2023.10.17 21:52:43.308255 [ 3 ] {1883d681-faa7-47df-9915-e886dbe13b9f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2254 2023.10.17 21:52:43.308518 [ 3 ] {1883d681-faa7-47df-9915-e886dbe13b9f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2255 2023.10.17 21:52:43.308705 [ 3 ] {1883d681-faa7-47df-9915-e886dbe13b9f} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0.
2256 2023.10.17 21:52:43.308823 [ 3 ] {1883d681-faa7-47df-9915-e886dbe13b9f} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.001030624 sec., 61128 rows/sec., 3.71 MiB/sec.
2257 2023.10.17 21:52:43.308949 [ 3 ] {1883d681-faa7-47df-9915-e886dbe13b9f} <Debug> DynamicQueryHandler: Done processing query
2258 2023.10.17 21:52:43.308971 [ 3 ] {1883d681-faa7-47df-9915-e886dbe13b9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2259 2023.10.17 21:52:43.308987 [ 3 ] {} <Debug> HTTP-Session: 3dd70645-c524-4ae7-9005-fe11f4d71211 Destroying unnamed session
2260 2023.10.17 21:52:43.309132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2261 2023.10.17 21:52:43.309177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2262 2023.10.17 21:52:43.309197 [ 3 ] {} <Debug> HTTP-Session: b5a819e6-d6f2-4811-913d-0f28c64712b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2263 2023.10.17 21:52:43.309215 [ 3 ] {} <Debug> HTTP-Session: b5a819e6-d6f2-4811-913d-0f28c64712b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2264 2023.10.17 21:52:43.309286 [ 3 ] {807ce05b-7c1a-4612-8433-3db786e61d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
2265 2023.10.17 21:52:43.309326 [ 3 ] {807ce05b-7c1a-4612-8433-3db786e61d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2266 2023.10.17 21:52:43.309429 [ 3 ] {807ce05b-7c1a-4612-8433-3db786e61d40} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2267 2023.10.17 21:52:43.309727 [ 3 ] {807ce05b-7c1a-4612-8433-3db786e61d40} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2268 2023.10.17 21:52:43.309960 [ 3 ] {807ce05b-7c1a-4612-8433-3db786e61d40} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2269 2023.10.17 21:52:43.310139 [ 3 ] {807ce05b-7c1a-4612-8433-3db786e61d40} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0.
2270 2023.10.17 21:52:43.310241 [ 3 ] {807ce05b-7c1a-4612-8433-3db786e61d40} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000927242 sec., 20490 rows/sec., 1.06 MiB/sec.
2271 2023.10.17 21:52:43.310269 [ 69 ] {} <Debug> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2272 2023.10.17 21:52:43.310379 [ 69 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2273 2023.10.17 21:52:43.310406 [ 3 ] {807ce05b-7c1a-4612-8433-3db786e61d40} <Debug> DynamicQueryHandler: Done processing query
2274 2023.10.17 21:52:43.310465 [ 3 ] {807ce05b-7c1a-4612-8433-3db786e61d40} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
2275 2023.10.17 21:52:43.310509 [ 3 ] {} <Debug> HTTP-Session: b5a819e6-d6f2-4811-913d-0f28c64712b6 Destroying unnamed session
2276 2023.10.17 21:52:43.310514 [ 14 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact
2277 2023.10.17 21:52:43.310625 [ 14 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2278 2023.10.17 21:52:43.310658 [ 14 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 128 rows starting from the beginning of the part
2279 2023.10.17 21:52:43.310777 [ 14 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 19 rows starting from the beginning of the part
2280 2023.10.17 21:52:43.310871 [ 14 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 19 rows starting from the beginning of the part
2281 2023.10.17 21:52:43.310958 [ 14 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 19 rows starting from the beginning of the part
2282 2023.10.17 21:52:43.311042 [ 14 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 19 rows starting from the beginning of the part
2283 2023.10.17 21:52:43.311126 [ 14 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 19 rows starting from the beginning of the part
2284 2023.10.17 21:52:43.311670 [ 12 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 223 rows, containing 4 columns (4 merged, 0 gathered) in 0.001238937 sec., 179993.01013691575 rows/sec., 9.81 MiB/sec.
2285 2023.10.17 21:52:43.311802 [ 14 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2286 2023.10.17 21:52:43.312008 [ 14 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_11_2} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2.
2287 2023.10.17 21:52:43.312070 [ 14 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_11_2} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0
2288 2023.10.17 21:52:48.299616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2289 2023.10.17 21:52:48.299804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2290 2023.10.17 21:52:48.299856 [ 3 ] {} <Debug> HTTP-Session: 190628d7-1b50-42f5-aa40-0c41dfdf2158 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2291 2023.10.17 21:52:48.299901 [ 3 ] {} <Debug> HTTP-Session: 190628d7-1b50-42f5-aa40-0c41dfdf2158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2292 2023.10.17 21:52:48.300119 [ 3 ] {976e6973-1d82-44d2-943f-411c7a611f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2293 2023.10.17 21:52:48.300224 [ 3 ] {976e6973-1d82-44d2-943f-411c7a611f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2294 2023.10.17 21:52:48.300483 [ 3 ] {976e6973-1d82-44d2-943f-411c7a611f76} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2295 2023.10.17 21:52:48.300947 [ 3 ] {976e6973-1d82-44d2-943f-411c7a611f76} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2296 2023.10.17 21:52:48.301220 [ 3 ] {976e6973-1d82-44d2-943f-411c7a611f76} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2297 2023.10.17 21:52:48.301395 [ 3 ] {976e6973-1d82-44d2-943f-411c7a611f76} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0.
2298 2023.10.17 21:52:48.301534 [ 3 ] {976e6973-1d82-44d2-943f-411c7a611f76} <Information> executeQuery: Read 47 rows, 3.81 KiB in 0.001351468 sec., 34776 rows/sec., 2.75 MiB/sec.
2299 2023.10.17 21:52:48.301692 [ 3 ] {976e6973-1d82-44d2-943f-411c7a611f76} <Debug> DynamicQueryHandler: Done processing query
2300 2023.10.17 21:52:48.301719 [ 3 ] {976e6973-1d82-44d2-943f-411c7a611f76} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2301 2023.10.17 21:52:48.301736 [ 3 ] {} <Debug> HTTP-Session: 190628d7-1b50-42f5-aa40-0c41dfdf2158 Destroying unnamed session
2302 2023.10.17 21:52:48.301887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 22677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2303 2023.10.17 21:52:48.301941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2304 2023.10.17 21:52:48.301962 [ 3 ] {} <Debug> HTTP-Session: c31c62d2-c5ff-47d3-b671-d9f54c2ecbe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2305 2023.10.17 21:52:48.301983 [ 3 ] {} <Debug> HTTP-Session: c31c62d2-c5ff-47d3-b671-d9f54c2ecbe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2306 2023.10.17 21:52:48.302073 [ 3 ] {e7595416-0cd0-4820-877f-d1c4ae39102b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2307 2023.10.17 21:52:48.302116 [ 3 ] {e7595416-0cd0-4820-877f-d1c4ae39102b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2308 2023.10.17 21:52:48.302227 [ 3 ] {e7595416-0cd0-4820-877f-d1c4ae39102b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2309 2023.10.17 21:52:48.302646 [ 3 ] {e7595416-0cd0-4820-877f-d1c4ae39102b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2310 2023.10.17 21:52:48.302879 [ 3 ] {e7595416-0cd0-4820-877f-d1c4ae39102b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2311 2023.10.17 21:52:48.303046 [ 3 ] {e7595416-0cd0-4820-877f-d1c4ae39102b} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0.
2312 2023.10.17 21:52:48.303173 [ 3 ] {e7595416-0cd0-4820-877f-d1c4ae39102b} <Information> executeQuery: Read 141 rows, 14.05 KiB in 0.001071215 sec., 131626 rows/sec., 12.81 MiB/sec.
2313 2023.10.17 21:52:48.303298 [ 3 ] {e7595416-0cd0-4820-877f-d1c4ae39102b} <Debug> DynamicQueryHandler: Done processing query
2314 2023.10.17 21:52:48.303321 [ 3 ] {e7595416-0cd0-4820-877f-d1c4ae39102b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2315 2023.10.17 21:52:48.303338 [ 3 ] {} <Debug> HTTP-Session: c31c62d2-c5ff-47d3-b671-d9f54c2ecbe9 Destroying unnamed session
2316 2023.10.17 21:52:48.303473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2317 2023.10.17 21:52:48.303522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2318 2023.10.17 21:52:48.303541 [ 3 ] {} <Debug> HTTP-Session: 3816eb76-5ed8-4cb0-9a3f-c101a0791d8d Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2319 2023.10.17 21:52:48.303559 [ 3 ] {} <Debug> HTTP-Session: 3816eb76-5ed8-4cb0-9a3f-c101a0791d8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2320 2023.10.17 21:52:48.303633 [ 3 ] {a3edf3c3-cf2c-4bd5-8bfa-957c1fad3c62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2321 2023.10.17 21:52:48.303674 [ 3 ] {a3edf3c3-cf2c-4bd5-8bfa-957c1fad3c62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2322 2023.10.17 21:52:48.303778 [ 3 ] {a3edf3c3-cf2c-4bd5-8bfa-957c1fad3c62} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2323 2023.10.17 21:52:48.304099 [ 3 ] {a3edf3c3-cf2c-4bd5-8bfa-957c1fad3c62} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2324 2023.10.17 21:52:48.304333 [ 3 ] {a3edf3c3-cf2c-4bd5-8bfa-957c1fad3c62} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2325 2023.10.17 21:52:48.304484 [ 3 ] {a3edf3c3-cf2c-4bd5-8bfa-957c1fad3c62} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0.
2326 2023.10.17 21:52:48.304613 [ 3 ] {a3edf3c3-cf2c-4bd5-8bfa-957c1fad3c62} <Information> executeQuery: Read 47 rows, 3.76 KiB in 0.000950133 sec., 49466 rows/sec., 3.87 MiB/sec.
2327 2023.10.17 21:52:48.304770 [ 3 ] {a3edf3c3-cf2c-4bd5-8bfa-957c1fad3c62} <Debug> DynamicQueryHandler: Done processing query
2328 2023.10.17 21:52:48.304794 [ 3 ] {a3edf3c3-cf2c-4bd5-8bfa-957c1fad3c62} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2329 2023.10.17 21:52:48.304811 [ 3 ] {} <Debug> HTTP-Session: 3816eb76-5ed8-4cb0-9a3f-c101a0791d8d Destroying unnamed session
2330 2023.10.17 21:52:48.305026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 50282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2331 2023.10.17 21:52:48.305072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2332 2023.10.17 21:52:48.305092 [ 3 ] {} <Debug> HTTP-Session: e385e681-a20a-4086-8e58-67204c8cad70 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2333 2023.10.17 21:52:48.305109 [ 3 ] {} <Debug> HTTP-Session: e385e681-a20a-4086-8e58-67204c8cad70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2334 2023.10.17 21:52:48.305206 [ 3 ] {287a1791-de33-465e-8ad5-7ccf42c29753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2335 2023.10.17 21:52:48.305253 [ 3 ] {287a1791-de33-465e-8ad5-7ccf42c29753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2336 2023.10.17 21:52:48.305397 [ 3 ] {287a1791-de33-465e-8ad5-7ccf42c29753} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2337 2023.10.17 21:52:48.305902 [ 3 ] {287a1791-de33-465e-8ad5-7ccf42c29753} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.42 GiB.
2338 2023.10.17 21:52:48.306227 [ 3 ] {287a1791-de33-465e-8ad5-7ccf42c29753} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2339 2023.10.17 21:52:48.306425 [ 3 ] {287a1791-de33-465e-8ad5-7ccf42c29753} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0.
2340 2023.10.17 21:52:48.306549 [ 3 ] {287a1791-de33-465e-8ad5-7ccf42c29753} <Information> executeQuery: Read 47 rows, 64.95 KiB in 0.001314807 sec., 35746 rows/sec., 48.24 MiB/sec.
2341 2023.10.17 21:52:48.306704 [ 3 ] {287a1791-de33-465e-8ad5-7ccf42c29753} <Debug> DynamicQueryHandler: Done processing query
2342 2023.10.17 21:52:48.306728 [ 3 ] {287a1791-de33-465e-8ad5-7ccf42c29753} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
2343 2023.10.17 21:52:48.306745 [ 3 ] {} <Debug> HTTP-Session: e385e681-a20a-4086-8e58-67204c8cad70 Destroying unnamed session
2344 2023.10.17 21:52:53.301481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2345 2023.10.17 21:52:53.301668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2346 2023.10.17 21:52:53.301718 [ 3 ] {} <Debug> HTTP-Session: 4ce1e389-677d-43cf-ad6a-4db90fcefc64 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2347 2023.10.17 21:52:53.301761 [ 3 ] {} <Debug> HTTP-Session: 4ce1e389-677d-43cf-ad6a-4db90fcefc64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2348 2023.10.17 21:52:53.301966 [ 3 ] {dd0d6229-c560-4a95-8cbf-3999bb631baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2349 2023.10.17 21:52:53.302080 [ 3 ] {dd0d6229-c560-4a95-8cbf-3999bb631baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2350 2023.10.17 21:52:53.302357 [ 3 ] {dd0d6229-c560-4a95-8cbf-3999bb631baf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2351 2023.10.17 21:52:53.302880 [ 3 ] {dd0d6229-c560-4a95-8cbf-3999bb631baf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2352 2023.10.17 21:52:53.303146 [ 3 ] {dd0d6229-c560-4a95-8cbf-3999bb631baf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2353 2023.10.17 21:52:53.303308 [ 3 ] {dd0d6229-c560-4a95-8cbf-3999bb631baf} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0.
2354 2023.10.17 21:52:53.303458 [ 3 ] {dd0d6229-c560-4a95-8cbf-3999bb631baf} <Information> executeQuery: Read 6 rows, 348.00 B in 0.00145712 sec., 4117 rows/sec., 233.23 KiB/sec.
2355 2023.10.17 21:52:53.303684 [ 3 ] {dd0d6229-c560-4a95-8cbf-3999bb631baf} <Debug> DynamicQueryHandler: Done processing query
2356 2023.10.17 21:52:53.303709 [ 3 ] {dd0d6229-c560-4a95-8cbf-3999bb631baf} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2357 2023.10.17 21:52:53.303725 [ 3 ] {} <Debug> HTTP-Session: 4ce1e389-677d-43cf-ad6a-4db90fcefc64 Destroying unnamed session
2358 2023.10.17 21:52:53.303849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2359 2023.10.17 21:52:53.303897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2360 2023.10.17 21:52:53.303917 [ 3 ] {} <Debug> HTTP-Session: e73ff658-3484-43db-93c6-1a310cc27473 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2361 2023.10.17 21:52:53.303935 [ 3 ] {} <Debug> HTTP-Session: e73ff658-3484-43db-93c6-1a310cc27473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2362 2023.10.17 21:52:53.304082 [ 3 ] {283f2980-4a44-4f13-8ff3-f8affa2a1799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2363 2023.10.17 21:52:53.304128 [ 3 ] {283f2980-4a44-4f13-8ff3-f8affa2a1799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2364 2023.10.17 21:52:53.304254 [ 3 ] {283f2980-4a44-4f13-8ff3-f8affa2a1799} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2365 2023.10.17 21:52:53.304627 [ 3 ] {283f2980-4a44-4f13-8ff3-f8affa2a1799} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2366 2023.10.17 21:52:53.304849 [ 3 ] {283f2980-4a44-4f13-8ff3-f8affa2a1799} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2367 2023.10.17 21:52:53.305017 [ 3 ] {283f2980-4a44-4f13-8ff3-f8affa2a1799} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0.
2368 2023.10.17 21:52:53.305147 [ 3 ] {283f2980-4a44-4f13-8ff3-f8affa2a1799} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.001035164 sec., 84044 rows/sec., 7.86 MiB/sec.
2369 2023.10.17 21:52:53.305276 [ 3 ] {283f2980-4a44-4f13-8ff3-f8affa2a1799} <Debug> DynamicQueryHandler: Done processing query
2370 2023.10.17 21:52:53.305299 [ 3 ] {283f2980-4a44-4f13-8ff3-f8affa2a1799} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
2371 2023.10.17 21:52:53.305316 [ 3 ] {} <Debug> HTTP-Session: e73ff658-3484-43db-93c6-1a310cc27473 Destroying unnamed session
2372 2023.10.17 21:52:53.305479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2373 2023.10.17 21:52:53.305526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2374 2023.10.17 21:52:53.305546 [ 3 ] {} <Debug> HTTP-Session: 65b380d1-9259-48f0-a6be-a36794c89a81 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2375 2023.10.17 21:52:53.305564 [ 3 ] {} <Debug> HTTP-Session: 65b380d1-9259-48f0-a6be-a36794c89a81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2376 2023.10.17 21:52:53.305644 [ 3 ] {80aada37-7802-4d29-a8fe-fb1179ff85f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2377 2023.10.17 21:52:53.305685 [ 3 ] {80aada37-7802-4d29-a8fe-fb1179ff85f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2378 2023.10.17 21:52:53.305793 [ 3 ] {80aada37-7802-4d29-a8fe-fb1179ff85f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2379 2023.10.17 21:52:53.306275 [ 3 ] {80aada37-7802-4d29-a8fe-fb1179ff85f3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2380 2023.10.17 21:52:53.306500 [ 3 ] {80aada37-7802-4d29-a8fe-fb1179ff85f3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2381 2023.10.17 21:52:53.306653 [ 3 ] {80aada37-7802-4d29-a8fe-fb1179ff85f3} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0.
2382 2023.10.17 21:52:53.306782 [ 3 ] {80aada37-7802-4d29-a8fe-fb1179ff85f3} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001108175 sec., 238229 rows/sec., 16.34 MiB/sec.
2383 2023.10.17 21:52:53.306996 [ 3 ] {80aada37-7802-4d29-a8fe-fb1179ff85f3} <Debug> DynamicQueryHandler: Done processing query
2384 2023.10.17 21:52:53.307022 [ 3 ] {80aada37-7802-4d29-a8fe-fb1179ff85f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
2385 2023.10.17 21:52:53.307037 [ 3 ] {} <Debug> HTTP-Session: 65b380d1-9259-48f0-a6be-a36794c89a81 Destroying unnamed session
2386 2023.10.17 21:52:53.307194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2387 2023.10.17 21:52:53.307240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2388 2023.10.17 21:52:53.307258 [ 3 ] {} <Debug> HTTP-Session: 4603e995-a769-4a79-ac86-9a161f4eb7af Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2389 2023.10.17 21:52:53.307275 [ 3 ] {} <Debug> HTTP-Session: 4603e995-a769-4a79-ac86-9a161f4eb7af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2390 2023.10.17 21:52:53.307345 [ 3 ] {0b8a5413-f391-460b-a1b9-f47bf2f9b8b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2391 2023.10.17 21:52:53.307385 [ 3 ] {0b8a5413-f391-460b-a1b9-f47bf2f9b8b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2392 2023.10.17 21:52:53.307507 [ 3 ] {0b8a5413-f391-460b-a1b9-f47bf2f9b8b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2393 2023.10.17 21:52:53.307806 [ 3 ] {0b8a5413-f391-460b-a1b9-f47bf2f9b8b0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2394 2023.10.17 21:52:53.308047 [ 3 ] {0b8a5413-f391-460b-a1b9-f47bf2f9b8b0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2395 2023.10.17 21:52:53.308223 [ 3 ] {0b8a5413-f391-460b-a1b9-f47bf2f9b8b0} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0.
2396 2023.10.17 21:52:53.308354 [ 3 ] {0b8a5413-f391-460b-a1b9-f47bf2f9b8b0} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000975174 sec., 6152 rows/sec., 258.37 KiB/sec.
2397 2023.10.17 21:52:53.308350 [ 109 ] {} <Debug> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2398 2023.10.17 21:52:53.308481 [ 109 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2399 2023.10.17 21:52:53.308532 [ 3 ] {0b8a5413-f391-460b-a1b9-f47bf2f9b8b0} <Debug> DynamicQueryHandler: Done processing query
2400 2023.10.17 21:52:53.308579 [ 3 ] {0b8a5413-f391-460b-a1b9-f47bf2f9b8b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
2401 2023.10.17 21:52:53.308587 [ 19 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact
2402 2023.10.17 21:52:53.308621 [ 3 ] {} <Debug> HTTP-Session: 4603e995-a769-4a79-ac86-9a161f4eb7af Destroying unnamed session
2403 2023.10.17 21:52:53.308786 [ 19 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2404 2023.10.17 21:52:53.308862 [ 19 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part
2405 2023.10.17 21:52:53.308878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2406 2023.10.17 21:52:53.308976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2407 2023.10.17 21:52:53.309022 [ 3 ] {} <Debug> HTTP-Session: d5dfa966-5d28-45cf-97d9-d75aae334243 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2408 2023.10.17 21:52:53.309063 [ 3 ] {} <Debug> HTTP-Session: d5dfa966-5d28-45cf-97d9-d75aae334243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2409 2023.10.17 21:52:53.309298 [ 19 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
2410 2023.10.17 21:52:53.309318 [ 3 ] {a0a62895-0cf1-4506-a29d-506be5906133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
2411 2023.10.17 21:52:53.309461 [ 3 ] {a0a62895-0cf1-4506-a29d-506be5906133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
2412 2023.10.17 21:52:53.309702 [ 19 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
2413 2023.10.17 21:52:53.309999 [ 19 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
2414 2023.10.17 21:52:53.310027 [ 3 ] {a0a62895-0cf1-4506-a29d-506be5906133} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2415 2023.10.17 21:52:53.310216 [ 19 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
2416 2023.10.17 21:52:53.310358 [ 19 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
2417 2023.10.17 21:52:53.310916 [ 3 ] {a0a62895-0cf1-4506-a29d-506be5906133} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2418 2023.10.17 21:52:53.311517 [ 3 ] {a0a62895-0cf1-4506-a29d-506be5906133} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2419 2023.10.17 21:52:53.311942 [ 3 ] {a0a62895-0cf1-4506-a29d-506be5906133} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0.
2420 2023.10.17 21:52:53.311964 [ 10 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003430736 sec., 19237.85450119158 rows/sec., 807.84 KiB/sec.
2421 2023.10.17 21:52:53.312127 [ 3 ] {a0a62895-0cf1-4506-a29d-506be5906133} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.002727467 sec., 23098 rows/sec., 1.40 MiB/sec.
2422 2023.10.17 21:52:53.312164 [ 19 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2423 2023.10.17 21:52:53.312361 [ 3 ] {a0a62895-0cf1-4506-a29d-506be5906133} <Debug> DynamicQueryHandler: Done processing query
2424 2023.10.17 21:52:53.312396 [ 3 ] {a0a62895-0cf1-4506-a29d-506be5906133} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2425 2023.10.17 21:52:53.312417 [ 3 ] {} <Debug> HTTP-Session: d5dfa966-5d28-45cf-97d9-d75aae334243 Destroying unnamed session
2426 2023.10.17 21:52:53.312499 [ 19 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_11_2} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2.
2427 2023.10.17 21:52:53.312565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2428 2023.10.17 21:52:53.312580 [ 19 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_11_2} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0
2429 2023.10.17 21:52:53.312634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2430 2023.10.17 21:52:53.312698 [ 3 ] {} <Debug> HTTP-Session: 4835f06e-f5e3-4d6c-af9b-003df633481a Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2431 2023.10.17 21:52:53.312719 [ 3 ] {} <Debug> HTTP-Session: 4835f06e-f5e3-4d6c-af9b-003df633481a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2432 2023.10.17 21:52:53.312792 [ 3 ] {76434fd6-da25-4d8b-95e0-5d2c4dd2e629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
2433 2023.10.17 21:52:53.312831 [ 3 ] {76434fd6-da25-4d8b-95e0-5d2c4dd2e629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2434 2023.10.17 21:52:53.312951 [ 3 ] {76434fd6-da25-4d8b-95e0-5d2c4dd2e629} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2435 2023.10.17 21:52:53.313214 [ 3 ] {76434fd6-da25-4d8b-95e0-5d2c4dd2e629} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2436 2023.10.17 21:52:53.313455 [ 3 ] {76434fd6-da25-4d8b-95e0-5d2c4dd2e629} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2437 2023.10.17 21:52:53.313640 [ 3 ] {76434fd6-da25-4d8b-95e0-5d2c4dd2e629} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0.
2438 2023.10.17 21:52:53.313765 [ 3 ] {76434fd6-da25-4d8b-95e0-5d2c4dd2e629} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000946103 sec., 20082 rows/sec., 1.04 MiB/sec.
2439 2023.10.17 21:52:53.313872 [ 3 ] {76434fd6-da25-4d8b-95e0-5d2c4dd2e629} <Debug> DynamicQueryHandler: Done processing query
2440 2023.10.17 21:52:53.313895 [ 3 ] {76434fd6-da25-4d8b-95e0-5d2c4dd2e629} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
2441 2023.10.17 21:52:53.313912 [ 3 ] {} <Debug> HTTP-Session: 4835f06e-f5e3-4d6c-af9b-003df633481a Destroying unnamed session
2442 2023.10.17 21:52:57.619038 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache
2443 2023.10.17 21:52:57.619105 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache
2444 2023.10.17 21:52:58.299387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2445 2023.10.17 21:52:58.299498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2446 2023.10.17 21:52:58.299526 [ 3 ] {} <Debug> HTTP-Session: 85cb0524-3504-462a-8b72-37f2e3b48fbd Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2447 2023.10.17 21:52:58.299552 [ 3 ] {} <Debug> HTTP-Session: 85cb0524-3504-462a-8b72-37f2e3b48fbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2448 2023.10.17 21:52:58.299685 [ 3 ] {bb144861-2751-49dd-9684-df5fbb3b71f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2449 2023.10.17 21:52:58.299748 [ 3 ] {bb144861-2751-49dd-9684-df5fbb3b71f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2450 2023.10.17 21:52:58.299914 [ 3 ] {bb144861-2751-49dd-9684-df5fbb3b71f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2451 2023.10.17 21:52:58.300350 [ 3 ] {bb144861-2751-49dd-9684-df5fbb3b71f8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2452 2023.10.17 21:52:58.300621 [ 3 ] {bb144861-2751-49dd-9684-df5fbb3b71f8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2453 2023.10.17 21:52:58.300790 [ 3 ] {bb144861-2751-49dd-9684-df5fbb3b71f8} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0.
2454 2023.10.17 21:52:58.300922 [ 3 ] {bb144861-2751-49dd-9684-df5fbb3b71f8} <Information> executeQuery: Read 47 rows, 3.81 KiB in 0.001192667 sec., 39407 rows/sec., 3.12 MiB/sec.
2455 2023.10.17 21:52:58.300927 [ 99 ] {} <Debug> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2456 2023.10.17 21:52:58.301031 [ 99 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2457 2023.10.17 21:52:58.301143 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact
2458 2023.10.17 21:52:58.301163 [ 3 ] {bb144861-2751-49dd-9684-df5fbb3b71f8} <Debug> DynamicQueryHandler: Done processing query
2459 2023.10.17 21:52:58.301253 [ 3 ] {bb144861-2751-49dd-9684-df5fbb3b71f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2460 2023.10.17 21:52:58.301309 [ 3 ] {} <Debug> HTTP-Session: 85cb0524-3504-462a-8b72-37f2e3b48fbd Destroying unnamed session
2461 2023.10.17 21:52:58.301366 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2462 2023.10.17 21:52:58.301409 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 53 rows starting from the beginning of the part
2463 2023.10.17 21:52:58.301548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 22677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2464 2023.10.17 21:52:58.301600 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 47 rows starting from the beginning of the part
2465 2023.10.17 21:52:58.301639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2466 2023.10.17 21:52:58.301685 [ 3 ] {} <Debug> HTTP-Session: 600e7d4e-fa8b-4b4c-b690-a58b39a924cf Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2467 2023.10.17 21:52:58.301721 [ 3 ] {} <Debug> HTTP-Session: 600e7d4e-fa8b-4b4c-b690-a58b39a924cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2468 2023.10.17 21:52:58.301810 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
2469 2023.10.17 21:52:58.301943 [ 3 ] {3cdc880d-052e-4caa-9ce5-27e66204914a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2470 2023.10.17 21:52:58.302026 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 47 rows starting from the beginning of the part
2471 2023.10.17 21:52:58.302041 [ 3 ] {3cdc880d-052e-4caa-9ce5-27e66204914a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2472 2023.10.17 21:52:58.302316 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
2473 2023.10.17 21:52:58.302564 [ 3 ] {3cdc880d-052e-4caa-9ce5-27e66204914a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2474 2023.10.17 21:52:58.302586 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 47 rows starting from the beginning of the part
2475 2023.10.17 21:52:58.303489 [ 3 ] {3cdc880d-052e-4caa-9ce5-27e66204914a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2476 2023.10.17 21:52:58.304058 [ 3 ] {3cdc880d-052e-4caa-9ce5-27e66204914a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2477 2023.10.17 21:52:58.304153 [ 17 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 4 columns (4 merged, 0 gathered) in 0.003029161 sec., 68005.62928150732 rows/sec., 5.24 MiB/sec.
2478 2023.10.17 21:52:58.304328 [ 3 ] {3cdc880d-052e-4caa-9ce5-27e66204914a} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0.
2479 2023.10.17 21:52:58.304363 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2480 2023.10.17 21:52:58.304496 [ 99 ] {} <Debug> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2481 2023.10.17 21:52:58.304557 [ 3 ] {3cdc880d-052e-4caa-9ce5-27e66204914a} <Information> executeQuery: Read 141 rows, 14.05 KiB in 0.002539905 sec., 55513 rows/sec., 5.40 MiB/sec.
2482 2023.10.17 21:52:58.304576 [ 99 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2483 2023.10.17 21:52:58.304719 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_21_4} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4.
2484 2023.10.17 21:52:58.304814 [ 10 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact
2485 2023.10.17 21:52:58.304913 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_21_4} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0
2486 2023.10.17 21:52:58.304926 [ 3 ] {3cdc880d-052e-4caa-9ce5-27e66204914a} <Debug> DynamicQueryHandler: Done processing query
2487 2023.10.17 21:52:58.304971 [ 3 ] {3cdc880d-052e-4caa-9ce5-27e66204914a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2488 2023.10.17 21:52:58.304990 [ 10 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2489 2023.10.17 21:52:58.305025 [ 3 ] {} <Debug> HTTP-Session: 600e7d4e-fa8b-4b4c-b690-a58b39a924cf Destroying unnamed session
2490 2023.10.17 21:52:58.305097 [ 10 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 228 rows starting from the beginning of the part
2491 2023.10.17 21:52:58.305221 [ 10 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 141 rows starting from the beginning of the part
2492 2023.10.17 21:52:58.305249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2493 2023.10.17 21:52:58.305311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2494 2023.10.17 21:52:58.305330 [ 10 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 87 rows starting from the beginning of the part
2495 2023.10.17 21:52:58.305338 [ 3 ] {} <Debug> HTTP-Session: 0e0d5f7c-9a31-4446-985f-62cee3fade04 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2496 2023.10.17 21:52:58.305366 [ 3 ] {} <Debug> HTTP-Session: 0e0d5f7c-9a31-4446-985f-62cee3fade04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2497 2023.10.17 21:52:58.305449 [ 10 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 141 rows starting from the beginning of the part
2498 2023.10.17 21:52:58.305490 [ 3 ] {bc32f34e-cc0a-4c5c-986b-a2df93ed2a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2499 2023.10.17 21:52:58.305559 [ 3 ] {bc32f34e-cc0a-4c5c-986b-a2df93ed2a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2500 2023.10.17 21:52:58.305572 [ 10 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 87 rows starting from the beginning of the part
2501 2023.10.17 21:52:58.305760 [ 10 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 141 rows starting from the beginning of the part
2502 2023.10.17 21:52:58.305812 [ 3 ] {bc32f34e-cc0a-4c5c-986b-a2df93ed2a91} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2503 2023.10.17 21:52:58.306265 [ 3 ] {bc32f34e-cc0a-4c5c-986b-a2df93ed2a91} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2504 2023.10.17 21:52:58.306566 [ 3 ] {bc32f34e-cc0a-4c5c-986b-a2df93ed2a91} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2505 2023.10.17 21:52:58.306797 [ 3 ] {bc32f34e-cc0a-4c5c-986b-a2df93ed2a91} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0.
2506 2023.10.17 21:52:58.306803 [ 19 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 825 rows, containing 4 columns (4 merged, 0 gathered) in 0.002139739 sec., 385561.0427253044 rows/sec., 37.05 MiB/sec.
2507 2023.10.17 21:52:58.306953 [ 99 ] {} <Debug> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2508 2023.10.17 21:52:58.307017 [ 3 ] {bc32f34e-cc0a-4c5c-986b-a2df93ed2a91} <Information> executeQuery: Read 47 rows, 3.76 KiB in 0.00146516 sec., 32078 rows/sec., 2.51 MiB/sec.
2509 2023.10.17 21:52:58.307042 [ 99 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2510 2023.10.17 21:52:58.307153 [ 24 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2511 2023.10.17 21:52:58.307292 [ 17 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact
2512 2023.10.17 21:52:58.307389 [ 3 ] {bc32f34e-cc0a-4c5c-986b-a2df93ed2a91} <Debug> DynamicQueryHandler: Done processing query
2513 2023.10.17 21:52:58.307441 [ 3 ] {bc32f34e-cc0a-4c5c-986b-a2df93ed2a91} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2514 2023.10.17 21:52:58.307500 [ 3 ] {} <Debug> HTTP-Session: 0e0d5f7c-9a31-4446-985f-62cee3fade04 Destroying unnamed session
2515 2023.10.17 21:52:58.307563 [ 17 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2516 2023.10.17 21:52:58.307618 [ 17 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 340 rows starting from the beginning of the part
2517 2023.10.17 21:52:58.307651 [ 24 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_21_4} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4.
2518 2023.10.17 21:52:58.307767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 50283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2519 2023.10.17 21:52:58.307796 [ 24 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_21_4} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0
2520 2023.10.17 21:52:58.307870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2521 2023.10.17 21:52:58.307971 [ 3 ] {} <Debug> HTTP-Session: 06271596-375c-47f7-be40-ccd2e89ea048 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2522 2023.10.17 21:52:58.308000 [ 17 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 58 rows starting from the beginning of the part
2523 2023.10.17 21:52:58.308027 [ 3 ] {} <Debug> HTTP-Session: 06271596-375c-47f7-be40-ccd2e89ea048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2524 2023.10.17 21:52:58.308265 [ 17 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 264 rows starting from the beginning of the part
2525 2023.10.17 21:52:58.308282 [ 3 ] {1286b7dc-e7fa-44a5-8550-cba0daa20311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2526 2023.10.17 21:52:58.308389 [ 3 ] {1286b7dc-e7fa-44a5-8550-cba0daa20311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2527 2023.10.17 21:52:58.308483 [ 17 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 47 rows starting from the beginning of the part
2528 2023.10.17 21:52:58.308779 [ 17 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 264 rows starting from the beginning of the part
2529 2023.10.17 21:52:58.309114 [ 3 ] {1286b7dc-e7fa-44a5-8550-cba0daa20311} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2530 2023.10.17 21:52:58.309124 [ 17 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 47 rows starting from the beginning of the part
2531 2023.10.17 21:52:58.310203 [ 3 ] {1286b7dc-e7fa-44a5-8550-cba0daa20311} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2532 2023.10.17 21:52:58.310954 [ 17 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1020 rows, containing 4 columns (4 merged, 0 gathered) in 0.003814182 sec., 267423.0018389264 rows/sec., 18.91 MiB/sec.
2533 2023.10.17 21:52:58.311045 [ 3 ] {1286b7dc-e7fa-44a5-8550-cba0daa20311} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2534 2023.10.17 21:52:58.311172 [ 17 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2535 2023.10.17 21:52:58.311396 [ 3 ] {1286b7dc-e7fa-44a5-8550-cba0daa20311} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0.
2536 2023.10.17 21:52:58.311485 [ 17 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_21_4} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4.
2537 2023.10.17 21:52:58.311623 [ 3 ] {1286b7dc-e7fa-44a5-8550-cba0daa20311} <Information> executeQuery: Read 47 rows, 64.95 KiB in 0.003262994 sec., 14403 rows/sec., 19.44 MiB/sec.
2538 2023.10.17 21:52:58.311675 [ 17 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_21_4} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0
2539 2023.10.17 21:52:58.311909 [ 3 ] {1286b7dc-e7fa-44a5-8550-cba0daa20311} <Debug> DynamicQueryHandler: Done processing query
2540 2023.10.17 21:52:58.311939 [ 3 ] {1286b7dc-e7fa-44a5-8550-cba0daa20311} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
2541 2023.10.17 21:52:58.311956 [ 3 ] {} <Debug> HTTP-Session: 06271596-375c-47f7-be40-ccd2e89ea048 Destroying unnamed session
2542 2023.10.17 21:53:03.301732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2543 2023.10.17 21:53:03.301846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2544 2023.10.17 21:53:03.301872 [ 3 ] {} <Debug> HTTP-Session: cc181939-b945-420b-8bd5-ab38771303a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2545 2023.10.17 21:53:03.301897 [ 3 ] {} <Debug> HTTP-Session: cc181939-b945-420b-8bd5-ab38771303a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2546 2023.10.17 21:53:03.302021 [ 3 ] {e787af0d-5e0e-47a1-a907-aa6dc498ca0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2547 2023.10.17 21:53:03.302081 [ 3 ] {e787af0d-5e0e-47a1-a907-aa6dc498ca0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2548 2023.10.17 21:53:03.302242 [ 3 ] {e787af0d-5e0e-47a1-a907-aa6dc498ca0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2549 2023.10.17 21:53:03.302643 [ 3 ] {e787af0d-5e0e-47a1-a907-aa6dc498ca0c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2550 2023.10.17 21:53:03.302902 [ 3 ] {e787af0d-5e0e-47a1-a907-aa6dc498ca0c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2551 2023.10.17 21:53:03.303070 [ 3 ] {e787af0d-5e0e-47a1-a907-aa6dc498ca0c} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0.
2552 2023.10.17 21:53:03.303189 [ 3 ] {e787af0d-5e0e-47a1-a907-aa6dc498ca0c} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001131725 sec., 5301 rows/sec., 300.29 KiB/sec.
2553 2023.10.17 21:53:03.303353 [ 3 ] {e787af0d-5e0e-47a1-a907-aa6dc498ca0c} <Debug> DynamicQueryHandler: Done processing query
2554 2023.10.17 21:53:03.303380 [ 3 ] {e787af0d-5e0e-47a1-a907-aa6dc498ca0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2555 2023.10.17 21:53:03.303396 [ 3 ] {} <Debug> HTTP-Session: cc181939-b945-420b-8bd5-ab38771303a6 Destroying unnamed session
2556 2023.10.17 21:53:03.303541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2557 2023.10.17 21:53:03.303592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2558 2023.10.17 21:53:03.303612 [ 3 ] {} <Debug> HTTP-Session: 514adbac-c4f3-4847-992e-503b570fc31f Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2559 2023.10.17 21:53:03.303632 [ 3 ] {} <Debug> HTTP-Session: 514adbac-c4f3-4847-992e-503b570fc31f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2560 2023.10.17 21:53:03.303715 [ 3 ] {61ca6837-0933-4dd9-9c53-70b9fa7a98dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2561 2023.10.17 21:53:03.303759 [ 3 ] {61ca6837-0933-4dd9-9c53-70b9fa7a98dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2562 2023.10.17 21:53:03.303872 [ 3 ] {61ca6837-0933-4dd9-9c53-70b9fa7a98dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2563 2023.10.17 21:53:03.304263 [ 3 ] {61ca6837-0933-4dd9-9c53-70b9fa7a98dc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2564 2023.10.17 21:53:03.304474 [ 3 ] {61ca6837-0933-4dd9-9c53-70b9fa7a98dc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2565 2023.10.17 21:53:03.304622 [ 3 ] {61ca6837-0933-4dd9-9c53-70b9fa7a98dc} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0.
2566 2023.10.17 21:53:03.304722 [ 3 ] {61ca6837-0933-4dd9-9c53-70b9fa7a98dc} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000978933 sec., 88872 rows/sec., 8.31 MiB/sec.
2567 2023.10.17 21:53:03.304886 [ 3 ] {61ca6837-0933-4dd9-9c53-70b9fa7a98dc} <Debug> DynamicQueryHandler: Done processing query
2568 2023.10.17 21:53:03.304910 [ 3 ] {61ca6837-0933-4dd9-9c53-70b9fa7a98dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
2569 2023.10.17 21:53:03.304926 [ 3 ] {} <Debug> HTTP-Session: 514adbac-c4f3-4847-992e-503b570fc31f Destroying unnamed session
2570 2023.10.17 21:53:03.305135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2571 2023.10.17 21:53:03.305179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2572 2023.10.17 21:53:03.305197 [ 3 ] {} <Debug> HTTP-Session: 8dadd3e9-194d-4699-923e-a99038169140 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2573 2023.10.17 21:53:03.305216 [ 3 ] {} <Debug> HTTP-Session: 8dadd3e9-194d-4699-923e-a99038169140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2574 2023.10.17 21:53:03.305296 [ 3 ] {0c04370b-9be6-4c4e-90d0-1cb43b393150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2575 2023.10.17 21:53:03.305336 [ 3 ] {0c04370b-9be6-4c4e-90d0-1cb43b393150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2576 2023.10.17 21:53:03.305446 [ 3 ] {0c04370b-9be6-4c4e-90d0-1cb43b393150} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2577 2023.10.17 21:53:03.305903 [ 3 ] {0c04370b-9be6-4c4e-90d0-1cb43b393150} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2578 2023.10.17 21:53:03.306115 [ 3 ] {0c04370b-9be6-4c4e-90d0-1cb43b393150} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2579 2023.10.17 21:53:03.306265 [ 3 ] {0c04370b-9be6-4c4e-90d0-1cb43b393150} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0.
2580 2023.10.17 21:53:03.306364 [ 3 ] {0c04370b-9be6-4c4e-90d0-1cb43b393150} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001040584 sec., 253703 rows/sec., 17.40 MiB/sec.
2581 2023.10.17 21:53:03.306553 [ 3 ] {0c04370b-9be6-4c4e-90d0-1cb43b393150} <Debug> DynamicQueryHandler: Done processing query
2582 2023.10.17 21:53:03.306577 [ 3 ] {0c04370b-9be6-4c4e-90d0-1cb43b393150} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
2583 2023.10.17 21:53:03.306593 [ 3 ] {} <Debug> HTTP-Session: 8dadd3e9-194d-4699-923e-a99038169140 Destroying unnamed session
2584 2023.10.17 21:53:03.306724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2585 2023.10.17 21:53:03.306768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2586 2023.10.17 21:53:03.306786 [ 3 ] {} <Debug> HTTP-Session: ccac625b-8232-4c9e-8c53-a87201f3f278 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2587 2023.10.17 21:53:03.306803 [ 3 ] {} <Debug> HTTP-Session: ccac625b-8232-4c9e-8c53-a87201f3f278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2588 2023.10.17 21:53:03.306872 [ 3 ] {34dba721-41ce-4e76-968d-c9a5d855dc57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2589 2023.10.17 21:53:03.306912 [ 3 ] {34dba721-41ce-4e76-968d-c9a5d855dc57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2590 2023.10.17 21:53:03.307032 [ 3 ] {34dba721-41ce-4e76-968d-c9a5d855dc57} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2591 2023.10.17 21:53:03.307270 [ 3 ] {34dba721-41ce-4e76-968d-c9a5d855dc57} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2592 2023.10.17 21:53:03.307504 [ 3 ] {34dba721-41ce-4e76-968d-c9a5d855dc57} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2593 2023.10.17 21:53:03.307672 [ 3 ] {34dba721-41ce-4e76-968d-c9a5d855dc57} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0.
2594 2023.10.17 21:53:03.307768 [ 3 ] {34dba721-41ce-4e76-968d-c9a5d855dc57} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000869152 sec., 6903 rows/sec., 289.88 KiB/sec.
2595 2023.10.17 21:53:03.307879 [ 3 ] {34dba721-41ce-4e76-968d-c9a5d855dc57} <Debug> DynamicQueryHandler: Done processing query
2596 2023.10.17 21:53:03.307901 [ 3 ] {34dba721-41ce-4e76-968d-c9a5d855dc57} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
2597 2023.10.17 21:53:03.307917 [ 3 ] {} <Debug> HTTP-Session: ccac625b-8232-4c9e-8c53-a87201f3f278 Destroying unnamed session
2598 2023.10.17 21:53:03.308040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2599 2023.10.17 21:53:03.308084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2600 2023.10.17 21:53:03.308102 [ 3 ] {} <Debug> HTTP-Session: 162cae75-6ed4-40ba-886b-318a272a4616 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2601 2023.10.17 21:53:03.308118 [ 3 ] {} <Debug> HTTP-Session: 162cae75-6ed4-40ba-886b-318a272a4616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2602 2023.10.17 21:53:03.308189 [ 3 ] {16b3886a-e7c2-4e2d-bdf1-3f8d63c3efaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
2603 2023.10.17 21:53:03.308233 [ 3 ] {16b3886a-e7c2-4e2d-bdf1-3f8d63c3efaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
2604 2023.10.17 21:53:03.308344 [ 3 ] {16b3886a-e7c2-4e2d-bdf1-3f8d63c3efaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2605 2023.10.17 21:53:03.308630 [ 3 ] {16b3886a-e7c2-4e2d-bdf1-3f8d63c3efaa} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2606 2023.10.17 21:53:03.308865 [ 3 ] {16b3886a-e7c2-4e2d-bdf1-3f8d63c3efaa} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2607 2023.10.17 21:53:03.309041 [ 3 ] {16b3886a-e7c2-4e2d-bdf1-3f8d63c3efaa} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0.
2608 2023.10.17 21:53:03.309138 [ 3 ] {16b3886a-e7c2-4e2d-bdf1-3f8d63c3efaa} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000920213 sec., 68462 rows/sec., 4.15 MiB/sec.
2609 2023.10.17 21:53:03.309239 [ 3 ] {16b3886a-e7c2-4e2d-bdf1-3f8d63c3efaa} <Debug> DynamicQueryHandler: Done processing query
2610 2023.10.17 21:53:03.309262 [ 3 ] {16b3886a-e7c2-4e2d-bdf1-3f8d63c3efaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2611 2023.10.17 21:53:03.309277 [ 3 ] {} <Debug> HTTP-Session: 162cae75-6ed4-40ba-886b-318a272a4616 Destroying unnamed session
2612 2023.10.17 21:53:03.309388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2613 2023.10.17 21:53:03.309430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2614 2023.10.17 21:53:03.309448 [ 3 ] {} <Debug> HTTP-Session: fda6132a-b5ea-4c08-b01f-7fe82bb2e80a Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2615 2023.10.17 21:53:03.309465 [ 3 ] {} <Debug> HTTP-Session: fda6132a-b5ea-4c08-b01f-7fe82bb2e80a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2616 2023.10.17 21:53:03.309532 [ 3 ] {06e798cb-0967-445b-bbe6-9c602c67695e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
2617 2023.10.17 21:53:03.309570 [ 3 ] {06e798cb-0967-445b-bbe6-9c602c67695e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2618 2023.10.17 21:53:03.309669 [ 3 ] {06e798cb-0967-445b-bbe6-9c602c67695e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2619 2023.10.17 21:53:03.309905 [ 3 ] {06e798cb-0967-445b-bbe6-9c602c67695e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2620 2023.10.17 21:53:03.310124 [ 3 ] {06e798cb-0967-445b-bbe6-9c602c67695e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2621 2023.10.17 21:53:03.310289 [ 3 ] {06e798cb-0967-445b-bbe6-9c602c67695e} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0.
2622 2023.10.17 21:53:03.310396 [ 3 ] {06e798cb-0967-445b-bbe6-9c602c67695e} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000829251 sec., 22912 rows/sec., 1.19 MiB/sec.
2623 2023.10.17 21:53:03.310522 [ 3 ] {06e798cb-0967-445b-bbe6-9c602c67695e} <Debug> DynamicQueryHandler: Done processing query
2624 2023.10.17 21:53:03.310544 [ 3 ] {06e798cb-0967-445b-bbe6-9c602c67695e} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
2625 2023.10.17 21:53:03.310561 [ 3 ] {} <Debug> HTTP-Session: fda6132a-b5ea-4c08-b01f-7fe82bb2e80a Destroying unnamed session
2626 2023.10.17 21:53:08.300603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2627 2023.10.17 21:53:08.300733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2628 2023.10.17 21:53:08.300763 [ 3 ] {} <Debug> HTTP-Session: 3bdfecfc-e53a-46fc-81ca-7166cd875bf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2629 2023.10.17 21:53:08.300791 [ 3 ] {} <Debug> HTTP-Session: 3bdfecfc-e53a-46fc-81ca-7166cd875bf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2630 2023.10.17 21:53:08.300938 [ 3 ] {06befb94-9133-459a-88d1-e22c8cfc9ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2631 2023.10.17 21:53:08.301007 [ 3 ] {06befb94-9133-459a-88d1-e22c8cfc9ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2632 2023.10.17 21:53:08.301189 [ 3 ] {06befb94-9133-459a-88d1-e22c8cfc9ac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2633 2023.10.17 21:53:08.301642 [ 3 ] {06befb94-9133-459a-88d1-e22c8cfc9ac7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2634 2023.10.17 21:53:08.301898 [ 3 ] {06befb94-9133-459a-88d1-e22c8cfc9ac7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2635 2023.10.17 21:53:08.302063 [ 3 ] {06befb94-9133-459a-88d1-e22c8cfc9ac7} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0.
2636 2023.10.17 21:53:08.302194 [ 3 ] {06befb94-9133-459a-88d1-e22c8cfc9ac7} <Information> executeQuery: Read 47 rows, 3.81 KiB in 0.001210016 sec., 38842 rows/sec., 3.07 MiB/sec.
2637 2023.10.17 21:53:08.302332 [ 3 ] {06befb94-9133-459a-88d1-e22c8cfc9ac7} <Debug> DynamicQueryHandler: Done processing query
2638 2023.10.17 21:53:08.302358 [ 3 ] {06befb94-9133-459a-88d1-e22c8cfc9ac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2639 2023.10.17 21:53:08.302375 [ 3 ] {} <Debug> HTTP-Session: 3bdfecfc-e53a-46fc-81ca-7166cd875bf9 Destroying unnamed session
2640 2023.10.17 21:53:08.302527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 22677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2641 2023.10.17 21:53:08.302571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2642 2023.10.17 21:53:08.302590 [ 3 ] {} <Debug> HTTP-Session: d70abac4-a6cb-4874-8601-cd410e7704b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2643 2023.10.17 21:53:08.302607 [ 3 ] {} <Debug> HTTP-Session: d70abac4-a6cb-4874-8601-cd410e7704b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2644 2023.10.17 21:53:08.302683 [ 3 ] {55681ef1-dc2e-41d3-849e-6dcc6acc8529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2645 2023.10.17 21:53:08.302723 [ 3 ] {55681ef1-dc2e-41d3-849e-6dcc6acc8529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2646 2023.10.17 21:53:08.302827 [ 3 ] {55681ef1-dc2e-41d3-849e-6dcc6acc8529} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2647 2023.10.17 21:53:08.303208 [ 3 ] {55681ef1-dc2e-41d3-849e-6dcc6acc8529} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2648 2023.10.17 21:53:08.303428 [ 3 ] {55681ef1-dc2e-41d3-849e-6dcc6acc8529} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2649 2023.10.17 21:53:08.303576 [ 3 ] {55681ef1-dc2e-41d3-849e-6dcc6acc8529} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0.
2650 2023.10.17 21:53:08.303680 [ 3 ] {55681ef1-dc2e-41d3-849e-6dcc6acc8529} <Information> executeQuery: Read 141 rows, 14.05 KiB in 0.000968504 sec., 145585 rows/sec., 14.16 MiB/sec.
2651 2023.10.17 21:53:08.303844 [ 3 ] {55681ef1-dc2e-41d3-849e-6dcc6acc8529} <Debug> DynamicQueryHandler: Done processing query
2652 2023.10.17 21:53:08.303869 [ 3 ] {55681ef1-dc2e-41d3-849e-6dcc6acc8529} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2653 2023.10.17 21:53:08.303885 [ 3 ] {} <Debug> HTTP-Session: d70abac4-a6cb-4874-8601-cd410e7704b8 Destroying unnamed session
2654 2023.10.17 21:53:08.304020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 9865, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2655 2023.10.17 21:53:08.304065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2656 2023.10.17 21:53:08.304083 [ 3 ] {} <Debug> HTTP-Session: 98050289-c402-4c56-a89e-b9ddc5de5463 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2657 2023.10.17 21:53:08.304100 [ 3 ] {} <Debug> HTTP-Session: 98050289-c402-4c56-a89e-b9ddc5de5463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2658 2023.10.17 21:53:08.304176 [ 3 ] {78c6952d-fc89-4012-b701-902bf6786e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2659 2023.10.17 21:53:08.304215 [ 3 ] {78c6952d-fc89-4012-b701-902bf6786e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2660 2023.10.17 21:53:08.304331 [ 3 ] {78c6952d-fc89-4012-b701-902bf6786e9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2661 2023.10.17 21:53:08.304628 [ 3 ] {78c6952d-fc89-4012-b701-902bf6786e9f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2662 2023.10.17 21:53:08.304841 [ 3 ] {78c6952d-fc89-4012-b701-902bf6786e9f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2663 2023.10.17 21:53:08.304987 [ 3 ] {78c6952d-fc89-4012-b701-902bf6786e9f} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0.
2664 2023.10.17 21:53:08.305110 [ 3 ] {78c6952d-fc89-4012-b701-902bf6786e9f} <Information> executeQuery: Read 58 rows, 4.63 KiB in 0.000897782 sec., 64603 rows/sec., 5.04 MiB/sec.
2665 2023.10.17 21:53:08.305234 [ 3 ] {78c6952d-fc89-4012-b701-902bf6786e9f} <Debug> DynamicQueryHandler: Done processing query
2666 2023.10.17 21:53:08.305258 [ 3 ] {78c6952d-fc89-4012-b701-902bf6786e9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
2667 2023.10.17 21:53:08.305275 [ 3 ] {} <Debug> HTTP-Session: 98050289-c402-4c56-a89e-b9ddc5de5463 Destroying unnamed session
2668 2023.10.17 21:53:08.305422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2669 2023.10.17 21:53:08.305466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2670 2023.10.17 21:53:08.305484 [ 3 ] {} <Debug> HTTP-Session: 62e004b2-9a85-480b-821b-3deb7e9f65dd Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2671 2023.10.17 21:53:08.305501 [ 3 ] {} <Debug> HTTP-Session: 62e004b2-9a85-480b-821b-3deb7e9f65dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2672 2023.10.17 21:53:08.305571 [ 3 ] {97880725-e055-42a5-9727-b3bfb86477bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
2673 2023.10.17 21:53:08.305613 [ 3 ] {97880725-e055-42a5-9727-b3bfb86477bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
2674 2023.10.17 21:53:08.305734 [ 3 ] {97880725-e055-42a5-9727-b3bfb86477bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2675 2023.10.17 21:53:08.306070 [ 3 ] {97880725-e055-42a5-9727-b3bfb86477bc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2676 2023.10.17 21:53:08.306317 [ 3 ] {97880725-e055-42a5-9727-b3bfb86477bc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2677 2023.10.17 21:53:08.306486 [ 3 ] {97880725-e055-42a5-9727-b3bfb86477bc} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0.
2678 2023.10.17 21:53:08.306605 [ 3 ] {97880725-e055-42a5-9727-b3bfb86477bc} <Information> executeQuery: Read 11 rows, 743.00 B in 0.000996294 sec., 11040 rows/sec., 728.28 KiB/sec.
2679 2023.10.17 21:53:08.306799 [ 3 ] {97880725-e055-42a5-9727-b3bfb86477bc} <Debug> DynamicQueryHandler: Done processing query
2680 2023.10.17 21:53:08.306822 [ 3 ] {97880725-e055-42a5-9727-b3bfb86477bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2681 2023.10.17 21:53:08.306839 [ 3 ] {} <Debug> HTTP-Session: 62e004b2-9a85-480b-821b-3deb7e9f65dd Destroying unnamed session
2682 2023.10.17 21:53:08.307025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 50283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2683 2023.10.17 21:53:08.307071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2684 2023.10.17 21:53:08.307090 [ 3 ] {} <Debug> HTTP-Session: 9d1e506d-ba82-40fe-a89d-4402e876b9bc Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2685 2023.10.17 21:53:08.307108 [ 3 ] {} <Debug> HTTP-Session: 9d1e506d-ba82-40fe-a89d-4402e876b9bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2686 2023.10.17 21:53:08.307198 [ 3 ] {9c58def1-60c6-4f83-900b-73fc29e1b282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2687 2023.10.17 21:53:08.307242 [ 3 ] {9c58def1-60c6-4f83-900b-73fc29e1b282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2688 2023.10.17 21:53:08.307388 [ 3 ] {9c58def1-60c6-4f83-900b-73fc29e1b282} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2689 2023.10.17 21:53:08.307883 [ 3 ] {9c58def1-60c6-4f83-900b-73fc29e1b282} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2690 2023.10.17 21:53:08.308190 [ 3 ] {9c58def1-60c6-4f83-900b-73fc29e1b282} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2691 2023.10.17 21:53:08.308367 [ 3 ] {9c58def1-60c6-4f83-900b-73fc29e1b282} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0.
2692 2023.10.17 21:53:08.308494 [ 3 ] {9c58def1-60c6-4f83-900b-73fc29e1b282} <Information> executeQuery: Read 47 rows, 64.95 KiB in 0.001258386 sec., 37349 rows/sec., 50.40 MiB/sec.
2693 2023.10.17 21:53:08.308493 [ 79 ] {} <Debug> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2694 2023.10.17 21:53:08.308613 [ 79 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2695 2023.10.17 21:53:08.308704 [ 3 ] {9c58def1-60c6-4f83-900b-73fc29e1b282} <Debug> DynamicQueryHandler: Done processing query
2696 2023.10.17 21:53:08.308757 [ 3 ] {9c58def1-60c6-4f83-900b-73fc29e1b282} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
2697 2023.10.17 21:53:08.308766 [ 19 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact
2698 2023.10.17 21:53:08.308799 [ 3 ] {} <Debug> HTTP-Session: 9d1e506d-ba82-40fe-a89d-4402e876b9bc Destroying unnamed session
2699 2023.10.17 21:53:08.308931 [ 19 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2700 2023.10.17 21:53:08.308977 [ 19 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 255 rows starting from the beginning of the part
2701 2023.10.17 21:53:08.309122 [ 19 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 47 rows starting from the beginning of the part
2702 2023.10.17 21:53:08.309242 [ 19 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 47 rows starting from the beginning of the part
2703 2023.10.17 21:53:08.309345 [ 19 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 47 rows starting from the beginning of the part
2704 2023.10.17 21:53:08.309442 [ 19 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 47 rows starting from the beginning of the part
2705 2023.10.17 21:53:08.309530 [ 19 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 47 rows starting from the beginning of the part
2706 2023.10.17 21:53:08.311057 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 6 columns (6 merged, 0 gathered) in 0.002377682 sec., 206083.0674581378 rows/sec., 278.10 MiB/sec.
2707 2023.10.17 21:53:08.311430 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2708 2023.10.17 21:53:08.311687 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2.
2709 2023.10.17 21:53:08.311764 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0
2710 2023.10.17 21:53:08.311848 [ 22 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_11_2: 4.00 MiB.
2711 2023.10.17 21:53:09.000160 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.13 MiB, peak 235.39 MiB, will set to 229.98 MiB (RSS), difference: -4.15 MiB
2712 2023.10.17 21:53:12.619163 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache
2713 2023.10.17 21:53:12.619222 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache
2714 2023.10.17 21:53:13.301046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2715 2023.10.17 21:53:13.301156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2716 2023.10.17 21:53:13.301187 [ 3 ] {} <Debug> HTTP-Session: 3162442b-d0fe-4795-9d10-c9369dd4defc Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2717 2023.10.17 21:53:13.301216 [ 3 ] {} <Debug> HTTP-Session: 3162442b-d0fe-4795-9d10-c9369dd4defc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2718 2023.10.17 21:53:13.301356 [ 3 ] {d5c1ceec-887e-4f41-82a5-e1b9ae2d27a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2719 2023.10.17 21:53:13.301432 [ 3 ] {d5c1ceec-887e-4f41-82a5-e1b9ae2d27a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2720 2023.10.17 21:53:13.301602 [ 3 ] {d5c1ceec-887e-4f41-82a5-e1b9ae2d27a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2721 2023.10.17 21:53:13.302027 [ 3 ] {d5c1ceec-887e-4f41-82a5-e1b9ae2d27a2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2722 2023.10.17 21:53:13.302287 [ 3 ] {d5c1ceec-887e-4f41-82a5-e1b9ae2d27a2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
2723 2023.10.17 21:53:13.302454 [ 3 ] {d5c1ceec-887e-4f41-82a5-e1b9ae2d27a2} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0.
2724 2023.10.17 21:53:13.302573 [ 3 ] {d5c1ceec-887e-4f41-82a5-e1b9ae2d27a2} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001176806 sec., 5098 rows/sec., 288.78 KiB/sec.
2725 2023.10.17 21:53:13.302724 [ 3 ] {d5c1ceec-887e-4f41-82a5-e1b9ae2d27a2} <Debug> DynamicQueryHandler: Done processing query
2726 2023.10.17 21:53:13.302750 [ 3 ] {d5c1ceec-887e-4f41-82a5-e1b9ae2d27a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
2727 2023.10.17 21:53:13.302767 [ 3 ] {} <Debug> HTTP-Session: 3162442b-d0fe-4795-9d10-c9369dd4defc Destroying unnamed session
2728 2023.10.17 21:53:13.302909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2729 2023.10.17 21:53:13.302962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2730 2023.10.17 21:53:13.302982 [ 3 ] {} <Debug> HTTP-Session: 40c9ea3e-945f-4c92-9238-880763ce1c44 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2731 2023.10.17 21:53:13.303001 [ 3 ] {} <Debug> HTTP-Session: 40c9ea3e-945f-4c92-9238-880763ce1c44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2732 2023.10.17 21:53:13.303082 [ 3 ] {769f083f-9f3e-436b-95cf-e47cb71c41aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2733 2023.10.17 21:53:13.303125 [ 3 ] {769f083f-9f3e-436b-95cf-e47cb71c41aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2734 2023.10.17 21:53:13.303236 [ 3 ] {769f083f-9f3e-436b-95cf-e47cb71c41aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2735 2023.10.17 21:53:13.303592 [ 3 ] {769f083f-9f3e-436b-95cf-e47cb71c41aa} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2736 2023.10.17 21:53:13.303813 [ 3 ] {769f083f-9f3e-436b-95cf-e47cb71c41aa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
2737 2023.10.17 21:53:13.303961 [ 3 ] {769f083f-9f3e-436b-95cf-e47cb71c41aa} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0.
2738 2023.10.17 21:53:13.304064 [ 3 ] {769f083f-9f3e-436b-95cf-e47cb71c41aa} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000953093 sec., 91281 rows/sec., 8.53 MiB/sec.
2739 2023.10.17 21:53:13.304185 [ 3 ] {769f083f-9f3e-436b-95cf-e47cb71c41aa} <Debug> DynamicQueryHandler: Done processing query
2740 2023.10.17 21:53:13.304209 [ 3 ] {769f083f-9f3e-436b-95cf-e47cb71c41aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
2741 2023.10.17 21:53:13.304225 [ 3 ] {} <Debug> HTTP-Session: 40c9ea3e-945f-4c92-9238-880763ce1c44 Destroying unnamed session
2742 2023.10.17 21:53:13.304426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2743 2023.10.17 21:53:13.304475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2744 2023.10.17 21:53:13.304495 [ 3 ] {} <Debug> HTTP-Session: e0d95d4e-60e8-4e81-914f-b45b2144c773 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2745 2023.10.17 21:53:13.304512 [ 3 ] {} <Debug> HTTP-Session: e0d95d4e-60e8-4e81-914f-b45b2144c773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2746 2023.10.17 21:53:13.304599 [ 3 ] {33516a2b-7fba-4d9a-9d9f-1bdf8cc262a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2747 2023.10.17 21:53:13.304640 [ 3 ] {33516a2b-7fba-4d9a-9d9f-1bdf8cc262a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2748 2023.10.17 21:53:13.304747 [ 3 ] {33516a2b-7fba-4d9a-9d9f-1bdf8cc262a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2749 2023.10.17 21:53:13.305245 [ 3 ] {33516a2b-7fba-4d9a-9d9f-1bdf8cc262a6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2750 2023.10.17 21:53:13.305463 [ 3 ] {33516a2b-7fba-4d9a-9d9f-1bdf8cc262a6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
2751 2023.10.17 21:53:13.305613 [ 3 ] {33516a2b-7fba-4d9a-9d9f-1bdf8cc262a6} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0.
2752 2023.10.17 21:53:13.305713 [ 3 ] {33516a2b-7fba-4d9a-9d9f-1bdf8cc262a6} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001085935 sec., 243108 rows/sec., 16.68 MiB/sec.
2753 2023.10.17 21:53:13.305837 [ 3 ] {33516a2b-7fba-4d9a-9d9f-1bdf8cc262a6} <Debug> DynamicQueryHandler: Done processing query
2754 2023.10.17 21:53:13.305861 [ 3 ] {33516a2b-7fba-4d9a-9d9f-1bdf8cc262a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
2755 2023.10.17 21:53:13.305877 [ 3 ] {} <Debug> HTTP-Session: e0d95d4e-60e8-4e81-914f-b45b2144c773 Destroying unnamed session
2756 2023.10.17 21:53:13.306002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2757 2023.10.17 21:53:13.306048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2758 2023.10.17 21:53:13.306068 [ 3 ] {} <Debug> HTTP-Session: 54475a30-53e9-4f1a-90f1-60d01095d977 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2759 2023.10.17 21:53:13.306085 [ 3 ] {} <Debug> HTTP-Session: 54475a30-53e9-4f1a-90f1-60d01095d977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2760 2023.10.17 21:53:13.306154 [ 3 ] {22303ddf-a9d2-401c-8f5b-b4be9cf7c62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2761 2023.10.17 21:53:13.306195 [ 3 ] {22303ddf-a9d2-401c-8f5b-b4be9cf7c62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2762 2023.10.17 21:53:13.306304 [ 3 ] {22303ddf-a9d2-401c-8f5b-b4be9cf7c62a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2763 2023.10.17 21:53:13.306574 [ 3 ] {22303ddf-a9d2-401c-8f5b-b4be9cf7c62a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2764 2023.10.17 21:53:13.306813 [ 3 ] {22303ddf-a9d2-401c-8f5b-b4be9cf7c62a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2765 2023.10.17 21:53:13.306984 [ 3 ] {22303ddf-a9d2-401c-8f5b-b4be9cf7c62a} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0.
2766 2023.10.17 21:53:13.307082 [ 3 ] {22303ddf-a9d2-401c-8f5b-b4be9cf7c62a} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000899922 sec., 6667 rows/sec., 279.97 KiB/sec.
2767 2023.10.17 21:53:13.307234 [ 3 ] {22303ddf-a9d2-401c-8f5b-b4be9cf7c62a} <Debug> DynamicQueryHandler: Done processing query
2768 2023.10.17 21:53:13.307259 [ 3 ] {22303ddf-a9d2-401c-8f5b-b4be9cf7c62a} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
2769 2023.10.17 21:53:13.307276 [ 3 ] {} <Debug> HTTP-Session: 54475a30-53e9-4f1a-90f1-60d01095d977 Destroying unnamed session
2770 2023.10.17 21:53:13.307397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2771 2023.10.17 21:53:13.307443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2772 2023.10.17 21:53:13.307461 [ 3 ] {} <Debug> HTTP-Session: ede80d8b-6c44-4907-a797-f989f80020d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2773 2023.10.17 21:53:13.307477 [ 3 ] {} <Debug> HTTP-Session: ede80d8b-6c44-4907-a797-f989f80020d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2774 2023.10.17 21:53:13.307552 [ 3 ] {82e4e3e4-34a3-49bd-8187-f806f8e305ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
2775 2023.10.17 21:53:13.307596 [ 3 ] {82e4e3e4-34a3-49bd-8187-f806f8e305ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
2776 2023.10.17 21:53:13.307713 [ 3 ] {82e4e3e4-34a3-49bd-8187-f806f8e305ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2777 2023.10.17 21:53:13.308021 [ 3 ] {82e4e3e4-34a3-49bd-8187-f806f8e305ba} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2778 2023.10.17 21:53:13.308267 [ 3 ] {82e4e3e4-34a3-49bd-8187-f806f8e305ba} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2779 2023.10.17 21:53:13.308454 [ 3 ] {82e4e3e4-34a3-49bd-8187-f806f8e305ba} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0.
2780 2023.10.17 21:53:13.308559 [ 3 ] {82e4e3e4-34a3-49bd-8187-f806f8e305ba} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000979153 sec., 64341 rows/sec., 3.90 MiB/sec.
2781 2023.10.17 21:53:13.308551 [ 114 ] {} <Debug> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2782 2023.10.17 21:53:13.308620 [ 114 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2783 2023.10.17 21:53:13.308689 [ 3 ] {82e4e3e4-34a3-49bd-8187-f806f8e305ba} <Debug> DynamicQueryHandler: Done processing query
2784 2023.10.17 21:53:13.308689 [ 22 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact
2785 2023.10.17 21:53:13.308716 [ 3 ] {82e4e3e4-34a3-49bd-8187-f806f8e305ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2786 2023.10.17 21:53:13.308740 [ 3 ] {} <Debug> HTTP-Session: ede80d8b-6c44-4907-a797-f989f80020d9 Destroying unnamed session
2787 2023.10.17 21:53:13.308784 [ 22 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2788 2023.10.17 21:53:13.308812 [ 22 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 589 rows starting from the beginning of the part
2789 2023.10.17 21:53:13.308872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2790 2023.10.17 21:53:13.308926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2791 2023.10.17 21:53:13.308956 [ 3 ] {} <Debug> HTTP-Session: 2c2f9052-9b91-4c3c-b523-6f90e8b446ab Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2792 2023.10.17 21:53:13.308959 [ 22 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 63 rows starting from the beginning of the part
2793 2023.10.17 21:53:13.308975 [ 3 ] {} <Debug> HTTP-Session: 2c2f9052-9b91-4c3c-b523-6f90e8b446ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2794 2023.10.17 21:53:13.309093 [ 3 ] {2d24074f-1121-497d-ba34-5c33920dfaed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
2795 2023.10.17 21:53:13.309100 [ 22 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 63 rows starting from the beginning of the part
2796 2023.10.17 21:53:13.309149 [ 3 ] {2d24074f-1121-497d-ba34-5c33920dfaed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2797 2023.10.17 21:53:13.309257 [ 22 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 63 rows starting from the beginning of the part
2798 2023.10.17 21:53:13.309394 [ 3 ] {2d24074f-1121-497d-ba34-5c33920dfaed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2799 2023.10.17 21:53:13.309408 [ 22 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 11 rows starting from the beginning of the part
2800 2023.10.17 21:53:13.309548 [ 22 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 63 rows starting from the beginning of the part
2801 2023.10.17 21:53:13.309877 [ 3 ] {2d24074f-1121-497d-ba34-5c33920dfaed} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2802 2023.10.17 21:53:13.310177 [ 3 ] {2d24074f-1121-497d-ba34-5c33920dfaed} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2803 2023.10.17 21:53:13.310393 [ 3 ] {2d24074f-1121-497d-ba34-5c33920dfaed} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0.
2804 2023.10.17 21:53:13.310586 [ 3 ] {2d24074f-1121-497d-ba34-5c33920dfaed} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.00145751 sec., 13035 rows/sec., 692.13 KiB/sec.
2805 2023.10.17 21:53:13.310631 [ 18 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 852 rows, containing 5 columns (5 merged, 0 gathered) in 0.001944586 sec., 438139.53201349796 rows/sec., 26.63 MiB/sec.
2806 2023.10.17 21:53:13.310741 [ 3 ] {2d24074f-1121-497d-ba34-5c33920dfaed} <Debug> DynamicQueryHandler: Done processing query
2807 2023.10.17 21:53:13.310785 [ 3 ] {2d24074f-1121-497d-ba34-5c33920dfaed} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
2808 2023.10.17 21:53:13.310804 [ 3 ] {} <Debug> HTTP-Session: 2c2f9052-9b91-4c3c-b523-6f90e8b446ab Destroying unnamed session
2809 2023.10.17 21:53:13.310852 [ 19 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2810 2023.10.17 21:53:13.311123 [ 19 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3.
2811 2023.10.17 21:53:13.311205 [ 19 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0
2812 2023.10.17 21:53:18.299789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2813 2023.10.17 21:53:18.299919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2814 2023.10.17 21:53:18.299950 [ 3 ] {} <Debug> HTTP-Session: 6e54ee81-febc-496b-8bfa-d031ccdf00b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2815 2023.10.17 21:53:18.299979 [ 3 ] {} <Debug> HTTP-Session: 6e54ee81-febc-496b-8bfa-d031ccdf00b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2816 2023.10.17 21:53:18.300122 [ 3 ] {6e8adbf8-8e02-49da-a966-fdc9428d1f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2817 2023.10.17 21:53:18.300190 [ 3 ] {6e8adbf8-8e02-49da-a966-fdc9428d1f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2818 2023.10.17 21:53:18.300375 [ 3 ] {6e8adbf8-8e02-49da-a966-fdc9428d1f7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2819 2023.10.17 21:53:18.300856 [ 3 ] {6e8adbf8-8e02-49da-a966-fdc9428d1f7c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2820 2023.10.17 21:53:18.301127 [ 3 ] {6e8adbf8-8e02-49da-a966-fdc9428d1f7c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
2821 2023.10.17 21:53:18.301294 [ 3 ] {6e8adbf8-8e02-49da-a966-fdc9428d1f7c} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0.
2822 2023.10.17 21:53:18.301418 [ 3 ] {6e8adbf8-8e02-49da-a966-fdc9428d1f7c} <Information> executeQuery: Read 47 rows, 3.81 KiB in 0.001254907 sec., 37452 rows/sec., 2.96 MiB/sec.
2823 2023.10.17 21:53:18.301604 [ 3 ] {6e8adbf8-8e02-49da-a966-fdc9428d1f7c} <Debug> DynamicQueryHandler: Done processing query
2824 2023.10.17 21:53:18.301629 [ 3 ] {6e8adbf8-8e02-49da-a966-fdc9428d1f7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2825 2023.10.17 21:53:18.301646 [ 3 ] {} <Debug> HTTP-Session: 6e54ee81-febc-496b-8bfa-d031ccdf00b6 Destroying unnamed session
2826 2023.10.17 21:53:18.301824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 22677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2827 2023.10.17 21:53:18.301877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2828 2023.10.17 21:53:18.301897 [ 3 ] {} <Debug> HTTP-Session: 081c09bf-184a-44ec-a433-eae4b037f57f Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2829 2023.10.17 21:53:18.301917 [ 3 ] {} <Debug> HTTP-Session: 081c09bf-184a-44ec-a433-eae4b037f57f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2830 2023.10.17 21:53:18.302001 [ 3 ] {4188d1cd-4e77-49a3-bb09-3f1d2849cbe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2831 2023.10.17 21:53:18.302045 [ 3 ] {4188d1cd-4e77-49a3-bb09-3f1d2849cbe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2832 2023.10.17 21:53:18.302153 [ 3 ] {4188d1cd-4e77-49a3-bb09-3f1d2849cbe3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2833 2023.10.17 21:53:18.302564 [ 3 ] {4188d1cd-4e77-49a3-bb09-3f1d2849cbe3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2834 2023.10.17 21:53:18.302784 [ 3 ] {4188d1cd-4e77-49a3-bb09-3f1d2849cbe3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
2835 2023.10.17 21:53:18.302935 [ 3 ] {4188d1cd-4e77-49a3-bb09-3f1d2849cbe3} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0.
2836 2023.10.17 21:53:18.303043 [ 3 ] {4188d1cd-4e77-49a3-bb09-3f1d2849cbe3} <Information> executeQuery: Read 141 rows, 14.05 KiB in 0.001010413 sec., 139546 rows/sec., 13.58 MiB/sec.
2837 2023.10.17 21:53:18.303185 [ 3 ] {4188d1cd-4e77-49a3-bb09-3f1d2849cbe3} <Debug> DynamicQueryHandler: Done processing query
2838 2023.10.17 21:53:18.303209 [ 3 ] {4188d1cd-4e77-49a3-bb09-3f1d2849cbe3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2839 2023.10.17 21:53:18.303225 [ 3 ] {} <Debug> HTTP-Session: 081c09bf-184a-44ec-a433-eae4b037f57f Destroying unnamed session
2840 2023.10.17 21:53:18.303355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2841 2023.10.17 21:53:18.303400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2842 2023.10.17 21:53:18.303420 [ 3 ] {} <Debug> HTTP-Session: 430671da-b09e-443d-b659-04690dfc74c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2843 2023.10.17 21:53:18.303437 [ 3 ] {} <Debug> HTTP-Session: 430671da-b09e-443d-b659-04690dfc74c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2844 2023.10.17 21:53:18.303511 [ 3 ] {3d1b6cd7-f07d-4530-ba57-4e630e55bf0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2845 2023.10.17 21:53:18.303552 [ 3 ] {3d1b6cd7-f07d-4530-ba57-4e630e55bf0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2846 2023.10.17 21:53:18.303655 [ 3 ] {3d1b6cd7-f07d-4530-ba57-4e630e55bf0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2847 2023.10.17 21:53:18.303939 [ 3 ] {3d1b6cd7-f07d-4530-ba57-4e630e55bf0e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2848 2023.10.17 21:53:18.304142 [ 3 ] {3d1b6cd7-f07d-4530-ba57-4e630e55bf0e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
2849 2023.10.17 21:53:18.304298 [ 3 ] {3d1b6cd7-f07d-4530-ba57-4e630e55bf0e} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0.
2850 2023.10.17 21:53:18.304403 [ 3 ] {3d1b6cd7-f07d-4530-ba57-4e630e55bf0e} <Information> executeQuery: Read 47 rows, 3.76 KiB in 0.000864092 sec., 54392 rows/sec., 4.25 MiB/sec.
2851 2023.10.17 21:53:18.304518 [ 3 ] {3d1b6cd7-f07d-4530-ba57-4e630e55bf0e} <Debug> DynamicQueryHandler: Done processing query
2852 2023.10.17 21:53:18.304542 [ 3 ] {3d1b6cd7-f07d-4530-ba57-4e630e55bf0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2853 2023.10.17 21:53:18.304559 [ 3 ] {} <Debug> HTTP-Session: 430671da-b09e-443d-b659-04690dfc74c0 Destroying unnamed session
2854 2023.10.17 21:53:18.304763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 50283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2855 2023.10.17 21:53:18.304811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2856 2023.10.17 21:53:18.304830 [ 3 ] {} <Debug> HTTP-Session: a3c36aca-6c68-41e8-88c4-176f91c4d8b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2857 2023.10.17 21:53:18.304846 [ 3 ] {} <Debug> HTTP-Session: a3c36aca-6c68-41e8-88c4-176f91c4d8b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2858 2023.10.17 21:53:18.304932 [ 3 ] {0d4ab7c1-d6ee-428d-91b2-6f297792c089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
2859 2023.10.17 21:53:18.304978 [ 3 ] {0d4ab7c1-d6ee-428d-91b2-6f297792c089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
2860 2023.10.17 21:53:18.305113 [ 3 ] {0d4ab7c1-d6ee-428d-91b2-6f297792c089} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2861 2023.10.17 21:53:18.305574 [ 3 ] {0d4ab7c1-d6ee-428d-91b2-6f297792c089} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2862 2023.10.17 21:53:18.305885 [ 3 ] {0d4ab7c1-d6ee-428d-91b2-6f297792c089} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2863 2023.10.17 21:53:18.306063 [ 3 ] {0d4ab7c1-d6ee-428d-91b2-6f297792c089} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0.
2864 2023.10.17 21:53:18.306165 [ 3 ] {0d4ab7c1-d6ee-428d-91b2-6f297792c089} <Information> executeQuery: Read 47 rows, 64.95 KiB in 0.001202766 sec., 39076 rows/sec., 52.73 MiB/sec.
2865 2023.10.17 21:53:18.306355 [ 3 ] {0d4ab7c1-d6ee-428d-91b2-6f297792c089} <Debug> DynamicQueryHandler: Done processing query
2866 2023.10.17 21:53:18.306380 [ 3 ] {0d4ab7c1-d6ee-428d-91b2-6f297792c089} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
2867 2023.10.17 21:53:18.306396 [ 3 ] {} <Debug> HTTP-Session: a3c36aca-6c68-41e8-88c4-176f91c4d8b2 Destroying unnamed session
2868 2023.10.17 21:53:23.302248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2869 2023.10.17 21:53:23.302374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2870 2023.10.17 21:53:23.302402 [ 3 ] {} <Debug> HTTP-Session: e4052714-4bfd-470e-a6a6-647aa334cb45 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2871 2023.10.17 21:53:23.302430 [ 3 ] {} <Debug> HTTP-Session: e4052714-4bfd-470e-a6a6-647aa334cb45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2872 2023.10.17 21:53:23.302569 [ 3 ] {5994d441-346a-4059-850b-7f90d0894d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
2873 2023.10.17 21:53:23.302639 [ 3 ] {5994d441-346a-4059-850b-7f90d0894d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
2874 2023.10.17 21:53:23.302820 [ 3 ] {5994d441-346a-4059-850b-7f90d0894d8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2875 2023.10.17 21:53:23.303218 [ 3 ] {5994d441-346a-4059-850b-7f90d0894d8a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2876 2023.10.17 21:53:23.303468 [ 3 ] {5994d441-346a-4059-850b-7f90d0894d8a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
2877 2023.10.17 21:53:23.303626 [ 3 ] {5994d441-346a-4059-850b-7f90d0894d8a} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0.
2878 2023.10.17 21:53:23.303768 [ 3 ] {5994d441-346a-4059-850b-7f90d0894d8a} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001149315 sec., 5220 rows/sec., 295.69 KiB/sec.
2879 2023.10.17 21:53:23.303766 [ 92 ] {} <Debug> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
2880 2023.10.17 21:53:23.303888 [ 92 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2881 2023.10.17 21:53:23.303962 [ 3 ] {5994d441-346a-4059-850b-7f90d0894d8a} <Debug> DynamicQueryHandler: Done processing query
2882 2023.10.17 21:53:23.303984 [ 22 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact
2883 2023.10.17 21:53:23.303996 [ 3 ] {5994d441-346a-4059-850b-7f90d0894d8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
2884 2023.10.17 21:53:23.304023 [ 3 ] {} <Debug> HTTP-Session: e4052714-4bfd-470e-a6a6-647aa334cb45 Destroying unnamed session
2885 2023.10.17 21:53:23.304069 [ 22 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2886 2023.10.17 21:53:23.304097 [ 22 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 53 rows starting from the beginning of the part
2887 2023.10.17 21:53:23.304188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2888 2023.10.17 21:53:23.304211 [ 22 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
2889 2023.10.17 21:53:23.304247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2890 2023.10.17 21:53:23.304270 [ 3 ] {} <Debug> HTTP-Session: 3bae063c-17a6-4de5-8474-50d7d20911bb Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2891 2023.10.17 21:53:23.304297 [ 3 ] {} <Debug> HTTP-Session: 3bae063c-17a6-4de5-8474-50d7d20911bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2892 2023.10.17 21:53:23.304319 [ 22 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 47 rows starting from the beginning of the part
2893 2023.10.17 21:53:23.304406 [ 3 ] {2240e100-bf95-40d4-8bd9-6f17b1b12b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2894 2023.10.17 21:53:23.304438 [ 22 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
2895 2023.10.17 21:53:23.304462 [ 3 ] {2240e100-bf95-40d4-8bd9-6f17b1b12b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2896 2023.10.17 21:53:23.304578 [ 22 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 47 rows starting from the beginning of the part
2897 2023.10.17 21:53:23.304693 [ 3 ] {2240e100-bf95-40d4-8bd9-6f17b1b12b9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2898 2023.10.17 21:53:23.304714 [ 22 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
2899 2023.10.17 21:53:23.305211 [ 3 ] {2240e100-bf95-40d4-8bd9-6f17b1b12b9c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2900 2023.10.17 21:53:23.305557 [ 3 ] {2240e100-bf95-40d4-8bd9-6f17b1b12b9c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
2901 2023.10.17 21:53:23.305585 [ 16 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 4 columns (4 merged, 0 gathered) in 0.001629932 sec., 101231.2170078261 rows/sec., 7.66 MiB/sec.
2902 2023.10.17 21:53:23.305781 [ 3 ] {2240e100-bf95-40d4-8bd9-6f17b1b12b9c} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0.
2903 2023.10.17 21:53:23.305792 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
2904 2023.10.17 21:53:23.305940 [ 92 ] {} <Debug> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
2905 2023.10.17 21:53:23.305978 [ 3 ] {2240e100-bf95-40d4-8bd9-6f17b1b12b9c} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.001527981 sec., 56937 rows/sec., 5.32 MiB/sec.
2906 2023.10.17 21:53:23.306017 [ 92 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2907 2023.10.17 21:53:23.306285 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_26_5} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5.
2908 2023.10.17 21:53:23.306309 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact
2909 2023.10.17 21:53:23.306408 [ 3 ] {2240e100-bf95-40d4-8bd9-6f17b1b12b9c} <Debug> DynamicQueryHandler: Done processing query
2910 2023.10.17 21:53:23.306464 [ 3 ] {2240e100-bf95-40d4-8bd9-6f17b1b12b9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
2911 2023.10.17 21:53:23.306480 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2912 2023.10.17 21:53:23.306488 [ 3 ] {} <Debug> HTTP-Session: 3bae063c-17a6-4de5-8474-50d7d20911bb Destroying unnamed session
2913 2023.10.17 21:53:23.306512 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_26_5} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0
2914 2023.10.17 21:53:23.306539 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 228 rows starting from the beginning of the part
2915 2023.10.17 21:53:23.306727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2916 2023.10.17 21:53:23.306773 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 87 rows starting from the beginning of the part
2917 2023.10.17 21:53:23.306781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2918 2023.10.17 21:53:23.306815 [ 3 ] {} <Debug> HTTP-Session: 65b54340-be59-4e3c-a38d-f74e039eb4eb Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2919 2023.10.17 21:53:23.306836 [ 3 ] {} <Debug> HTTP-Session: 65b54340-be59-4e3c-a38d-f74e039eb4eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2920 2023.10.17 21:53:23.306892 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 141 rows starting from the beginning of the part
2921 2023.10.17 21:53:23.306958 [ 3 ] {fa11dbfd-4868-448f-a5c4-6819e344e73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2922 2023.10.17 21:53:23.307014 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 87 rows starting from the beginning of the part
2923 2023.10.17 21:53:23.307018 [ 3 ] {fa11dbfd-4868-448f-a5c4-6819e344e73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2924 2023.10.17 21:53:23.307173 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 141 rows starting from the beginning of the part
2925 2023.10.17 21:53:23.307259 [ 3 ] {fa11dbfd-4868-448f-a5c4-6819e344e73d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2926 2023.10.17 21:53:23.307315 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 87 rows starting from the beginning of the part
2927 2023.10.17 21:53:23.307955 [ 3 ] {fa11dbfd-4868-448f-a5c4-6819e344e73d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2928 2023.10.17 21:53:23.308299 [ 3 ] {fa11dbfd-4868-448f-a5c4-6819e344e73d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
2929 2023.10.17 21:53:23.308315 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 771 rows, containing 4 columns (4 merged, 0 gathered) in 0.00218951 sec., 352133.58239971503 rows/sec., 33.65 MiB/sec.
2930 2023.10.17 21:53:23.308425 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
2931 2023.10.17 21:53:23.308483 [ 3 ] {fa11dbfd-4868-448f-a5c4-6819e344e73d} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0.
2932 2023.10.17 21:53:23.308615 [ 92 ] {} <Debug> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
2933 2023.10.17 21:53:23.308664 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_26_5} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5.
2934 2023.10.17 21:53:23.308672 [ 3 ] {fa11dbfd-4868-448f-a5c4-6819e344e73d} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001667393 sec., 158330 rows/sec., 10.86 MiB/sec.
2935 2023.10.17 21:53:23.308694 [ 92 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2936 2023.10.17 21:53:23.308821 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_26_5} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0
2937 2023.10.17 21:53:23.308964 [ 16 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact
2938 2023.10.17 21:53:23.309134 [ 3 ] {fa11dbfd-4868-448f-a5c4-6819e344e73d} <Debug> DynamicQueryHandler: Done processing query
2939 2023.10.17 21:53:23.309200 [ 3 ] {fa11dbfd-4868-448f-a5c4-6819e344e73d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
2940 2023.10.17 21:53:23.309228 [ 16 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2941 2023.10.17 21:53:23.309273 [ 3 ] {} <Debug> HTTP-Session: 65b54340-be59-4e3c-a38d-f74e039eb4eb Destroying unnamed session
2942 2023.10.17 21:53:23.309327 [ 16 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 340 rows starting from the beginning of the part
2943 2023.10.17 21:53:23.309452 [ 16 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 264 rows starting from the beginning of the part
2944 2023.10.17 21:53:23.309515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2945 2023.10.17 21:53:23.309612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2946 2023.10.17 21:53:23.309648 [ 16 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 58 rows starting from the beginning of the part
2947 2023.10.17 21:53:23.309662 [ 3 ] {} <Debug> HTTP-Session: 2b1bc4a9-b3ed-44bf-a5ce-6f5417356ecb Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2948 2023.10.17 21:53:23.309721 [ 3 ] {} <Debug> HTTP-Session: 2b1bc4a9-b3ed-44bf-a5ce-6f5417356ecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2949 2023.10.17 21:53:23.309902 [ 16 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 264 rows starting from the beginning of the part
2950 2023.10.17 21:53:23.309925 [ 3 ] {fd9623ce-454c-42c8-9b7c-37847ecfc813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2951 2023.10.17 21:53:23.310024 [ 3 ] {fd9623ce-454c-42c8-9b7c-37847ecfc813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2952 2023.10.17 21:53:23.310142 [ 16 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 47 rows starting from the beginning of the part
2953 2023.10.17 21:53:23.310476 [ 16 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 264 rows starting from the beginning of the part
2954 2023.10.17 21:53:23.310508 [ 3 ] {fd9623ce-454c-42c8-9b7c-37847ecfc813} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2955 2023.10.17 21:53:23.311049 [ 3 ] {fd9623ce-454c-42c8-9b7c-37847ecfc813} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2956 2023.10.17 21:53:23.311605 [ 3 ] {fd9623ce-454c-42c8-9b7c-37847ecfc813} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2957 2023.10.17 21:53:23.311850 [ 3 ] {fd9623ce-454c-42c8-9b7c-37847ecfc813} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0.
2958 2023.10.17 21:53:23.312163 [ 3 ] {fd9623ce-454c-42c8-9b7c-37847ecfc813} <Information> executeQuery: Read 6 rows, 258.00 B in 0.002162319 sec., 2774 rows/sec., 116.52 KiB/sec.
2959 2023.10.17 21:53:23.312227 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1237 rows, containing 4 columns (4 merged, 0 gathered) in 0.003460017 sec., 357512.69430179097 rows/sec., 25.02 MiB/sec.
2960 2023.10.17 21:53:23.312350 [ 3 ] {fd9623ce-454c-42c8-9b7c-37847ecfc813} <Debug> DynamicQueryHandler: Done processing query
2961 2023.10.17 21:53:23.312383 [ 3 ] {fd9623ce-454c-42c8-9b7c-37847ecfc813} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
2962 2023.10.17 21:53:23.312406 [ 19 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
2963 2023.10.17 21:53:23.312417 [ 3 ] {} <Debug> HTTP-Session: 2b1bc4a9-b3ed-44bf-a5ce-6f5417356ecb Destroying unnamed session
2964 2023.10.17 21:53:23.312604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2965 2023.10.17 21:53:23.312651 [ 19 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_26_5} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5.
2966 2023.10.17 21:53:23.312680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2967 2023.10.17 21:53:23.312713 [ 3 ] {} <Debug> HTTP-Session: b2fdceed-f552-4173-858f-77805cab5f01 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2968 2023.10.17 21:53:23.312742 [ 3 ] {} <Debug> HTTP-Session: b2fdceed-f552-4173-858f-77805cab5f01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2969 2023.10.17 21:53:23.312747 [ 19 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_26_5} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0
2970 2023.10.17 21:53:23.312913 [ 3 ] {3755bd4c-6ef6-454e-bffc-567beebe4fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
2971 2023.10.17 21:53:23.312960 [ 3 ] {3755bd4c-6ef6-454e-bffc-567beebe4fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
2972 2023.10.17 21:53:23.313085 [ 3 ] {3755bd4c-6ef6-454e-bffc-567beebe4fe8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2973 2023.10.17 21:53:23.313419 [ 3 ] {3755bd4c-6ef6-454e-bffc-567beebe4fe8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2974 2023.10.17 21:53:23.313666 [ 3 ] {3755bd4c-6ef6-454e-bffc-567beebe4fe8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2975 2023.10.17 21:53:23.313837 [ 3 ] {3755bd4c-6ef6-454e-bffc-567beebe4fe8} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0.
2976 2023.10.17 21:53:23.313960 [ 3 ] {3755bd4c-6ef6-454e-bffc-567beebe4fe8} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.001007393 sec., 62537 rows/sec., 3.79 MiB/sec.
2977 2023.10.17 21:53:23.314081 [ 3 ] {3755bd4c-6ef6-454e-bffc-567beebe4fe8} <Debug> DynamicQueryHandler: Done processing query
2978 2023.10.17 21:53:23.314105 [ 3 ] {3755bd4c-6ef6-454e-bffc-567beebe4fe8} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
2979 2023.10.17 21:53:23.314121 [ 3 ] {} <Debug> HTTP-Session: b2fdceed-f552-4173-858f-77805cab5f01 Destroying unnamed session
2980 2023.10.17 21:53:23.314284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2981 2023.10.17 21:53:23.314329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2982 2023.10.17 21:53:23.314347 [ 3 ] {} <Debug> HTTP-Session: 450180ea-1a27-48bf-8f4e-6757c4d30bb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2983 2023.10.17 21:53:23.314363 [ 3 ] {} <Debug> HTTP-Session: 450180ea-1a27-48bf-8f4e-6757c4d30bb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2984 2023.10.17 21:53:23.314432 [ 3 ] {f602a3da-9559-46b4-a32b-051e228e378e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
2985 2023.10.17 21:53:23.314470 [ 3 ] {f602a3da-9559-46b4-a32b-051e228e378e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2986 2023.10.17 21:53:23.314573 [ 3 ] {f602a3da-9559-46b4-a32b-051e228e378e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2987 2023.10.17 21:53:23.314813 [ 3 ] {f602a3da-9559-46b4-a32b-051e228e378e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
2988 2023.10.17 21:53:23.315037 [ 3 ] {f602a3da-9559-46b4-a32b-051e228e378e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2989 2023.10.17 21:53:23.315205 [ 3 ] {f602a3da-9559-46b4-a32b-051e228e378e} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0.
2990 2023.10.17 21:53:23.315321 [ 3 ] {f602a3da-9559-46b4-a32b-051e228e378e} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000853082 sec., 22272 rows/sec., 1.15 MiB/sec.
2991 2023.10.17 21:53:23.315436 [ 3 ] {f602a3da-9559-46b4-a32b-051e228e378e} <Debug> DynamicQueryHandler: Done processing query
2992 2023.10.17 21:53:23.315458 [ 3 ] {f602a3da-9559-46b4-a32b-051e228e378e} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
2993 2023.10.17 21:53:23.315474 [ 3 ] {} <Debug> HTTP-Session: 450180ea-1a27-48bf-8f4e-6757c4d30bb0 Destroying unnamed session
2994 2023.10.17 21:53:27.619458 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
2995 2023.10.17 21:53:27.619524 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
2996 2023.10.17 21:53:28.300298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2997 2023.10.17 21:53:28.300413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
2998 2023.10.17 21:53:28.300443 [ 3 ] {} <Debug> HTTP-Session: 33304869-da49-466b-9e19-ce56c84bb1bc Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
2999 2023.10.17 21:53:28.300471 [ 3 ] {} <Debug> HTTP-Session: 33304869-da49-466b-9e19-ce56c84bb1bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3000 2023.10.17 21:53:28.300616 [ 3 ] {4f680214-9ae2-4003-9685-05aeef3c85e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3001 2023.10.17 21:53:28.300685 [ 3 ] {4f680214-9ae2-4003-9685-05aeef3c85e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3002 2023.10.17 21:53:28.300868 [ 3 ] {4f680214-9ae2-4003-9685-05aeef3c85e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3003 2023.10.17 21:53:28.301294 [ 3 ] {4f680214-9ae2-4003-9685-05aeef3c85e1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
3004 2023.10.17 21:53:28.301564 [ 3 ] {4f680214-9ae2-4003-9685-05aeef3c85e1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3005 2023.10.17 21:53:28.301726 [ 3 ] {4f680214-9ae2-4003-9685-05aeef3c85e1} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0.
3006 2023.10.17 21:53:28.301869 [ 3 ] {4f680214-9ae2-4003-9685-05aeef3c85e1} <Information> executeQuery: Read 47 rows, 3.81 KiB in 0.001210146 sec., 38838 rows/sec., 3.07 MiB/sec.
3007 2023.10.17 21:53:28.302017 [ 3 ] {4f680214-9ae2-4003-9685-05aeef3c85e1} <Debug> DynamicQueryHandler: Done processing query
3008 2023.10.17 21:53:28.302043 [ 3 ] {4f680214-9ae2-4003-9685-05aeef3c85e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3009 2023.10.17 21:53:28.302059 [ 3 ] {} <Debug> HTTP-Session: 33304869-da49-466b-9e19-ce56c84bb1bc Destroying unnamed session
3010 2023.10.17 21:53:28.302233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 22677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3011 2023.10.17 21:53:28.302279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3012 2023.10.17 21:53:28.302298 [ 3 ] {} <Debug> HTTP-Session: 3e745c41-5f3f-40ed-a516-fe515cf82cc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3013 2023.10.17 21:53:28.302315 [ 3 ] {} <Debug> HTTP-Session: 3e745c41-5f3f-40ed-a516-fe515cf82cc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3014 2023.10.17 21:53:28.302392 [ 3 ] {1cb8c55c-d717-43bc-a8da-58af93af4fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3015 2023.10.17 21:53:28.302432 [ 3 ] {1cb8c55c-d717-43bc-a8da-58af93af4fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3016 2023.10.17 21:53:28.302536 [ 3 ] {1cb8c55c-d717-43bc-a8da-58af93af4fd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3017 2023.10.17 21:53:28.302899 [ 3 ] {1cb8c55c-d717-43bc-a8da-58af93af4fd9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
3018 2023.10.17 21:53:28.303114 [ 3 ] {1cb8c55c-d717-43bc-a8da-58af93af4fd9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3019 2023.10.17 21:53:28.303260 [ 3 ] {1cb8c55c-d717-43bc-a8da-58af93af4fd9} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0.
3020 2023.10.17 21:53:28.303360 [ 3 ] {1cb8c55c-d717-43bc-a8da-58af93af4fd9} <Information> executeQuery: Read 141 rows, 14.05 KiB in 0.000939713 sec., 150045 rows/sec., 14.60 MiB/sec.
3021 2023.10.17 21:53:28.303477 [ 3 ] {1cb8c55c-d717-43bc-a8da-58af93af4fd9} <Debug> DynamicQueryHandler: Done processing query
3022 2023.10.17 21:53:28.303500 [ 3 ] {1cb8c55c-d717-43bc-a8da-58af93af4fd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3023 2023.10.17 21:53:28.303516 [ 3 ] {} <Debug> HTTP-Session: 3e745c41-5f3f-40ed-a516-fe515cf82cc2 Destroying unnamed session
3024 2023.10.17 21:53:28.303640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3025 2023.10.17 21:53:28.303684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3026 2023.10.17 21:53:28.303703 [ 3 ] {} <Debug> HTTP-Session: 7b4ffc52-a8b5-440f-bbb2-61c498933ec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3027 2023.10.17 21:53:28.303719 [ 3 ] {} <Debug> HTTP-Session: 7b4ffc52-a8b5-440f-bbb2-61c498933ec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3028 2023.10.17 21:53:28.303788 [ 3 ] {99f5c65f-95f4-4f9b-b56d-c0fce4b623fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3029 2023.10.17 21:53:28.303826 [ 3 ] {99f5c65f-95f4-4f9b-b56d-c0fce4b623fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3030 2023.10.17 21:53:28.303928 [ 3 ] {99f5c65f-95f4-4f9b-b56d-c0fce4b623fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3031 2023.10.17 21:53:28.304295 [ 3 ] {99f5c65f-95f4-4f9b-b56d-c0fce4b623fd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
3032 2023.10.17 21:53:28.304495 [ 3 ] {99f5c65f-95f4-4f9b-b56d-c0fce4b623fd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3033 2023.10.17 21:53:28.304638 [ 3 ] {99f5c65f-95f4-4f9b-b56d-c0fce4b623fd} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0.
3034 2023.10.17 21:53:28.304734 [ 3 ] {99f5c65f-95f4-4f9b-b56d-c0fce4b623fd} <Information> executeQuery: Read 47 rows, 3.76 KiB in 0.000918663 sec., 51161 rows/sec., 4.00 MiB/sec.
3035 2023.10.17 21:53:28.304853 [ 3 ] {99f5c65f-95f4-4f9b-b56d-c0fce4b623fd} <Debug> DynamicQueryHandler: Done processing query
3036 2023.10.17 21:53:28.304876 [ 3 ] {99f5c65f-95f4-4f9b-b56d-c0fce4b623fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3037 2023.10.17 21:53:28.304892 [ 3 ] {} <Debug> HTTP-Session: 7b4ffc52-a8b5-440f-bbb2-61c498933ec2 Destroying unnamed session
3038 2023.10.17 21:53:28.305099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 50283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3039 2023.10.17 21:53:28.305146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3040 2023.10.17 21:53:28.305164 [ 3 ] {} <Debug> HTTP-Session: b94f864f-5f30-42db-8709-7e545ae5394f Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3041 2023.10.17 21:53:28.305181 [ 3 ] {} <Debug> HTTP-Session: b94f864f-5f30-42db-8709-7e545ae5394f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3042 2023.10.17 21:53:28.305270 [ 3 ] {1c3278ed-7698-4706-9c8c-947be82440ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
3043 2023.10.17 21:53:28.305314 [ 3 ] {1c3278ed-7698-4706-9c8c-947be82440ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
3044 2023.10.17 21:53:28.305446 [ 3 ] {1c3278ed-7698-4706-9c8c-947be82440ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3045 2023.10.17 21:53:28.305934 [ 3 ] {1c3278ed-7698-4706-9c8c-947be82440ac} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
3046 2023.10.17 21:53:28.306247 [ 3 ] {1c3278ed-7698-4706-9c8c-947be82440ac} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3047 2023.10.17 21:53:28.306420 [ 3 ] {1c3278ed-7698-4706-9c8c-947be82440ac} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0.
3048 2023.10.17 21:53:28.306523 [ 3 ] {1c3278ed-7698-4706-9c8c-947be82440ac} <Information> executeQuery: Read 47 rows, 64.95 KiB in 0.001225187 sec., 38361 rows/sec., 51.77 MiB/sec.
3049 2023.10.17 21:53:28.306725 [ 3 ] {1c3278ed-7698-4706-9c8c-947be82440ac} <Debug> DynamicQueryHandler: Done processing query
3050 2023.10.17 21:53:28.306749 [ 3 ] {1c3278ed-7698-4706-9c8c-947be82440ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
3051 2023.10.17 21:53:28.306764 [ 3 ] {} <Debug> HTTP-Session: b94f864f-5f30-42db-8709-7e545ae5394f Destroying unnamed session
3052 2023.10.17 21:53:33.301761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3053 2023.10.17 21:53:33.301937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3054 2023.10.17 21:53:33.301982 [ 3 ] {} <Debug> HTTP-Session: d3d6e9dc-9238-4d10-8e02-4457326f15fe Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3055 2023.10.17 21:53:33.302024 [ 3 ] {} <Debug> HTTP-Session: d3d6e9dc-9238-4d10-8e02-4457326f15fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3056 2023.10.17 21:53:33.302217 [ 3 ] {e11d34d1-7793-48b5-9eb2-2e623bbddff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3057 2023.10.17 21:53:33.302315 [ 3 ] {e11d34d1-7793-48b5-9eb2-2e623bbddff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3058 2023.10.17 21:53:33.302497 [ 3 ] {e11d34d1-7793-48b5-9eb2-2e623bbddff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3059 2023.10.17 21:53:33.302938 [ 3 ] {e11d34d1-7793-48b5-9eb2-2e623bbddff0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
3060 2023.10.17 21:53:33.303195 [ 3 ] {e11d34d1-7793-48b5-9eb2-2e623bbddff0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3061 2023.10.17 21:53:33.303352 [ 3 ] {e11d34d1-7793-48b5-9eb2-2e623bbddff0} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0.
3062 2023.10.17 21:53:33.303483 [ 3 ] {e11d34d1-7793-48b5-9eb2-2e623bbddff0} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001206066 sec., 4974 rows/sec., 281.78 KiB/sec.
3063 2023.10.17 21:53:33.303632 [ 3 ] {e11d34d1-7793-48b5-9eb2-2e623bbddff0} <Debug> DynamicQueryHandler: Done processing query
3064 2023.10.17 21:53:33.303656 [ 3 ] {e11d34d1-7793-48b5-9eb2-2e623bbddff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3065 2023.10.17 21:53:33.303672 [ 3 ] {} <Debug> HTTP-Session: d3d6e9dc-9238-4d10-8e02-4457326f15fe Destroying unnamed session
3066 2023.10.17 21:53:33.303813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3067 2023.10.17 21:53:33.303858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3068 2023.10.17 21:53:33.303877 [ 3 ] {} <Debug> HTTP-Session: fe45dd94-3a15-4398-8e87-bd6f6e098888 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3069 2023.10.17 21:53:33.303894 [ 3 ] {} <Debug> HTTP-Session: fe45dd94-3a15-4398-8e87-bd6f6e098888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3070 2023.10.17 21:53:33.303967 [ 3 ] {c4c98f07-9c67-438e-a7d6-f5dd6bdbc260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3071 2023.10.17 21:53:33.304005 [ 3 ] {c4c98f07-9c67-438e-a7d6-f5dd6bdbc260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3072 2023.10.17 21:53:33.304109 [ 3 ] {c4c98f07-9c67-438e-a7d6-f5dd6bdbc260} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3073 2023.10.17 21:53:33.304464 [ 3 ] {c4c98f07-9c67-438e-a7d6-f5dd6bdbc260} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
3074 2023.10.17 21:53:33.304667 [ 3 ] {c4c98f07-9c67-438e-a7d6-f5dd6bdbc260} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3075 2023.10.17 21:53:33.304813 [ 3 ] {c4c98f07-9c67-438e-a7d6-f5dd6bdbc260} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0.
3076 2023.10.17 21:53:33.304935 [ 3 ] {c4c98f07-9c67-438e-a7d6-f5dd6bdbc260} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000940333 sec., 92520 rows/sec., 8.65 MiB/sec.
3077 2023.10.17 21:53:33.305054 [ 3 ] {c4c98f07-9c67-438e-a7d6-f5dd6bdbc260} <Debug> DynamicQueryHandler: Done processing query
3078 2023.10.17 21:53:33.305077 [ 3 ] {c4c98f07-9c67-438e-a7d6-f5dd6bdbc260} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
3079 2023.10.17 21:53:33.305092 [ 3 ] {} <Debug> HTTP-Session: fe45dd94-3a15-4398-8e87-bd6f6e098888 Destroying unnamed session
3080 2023.10.17 21:53:33.305240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3081 2023.10.17 21:53:33.305283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3082 2023.10.17 21:53:33.305301 [ 3 ] {} <Debug> HTTP-Session: a22a051e-cf35-4313-9edc-c93a91f8668c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3083 2023.10.17 21:53:33.305317 [ 3 ] {} <Debug> HTTP-Session: a22a051e-cf35-4313-9edc-c93a91f8668c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3084 2023.10.17 21:53:33.305395 [ 3 ] {37d0ad67-0dc8-415a-abb4-62ab11b35588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3085 2023.10.17 21:53:33.305432 [ 3 ] {37d0ad67-0dc8-415a-abb4-62ab11b35588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3086 2023.10.17 21:53:33.305537 [ 3 ] {37d0ad67-0dc8-415a-abb4-62ab11b35588} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3087 2023.10.17 21:53:33.306063 [ 3 ] {37d0ad67-0dc8-415a-abb4-62ab11b35588} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
3088 2023.10.17 21:53:33.306273 [ 3 ] {37d0ad67-0dc8-415a-abb4-62ab11b35588} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3089 2023.10.17 21:53:33.306415 [ 3 ] {37d0ad67-0dc8-415a-abb4-62ab11b35588} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0.
3090 2023.10.17 21:53:33.306538 [ 3 ] {37d0ad67-0dc8-415a-abb4-62ab11b35588} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001110305 sec., 237772 rows/sec., 16.31 MiB/sec.
3091 2023.10.17 21:53:33.306657 [ 3 ] {37d0ad67-0dc8-415a-abb4-62ab11b35588} <Debug> DynamicQueryHandler: Done processing query
3092 2023.10.17 21:53:33.306679 [ 3 ] {37d0ad67-0dc8-415a-abb4-62ab11b35588} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
3093 2023.10.17 21:53:33.306695 [ 3 ] {} <Debug> HTTP-Session: a22a051e-cf35-4313-9edc-c93a91f8668c Destroying unnamed session
3094 2023.10.17 21:53:33.306850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3095 2023.10.17 21:53:33.306894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3096 2023.10.17 21:53:33.306912 [ 3 ] {} <Debug> HTTP-Session: c1b6bff5-35ea-4de5-aea1-7b3ee30d670c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3097 2023.10.17 21:53:33.306928 [ 3 ] {} <Debug> HTTP-Session: c1b6bff5-35ea-4de5-aea1-7b3ee30d670c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3098 2023.10.17 21:53:33.306995 [ 3 ] {edc6026e-9553-495c-b5e7-e2a9f2a25cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3099 2023.10.17 21:53:33.307033 [ 3 ] {edc6026e-9553-495c-b5e7-e2a9f2a25cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3100 2023.10.17 21:53:33.307141 [ 3 ] {edc6026e-9553-495c-b5e7-e2a9f2a25cfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3101 2023.10.17 21:53:33.307404 [ 3 ] {edc6026e-9553-495c-b5e7-e2a9f2a25cfd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
3102 2023.10.17 21:53:33.307643 [ 3 ] {edc6026e-9553-495c-b5e7-e2a9f2a25cfd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3103 2023.10.17 21:53:33.307816 [ 3 ] {edc6026e-9553-495c-b5e7-e2a9f2a25cfd} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0.
3104 2023.10.17 21:53:33.307949 [ 3 ] {edc6026e-9553-495c-b5e7-e2a9f2a25cfd} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000927002 sec., 6472 rows/sec., 271.79 KiB/sec.
3105 2023.10.17 21:53:33.308064 [ 3 ] {edc6026e-9553-495c-b5e7-e2a9f2a25cfd} <Debug> DynamicQueryHandler: Done processing query
3106 2023.10.17 21:53:33.308086 [ 3 ] {edc6026e-9553-495c-b5e7-e2a9f2a25cfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
3107 2023.10.17 21:53:33.308101 [ 3 ] {} <Debug> HTTP-Session: c1b6bff5-35ea-4de5-aea1-7b3ee30d670c Destroying unnamed session
3108 2023.10.17 21:53:33.308234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3109 2023.10.17 21:53:33.308278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3110 2023.10.17 21:53:33.308296 [ 3 ] {} <Debug> HTTP-Session: 3991d873-67a1-4949-a315-edd6a0084717 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3111 2023.10.17 21:53:33.308312 [ 3 ] {} <Debug> HTTP-Session: 3991d873-67a1-4949-a315-edd6a0084717 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3112 2023.10.17 21:53:33.308382 [ 3 ] {a447312e-909a-4e8e-82cb-f15c6e570709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
3113 2023.10.17 21:53:33.308424 [ 3 ] {a447312e-909a-4e8e-82cb-f15c6e570709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
3114 2023.10.17 21:53:33.308541 [ 3 ] {a447312e-909a-4e8e-82cb-f15c6e570709} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3115 2023.10.17 21:53:33.308845 [ 3 ] {a447312e-909a-4e8e-82cb-f15c6e570709} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
3116 2023.10.17 21:53:33.309081 [ 3 ] {a447312e-909a-4e8e-82cb-f15c6e570709} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3117 2023.10.17 21:53:33.309248 [ 3 ] {a447312e-909a-4e8e-82cb-f15c6e570709} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0.
3118 2023.10.17 21:53:33.309376 [ 3 ] {a447312e-909a-4e8e-82cb-f15c6e570709} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000966303 sec., 65196 rows/sec., 3.95 MiB/sec.
3119 2023.10.17 21:53:33.309495 [ 3 ] {a447312e-909a-4e8e-82cb-f15c6e570709} <Debug> DynamicQueryHandler: Done processing query
3120 2023.10.17 21:53:33.309517 [ 3 ] {a447312e-909a-4e8e-82cb-f15c6e570709} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3121 2023.10.17 21:53:33.309533 [ 3 ] {} <Debug> HTTP-Session: 3991d873-67a1-4949-a315-edd6a0084717 Destroying unnamed session
3122 2023.10.17 21:53:33.309679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3123 2023.10.17 21:53:33.309723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3124 2023.10.17 21:53:33.309741 [ 3 ] {} <Debug> HTTP-Session: d7f6e5eb-375e-4c12-9ae5-73704a4dfcce Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3125 2023.10.17 21:53:33.309757 [ 3 ] {} <Debug> HTTP-Session: d7f6e5eb-375e-4c12-9ae5-73704a4dfcce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3126 2023.10.17 21:53:33.309825 [ 3 ] {73970b02-54bd-4024-aaea-caaff1ef3241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
3127 2023.10.17 21:53:33.309862 [ 3 ] {73970b02-54bd-4024-aaea-caaff1ef3241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
3128 2023.10.17 21:53:33.309964 [ 3 ] {73970b02-54bd-4024-aaea-caaff1ef3241} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3129 2023.10.17 21:53:33.310222 [ 3 ] {73970b02-54bd-4024-aaea-caaff1ef3241} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
3130 2023.10.17 21:53:33.310444 [ 3 ] {73970b02-54bd-4024-aaea-caaff1ef3241} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3131 2023.10.17 21:53:33.310611 [ 3 ] {73970b02-54bd-4024-aaea-caaff1ef3241} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0.
3132 2023.10.17 21:53:33.310736 [ 3 ] {73970b02-54bd-4024-aaea-caaff1ef3241} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000880122 sec., 21587 rows/sec., 1.12 MiB/sec.
3133 2023.10.17 21:53:33.310732 [ 135 ] {} <Debug> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3134 2023.10.17 21:53:33.310839 [ 135 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.41 GiB.
3135 2023.10.17 21:53:33.310910 [ 3 ] {73970b02-54bd-4024-aaea-caaff1ef3241} <Debug> DynamicQueryHandler: Done processing query
3136 2023.10.17 21:53:33.310973 [ 3 ] {73970b02-54bd-4024-aaea-caaff1ef3241} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
3137 2023.10.17 21:53:33.311003 [ 19 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact
3138 2023.10.17 21:53:33.311029 [ 3 ] {} <Debug> HTTP-Session: d7f6e5eb-375e-4c12-9ae5-73704a4dfcce Destroying unnamed session
3139 2023.10.17 21:53:33.311166 [ 19 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3140 2023.10.17 21:53:33.311206 [ 19 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 223 rows starting from the beginning of the part
3141 2023.10.17 21:53:33.311328 [ 19 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 19 rows starting from the beginning of the part
3142 2023.10.17 21:53:33.311413 [ 19 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 19 rows starting from the beginning of the part
3143 2023.10.17 21:53:33.311488 [ 19 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 19 rows starting from the beginning of the part
3144 2023.10.17 21:53:33.311565 [ 19 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 19 rows starting from the beginning of the part
3145 2023.10.17 21:53:33.311639 [ 19 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 19 rows starting from the beginning of the part
3146 2023.10.17 21:53:33.312276 [ 9 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 4 columns (4 merged, 0 gathered) in 0.001366919 sec., 232639.97354634764 rows/sec., 12.49 MiB/sec.
3147 2023.10.17 21:53:33.312445 [ 9 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3148 2023.10.17 21:53:33.312701 [ 9 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_16_3} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3.
3149 2023.10.17 21:53:33.312782 [ 9 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_16_3} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0
3150 2023.10.17 21:53:38.300114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3151 2023.10.17 21:53:38.300290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3152 2023.10.17 21:53:38.300336 [ 3 ] {} <Debug> HTTP-Session: 6ebe7165-f906-4240-b2b6-91d122747185 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3153 2023.10.17 21:53:38.300378 [ 3 ] {} <Debug> HTTP-Session: 6ebe7165-f906-4240-b2b6-91d122747185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3154 2023.10.17 21:53:38.300576 [ 3 ] {fcda11c7-b8d4-4137-804b-5efc5c459ef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3155 2023.10.17 21:53:38.300638 [ 3 ] {fcda11c7-b8d4-4137-804b-5efc5c459ef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3156 2023.10.17 21:53:38.300795 [ 3 ] {fcda11c7-b8d4-4137-804b-5efc5c459ef6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3157 2023.10.17 21:53:38.301263 [ 3 ] {fcda11c7-b8d4-4137-804b-5efc5c459ef6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3158 2023.10.17 21:53:38.301525 [ 3 ] {fcda11c7-b8d4-4137-804b-5efc5c459ef6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3159 2023.10.17 21:53:38.301685 [ 3 ] {fcda11c7-b8d4-4137-804b-5efc5c459ef6} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0.
3160 2023.10.17 21:53:38.301810 [ 3 ] {fcda11c7-b8d4-4137-804b-5efc5c459ef6} <Information> executeQuery: Read 47 rows, 3.81 KiB in 0.001197516 sec., 39247 rows/sec., 3.11 MiB/sec.
3161 2023.10.17 21:53:38.301986 [ 3 ] {fcda11c7-b8d4-4137-804b-5efc5c459ef6} <Debug> DynamicQueryHandler: Done processing query
3162 2023.10.17 21:53:38.302012 [ 3 ] {fcda11c7-b8d4-4137-804b-5efc5c459ef6} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3163 2023.10.17 21:53:38.302029 [ 3 ] {} <Debug> HTTP-Session: 6ebe7165-f906-4240-b2b6-91d122747185 Destroying unnamed session
3164 2023.10.17 21:53:38.302256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 22677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3165 2023.10.17 21:53:38.302306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3166 2023.10.17 21:53:38.302327 [ 3 ] {} <Debug> HTTP-Session: 6c168367-fbd9-40b3-accc-c0c4457f3440 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3167 2023.10.17 21:53:38.302346 [ 3 ] {} <Debug> HTTP-Session: 6c168367-fbd9-40b3-accc-c0c4457f3440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3168 2023.10.17 21:53:38.302432 [ 3 ] {948a73e2-b135-4a4a-b50a-f024eccb8286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3169 2023.10.17 21:53:38.302476 [ 3 ] {948a73e2-b135-4a4a-b50a-f024eccb8286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3170 2023.10.17 21:53:38.302586 [ 3 ] {948a73e2-b135-4a4a-b50a-f024eccb8286} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3171 2023.10.17 21:53:38.303021 [ 3 ] {948a73e2-b135-4a4a-b50a-f024eccb8286} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3172 2023.10.17 21:53:38.303240 [ 3 ] {948a73e2-b135-4a4a-b50a-f024eccb8286} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3173 2023.10.17 21:53:38.303399 [ 3 ] {948a73e2-b135-4a4a-b50a-f024eccb8286} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0.
3174 2023.10.17 21:53:38.303532 [ 3 ] {948a73e2-b135-4a4a-b50a-f024eccb8286} <Information> executeQuery: Read 141 rows, 14.05 KiB in 0.001069314 sec., 131860 rows/sec., 12.83 MiB/sec.
3175 2023.10.17 21:53:38.303689 [ 3 ] {948a73e2-b135-4a4a-b50a-f024eccb8286} <Debug> DynamicQueryHandler: Done processing query
3176 2023.10.17 21:53:38.303713 [ 3 ] {948a73e2-b135-4a4a-b50a-f024eccb8286} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3177 2023.10.17 21:53:38.303730 [ 3 ] {} <Debug> HTTP-Session: 6c168367-fbd9-40b3-accc-c0c4457f3440 Destroying unnamed session
3178 2023.10.17 21:53:38.303925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 9865, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3179 2023.10.17 21:53:38.303970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3180 2023.10.17 21:53:38.303990 [ 3 ] {} <Debug> HTTP-Session: d6fdeef0-dcc4-43aa-90c6-a6491e518ed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3181 2023.10.17 21:53:38.304006 [ 3 ] {} <Debug> HTTP-Session: d6fdeef0-dcc4-43aa-90c6-a6491e518ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3182 2023.10.17 21:53:38.304077 [ 3 ] {251368fd-5b0e-4d3b-b85e-c7597a23fbb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3183 2023.10.17 21:53:38.304116 [ 3 ] {251368fd-5b0e-4d3b-b85e-c7597a23fbb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3184 2023.10.17 21:53:38.304223 [ 3 ] {251368fd-5b0e-4d3b-b85e-c7597a23fbb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3185 2023.10.17 21:53:38.304551 [ 3 ] {251368fd-5b0e-4d3b-b85e-c7597a23fbb0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3186 2023.10.17 21:53:38.304754 [ 3 ] {251368fd-5b0e-4d3b-b85e-c7597a23fbb0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3187 2023.10.17 21:53:38.304900 [ 3 ] {251368fd-5b0e-4d3b-b85e-c7597a23fbb0} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0.
3188 2023.10.17 21:53:38.305029 [ 3 ] {251368fd-5b0e-4d3b-b85e-c7597a23fbb0} <Information> executeQuery: Read 58 rows, 4.63 KiB in 0.000922393 sec., 62879 rows/sec., 4.90 MiB/sec.
3189 2023.10.17 21:53:38.305160 [ 3 ] {251368fd-5b0e-4d3b-b85e-c7597a23fbb0} <Debug> DynamicQueryHandler: Done processing query
3190 2023.10.17 21:53:38.305184 [ 3 ] {251368fd-5b0e-4d3b-b85e-c7597a23fbb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
3191 2023.10.17 21:53:38.305199 [ 3 ] {} <Debug> HTTP-Session: d6fdeef0-dcc4-43aa-90c6-a6491e518ed2 Destroying unnamed session
3192 2023.10.17 21:53:38.305318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2134, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3193 2023.10.17 21:53:38.305361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3194 2023.10.17 21:53:38.305380 [ 3 ] {} <Debug> HTTP-Session: 0b25ce51-0a39-4886-9b65-87aaa83847f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3195 2023.10.17 21:53:38.305396 [ 3 ] {} <Debug> HTTP-Session: 0b25ce51-0a39-4886-9b65-87aaa83847f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3196 2023.10.17 21:53:38.305466 [ 3 ] {6da14556-1b75-460a-b597-53dd3b08d3b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
3197 2023.10.17 21:53:38.305509 [ 3 ] {6da14556-1b75-460a-b597-53dd3b08d3b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
3198 2023.10.17 21:53:38.305631 [ 3 ] {6da14556-1b75-460a-b597-53dd3b08d3b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3199 2023.10.17 21:53:38.305897 [ 3 ] {6da14556-1b75-460a-b597-53dd3b08d3b8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3200 2023.10.17 21:53:38.306139 [ 3 ] {6da14556-1b75-460a-b597-53dd3b08d3b8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3201 2023.10.17 21:53:38.306311 [ 3 ] {6da14556-1b75-460a-b597-53dd3b08d3b8} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0.
3202 2023.10.17 21:53:38.306437 [ 3 ] {6da14556-1b75-460a-b597-53dd3b08d3b8} <Information> executeQuery: Read 11 rows, 743.00 B in 0.000941383 sec., 11684 rows/sec., 770.77 KiB/sec.
3203 2023.10.17 21:53:38.306556 [ 3 ] {6da14556-1b75-460a-b597-53dd3b08d3b8} <Debug> DynamicQueryHandler: Done processing query
3204 2023.10.17 21:53:38.306580 [ 3 ] {6da14556-1b75-460a-b597-53dd3b08d3b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3205 2023.10.17 21:53:38.306595 [ 3 ] {} <Debug> HTTP-Session: 0b25ce51-0a39-4886-9b65-87aaa83847f3 Destroying unnamed session
3206 2023.10.17 21:53:38.306746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 50283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3207 2023.10.17 21:53:38.306791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3208 2023.10.17 21:53:38.306810 [ 3 ] {} <Debug> HTTP-Session: db3be565-63be-4a22-8086-1cbad86ca886 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3209 2023.10.17 21:53:38.306827 [ 3 ] {} <Debug> HTTP-Session: db3be565-63be-4a22-8086-1cbad86ca886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3210 2023.10.17 21:53:38.306913 [ 3 ] {57993f94-bd72-4be5-ab7c-9f074aad4df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
3211 2023.10.17 21:53:38.306958 [ 3 ] {57993f94-bd72-4be5-ab7c-9f074aad4df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
3212 2023.10.17 21:53:38.307094 [ 3 ] {57993f94-bd72-4be5-ab7c-9f074aad4df5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3213 2023.10.17 21:53:38.307660 [ 3 ] {57993f94-bd72-4be5-ab7c-9f074aad4df5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3214 2023.10.17 21:53:38.307961 [ 3 ] {57993f94-bd72-4be5-ab7c-9f074aad4df5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3215 2023.10.17 21:53:38.308138 [ 3 ] {57993f94-bd72-4be5-ab7c-9f074aad4df5} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0.
3216 2023.10.17 21:53:38.308251 [ 3 ] {57993f94-bd72-4be5-ab7c-9f074aad4df5} <Information> executeQuery: Read 47 rows, 64.95 KiB in 0.001303767 sec., 36049 rows/sec., 48.65 MiB/sec.
3217 2023.10.17 21:53:38.308383 [ 3 ] {57993f94-bd72-4be5-ab7c-9f074aad4df5} <Debug> DynamicQueryHandler: Done processing query
3218 2023.10.17 21:53:38.308406 [ 3 ] {57993f94-bd72-4be5-ab7c-9f074aad4df5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
3219 2023.10.17 21:53:38.308422 [ 3 ] {} <Debug> HTTP-Session: db3be565-63be-4a22-8086-1cbad86ca886 Destroying unnamed session
3220 2023.10.17 21:53:42.619562 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache
3221 2023.10.17 21:53:42.619622 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache
3222 2023.10.17 21:53:43.302242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3223 2023.10.17 21:53:43.302357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3224 2023.10.17 21:53:43.302387 [ 3 ] {} <Debug> HTTP-Session: 41952e9a-cff8-4b44-b278-b4abd034ab1d Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3225 2023.10.17 21:53:43.302414 [ 3 ] {} <Debug> HTTP-Session: 41952e9a-cff8-4b44-b278-b4abd034ab1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3226 2023.10.17 21:53:43.302556 [ 3 ] {91196051-fc91-447c-91e3-ceb3e1b5134d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3227 2023.10.17 21:53:43.302625 [ 3 ] {91196051-fc91-447c-91e3-ceb3e1b5134d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3228 2023.10.17 21:53:43.302803 [ 3 ] {91196051-fc91-447c-91e3-ceb3e1b5134d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3229 2023.10.17 21:53:43.303201 [ 3 ] {91196051-fc91-447c-91e3-ceb3e1b5134d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3230 2023.10.17 21:53:43.303468 [ 3 ] {91196051-fc91-447c-91e3-ceb3e1b5134d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3231 2023.10.17 21:53:43.303624 [ 3 ] {91196051-fc91-447c-91e3-ceb3e1b5134d} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0.
3232 2023.10.17 21:53:43.303759 [ 3 ] {91196051-fc91-447c-91e3-ceb3e1b5134d} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001156905 sec., 5186 rows/sec., 293.75 KiB/sec.
3233 2023.10.17 21:53:43.303889 [ 3 ] {91196051-fc91-447c-91e3-ceb3e1b5134d} <Debug> DynamicQueryHandler: Done processing query
3234 2023.10.17 21:53:43.303914 [ 3 ] {91196051-fc91-447c-91e3-ceb3e1b5134d} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3235 2023.10.17 21:53:43.303930 [ 3 ] {} <Debug> HTTP-Session: 41952e9a-cff8-4b44-b278-b4abd034ab1d Destroying unnamed session
3236 2023.10.17 21:53:43.304062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3237 2023.10.17 21:53:43.304106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3238 2023.10.17 21:53:43.304125 [ 3 ] {} <Debug> HTTP-Session: 4ac8b20f-7926-4ff1-84b7-7e7389d1ad1e Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3239 2023.10.17 21:53:43.304143 [ 3 ] {} <Debug> HTTP-Session: 4ac8b20f-7926-4ff1-84b7-7e7389d1ad1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3240 2023.10.17 21:53:43.304216 [ 3 ] {4f48e2f2-a8cb-41fb-acd6-64307caae2ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3241 2023.10.17 21:53:43.304256 [ 3 ] {4f48e2f2-a8cb-41fb-acd6-64307caae2ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3242 2023.10.17 21:53:43.304359 [ 3 ] {4f48e2f2-a8cb-41fb-acd6-64307caae2ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3243 2023.10.17 21:53:43.304707 [ 3 ] {4f48e2f2-a8cb-41fb-acd6-64307caae2ae} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3244 2023.10.17 21:53:43.304917 [ 3 ] {4f48e2f2-a8cb-41fb-acd6-64307caae2ae} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3245 2023.10.17 21:53:43.305070 [ 3 ] {4f48e2f2-a8cb-41fb-acd6-64307caae2ae} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0.
3246 2023.10.17 21:53:43.305197 [ 3 ] {4f48e2f2-a8cb-41fb-acd6-64307caae2ae} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000953053 sec., 91285 rows/sec., 8.53 MiB/sec.
3247 2023.10.17 21:53:43.305318 [ 3 ] {4f48e2f2-a8cb-41fb-acd6-64307caae2ae} <Debug> DynamicQueryHandler: Done processing query
3248 2023.10.17 21:53:43.305342 [ 3 ] {4f48e2f2-a8cb-41fb-acd6-64307caae2ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
3249 2023.10.17 21:53:43.305360 [ 3 ] {} <Debug> HTTP-Session: 4ac8b20f-7926-4ff1-84b7-7e7389d1ad1e Destroying unnamed session
3250 2023.10.17 21:53:43.305511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3251 2023.10.17 21:53:43.305556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3252 2023.10.17 21:53:43.305575 [ 3 ] {} <Debug> HTTP-Session: 9bda7325-2ffb-4a17-b1ce-97cc276a0bd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3253 2023.10.17 21:53:43.305592 [ 3 ] {} <Debug> HTTP-Session: 9bda7325-2ffb-4a17-b1ce-97cc276a0bd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3254 2023.10.17 21:53:43.305672 [ 3 ] {3b6f4146-1ad7-4621-b9e2-ab8897a40cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3255 2023.10.17 21:53:43.305712 [ 3 ] {3b6f4146-1ad7-4621-b9e2-ab8897a40cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3256 2023.10.17 21:53:43.305817 [ 3 ] {3b6f4146-1ad7-4621-b9e2-ab8897a40cac} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3257 2023.10.17 21:53:43.306247 [ 3 ] {3b6f4146-1ad7-4621-b9e2-ab8897a40cac} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3258 2023.10.17 21:53:43.306458 [ 3 ] {3b6f4146-1ad7-4621-b9e2-ab8897a40cac} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3259 2023.10.17 21:53:43.306602 [ 3 ] {3b6f4146-1ad7-4621-b9e2-ab8897a40cac} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0.
3260 2023.10.17 21:53:43.306730 [ 3 ] {3b6f4146-1ad7-4621-b9e2-ab8897a40cac} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001027653 sec., 256896 rows/sec., 17.62 MiB/sec.
3261 2023.10.17 21:53:43.306838 [ 3 ] {3b6f4146-1ad7-4621-b9e2-ab8897a40cac} <Debug> DynamicQueryHandler: Done processing query
3262 2023.10.17 21:53:43.306862 [ 3 ] {3b6f4146-1ad7-4621-b9e2-ab8897a40cac} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
3263 2023.10.17 21:53:43.306877 [ 3 ] {} <Debug> HTTP-Session: 9bda7325-2ffb-4a17-b1ce-97cc276a0bd0 Destroying unnamed session
3264 2023.10.17 21:53:43.307034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3265 2023.10.17 21:53:43.307078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3266 2023.10.17 21:53:43.307098 [ 3 ] {} <Debug> HTTP-Session: d57c12fc-e096-45b1-9326-eddea742e92f Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3267 2023.10.17 21:53:43.307114 [ 3 ] {} <Debug> HTTP-Session: d57c12fc-e096-45b1-9326-eddea742e92f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3268 2023.10.17 21:53:43.307181 [ 3 ] {c6c72d05-694e-4ff8-9f11-2ec2342e3f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3269 2023.10.17 21:53:43.307222 [ 3 ] {c6c72d05-694e-4ff8-9f11-2ec2342e3f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3270 2023.10.17 21:53:43.307328 [ 3 ] {c6c72d05-694e-4ff8-9f11-2ec2342e3f03} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3271 2023.10.17 21:53:43.307569 [ 3 ] {c6c72d05-694e-4ff8-9f11-2ec2342e3f03} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3272 2023.10.17 21:53:43.307801 [ 3 ] {c6c72d05-694e-4ff8-9f11-2ec2342e3f03} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3273 2023.10.17 21:53:43.307975 [ 3 ] {c6c72d05-694e-4ff8-9f11-2ec2342e3f03} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0.
3274 2023.10.17 21:53:43.308099 [ 3 ] {c6c72d05-694e-4ff8-9f11-2ec2342e3f03} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000884712 sec., 6781 rows/sec., 284.79 KiB/sec.
3275 2023.10.17 21:53:43.308094 [ 131 ] {} <Debug> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3276 2023.10.17 21:53:43.308209 [ 131 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3277 2023.10.17 21:53:43.308288 [ 3 ] {c6c72d05-694e-4ff8-9f11-2ec2342e3f03} <Debug> DynamicQueryHandler: Done processing query
3278 2023.10.17 21:53:43.308329 [ 3 ] {c6c72d05-694e-4ff8-9f11-2ec2342e3f03} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
3279 2023.10.17 21:53:43.308335 [ 18 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact
3280 2023.10.17 21:53:43.308352 [ 3 ] {} <Debug> HTTP-Session: d57c12fc-e096-45b1-9326-eddea742e92f Destroying unnamed session
3281 2023.10.17 21:53:43.308422 [ 18 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3282 2023.10.17 21:53:43.308456 [ 18 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
3283 2023.10.17 21:53:43.308507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3284 2023.10.17 21:53:43.308561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3285 2023.10.17 21:53:43.308595 [ 3 ] {} <Debug> HTTP-Session: 5f3d8ba1-33f1-4238-9734-751c756e8fc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3286 2023.10.17 21:53:43.308611 [ 18 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
3287 2023.10.17 21:53:43.308618 [ 3 ] {} <Debug> HTTP-Session: 5f3d8ba1-33f1-4238-9734-751c756e8fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3288 2023.10.17 21:53:43.308751 [ 3 ] {53162089-8d44-4134-81f6-720d71e8df62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
3289 2023.10.17 21:53:43.308762 [ 18 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
3290 2023.10.17 21:53:43.308812 [ 3 ] {53162089-8d44-4134-81f6-720d71e8df62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
3291 2023.10.17 21:53:43.308913 [ 18 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
3292 2023.10.17 21:53:43.309084 [ 18 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
3293 2023.10.17 21:53:43.309094 [ 3 ] {53162089-8d44-4134-81f6-720d71e8df62} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3294 2023.10.17 21:53:43.309198 [ 18 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
3295 2023.10.17 21:53:43.309511 [ 3 ] {53162089-8d44-4134-81f6-720d71e8df62} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3296 2023.10.17 21:53:43.309902 [ 3 ] {53162089-8d44-4134-81f6-720d71e8df62} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3297 2023.10.17 21:53:43.310016 [ 9 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.001726913 sec., 55590.52482667048 rows/sec., 2.28 MiB/sec.
3298 2023.10.17 21:53:43.310155 [ 3 ] {53162089-8d44-4134-81f6-720d71e8df62} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0.
3299 2023.10.17 21:53:43.310246 [ 9 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3300 2023.10.17 21:53:43.310400 [ 3 ] {53162089-8d44-4134-81f6-720d71e8df62} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.001590642 sec., 39606 rows/sec., 2.40 MiB/sec.
3301 2023.10.17 21:53:43.310700 [ 3 ] {53162089-8d44-4134-81f6-720d71e8df62} <Debug> DynamicQueryHandler: Done processing query
3302 2023.10.17 21:53:43.310729 [ 3 ] {53162089-8d44-4134-81f6-720d71e8df62} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3303 2023.10.17 21:53:43.310750 [ 3 ] {} <Debug> HTTP-Session: 5f3d8ba1-33f1-4238-9734-751c756e8fc9 Destroying unnamed session
3304 2023.10.17 21:53:43.310807 [ 9 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_16_3} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3.
3305 2023.10.17 21:53:43.310900 [ 9 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_16_3} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0
3306 2023.10.17 21:53:43.310915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3307 2023.10.17 21:53:43.311009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3308 2023.10.17 21:53:43.311046 [ 3 ] {} <Debug> HTTP-Session: ecccc65b-ae01-4fb2-9b95-ca343acd3e97 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3309 2023.10.17 21:53:43.311063 [ 3 ] {} <Debug> HTTP-Session: ecccc65b-ae01-4fb2-9b95-ca343acd3e97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3310 2023.10.17 21:53:43.311134 [ 3 ] {f7016070-0f88-4c33-84b5-2bb7077b2afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
3311 2023.10.17 21:53:43.311174 [ 3 ] {f7016070-0f88-4c33-84b5-2bb7077b2afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
3312 2023.10.17 21:53:43.311292 [ 3 ] {f7016070-0f88-4c33-84b5-2bb7077b2afe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3313 2023.10.17 21:53:43.311552 [ 3 ] {f7016070-0f88-4c33-84b5-2bb7077b2afe} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3314 2023.10.17 21:53:43.311787 [ 3 ] {f7016070-0f88-4c33-84b5-2bb7077b2afe} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3315 2023.10.17 21:53:43.311959 [ 3 ] {f7016070-0f88-4c33-84b5-2bb7077b2afe} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0.
3316 2023.10.17 21:53:43.312083 [ 3 ] {f7016070-0f88-4c33-84b5-2bb7077b2afe} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000921953 sec., 20608 rows/sec., 1.07 MiB/sec.
3317 2023.10.17 21:53:43.312202 [ 3 ] {f7016070-0f88-4c33-84b5-2bb7077b2afe} <Debug> DynamicQueryHandler: Done processing query
3318 2023.10.17 21:53:43.312225 [ 3 ] {f7016070-0f88-4c33-84b5-2bb7077b2afe} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
3319 2023.10.17 21:53:43.312241 [ 3 ] {} <Debug> HTTP-Session: ecccc65b-ae01-4fb2-9b95-ca343acd3e97 Destroying unnamed session
3320 2023.10.17 21:53:48.300463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3321 2023.10.17 21:53:48.300579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3322 2023.10.17 21:53:48.300606 [ 3 ] {} <Debug> HTTP-Session: ac571e47-29e7-4654-ba02-10977329e4e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3323 2023.10.17 21:53:48.300631 [ 3 ] {} <Debug> HTTP-Session: ac571e47-29e7-4654-ba02-10977329e4e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3324 2023.10.17 21:53:48.300759 [ 3 ] {fc161b0d-1871-4716-96f3-6c59dcd8643e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3325 2023.10.17 21:53:48.300820 [ 3 ] {fc161b0d-1871-4716-96f3-6c59dcd8643e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3326 2023.10.17 21:53:48.300984 [ 3 ] {fc161b0d-1871-4716-96f3-6c59dcd8643e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3327 2023.10.17 21:53:48.301404 [ 3 ] {fc161b0d-1871-4716-96f3-6c59dcd8643e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3328 2023.10.17 21:53:48.301667 [ 3 ] {fc161b0d-1871-4716-96f3-6c59dcd8643e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3329 2023.10.17 21:53:48.301839 [ 3 ] {fc161b0d-1871-4716-96f3-6c59dcd8643e} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0.
3330 2023.10.17 21:53:48.301967 [ 3 ] {fc161b0d-1871-4716-96f3-6c59dcd8643e} <Information> executeQuery: Read 47 rows, 3.81 KiB in 0.001172526 sec., 40084 rows/sec., 3.17 MiB/sec.
3331 2023.10.17 21:53:48.301993 [ 57 ] {} <Debug> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3332 2023.10.17 21:53:48.302107 [ 57 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3333 2023.10.17 21:53:48.302140 [ 3 ] {fc161b0d-1871-4716-96f3-6c59dcd8643e} <Debug> DynamicQueryHandler: Done processing query
3334 2023.10.17 21:53:48.302192 [ 3 ] {fc161b0d-1871-4716-96f3-6c59dcd8643e} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3335 2023.10.17 21:53:48.302226 [ 3 ] {} <Debug> HTTP-Session: ac571e47-29e7-4654-ba02-10977329e4e7 Destroying unnamed session
3336 2023.10.17 21:53:48.302233 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact
3337 2023.10.17 21:53:48.302392 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3338 2023.10.17 21:53:48.302405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 22677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3339 2023.10.17 21:53:48.302447 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 53 rows starting from the beginning of the part
3340 2023.10.17 21:53:48.302488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3341 2023.10.17 21:53:48.302539 [ 3 ] {} <Debug> HTTP-Session: d97eed35-bb52-439a-9091-1bcf28a997f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3342 2023.10.17 21:53:48.302568 [ 3 ] {} <Debug> HTTP-Session: d97eed35-bb52-439a-9091-1bcf28a997f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3343 2023.10.17 21:53:48.302710 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 47 rows starting from the beginning of the part
3344 2023.10.17 21:53:48.302789 [ 3 ] {88fe32a5-4e6b-4d58-bba6-75503bf562ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3345 2023.10.17 21:53:48.302906 [ 3 ] {88fe32a5-4e6b-4d58-bba6-75503bf562ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3346 2023.10.17 21:53:48.302957 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
3347 2023.10.17 21:53:48.303257 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 47 rows starting from the beginning of the part
3348 2023.10.17 21:53:48.303385 [ 3 ] {88fe32a5-4e6b-4d58-bba6-75503bf562ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3349 2023.10.17 21:53:48.303521 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
3350 2023.10.17 21:53:48.303661 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 47 rows starting from the beginning of the part
3351 2023.10.17 21:53:48.304254 [ 3 ] {88fe32a5-4e6b-4d58-bba6-75503bf562ae} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3352 2023.10.17 21:53:48.304767 [ 3 ] {88fe32a5-4e6b-4d58-bba6-75503bf562ae} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3353 2023.10.17 21:53:48.305135 [ 3 ] {88fe32a5-4e6b-4d58-bba6-75503bf562ae} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0.
3354 2023.10.17 21:53:48.305174 [ 9 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 4 columns (4 merged, 0 gathered) in 0.0030011 sec., 68641.49811735697 rows/sec., 5.29 MiB/sec.
3355 2023.10.17 21:53:48.305291 [ 57 ] {} <Debug> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3356 2023.10.17 21:53:48.305367 [ 3 ] {88fe32a5-4e6b-4d58-bba6-75503bf562ae} <Information> executeQuery: Read 141 rows, 14.05 KiB in 0.002506044 sec., 56263 rows/sec., 5.47 MiB/sec.
3357 2023.10.17 21:53:48.305373 [ 57 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3358 2023.10.17 21:53:48.305412 [ 9 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3359 2023.10.17 21:53:48.305633 [ 19 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact
3360 2023.10.17 21:53:48.305690 [ 3 ] {88fe32a5-4e6b-4d58-bba6-75503bf562ae} <Debug> DynamicQueryHandler: Done processing query
3361 2023.10.17 21:53:48.305752 [ 3 ] {88fe32a5-4e6b-4d58-bba6-75503bf562ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3362 2023.10.17 21:53:48.305778 [ 19 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3363 2023.10.17 21:53:48.305799 [ 3 ] {} <Debug> HTTP-Session: d97eed35-bb52-439a-9091-1bcf28a997f0 Destroying unnamed session
3364 2023.10.17 21:53:48.305845 [ 19 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 228 rows starting from the beginning of the part
3365 2023.10.17 21:53:48.305911 [ 9 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_31_6} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6.
3366 2023.10.17 21:53:48.306062 [ 9 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_31_6} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Merged 6 parts: from all_1_26_5 to all_31_31_0
3367 2023.10.17 21:53:48.306067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3368 2023.10.17 21:53:48.306086 [ 19 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 141 rows starting from the beginning of the part
3369 2023.10.17 21:53:48.306197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3370 2023.10.17 21:53:48.306285 [ 3 ] {} <Debug> HTTP-Session: 411b1959-2881-41f7-a76a-32626dacf58f Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3371 2023.10.17 21:53:48.306351 [ 3 ] {} <Debug> HTTP-Session: 411b1959-2881-41f7-a76a-32626dacf58f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3372 2023.10.17 21:53:48.306401 [ 19 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 87 rows starting from the beginning of the part
3373 2023.10.17 21:53:48.306583 [ 3 ] {7edd29af-1043-4e2f-96be-fc69b6aefb1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3374 2023.10.17 21:53:48.306619 [ 19 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 141 rows starting from the beginning of the part
3375 2023.10.17 21:53:48.306693 [ 3 ] {7edd29af-1043-4e2f-96be-fc69b6aefb1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3376 2023.10.17 21:53:48.306876 [ 19 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 87 rows starting from the beginning of the part
3377 2023.10.17 21:53:48.307190 [ 19 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 141 rows starting from the beginning of the part
3378 2023.10.17 21:53:48.307257 [ 3 ] {7edd29af-1043-4e2f-96be-fc69b6aefb1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3379 2023.10.17 21:53:48.308173 [ 3 ] {7edd29af-1043-4e2f-96be-fc69b6aefb1e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3380 2023.10.17 21:53:48.308610 [ 3 ] {7edd29af-1043-4e2f-96be-fc69b6aefb1e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3381 2023.10.17 21:53:48.308873 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 825 rows, containing 4 columns (4 merged, 0 gathered) in 0.003406346 sec., 242195.00896268318 rows/sec., 23.27 MiB/sec.
3382 2023.10.17 21:53:48.308928 [ 3 ] {7edd29af-1043-4e2f-96be-fc69b6aefb1e} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0.
3383 2023.10.17 21:53:48.309082 [ 57 ] {} <Debug> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3384 2023.10.17 21:53:48.309123 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3385 2023.10.17 21:53:48.309146 [ 3 ] {7edd29af-1043-4e2f-96be-fc69b6aefb1e} <Information> executeQuery: Read 47 rows, 3.76 KiB in 0.002494254 sec., 18843 rows/sec., 1.47 MiB/sec.
3386 2023.10.17 21:53:48.309164 [ 57 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3387 2023.10.17 21:53:48.309422 [ 19 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact
3388 2023.10.17 21:53:48.309569 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_31_6} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6.
3389 2023.10.17 21:53:48.309592 [ 3 ] {7edd29af-1043-4e2f-96be-fc69b6aefb1e} <Debug> DynamicQueryHandler: Done processing query
3390 2023.10.17 21:53:48.309666 [ 3 ] {7edd29af-1043-4e2f-96be-fc69b6aefb1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3391 2023.10.17 21:53:48.309730 [ 3 ] {} <Debug> HTTP-Session: 411b1959-2881-41f7-a76a-32626dacf58f Destroying unnamed session
3392 2023.10.17 21:53:48.309753 [ 19 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3393 2023.10.17 21:53:48.309779 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_31_6} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Merged 6 parts: from all_1_26_5 to all_31_31_0
3394 2023.10.17 21:53:48.309818 [ 19 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 340 rows starting from the beginning of the part
3395 2023.10.17 21:53:48.309997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 50283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3396 2023.10.17 21:53:48.310047 [ 19 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 47 rows starting from the beginning of the part
3397 2023.10.17 21:53:48.310103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3398 2023.10.17 21:53:48.310142 [ 3 ] {} <Debug> HTTP-Session: a5ff19d5-e775-4e1d-8143-4ee22c79c3cf Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3399 2023.10.17 21:53:48.310190 [ 3 ] {} <Debug> HTTP-Session: a5ff19d5-e775-4e1d-8143-4ee22c79c3cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3400 2023.10.17 21:53:48.310230 [ 19 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 264 rows starting from the beginning of the part
3401 2023.10.17 21:53:48.310445 [ 3 ] {5639c98d-a501-45a1-9aa9-4581fb0a2f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
3402 2023.10.17 21:53:48.310472 [ 19 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 58 rows starting from the beginning of the part
3403 2023.10.17 21:53:48.310587 [ 3 ] {5639c98d-a501-45a1-9aa9-4581fb0a2f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
3404 2023.10.17 21:53:48.310740 [ 19 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 264 rows starting from the beginning of the part
3405 2023.10.17 21:53:48.311021 [ 19 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 47 rows starting from the beginning of the part
3406 2023.10.17 21:53:48.311292 [ 3 ] {5639c98d-a501-45a1-9aa9-4581fb0a2f9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3407 2023.10.17 21:53:48.312215 [ 3 ] {5639c98d-a501-45a1-9aa9-4581fb0a2f9a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3408 2023.10.17 21:53:48.312527 [ 11 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1020 rows, containing 4 columns (4 merged, 0 gathered) in 0.003287805 sec., 310237.3772167145 rows/sec., 21.94 MiB/sec.
3409 2023.10.17 21:53:48.312726 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3410 2023.10.17 21:53:48.312892 [ 3 ] {5639c98d-a501-45a1-9aa9-4581fb0a2f9a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3411 2023.10.17 21:53:48.313020 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_31_6} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6.
3412 2023.10.17 21:53:48.313155 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_31_6} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Merged 6 parts: from all_1_26_5 to all_31_31_0
3413 2023.10.17 21:53:48.313193 [ 3 ] {5639c98d-a501-45a1-9aa9-4581fb0a2f9a} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0.
3414 2023.10.17 21:53:48.313386 [ 3 ] {5639c98d-a501-45a1-9aa9-4581fb0a2f9a} <Information> executeQuery: Read 47 rows, 64.95 KiB in 0.002877538 sec., 16333 rows/sec., 22.04 MiB/sec.
3415 2023.10.17 21:53:48.313621 [ 3 ] {5639c98d-a501-45a1-9aa9-4581fb0a2f9a} <Debug> DynamicQueryHandler: Done processing query
3416 2023.10.17 21:53:48.313646 [ 3 ] {5639c98d-a501-45a1-9aa9-4581fb0a2f9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
3417 2023.10.17 21:53:48.313662 [ 3 ] {} <Debug> HTTP-Session: a5ff19d5-e775-4e1d-8143-4ee22c79c3cf Destroying unnamed session
3418 2023.10.17 21:53:53.301958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3419 2023.10.17 21:53:53.302099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3420 2023.10.17 21:53:53.302129 [ 3 ] {} <Debug> HTTP-Session: f519b817-3200-49e4-8761-14044f9278d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3421 2023.10.17 21:53:53.302158 [ 3 ] {} <Debug> HTTP-Session: f519b817-3200-49e4-8761-14044f9278d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3422 2023.10.17 21:53:53.302299 [ 3 ] {26f57ac8-45ae-48af-b848-3fdfa301d8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3423 2023.10.17 21:53:53.302366 [ 3 ] {26f57ac8-45ae-48af-b848-3fdfa301d8d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3424 2023.10.17 21:53:53.302549 [ 3 ] {26f57ac8-45ae-48af-b848-3fdfa301d8d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3425 2023.10.17 21:53:53.302990 [ 3 ] {26f57ac8-45ae-48af-b848-3fdfa301d8d9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3426 2023.10.17 21:53:53.303271 [ 3 ] {26f57ac8-45ae-48af-b848-3fdfa301d8d9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3427 2023.10.17 21:53:53.303435 [ 3 ] {26f57ac8-45ae-48af-b848-3fdfa301d8d9} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0.
3428 2023.10.17 21:53:53.303576 [ 3 ] {26f57ac8-45ae-48af-b848-3fdfa301d8d9} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001239997 sec., 4838 rows/sec., 274.07 KiB/sec.
3429 2023.10.17 21:53:53.303717 [ 3 ] {26f57ac8-45ae-48af-b848-3fdfa301d8d9} <Debug> DynamicQueryHandler: Done processing query
3430 2023.10.17 21:53:53.303742 [ 3 ] {26f57ac8-45ae-48af-b848-3fdfa301d8d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3431 2023.10.17 21:53:53.303758 [ 3 ] {} <Debug> HTTP-Session: f519b817-3200-49e4-8761-14044f9278d1 Destroying unnamed session
3432 2023.10.17 21:53:53.303885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3433 2023.10.17 21:53:53.303932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3434 2023.10.17 21:53:53.303951 [ 3 ] {} <Debug> HTTP-Session: cecefdc1-49a8-4da1-a04c-24eec64e0cf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3435 2023.10.17 21:53:53.303968 [ 3 ] {} <Debug> HTTP-Session: cecefdc1-49a8-4da1-a04c-24eec64e0cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3436 2023.10.17 21:53:53.304044 [ 3 ] {62148c29-b8a9-483f-be8c-bc3d33ff3d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3437 2023.10.17 21:53:53.304084 [ 3 ] {62148c29-b8a9-483f-be8c-bc3d33ff3d9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3438 2023.10.17 21:53:53.304190 [ 3 ] {62148c29-b8a9-483f-be8c-bc3d33ff3d9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3439 2023.10.17 21:53:53.304530 [ 3 ] {62148c29-b8a9-483f-be8c-bc3d33ff3d9e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3440 2023.10.17 21:53:53.304742 [ 3 ] {62148c29-b8a9-483f-be8c-bc3d33ff3d9e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3441 2023.10.17 21:53:53.304902 [ 3 ] {62148c29-b8a9-483f-be8c-bc3d33ff3d9e} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0.
3442 2023.10.17 21:53:53.305026 [ 3 ] {62148c29-b8a9-483f-be8c-bc3d33ff3d9e} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000953462 sec., 91246 rows/sec., 8.53 MiB/sec.
3443 2023.10.17 21:53:53.305145 [ 3 ] {62148c29-b8a9-483f-be8c-bc3d33ff3d9e} <Debug> DynamicQueryHandler: Done processing query
3444 2023.10.17 21:53:53.305170 [ 3 ] {62148c29-b8a9-483f-be8c-bc3d33ff3d9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
3445 2023.10.17 21:53:53.305186 [ 3 ] {} <Debug> HTTP-Session: cecefdc1-49a8-4da1-a04c-24eec64e0cf5 Destroying unnamed session
3446 2023.10.17 21:53:53.305395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3447 2023.10.17 21:53:53.305442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3448 2023.10.17 21:53:53.305461 [ 3 ] {} <Debug> HTTP-Session: ec5db910-e7b6-4f04-a271-84f270002491 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3449 2023.10.17 21:53:53.305478 [ 3 ] {} <Debug> HTTP-Session: ec5db910-e7b6-4f04-a271-84f270002491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3450 2023.10.17 21:53:53.305556 [ 3 ] {d8c2d2f6-1c49-4389-bec5-9d5c3ce27f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3451 2023.10.17 21:53:53.305595 [ 3 ] {d8c2d2f6-1c49-4389-bec5-9d5c3ce27f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3452 2023.10.17 21:53:53.305699 [ 3 ] {d8c2d2f6-1c49-4389-bec5-9d5c3ce27f01} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3453 2023.10.17 21:53:53.306124 [ 3 ] {d8c2d2f6-1c49-4389-bec5-9d5c3ce27f01} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3454 2023.10.17 21:53:53.306348 [ 3 ] {d8c2d2f6-1c49-4389-bec5-9d5c3ce27f01} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3455 2023.10.17 21:53:53.306499 [ 3 ] {d8c2d2f6-1c49-4389-bec5-9d5c3ce27f01} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0.
3456 2023.10.17 21:53:53.306618 [ 3 ] {d8c2d2f6-1c49-4389-bec5-9d5c3ce27f01} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001029844 sec., 256349 rows/sec., 17.59 MiB/sec.
3457 2023.10.17 21:53:53.306736 [ 3 ] {d8c2d2f6-1c49-4389-bec5-9d5c3ce27f01} <Debug> DynamicQueryHandler: Done processing query
3458 2023.10.17 21:53:53.306760 [ 3 ] {d8c2d2f6-1c49-4389-bec5-9d5c3ce27f01} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
3459 2023.10.17 21:53:53.306777 [ 3 ] {} <Debug> HTTP-Session: ec5db910-e7b6-4f04-a271-84f270002491 Destroying unnamed session
3460 2023.10.17 21:53:53.306935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3461 2023.10.17 21:53:53.306979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3462 2023.10.17 21:53:53.306998 [ 3 ] {} <Debug> HTTP-Session: ae67abe3-40a4-4f0d-96fa-fc821edbcfcb Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3463 2023.10.17 21:53:53.307014 [ 3 ] {} <Debug> HTTP-Session: ae67abe3-40a4-4f0d-96fa-fc821edbcfcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3464 2023.10.17 21:53:53.307082 [ 3 ] {83cbf8a8-b01b-4764-b9f0-c60ea0d57097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3465 2023.10.17 21:53:53.307123 [ 3 ] {83cbf8a8-b01b-4764-b9f0-c60ea0d57097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3466 2023.10.17 21:53:53.307232 [ 3 ] {83cbf8a8-b01b-4764-b9f0-c60ea0d57097} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3467 2023.10.17 21:53:53.307476 [ 3 ] {83cbf8a8-b01b-4764-b9f0-c60ea0d57097} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3468 2023.10.17 21:53:53.307716 [ 3 ] {83cbf8a8-b01b-4764-b9f0-c60ea0d57097} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3469 2023.10.17 21:53:53.307887 [ 3 ] {83cbf8a8-b01b-4764-b9f0-c60ea0d57097} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0.
3470 2023.10.17 21:53:53.308009 [ 3 ] {83cbf8a8-b01b-4764-b9f0-c60ea0d57097} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000891182 sec., 6732 rows/sec., 282.72 KiB/sec.
3471 2023.10.17 21:53:53.308166 [ 3 ] {83cbf8a8-b01b-4764-b9f0-c60ea0d57097} <Debug> DynamicQueryHandler: Done processing query
3472 2023.10.17 21:53:53.308190 [ 3 ] {83cbf8a8-b01b-4764-b9f0-c60ea0d57097} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
3473 2023.10.17 21:53:53.308206 [ 3 ] {} <Debug> HTTP-Session: ae67abe3-40a4-4f0d-96fa-fc821edbcfcb Destroying unnamed session
3474 2023.10.17 21:53:53.308338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3475 2023.10.17 21:53:53.308382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3476 2023.10.17 21:53:53.308401 [ 3 ] {} <Debug> HTTP-Session: 74d37f72-e97a-4411-b8ac-072726843859 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3477 2023.10.17 21:53:53.308418 [ 3 ] {} <Debug> HTTP-Session: 74d37f72-e97a-4411-b8ac-072726843859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3478 2023.10.17 21:53:53.308493 [ 3 ] {fc3ed3e0-68f5-4058-882e-d730baa65742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
3479 2023.10.17 21:53:53.308538 [ 3 ] {fc3ed3e0-68f5-4058-882e-d730baa65742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
3480 2023.10.17 21:53:53.308658 [ 3 ] {fc3ed3e0-68f5-4058-882e-d730baa65742} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3481 2023.10.17 21:53:53.308942 [ 3 ] {fc3ed3e0-68f5-4058-882e-d730baa65742} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3482 2023.10.17 21:53:53.309188 [ 3 ] {fc3ed3e0-68f5-4058-882e-d730baa65742} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3483 2023.10.17 21:53:53.309363 [ 3 ] {fc3ed3e0-68f5-4058-882e-d730baa65742} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0.
3484 2023.10.17 21:53:53.309494 [ 3 ] {fc3ed3e0-68f5-4058-882e-d730baa65742} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000966123 sec., 65209 rows/sec., 3.95 MiB/sec.
3485 2023.10.17 21:53:53.309490 [ 60 ] {} <Debug> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3486 2023.10.17 21:53:53.309593 [ 60 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3487 2023.10.17 21:53:53.309684 [ 3 ] {fc3ed3e0-68f5-4058-882e-d730baa65742} <Debug> DynamicQueryHandler: Done processing query
3488 2023.10.17 21:53:53.309752 [ 3 ] {fc3ed3e0-68f5-4058-882e-d730baa65742} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3489 2023.10.17 21:53:53.309776 [ 9 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact
3490 2023.10.17 21:53:53.309804 [ 3 ] {} <Debug> HTTP-Session: 74d37f72-e97a-4411-b8ac-072726843859 Destroying unnamed session
3491 2023.10.17 21:53:53.309956 [ 9 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3492 2023.10.17 21:53:53.310015 [ 9 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 852 rows starting from the beginning of the part
3493 2023.10.17 21:53:53.310040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3494 2023.10.17 21:53:53.310120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3495 2023.10.17 21:53:53.310161 [ 3 ] {} <Debug> HTTP-Session: d77df2ea-5b1d-4467-a559-9ed4ee0f1194 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3496 2023.10.17 21:53:53.310205 [ 3 ] {} <Debug> HTTP-Session: d77df2ea-5b1d-4467-a559-9ed4ee0f1194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3497 2023.10.17 21:53:53.310316 [ 9 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 63 rows starting from the beginning of the part
3498 2023.10.17 21:53:53.310428 [ 3 ] {13097d42-6c83-43b1-8a72-eb4939b15a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
3499 2023.10.17 21:53:53.310543 [ 3 ] {13097d42-6c83-43b1-8a72-eb4939b15a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
3500 2023.10.17 21:53:53.310578 [ 9 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 63 rows starting from the beginning of the part
3501 2023.10.17 21:53:53.310912 [ 9 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 11 rows starting from the beginning of the part
3502 2023.10.17 21:53:53.311047 [ 3 ] {13097d42-6c83-43b1-8a72-eb4939b15a59} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3503 2023.10.17 21:53:53.311183 [ 9 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 63 rows starting from the beginning of the part
3504 2023.10.17 21:53:53.311314 [ 9 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 63 rows starting from the beginning of the part
3505 2023.10.17 21:53:53.311843 [ 3 ] {13097d42-6c83-43b1-8a72-eb4939b15a59} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3506 2023.10.17 21:53:53.312389 [ 3 ] {13097d42-6c83-43b1-8a72-eb4939b15a59} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3507 2023.10.17 21:53:53.312704 [ 3 ] {13097d42-6c83-43b1-8a72-eb4939b15a59} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0.
3508 2023.10.17 21:53:53.313116 [ 3 ] {13097d42-6c83-43b1-8a72-eb4939b15a59} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.002600915 sec., 7305 rows/sec., 387.86 KiB/sec.
3509 2023.10.17 21:53:53.313207 [ 11 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1115 rows, containing 5 columns (5 merged, 0 gathered) in 0.003533638 sec., 315538.8299537191 rows/sec., 19.18 MiB/sec.
3510 2023.10.17 21:53:53.313331 [ 3 ] {13097d42-6c83-43b1-8a72-eb4939b15a59} <Debug> DynamicQueryHandler: Done processing query
3511 2023.10.17 21:53:53.313365 [ 3 ] {13097d42-6c83-43b1-8a72-eb4939b15a59} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
3512 2023.10.17 21:53:53.313399 [ 3 ] {} <Debug> HTTP-Session: d77df2ea-5b1d-4467-a559-9ed4ee0f1194 Destroying unnamed session
3513 2023.10.17 21:53:53.313480 [ 19 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3514 2023.10.17 21:53:53.313760 [ 19 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4.
3515 2023.10.17 21:53:53.313848 [ 19 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0
3516 2023.10.17 21:53:57.619863 [ 162 ] {} <Debug> DNSResolver: Updating DNS cache
3517 2023.10.17 21:53:57.619928 [ 162 ] {} <Debug> DNSResolver: Updated DNS cache
3518 2023.10.17 21:53:58.300795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3519 2023.10.17 21:53:58.300945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3520 2023.10.17 21:53:58.300988 [ 3 ] {} <Debug> HTTP-Session: fca947b7-e2fc-4e83-9c58-3d6eea7649d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3521 2023.10.17 21:53:58.301028 [ 3 ] {} <Debug> HTTP-Session: fca947b7-e2fc-4e83-9c58-3d6eea7649d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3522 2023.10.17 21:53:58.301219 [ 3 ] {e245581c-7a3e-4284-82ef-5a29cf6ee6a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3523 2023.10.17 21:53:58.301312 [ 3 ] {e245581c-7a3e-4284-82ef-5a29cf6ee6a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3524 2023.10.17 21:53:58.301498 [ 3 ] {e245581c-7a3e-4284-82ef-5a29cf6ee6a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3525 2023.10.17 21:53:58.301965 [ 3 ] {e245581c-7a3e-4284-82ef-5a29cf6ee6a4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3526 2023.10.17 21:53:58.302239 [ 3 ] {e245581c-7a3e-4284-82ef-5a29cf6ee6a4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3527 2023.10.17 21:53:58.302404 [ 3 ] {e245581c-7a3e-4284-82ef-5a29cf6ee6a4} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0.
3528 2023.10.17 21:53:58.302534 [ 3 ] {e245581c-7a3e-4284-82ef-5a29cf6ee6a4} <Information> executeQuery: Read 47 rows, 3.81 KiB in 0.001260786 sec., 37278 rows/sec., 2.95 MiB/sec.
3529 2023.10.17 21:53:58.302687 [ 3 ] {e245581c-7a3e-4284-82ef-5a29cf6ee6a4} <Debug> DynamicQueryHandler: Done processing query
3530 2023.10.17 21:53:58.302713 [ 3 ] {e245581c-7a3e-4284-82ef-5a29cf6ee6a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3531 2023.10.17 21:53:58.302730 [ 3 ] {} <Debug> HTTP-Session: fca947b7-e2fc-4e83-9c58-3d6eea7649d3 Destroying unnamed session
3532 2023.10.17 21:53:58.302868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 22677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3533 2023.10.17 21:53:58.302923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3534 2023.10.17 21:53:58.302943 [ 3 ] {} <Debug> HTTP-Session: d65de7b3-a0e4-4423-a465-bf58c4a774e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3535 2023.10.17 21:53:58.302961 [ 3 ] {} <Debug> HTTP-Session: d65de7b3-a0e4-4423-a465-bf58c4a774e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3536 2023.10.17 21:53:58.303050 [ 3 ] {4ff9ae36-770b-4472-98d7-39aa397ed34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3537 2023.10.17 21:53:58.303093 [ 3 ] {4ff9ae36-770b-4472-98d7-39aa397ed34f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3538 2023.10.17 21:53:58.303199 [ 3 ] {4ff9ae36-770b-4472-98d7-39aa397ed34f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3539 2023.10.17 21:53:58.303616 [ 3 ] {4ff9ae36-770b-4472-98d7-39aa397ed34f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3540 2023.10.17 21:53:58.303836 [ 3 ] {4ff9ae36-770b-4472-98d7-39aa397ed34f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3541 2023.10.17 21:53:58.303988 [ 3 ] {4ff9ae36-770b-4472-98d7-39aa397ed34f} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0.
3542 2023.10.17 21:53:58.304092 [ 3 ] {4ff9ae36-770b-4472-98d7-39aa397ed34f} <Information> executeQuery: Read 141 rows, 14.05 KiB in 0.001012794 sec., 139218 rows/sec., 13.55 MiB/sec.
3543 2023.10.17 21:53:58.304241 [ 3 ] {4ff9ae36-770b-4472-98d7-39aa397ed34f} <Debug> DynamicQueryHandler: Done processing query
3544 2023.10.17 21:53:58.304268 [ 3 ] {4ff9ae36-770b-4472-98d7-39aa397ed34f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3545 2023.10.17 21:53:58.304284 [ 3 ] {} <Debug> HTTP-Session: d65de7b3-a0e4-4423-a465-bf58c4a774e6 Destroying unnamed session
3546 2023.10.17 21:53:58.304417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3547 2023.10.17 21:53:58.304465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3548 2023.10.17 21:53:58.304485 [ 3 ] {} <Debug> HTTP-Session: 5ecfc2fc-1c4b-483d-a435-c71613b10328 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3549 2023.10.17 21:53:58.304502 [ 3 ] {} <Debug> HTTP-Session: 5ecfc2fc-1c4b-483d-a435-c71613b10328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3550 2023.10.17 21:53:58.304575 [ 3 ] {79b3177f-1dd3-4c03-8529-2c8f4943652e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3551 2023.10.17 21:53:58.304616 [ 3 ] {79b3177f-1dd3-4c03-8529-2c8f4943652e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3552 2023.10.17 21:53:58.304723 [ 3 ] {79b3177f-1dd3-4c03-8529-2c8f4943652e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3553 2023.10.17 21:53:58.305029 [ 3 ] {79b3177f-1dd3-4c03-8529-2c8f4943652e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3554 2023.10.17 21:53:58.305244 [ 3 ] {79b3177f-1dd3-4c03-8529-2c8f4943652e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3555 2023.10.17 21:53:58.305394 [ 3 ] {79b3177f-1dd3-4c03-8529-2c8f4943652e} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0.
3556 2023.10.17 21:53:58.305492 [ 3 ] {79b3177f-1dd3-4c03-8529-2c8f4943652e} <Information> executeQuery: Read 47 rows, 3.76 KiB in 0.000888982 sec., 52869 rows/sec., 4.13 MiB/sec.
3557 2023.10.17 21:53:58.305610 [ 3 ] {79b3177f-1dd3-4c03-8529-2c8f4943652e} <Debug> DynamicQueryHandler: Done processing query
3558 2023.10.17 21:53:58.305633 [ 3 ] {79b3177f-1dd3-4c03-8529-2c8f4943652e} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3559 2023.10.17 21:53:58.305649 [ 3 ] {} <Debug> HTTP-Session: 5ecfc2fc-1c4b-483d-a435-c71613b10328 Destroying unnamed session
3560 2023.10.17 21:53:58.305855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 50283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3561 2023.10.17 21:53:58.305902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3562 2023.10.17 21:53:58.305922 [ 3 ] {} <Debug> HTTP-Session: b741e070-4f0e-4a7a-bc4c-13b3296a7520 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3563 2023.10.17 21:53:58.305939 [ 3 ] {} <Debug> HTTP-Session: b741e070-4f0e-4a7a-bc4c-13b3296a7520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3564 2023.10.17 21:53:58.306032 [ 3 ] {26b98338-3f76-4224-b2ce-688469e3aa2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
3565 2023.10.17 21:53:58.306078 [ 3 ] {26b98338-3f76-4224-b2ce-688469e3aa2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
3566 2023.10.17 21:53:58.306211 [ 3 ] {26b98338-3f76-4224-b2ce-688469e3aa2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3567 2023.10.17 21:53:58.306724 [ 3 ] {26b98338-3f76-4224-b2ce-688469e3aa2f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3568 2023.10.17 21:53:58.307059 [ 3 ] {26b98338-3f76-4224-b2ce-688469e3aa2f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3569 2023.10.17 21:53:58.307242 [ 3 ] {26b98338-3f76-4224-b2ce-688469e3aa2f} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0.
3570 2023.10.17 21:53:58.307351 [ 3 ] {26b98338-3f76-4224-b2ce-688469e3aa2f} <Information> executeQuery: Read 47 rows, 64.95 KiB in 0.001290918 sec., 36408 rows/sec., 49.13 MiB/sec.
3571 2023.10.17 21:53:58.307340 [ 162 ] {} <Debug> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3572 2023.10.17 21:53:58.307420 [ 162 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3573 2023.10.17 21:53:58.307543 [ 3 ] {26b98338-3f76-4224-b2ce-688469e3aa2f} <Debug> DynamicQueryHandler: Done processing query
3574 2023.10.17 21:53:58.307557 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact
3575 2023.10.17 21:53:58.307582 [ 3 ] {26b98338-3f76-4224-b2ce-688469e3aa2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
3576 2023.10.17 21:53:58.307629 [ 3 ] {} <Debug> HTTP-Session: b741e070-4f0e-4a7a-bc4c-13b3296a7520 Destroying unnamed session
3577 2023.10.17 21:53:58.307725 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3578 2023.10.17 21:53:58.307771 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 490 rows starting from the beginning of the part
3579 2023.10.17 21:53:58.307916 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 47 rows starting from the beginning of the part
3580 2023.10.17 21:53:58.308035 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 47 rows starting from the beginning of the part
3581 2023.10.17 21:53:58.308150 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 47 rows starting from the beginning of the part
3582 2023.10.17 21:53:58.308257 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 47 rows starting from the beginning of the part
3583 2023.10.17 21:53:58.308359 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 47 rows starting from the beginning of the part
3584 2023.10.17 21:53:58.310023 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 725 rows, containing 6 columns (6 merged, 0 gathered) in 0.002541655 sec., 285247.21097080444 rows/sec., 384.93 MiB/sec.
3585 2023.10.17 21:53:58.310343 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3586 2023.10.17 21:53:58.310549 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3.
3587 2023.10.17 21:53:58.310617 [ 23 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0
3588 2023.10.17 21:53:58.310687 [ 23 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_16_3: 4.02 MiB.
3589 2023.10.17 21:53:59.000148 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.23 MiB, peak 235.48 MiB, will set to 230.09 MiB (RSS), difference: -4.15 MiB
3590 2023.10.17 21:54:03.302558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3591 2023.10.17 21:54:03.302674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3592 2023.10.17 21:54:03.302701 [ 3 ] {} <Debug> HTTP-Session: 543d98c4-ebb0-42ef-b6bd-ede711f9467d Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3593 2023.10.17 21:54:03.302728 [ 3 ] {} <Debug> HTTP-Session: 543d98c4-ebb0-42ef-b6bd-ede711f9467d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3594 2023.10.17 21:54:03.302860 [ 3 ] {624321fe-17a2-480c-8eeb-f2e4e841d0f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3595 2023.10.17 21:54:03.302920 [ 3 ] {624321fe-17a2-480c-8eeb-f2e4e841d0f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3596 2023.10.17 21:54:03.303084 [ 3 ] {624321fe-17a2-480c-8eeb-f2e4e841d0f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3597 2023.10.17 21:54:03.303514 [ 3 ] {624321fe-17a2-480c-8eeb-f2e4e841d0f0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3598 2023.10.17 21:54:03.303770 [ 3 ] {624321fe-17a2-480c-8eeb-f2e4e841d0f0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3599 2023.10.17 21:54:03.303934 [ 3 ] {624321fe-17a2-480c-8eeb-f2e4e841d0f0} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0.
3600 2023.10.17 21:54:03.304078 [ 3 ] {624321fe-17a2-480c-8eeb-f2e4e841d0f0} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001182306 sec., 5074 rows/sec., 287.44 KiB/sec.
3601 2023.10.17 21:54:03.304228 [ 3 ] {624321fe-17a2-480c-8eeb-f2e4e841d0f0} <Debug> DynamicQueryHandler: Done processing query
3602 2023.10.17 21:54:03.304255 [ 3 ] {624321fe-17a2-480c-8eeb-f2e4e841d0f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3603 2023.10.17 21:54:03.304272 [ 3 ] {} <Debug> HTTP-Session: 543d98c4-ebb0-42ef-b6bd-ede711f9467d Destroying unnamed session
3604 2023.10.17 21:54:03.304407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3605 2023.10.17 21:54:03.304455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3606 2023.10.17 21:54:03.304475 [ 3 ] {} <Debug> HTTP-Session: b14f8b6d-022a-479b-b7f4-c21d085881dc Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3607 2023.10.17 21:54:03.304495 [ 3 ] {} <Debug> HTTP-Session: b14f8b6d-022a-479b-b7f4-c21d085881dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3608 2023.10.17 21:54:03.304572 [ 3 ] {f95c430d-1e24-4a18-9d11-8db14c6afbff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3609 2023.10.17 21:54:03.304614 [ 3 ] {f95c430d-1e24-4a18-9d11-8db14c6afbff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3610 2023.10.17 21:54:03.304722 [ 3 ] {f95c430d-1e24-4a18-9d11-8db14c6afbff} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3611 2023.10.17 21:54:03.305131 [ 3 ] {f95c430d-1e24-4a18-9d11-8db14c6afbff} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3612 2023.10.17 21:54:03.306563 [ 3 ] {f95c430d-1e24-4a18-9d11-8db14c6afbff} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3613 2023.10.17 21:54:03.306758 [ 3 ] {f95c430d-1e24-4a18-9d11-8db14c6afbff} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0.
3614 2023.10.17 21:54:03.306909 [ 3 ] {f95c430d-1e24-4a18-9d11-8db14c6afbff} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.002305942 sec., 37728 rows/sec., 3.53 MiB/sec.
3615 2023.10.17 21:54:03.307092 [ 3 ] {f95c430d-1e24-4a18-9d11-8db14c6afbff} <Debug> DynamicQueryHandler: Done processing query
3616 2023.10.17 21:54:03.307121 [ 3 ] {f95c430d-1e24-4a18-9d11-8db14c6afbff} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
3617 2023.10.17 21:54:03.307144 [ 3 ] {} <Debug> HTTP-Session: b14f8b6d-022a-479b-b7f4-c21d085881dc Destroying unnamed session
3618 2023.10.17 21:54:03.307328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3619 2023.10.17 21:54:03.307384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3620 2023.10.17 21:54:03.307409 [ 3 ] {} <Debug> HTTP-Session: 377d5344-7c7b-44a3-93a6-bc855550277b Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3621 2023.10.17 21:54:03.307431 [ 3 ] {} <Debug> HTTP-Session: 377d5344-7c7b-44a3-93a6-bc855550277b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3622 2023.10.17 21:54:03.307526 [ 3 ] {e484b2db-0c84-4b91-82f2-c2ef6ff6d26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3623 2023.10.17 21:54:03.307569 [ 3 ] {e484b2db-0c84-4b91-82f2-c2ef6ff6d26b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3624 2023.10.17 21:54:03.307676 [ 3 ] {e484b2db-0c84-4b91-82f2-c2ef6ff6d26b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3625 2023.10.17 21:54:03.308148 [ 3 ] {e484b2db-0c84-4b91-82f2-c2ef6ff6d26b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3626 2023.10.17 21:54:03.308384 [ 3 ] {e484b2db-0c84-4b91-82f2-c2ef6ff6d26b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3627 2023.10.17 21:54:03.308550 [ 3 ] {e484b2db-0c84-4b91-82f2-c2ef6ff6d26b} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0.
3628 2023.10.17 21:54:03.308674 [ 3 ] {e484b2db-0c84-4b91-82f2-c2ef6ff6d26b} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001108806 sec., 238093 rows/sec., 16.33 MiB/sec.
3629 2023.10.17 21:54:03.308829 [ 3 ] {e484b2db-0c84-4b91-82f2-c2ef6ff6d26b} <Debug> DynamicQueryHandler: Done processing query
3630 2023.10.17 21:54:03.308855 [ 3 ] {e484b2db-0c84-4b91-82f2-c2ef6ff6d26b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
3631 2023.10.17 21:54:03.308874 [ 3 ] {} <Debug> HTTP-Session: 377d5344-7c7b-44a3-93a6-bc855550277b Destroying unnamed session
3632 2023.10.17 21:54:03.309062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3633 2023.10.17 21:54:03.309113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3634 2023.10.17 21:54:03.309134 [ 3 ] {} <Debug> HTTP-Session: f75035eb-9032-474a-9e22-7e97e3baea72 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3635 2023.10.17 21:54:03.309151 [ 3 ] {} <Debug> HTTP-Session: f75035eb-9032-474a-9e22-7e97e3baea72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3636 2023.10.17 21:54:03.309223 [ 3 ] {caad897a-a965-4bee-a286-cd235d88bc03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3637 2023.10.17 21:54:03.309268 [ 3 ] {caad897a-a965-4bee-a286-cd235d88bc03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3638 2023.10.17 21:54:03.309423 [ 3 ] {caad897a-a965-4bee-a286-cd235d88bc03} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3639 2023.10.17 21:54:03.309722 [ 3 ] {caad897a-a965-4bee-a286-cd235d88bc03} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3640 2023.10.17 21:54:03.310056 [ 3 ] {caad897a-a965-4bee-a286-cd235d88bc03} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3641 2023.10.17 21:54:03.310297 [ 3 ] {caad897a-a965-4bee-a286-cd235d88bc03} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0.
3642 2023.10.17 21:54:03.310430 [ 3 ] {caad897a-a965-4bee-a286-cd235d88bc03} <Information> executeQuery: Read 6 rows, 258.00 B in 0.001174686 sec., 5107 rows/sec., 214.49 KiB/sec.
3643 2023.10.17 21:54:03.310543 [ 3 ] {caad897a-a965-4bee-a286-cd235d88bc03} <Debug> DynamicQueryHandler: Done processing query
3644 2023.10.17 21:54:03.310568 [ 3 ] {caad897a-a965-4bee-a286-cd235d88bc03} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
3645 2023.10.17 21:54:03.310585 [ 3 ] {} <Debug> HTTP-Session: f75035eb-9032-474a-9e22-7e97e3baea72 Destroying unnamed session
3646 2023.10.17 21:54:03.310743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3647 2023.10.17 21:54:03.310790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3648 2023.10.17 21:54:03.310810 [ 3 ] {} <Debug> HTTP-Session: 7ec9dd11-9856-4e6c-8e9e-7e3346887776 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3649 2023.10.17 21:54:03.310828 [ 3 ] {} <Debug> HTTP-Session: 7ec9dd11-9856-4e6c-8e9e-7e3346887776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3650 2023.10.17 21:54:03.310902 [ 3 ] {808f75b2-b4f8-4d6a-b4fd-bde7a44029b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
3651 2023.10.17 21:54:03.310944 [ 3 ] {808f75b2-b4f8-4d6a-b4fd-bde7a44029b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
3652 2023.10.17 21:54:03.311062 [ 3 ] {808f75b2-b4f8-4d6a-b4fd-bde7a44029b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3653 2023.10.17 21:54:03.311375 [ 3 ] {808f75b2-b4f8-4d6a-b4fd-bde7a44029b9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3654 2023.10.17 21:54:03.311620 [ 3 ] {808f75b2-b4f8-4d6a-b4fd-bde7a44029b9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3655 2023.10.17 21:54:03.311793 [ 3 ] {808f75b2-b4f8-4d6a-b4fd-bde7a44029b9} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0.
3656 2023.10.17 21:54:03.311897 [ 3 ] {808f75b2-b4f8-4d6a-b4fd-bde7a44029b9} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000967343 sec., 65126 rows/sec., 3.95 MiB/sec.
3657 2023.10.17 21:54:03.312026 [ 3 ] {808f75b2-b4f8-4d6a-b4fd-bde7a44029b9} <Debug> DynamicQueryHandler: Done processing query
3658 2023.10.17 21:54:03.312050 [ 3 ] {808f75b2-b4f8-4d6a-b4fd-bde7a44029b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3659 2023.10.17 21:54:03.312067 [ 3 ] {} <Debug> HTTP-Session: 7ec9dd11-9856-4e6c-8e9e-7e3346887776 Destroying unnamed session
3660 2023.10.17 21:54:03.312204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3661 2023.10.17 21:54:03.312251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3662 2023.10.17 21:54:03.312271 [ 3 ] {} <Debug> HTTP-Session: 72f29473-a1a7-453c-b9d9-8bd5dd93ee2c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3663 2023.10.17 21:54:03.312289 [ 3 ] {} <Debug> HTTP-Session: 72f29473-a1a7-453c-b9d9-8bd5dd93ee2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3664 2023.10.17 21:54:03.312361 [ 3 ] {b1485180-af30-4625-b0f1-dcbd1f0d027b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
3665 2023.10.17 21:54:03.312401 [ 3 ] {b1485180-af30-4625-b0f1-dcbd1f0d027b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
3666 2023.10.17 21:54:03.312505 [ 3 ] {b1485180-af30-4625-b0f1-dcbd1f0d027b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3667 2023.10.17 21:54:03.312760 [ 3 ] {b1485180-af30-4625-b0f1-dcbd1f0d027b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3668 2023.10.17 21:54:03.312993 [ 3 ] {b1485180-af30-4625-b0f1-dcbd1f0d027b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3669 2023.10.17 21:54:03.313166 [ 3 ] {b1485180-af30-4625-b0f1-dcbd1f0d027b} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0.
3670 2023.10.17 21:54:03.313290 [ 3 ] {b1485180-af30-4625-b0f1-dcbd1f0d027b} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000898792 sec., 21139 rows/sec., 1.10 MiB/sec.
3671 2023.10.17 21:54:03.313422 [ 3 ] {b1485180-af30-4625-b0f1-dcbd1f0d027b} <Debug> DynamicQueryHandler: Done processing query
3672 2023.10.17 21:54:03.313447 [ 3 ] {b1485180-af30-4625-b0f1-dcbd1f0d027b} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
3673 2023.10.17 21:54:03.313464 [ 3 ] {} <Debug> HTTP-Session: 72f29473-a1a7-453c-b9d9-8bd5dd93ee2c Destroying unnamed session
3674 2023.10.17 21:54:08.303002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 6792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3675 2023.10.17 21:54:08.303123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3676 2023.10.17 21:54:08.303150 [ 3 ] {} <Debug> HTTP-Session: 8fdfe45b-4de4-4f7f-b4d1-8928acbef2fc Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3677 2023.10.17 21:54:08.303175 [ 3 ] {} <Debug> HTTP-Session: 8fdfe45b-4de4-4f7f-b4d1-8928acbef2fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3678 2023.10.17 21:54:08.303308 [ 3 ] {4db11456-acee-4ef6-946d-ea43af7a5f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3679 2023.10.17 21:54:08.303369 [ 3 ] {4db11456-acee-4ef6-946d-ea43af7a5f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3680 2023.10.17 21:54:08.303556 [ 3 ] {4db11456-acee-4ef6-946d-ea43af7a5f81} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3681 2023.10.17 21:54:08.304023 [ 3 ] {4db11456-acee-4ef6-946d-ea43af7a5f81} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3682 2023.10.17 21:54:08.304289 [ 3 ] {4db11456-acee-4ef6-946d-ea43af7a5f81} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
3683 2023.10.17 21:54:08.304463 [ 3 ] {4db11456-acee-4ef6-946d-ea43af7a5f81} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0.
3684 2023.10.17 21:54:08.304586 [ 3 ] {4db11456-acee-4ef6-946d-ea43af7a5f81} <Information> executeQuery: Read 47 rows, 3.81 KiB in 0.001241847 sec., 37846 rows/sec., 3.00 MiB/sec.
3685 2023.10.17 21:54:08.304762 [ 3 ] {4db11456-acee-4ef6-946d-ea43af7a5f81} <Debug> DynamicQueryHandler: Done processing query
3686 2023.10.17 21:54:08.304789 [ 3 ] {4db11456-acee-4ef6-946d-ea43af7a5f81} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3687 2023.10.17 21:54:08.304807 [ 3 ] {} <Debug> HTTP-Session: 8fdfe45b-4de4-4f7f-b4d1-8928acbef2fc Destroying unnamed session
3688 2023.10.17 21:54:08.304996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 22677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3689 2023.10.17 21:54:08.305046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3690 2023.10.17 21:54:08.305066 [ 3 ] {} <Debug> HTTP-Session: 47f685d7-7cea-472d-a902-9bb57f7a9e43 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3691 2023.10.17 21:54:08.305084 [ 3 ] {} <Debug> HTTP-Session: 47f685d7-7cea-472d-a902-9bb57f7a9e43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3692 2023.10.17 21:54:08.305165 [ 3 ] {f95f1aa9-2204-4b4c-959f-96eff37e86c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3693 2023.10.17 21:54:08.305206 [ 3 ] {f95f1aa9-2204-4b4c-959f-96eff37e86c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3694 2023.10.17 21:54:08.305316 [ 3 ] {f95f1aa9-2204-4b4c-959f-96eff37e86c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3695 2023.10.17 21:54:08.305691 [ 3 ] {f95f1aa9-2204-4b4c-959f-96eff37e86c0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3696 2023.10.17 21:54:08.305914 [ 3 ] {f95f1aa9-2204-4b4c-959f-96eff37e86c0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
3697 2023.10.17 21:54:08.306067 [ 3 ] {f95f1aa9-2204-4b4c-959f-96eff37e86c0} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0.
3698 2023.10.17 21:54:08.306175 [ 3 ] {f95f1aa9-2204-4b4c-959f-96eff37e86c0} <Information> executeQuery: Read 141 rows, 14.05 KiB in 0.000981564 sec., 143648 rows/sec., 13.98 MiB/sec.
3699 2023.10.17 21:54:08.306307 [ 3 ] {f95f1aa9-2204-4b4c-959f-96eff37e86c0} <Debug> DynamicQueryHandler: Done processing query
3700 2023.10.17 21:54:08.306332 [ 3 ] {f95f1aa9-2204-4b4c-959f-96eff37e86c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3701 2023.10.17 21:54:08.306349 [ 3 ] {} <Debug> HTTP-Session: 47f685d7-7cea-472d-a902-9bb57f7a9e43 Destroying unnamed session
3702 2023.10.17 21:54:08.306484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 9865, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3703 2023.10.17 21:54:08.306529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3704 2023.10.17 21:54:08.306550 [ 3 ] {} <Debug> HTTP-Session: f1dc153e-2745-46d1-91d7-e5012d1c61ba Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3705 2023.10.17 21:54:08.306568 [ 3 ] {} <Debug> HTTP-Session: f1dc153e-2745-46d1-91d7-e5012d1c61ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3706 2023.10.17 21:54:08.306642 [ 3 ] {c7baae02-f4c4-442b-b3d7-9dcfee3ad90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3707 2023.10.17 21:54:08.306682 [ 3 ] {c7baae02-f4c4-442b-b3d7-9dcfee3ad90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3708 2023.10.17 21:54:08.306785 [ 3 ] {c7baae02-f4c4-442b-b3d7-9dcfee3ad90e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3709 2023.10.17 21:54:08.307155 [ 3 ] {c7baae02-f4c4-442b-b3d7-9dcfee3ad90e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3710 2023.10.17 21:54:08.307365 [ 3 ] {c7baae02-f4c4-442b-b3d7-9dcfee3ad90e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
3711 2023.10.17 21:54:08.307516 [ 3 ] {c7baae02-f4c4-442b-b3d7-9dcfee3ad90e} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0.
3712 2023.10.17 21:54:08.307616 [ 3 ] {c7baae02-f4c4-442b-b3d7-9dcfee3ad90e} <Information> executeQuery: Read 58 rows, 4.63 KiB in 0.000946203 sec., 61297 rows/sec., 4.78 MiB/sec.
3713 2023.10.17 21:54:08.307736 [ 3 ] {c7baae02-f4c4-442b-b3d7-9dcfee3ad90e} <Debug> DynamicQueryHandler: Done processing query
3714 2023.10.17 21:54:08.307762 [ 3 ] {c7baae02-f4c4-442b-b3d7-9dcfee3ad90e} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
3715 2023.10.17 21:54:08.307779 [ 3 ] {} <Debug> HTTP-Session: f1dc153e-2745-46d1-91d7-e5012d1c61ba Destroying unnamed session
3716 2023.10.17 21:54:08.307934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3717 2023.10.17 21:54:08.307981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3718 2023.10.17 21:54:08.308002 [ 3 ] {} <Debug> HTTP-Session: 988fc8e3-04ae-42b4-9112-1ca762a8133b Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3719 2023.10.17 21:54:08.308019 [ 3 ] {} <Debug> HTTP-Session: 988fc8e3-04ae-42b4-9112-1ca762a8133b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3720 2023.10.17 21:54:08.308090 [ 3 ] {2ed5b664-14f5-49c9-9bf2-bba262e6758e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
3721 2023.10.17 21:54:08.308133 [ 3 ] {2ed5b664-14f5-49c9-9bf2-bba262e6758e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
3722 2023.10.17 21:54:08.308248 [ 3 ] {2ed5b664-14f5-49c9-9bf2-bba262e6758e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3723 2023.10.17 21:54:08.308517 [ 3 ] {2ed5b664-14f5-49c9-9bf2-bba262e6758e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3724 2023.10.17 21:54:08.308764 [ 3 ] {2ed5b664-14f5-49c9-9bf2-bba262e6758e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3725 2023.10.17 21:54:08.308943 [ 3 ] {2ed5b664-14f5-49c9-9bf2-bba262e6758e} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0.
3726 2023.10.17 21:54:08.309044 [ 3 ] {2ed5b664-14f5-49c9-9bf2-bba262e6758e} <Information> executeQuery: Read 11 rows, 743.00 B in 0.000925872 sec., 11880 rows/sec., 783.68 KiB/sec.
3727 2023.10.17 21:54:08.309151 [ 3 ] {2ed5b664-14f5-49c9-9bf2-bba262e6758e} <Debug> DynamicQueryHandler: Done processing query
3728 2023.10.17 21:54:08.309175 [ 3 ] {2ed5b664-14f5-49c9-9bf2-bba262e6758e} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3729 2023.10.17 21:54:08.309192 [ 3 ] {} <Debug> HTTP-Session: 988fc8e3-04ae-42b4-9112-1ca762a8133b Destroying unnamed session
3730 2023.10.17 21:54:08.309391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 50284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3731 2023.10.17 21:54:08.309436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3732 2023.10.17 21:54:08.309456 [ 3 ] {} <Debug> HTTP-Session: 800f15e9-ebed-475c-a2da-2caa81901d20 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3733 2023.10.17 21:54:08.309473 [ 3 ] {} <Debug> HTTP-Session: 800f15e9-ebed-475c-a2da-2caa81901d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3734 2023.10.17 21:54:08.309565 [ 3 ] {753c7a86-afec-4fbf-93f4-4bbc01cd7eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
3735 2023.10.17 21:54:08.309610 [ 3 ] {753c7a86-afec-4fbf-93f4-4bbc01cd7eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
3736 2023.10.17 21:54:08.309741 [ 3 ] {753c7a86-afec-4fbf-93f4-4bbc01cd7eb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3737 2023.10.17 21:54:08.310213 [ 3 ] {753c7a86-afec-4fbf-93f4-4bbc01cd7eb7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3738 2023.10.17 21:54:08.310528 [ 3 ] {753c7a86-afec-4fbf-93f4-4bbc01cd7eb7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3739 2023.10.17 21:54:08.310711 [ 3 ] {753c7a86-afec-4fbf-93f4-4bbc01cd7eb7} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0.
3740 2023.10.17 21:54:08.310822 [ 3 ] {753c7a86-afec-4fbf-93f4-4bbc01cd7eb7} <Information> executeQuery: Read 47 rows, 64.95 KiB in 0.001220956 sec., 38494 rows/sec., 51.95 MiB/sec.
3741 2023.10.17 21:54:08.311025 [ 3 ] {753c7a86-afec-4fbf-93f4-4bbc01cd7eb7} <Debug> DynamicQueryHandler: Done processing query
3742 2023.10.17 21:54:08.311049 [ 3 ] {753c7a86-afec-4fbf-93f4-4bbc01cd7eb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
3743 2023.10.17 21:54:08.311066 [ 3 ] {} <Debug> HTTP-Session: 800f15e9-ebed-475c-a2da-2caa81901d20 Destroying unnamed session
3744 2023.10.17 21:54:12.619967 [ 176 ] {} <Debug> DNSResolver: Updating DNS cache
3745 2023.10.17 21:54:12.620023 [ 176 ] {} <Debug> DNSResolver: Updated DNS cache
3746 2023.10.17 21:54:13.303203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3747 2023.10.17 21:54:13.303372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3748 2023.10.17 21:54:13.303420 [ 3 ] {} <Debug> HTTP-Session: 2c7df710-af69-40cf-b3c5-6985a3733916 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3749 2023.10.17 21:54:13.303463 [ 3 ] {} <Debug> HTTP-Session: 2c7df710-af69-40cf-b3c5-6985a3733916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3750 2023.10.17 21:54:13.303665 [ 3 ] {cc3bfb69-dc35-4b23-b0e9-c2413f4790de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3751 2023.10.17 21:54:13.303769 [ 3 ] {cc3bfb69-dc35-4b23-b0e9-c2413f4790de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3752 2023.10.17 21:54:13.304023 [ 3 ] {cc3bfb69-dc35-4b23-b0e9-c2413f4790de} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3753 2023.10.17 21:54:13.304500 [ 3 ] {cc3bfb69-dc35-4b23-b0e9-c2413f4790de} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3754 2023.10.17 21:54:13.304766 [ 3 ] {cc3bfb69-dc35-4b23-b0e9-c2413f4790de} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
3755 2023.10.17 21:54:13.304933 [ 3 ] {cc3bfb69-dc35-4b23-b0e9-c2413f4790de} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0.
3756 2023.10.17 21:54:13.305061 [ 3 ] {cc3bfb69-dc35-4b23-b0e9-c2413f4790de} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001338688 sec., 4482 rows/sec., 253.86 KiB/sec.
3757 2023.10.17 21:54:13.305097 [ 176 ] {} <Debug> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
3758 2023.10.17 21:54:13.305238 [ 176 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3759 2023.10.17 21:54:13.305239 [ 3 ] {cc3bfb69-dc35-4b23-b0e9-c2413f4790de} <Debug> DynamicQueryHandler: Done processing query
3760 2023.10.17 21:54:13.305301 [ 3 ] {cc3bfb69-dc35-4b23-b0e9-c2413f4790de} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
3761 2023.10.17 21:54:13.305357 [ 3 ] {} <Debug> HTTP-Session: 2c7df710-af69-40cf-b3c5-6985a3733916 Destroying unnamed session
3762 2023.10.17 21:54:13.305406 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact
3763 2023.10.17 21:54:13.305532 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3764 2023.10.17 21:54:13.305577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3765 2023.10.17 21:54:13.305598 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 53 rows starting from the beginning of the part
3766 2023.10.17 21:54:13.305678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3767 2023.10.17 21:54:13.305734 [ 3 ] {} <Debug> HTTP-Session: b1cf2659-05bf-4f73-9318-347beb62b386 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3768 2023.10.17 21:54:13.305766 [ 3 ] {} <Debug> HTTP-Session: b1cf2659-05bf-4f73-9318-347beb62b386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3769 2023.10.17 21:54:13.305889 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
3770 2023.10.17 21:54:13.305989 [ 3 ] {0549c18b-f213-4bf8-a0b1-8577ee4dcaea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3771 2023.10.17 21:54:13.306123 [ 3 ] {0549c18b-f213-4bf8-a0b1-8577ee4dcaea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3772 2023.10.17 21:54:13.306137 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 47 rows starting from the beginning of the part
3773 2023.10.17 21:54:13.306420 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
3774 2023.10.17 21:54:13.306573 [ 3 ] {0549c18b-f213-4bf8-a0b1-8577ee4dcaea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3775 2023.10.17 21:54:13.306644 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 47 rows starting from the beginning of the part
3776 2023.10.17 21:54:13.306795 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
3777 2023.10.17 21:54:13.307327 [ 3 ] {0549c18b-f213-4bf8-a0b1-8577ee4dcaea} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3778 2023.10.17 21:54:13.307814 [ 3 ] {0549c18b-f213-4bf8-a0b1-8577ee4dcaea} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
3779 2023.10.17 21:54:13.308201 [ 3 ] {0549c18b-f213-4bf8-a0b1-8577ee4dcaea} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0.
3780 2023.10.17 21:54:13.308213 [ 19 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 4 columns (4 merged, 0 gathered) in 0.002897569 sec., 56944.28674519916 rows/sec., 4.31 MiB/sec.
3781 2023.10.17 21:54:13.308399 [ 11 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
3782 2023.10.17 21:54:13.308444 [ 3 ] {0549c18b-f213-4bf8-a0b1-8577ee4dcaea} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.002380902 sec., 36540 rows/sec., 3.42 MiB/sec.
3783 2023.10.17 21:54:13.308437 [ 176 ] {} <Debug> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
3784 2023.10.17 21:54:13.308599 [ 176 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3785 2023.10.17 21:54:13.308836 [ 3 ] {0549c18b-f213-4bf8-a0b1-8577ee4dcaea} <Debug> DynamicQueryHandler: Done processing query
3786 2023.10.17 21:54:13.308845 [ 23 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact
3787 2023.10.17 21:54:13.308884 [ 11 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_36_7} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7.
3788 2023.10.17 21:54:13.308903 [ 3 ] {0549c18b-f213-4bf8-a0b1-8577ee4dcaea} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
3789 2023.10.17 21:54:13.309025 [ 3 ] {} <Debug> HTTP-Session: b1cf2659-05bf-4f73-9318-347beb62b386 Destroying unnamed session
3790 2023.10.17 21:54:13.309105 [ 11 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_36_7} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Merged 6 parts: from all_1_31_6 to all_36_36_0
3791 2023.10.17 21:54:13.309121 [ 23 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3792 2023.10.17 21:54:13.309150 [ 23 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 228 rows starting from the beginning of the part
3793 2023.10.17 21:54:13.309309 [ 23 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 87 rows starting from the beginning of the part
3794 2023.10.17 21:54:13.309315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3795 2023.10.17 21:54:13.309416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3796 2023.10.17 21:54:13.309473 [ 3 ] {} <Debug> HTTP-Session: 2b2cc76d-998f-437e-8b80-4d905df99ec5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3797 2023.10.17 21:54:13.309489 [ 23 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 141 rows starting from the beginning of the part
3798 2023.10.17 21:54:13.309505 [ 3 ] {} <Debug> HTTP-Session: 2b2cc76d-998f-437e-8b80-4d905df99ec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3799 2023.10.17 21:54:13.309728 [ 23 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 87 rows starting from the beginning of the part
3800 2023.10.17 21:54:13.309756 [ 3 ] {63f691de-6b34-4f03-8ae8-3d6d80a82921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3801 2023.10.17 21:54:13.309836 [ 3 ] {63f691de-6b34-4f03-8ae8-3d6d80a82921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3802 2023.10.17 21:54:13.309921 [ 23 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 141 rows starting from the beginning of the part
3803 2023.10.17 21:54:13.310213 [ 23 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 87 rows starting from the beginning of the part
3804 2023.10.17 21:54:13.310350 [ 3 ] {63f691de-6b34-4f03-8ae8-3d6d80a82921} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3805 2023.10.17 21:54:13.311536 [ 3 ] {63f691de-6b34-4f03-8ae8-3d6d80a82921} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3806 2023.10.17 21:54:13.311986 [ 3 ] {63f691de-6b34-4f03-8ae8-3d6d80a82921} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
3807 2023.10.17 21:54:13.311985 [ 12 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 771 rows, containing 4 columns (4 merged, 0 gathered) in 0.003265734 sec., 236087.81364311973 rows/sec., 22.56 MiB/sec.
3808 2023.10.17 21:54:13.312181 [ 12 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
3809 2023.10.17 21:54:13.312278 [ 3 ] {63f691de-6b34-4f03-8ae8-3d6d80a82921} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0.
3810 2023.10.17 21:54:13.312476 [ 3 ] {63f691de-6b34-4f03-8ae8-3d6d80a82921} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.002660016 sec., 99247 rows/sec., 6.81 MiB/sec.
3811 2023.10.17 21:54:13.312465 [ 175 ] {} <Debug> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
3812 2023.10.17 21:54:13.312541 [ 12 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_36_7} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7.
3813 2023.10.17 21:54:13.312598 [ 175 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3814 2023.10.17 21:54:13.312735 [ 12 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_36_7} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Merged 6 parts: from all_1_31_6 to all_36_36_0
3815 2023.10.17 21:54:13.312789 [ 3 ] {63f691de-6b34-4f03-8ae8-3d6d80a82921} <Debug> DynamicQueryHandler: Done processing query
3816 2023.10.17 21:54:13.312797 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact
3817 2023.10.17 21:54:13.312836 [ 3 ] {63f691de-6b34-4f03-8ae8-3d6d80a82921} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
3818 2023.10.17 21:54:13.312919 [ 3 ] {} <Debug> HTTP-Session: 2b2cc76d-998f-437e-8b80-4d905df99ec5 Destroying unnamed session
3819 2023.10.17 21:54:13.312994 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3820 2023.10.17 21:54:13.313025 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 340 rows starting from the beginning of the part
3821 2023.10.17 21:54:13.313169 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 264 rows starting from the beginning of the part
3822 2023.10.17 21:54:13.313169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3823 2023.10.17 21:54:13.313274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3824 2023.10.17 21:54:13.313335 [ 3 ] {} <Debug> HTTP-Session: 9a22ebaf-ba66-4dcd-8306-1c21d6775c9a Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3825 2023.10.17 21:54:13.313349 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 47 rows starting from the beginning of the part
3826 2023.10.17 21:54:13.313367 [ 3 ] {} <Debug> HTTP-Session: 9a22ebaf-ba66-4dcd-8306-1c21d6775c9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3827 2023.10.17 21:54:13.313578 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 264 rows starting from the beginning of the part
3828 2023.10.17 21:54:13.313608 [ 3 ] {fcd2eed6-aca5-498e-bb97-96b29c2eb53c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3829 2023.10.17 21:54:13.313695 [ 3 ] {fcd2eed6-aca5-498e-bb97-96b29c2eb53c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3830 2023.10.17 21:54:13.313794 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 58 rows starting from the beginning of the part
3831 2023.10.17 21:54:13.314094 [ 23 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 264 rows starting from the beginning of the part
3832 2023.10.17 21:54:13.314238 [ 3 ] {fcd2eed6-aca5-498e-bb97-96b29c2eb53c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3833 2023.10.17 21:54:13.315007 [ 3 ] {fcd2eed6-aca5-498e-bb97-96b29c2eb53c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3834 2023.10.17 21:54:13.315559 [ 3 ] {fcd2eed6-aca5-498e-bb97-96b29c2eb53c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3835 2023.10.17 21:54:13.315883 [ 12 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1237 rows, containing 4 columns (4 merged, 0 gathered) in 0.003151082 sec., 392563.5702276234 rows/sec., 27.47 MiB/sec.
3836 2023.10.17 21:54:13.315892 [ 3 ] {fcd2eed6-aca5-498e-bb97-96b29c2eb53c} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0.
3837 2023.10.17 21:54:13.316135 [ 3 ] {fcd2eed6-aca5-498e-bb97-96b29c2eb53c} <Information> executeQuery: Read 6 rows, 258.00 B in 0.002465923 sec., 2433 rows/sec., 102.17 KiB/sec.
3838 2023.10.17 21:54:13.316158 [ 12 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
3839 2023.10.17 21:54:13.316388 [ 3 ] {fcd2eed6-aca5-498e-bb97-96b29c2eb53c} <Debug> DynamicQueryHandler: Done processing query
3840 2023.10.17 21:54:13.316428 [ 3 ] {fcd2eed6-aca5-498e-bb97-96b29c2eb53c} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
3841 2023.10.17 21:54:13.316449 [ 3 ] {} <Debug> HTTP-Session: 9a22ebaf-ba66-4dcd-8306-1c21d6775c9a Destroying unnamed session
3842 2023.10.17 21:54:13.316623 [ 12 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_36_7} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7.
3843 2023.10.17 21:54:13.316643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3844 2023.10.17 21:54:13.316724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3845 2023.10.17 21:54:13.316746 [ 3 ] {} <Debug> HTTP-Session: eb1b23dd-abd7-42af-a46e-5a93bcd8f09a Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3846 2023.10.17 21:54:13.316765 [ 3 ] {} <Debug> HTTP-Session: eb1b23dd-abd7-42af-a46e-5a93bcd8f09a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3847 2023.10.17 21:54:13.316780 [ 12 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_36_7} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Merged 6 parts: from all_1_31_6 to all_36_36_0
3848 2023.10.17 21:54:13.316939 [ 3 ] {cf040fc6-1400-4d7b-a397-fed000201369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
3849 2023.10.17 21:54:13.317014 [ 3 ] {cf040fc6-1400-4d7b-a397-fed000201369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
3850 2023.10.17 21:54:13.317153 [ 3 ] {cf040fc6-1400-4d7b-a397-fed000201369} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3851 2023.10.17 21:54:13.317461 [ 3 ] {cf040fc6-1400-4d7b-a397-fed000201369} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3852 2023.10.17 21:54:13.317715 [ 3 ] {cf040fc6-1400-4d7b-a397-fed000201369} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3853 2023.10.17 21:54:13.317888 [ 3 ] {cf040fc6-1400-4d7b-a397-fed000201369} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0.
3854 2023.10.17 21:54:13.318019 [ 3 ] {cf040fc6-1400-4d7b-a397-fed000201369} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.001019864 sec., 61772 rows/sec., 3.75 MiB/sec.
3855 2023.10.17 21:54:13.318142 [ 3 ] {cf040fc6-1400-4d7b-a397-fed000201369} <Debug> DynamicQueryHandler: Done processing query
3856 2023.10.17 21:54:13.318167 [ 3 ] {cf040fc6-1400-4d7b-a397-fed000201369} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3857 2023.10.17 21:54:13.318182 [ 3 ] {} <Debug> HTTP-Session: eb1b23dd-abd7-42af-a46e-5a93bcd8f09a Destroying unnamed session
3858 2023.10.17 21:54:13.318348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3859 2023.10.17 21:54:13.318393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3860 2023.10.17 21:54:13.318411 [ 3 ] {} <Debug> HTTP-Session: ff7724f7-8897-4365-a5a9-af233560a919 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3861 2023.10.17 21:54:13.318428 [ 3 ] {} <Debug> HTTP-Session: ff7724f7-8897-4365-a5a9-af233560a919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3862 2023.10.17 21:54:13.318498 [ 3 ] {989bc299-e95f-4286-a40b-e691e3eb961d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
3863 2023.10.17 21:54:13.318537 [ 3 ] {989bc299-e95f-4286-a40b-e691e3eb961d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
3864 2023.10.17 21:54:13.318665 [ 3 ] {989bc299-e95f-4286-a40b-e691e3eb961d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3865 2023.10.17 21:54:13.318919 [ 3 ] {989bc299-e95f-4286-a40b-e691e3eb961d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3866 2023.10.17 21:54:13.319148 [ 3 ] {989bc299-e95f-4286-a40b-e691e3eb961d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3867 2023.10.17 21:54:13.319322 [ 3 ] {989bc299-e95f-4286-a40b-e691e3eb961d} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0.
3868 2023.10.17 21:54:13.319447 [ 3 ] {989bc299-e95f-4286-a40b-e691e3eb961d} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000919473 sec., 20664 rows/sec., 1.07 MiB/sec.
3869 2023.10.17 21:54:13.319627 [ 3 ] {989bc299-e95f-4286-a40b-e691e3eb961d} <Debug> DynamicQueryHandler: Done processing query
3870 2023.10.17 21:54:13.319653 [ 3 ] {989bc299-e95f-4286-a40b-e691e3eb961d} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
3871 2023.10.17 21:54:13.319669 [ 3 ] {} <Debug> HTTP-Session: ff7724f7-8897-4365-a5a9-af233560a919 Destroying unnamed session
3872 2023.10.17 21:54:18.301019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 7079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3873 2023.10.17 21:54:18.301175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3874 2023.10.17 21:54:18.301206 [ 3 ] {} <Debug> HTTP-Session: a47dfd09-7a71-417a-8c02-7b4ffa5b3657 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3875 2023.10.17 21:54:18.301235 [ 3 ] {} <Debug> HTTP-Session: a47dfd09-7a71-417a-8c02-7b4ffa5b3657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3876 2023.10.17 21:54:18.301374 [ 3 ] {a740835c-6f2d-4c6d-8b1c-564eed2ff582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3877 2023.10.17 21:54:18.301440 [ 3 ] {a740835c-6f2d-4c6d-8b1c-564eed2ff582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3878 2023.10.17 21:54:18.301687 [ 3 ] {a740835c-6f2d-4c6d-8b1c-564eed2ff582} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3879 2023.10.17 21:54:18.302174 [ 3 ] {a740835c-6f2d-4c6d-8b1c-564eed2ff582} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3880 2023.10.17 21:54:18.302449 [ 3 ] {a740835c-6f2d-4c6d-8b1c-564eed2ff582} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
3881 2023.10.17 21:54:18.302624 [ 3 ] {a740835c-6f2d-4c6d-8b1c-564eed2ff582} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0.
3882 2023.10.17 21:54:18.302771 [ 3 ] {a740835c-6f2d-4c6d-8b1c-564eed2ff582} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001296518 sec., 37793 rows/sec., 2.99 MiB/sec.
3883 2023.10.17 21:54:18.302975 [ 3 ] {a740835c-6f2d-4c6d-8b1c-564eed2ff582} <Debug> DynamicQueryHandler: Done processing query
3884 2023.10.17 21:54:18.303005 [ 3 ] {a740835c-6f2d-4c6d-8b1c-564eed2ff582} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3885 2023.10.17 21:54:18.303023 [ 3 ] {} <Debug> HTTP-Session: a47dfd09-7a71-417a-8c02-7b4ffa5b3657 Destroying unnamed session
3886 2023.10.17 21:54:18.303183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 23607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3887 2023.10.17 21:54:18.303235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3888 2023.10.17 21:54:18.303257 [ 3 ] {} <Debug> HTTP-Session: 3e2978db-281f-4ee0-a3a4-4b5c0e97dc46 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3889 2023.10.17 21:54:18.303278 [ 3 ] {} <Debug> HTTP-Session: 3e2978db-281f-4ee0-a3a4-4b5c0e97dc46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3890 2023.10.17 21:54:18.303373 [ 3 ] {5fa76e1d-a37f-46ff-a4c0-620c61111a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3891 2023.10.17 21:54:18.303420 [ 3 ] {5fa76e1d-a37f-46ff-a4c0-620c61111a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3892 2023.10.17 21:54:18.303535 [ 3 ] {5fa76e1d-a37f-46ff-a4c0-620c61111a61} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3893 2023.10.17 21:54:18.303941 [ 3 ] {5fa76e1d-a37f-46ff-a4c0-620c61111a61} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3894 2023.10.17 21:54:18.304177 [ 3 ] {5fa76e1d-a37f-46ff-a4c0-620c61111a61} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
3895 2023.10.17 21:54:18.304329 [ 3 ] {5fa76e1d-a37f-46ff-a4c0-620c61111a61} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0.
3896 2023.10.17 21:54:18.304461 [ 3 ] {5fa76e1d-a37f-46ff-a4c0-620c61111a61} <Information> executeQuery: Read 147 rows, 14.61 KiB in 0.001058304 sec., 138901 rows/sec., 13.48 MiB/sec.
3897 2023.10.17 21:54:18.304608 [ 3 ] {5fa76e1d-a37f-46ff-a4c0-620c61111a61} <Debug> DynamicQueryHandler: Done processing query
3898 2023.10.17 21:54:18.304635 [ 3 ] {5fa76e1d-a37f-46ff-a4c0-620c61111a61} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3899 2023.10.17 21:54:18.304651 [ 3 ] {} <Debug> HTTP-Session: 3e2978db-281f-4ee0-a3a4-4b5c0e97dc46 Destroying unnamed session
3900 2023.10.17 21:54:18.304822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3901 2023.10.17 21:54:18.304869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3902 2023.10.17 21:54:18.304890 [ 3 ] {} <Debug> HTTP-Session: a8d2d869-c30f-41ca-8142-2e18c1a4804c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3903 2023.10.17 21:54:18.304908 [ 3 ] {} <Debug> HTTP-Session: a8d2d869-c30f-41ca-8142-2e18c1a4804c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3904 2023.10.17 21:54:18.304984 [ 3 ] {7bb4461b-6a4a-4d88-9083-c8b46bcb18a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3905 2023.10.17 21:54:18.305026 [ 3 ] {7bb4461b-6a4a-4d88-9083-c8b46bcb18a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3906 2023.10.17 21:54:18.305140 [ 3 ] {7bb4461b-6a4a-4d88-9083-c8b46bcb18a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3907 2023.10.17 21:54:18.305526 [ 3 ] {7bb4461b-6a4a-4d88-9083-c8b46bcb18a2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3908 2023.10.17 21:54:18.305742 [ 3 ] {7bb4461b-6a4a-4d88-9083-c8b46bcb18a2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
3909 2023.10.17 21:54:18.305891 [ 3 ] {7bb4461b-6a4a-4d88-9083-c8b46bcb18a2} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0.
3910 2023.10.17 21:54:18.306017 [ 3 ] {7bb4461b-6a4a-4d88-9083-c8b46bcb18a2} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.001003044 sec., 48851 rows/sec., 3.82 MiB/sec.
3911 2023.10.17 21:54:18.306150 [ 3 ] {7bb4461b-6a4a-4d88-9083-c8b46bcb18a2} <Debug> DynamicQueryHandler: Done processing query
3912 2023.10.17 21:54:18.306174 [ 3 ] {7bb4461b-6a4a-4d88-9083-c8b46bcb18a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
3913 2023.10.17 21:54:18.306190 [ 3 ] {} <Debug> HTTP-Session: a8d2d869-c30f-41ca-8142-2e18c1a4804c Destroying unnamed session
3914 2023.10.17 21:54:18.306338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 52422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3915 2023.10.17 21:54:18.306386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3916 2023.10.17 21:54:18.306406 [ 3 ] {} <Debug> HTTP-Session: 5b7626e1-32d7-44fa-a5ba-6f068a56dd25 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3917 2023.10.17 21:54:18.306423 [ 3 ] {} <Debug> HTTP-Session: 5b7626e1-32d7-44fa-a5ba-6f068a56dd25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3918 2023.10.17 21:54:18.306509 [ 3 ] {890c5c36-cf68-4456-b5a1-1c366fa32d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
3919 2023.10.17 21:54:18.306556 [ 3 ] {890c5c36-cf68-4456-b5a1-1c366fa32d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
3920 2023.10.17 21:54:18.306698 [ 3 ] {890c5c36-cf68-4456-b5a1-1c366fa32d9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3921 2023.10.17 21:54:18.307240 [ 3 ] {890c5c36-cf68-4456-b5a1-1c366fa32d9b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.40 GiB.
3922 2023.10.17 21:54:18.307570 [ 3 ] {890c5c36-cf68-4456-b5a1-1c366fa32d9b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3923 2023.10.17 21:54:18.307751 [ 3 ] {890c5c36-cf68-4456-b5a1-1c366fa32d9b} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0.
3924 2023.10.17 21:54:18.307889 [ 3 ] {890c5c36-cf68-4456-b5a1-1c366fa32d9b} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001349778 sec., 36302 rows/sec., 48.99 MiB/sec.
3925 2023.10.17 21:54:18.308024 [ 3 ] {890c5c36-cf68-4456-b5a1-1c366fa32d9b} <Debug> DynamicQueryHandler: Done processing query
3926 2023.10.17 21:54:18.308049 [ 3 ] {890c5c36-cf68-4456-b5a1-1c366fa32d9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB.
3927 2023.10.17 21:54:18.308065 [ 3 ] {} <Debug> HTTP-Session: 5b7626e1-32d7-44fa-a5ba-6f068a56dd25 Destroying unnamed session
3928 2023.10.17 21:54:23.303027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3929 2023.10.17 21:54:23.303214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3930 2023.10.17 21:54:23.303265 [ 3 ] {} <Debug> HTTP-Session: f7447b49-f786-46bc-a193-ea7a38dee616 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3931 2023.10.17 21:54:23.303310 [ 3 ] {} <Debug> HTTP-Session: f7447b49-f786-46bc-a193-ea7a38dee616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3932 2023.10.17 21:54:23.303469 [ 3 ] {88d7fab1-e4e2-4467-9bbb-3ba040467135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
3933 2023.10.17 21:54:23.303532 [ 3 ] {88d7fab1-e4e2-4467-9bbb-3ba040467135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
3934 2023.10.17 21:54:23.303700 [ 3 ] {88d7fab1-e4e2-4467-9bbb-3ba040467135} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3935 2023.10.17 21:54:23.304218 [ 3 ] {88d7fab1-e4e2-4467-9bbb-3ba040467135} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.90 GiB.
3936 2023.10.17 21:54:23.304484 [ 3 ] {88d7fab1-e4e2-4467-9bbb-3ba040467135} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
3937 2023.10.17 21:54:23.304666 [ 3 ] {88d7fab1-e4e2-4467-9bbb-3ba040467135} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0.
3938 2023.10.17 21:54:23.304816 [ 3 ] {88d7fab1-e4e2-4467-9bbb-3ba040467135} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001310278 sec., 4579 rows/sec., 259.37 KiB/sec.
3939 2023.10.17 21:54:23.304964 [ 3 ] {88d7fab1-e4e2-4467-9bbb-3ba040467135} <Debug> DynamicQueryHandler: Done processing query
3940 2023.10.17 21:54:23.304991 [ 3 ] {88d7fab1-e4e2-4467-9bbb-3ba040467135} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
3941 2023.10.17 21:54:23.305009 [ 3 ] {} <Debug> HTTP-Session: f7447b49-f786-46bc-a193-ea7a38dee616 Destroying unnamed session
3942 2023.10.17 21:54:23.305166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3943 2023.10.17 21:54:23.305214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3944 2023.10.17 21:54:23.305234 [ 3 ] {} <Debug> HTTP-Session: e00a941c-e60b-449a-b558-c8c1f57dcf51 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3945 2023.10.17 21:54:23.305251 [ 3 ] {} <Debug> HTTP-Session: e00a941c-e60b-449a-b558-c8c1f57dcf51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3946 2023.10.17 21:54:23.305327 [ 3 ] {73426579-a4c6-4dbf-adfa-b796cdfe8d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3947 2023.10.17 21:54:23.305369 [ 3 ] {73426579-a4c6-4dbf-adfa-b796cdfe8d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3948 2023.10.17 21:54:23.305476 [ 3 ] {73426579-a4c6-4dbf-adfa-b796cdfe8d6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3949 2023.10.17 21:54:23.305838 [ 3 ] {73426579-a4c6-4dbf-adfa-b796cdfe8d6c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.90 GiB.
3950 2023.10.17 21:54:23.306040 [ 3 ] {73426579-a4c6-4dbf-adfa-b796cdfe8d6c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
3951 2023.10.17 21:54:23.306181 [ 3 ] {73426579-a4c6-4dbf-adfa-b796cdfe8d6c} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0.
3952 2023.10.17 21:54:23.306304 [ 3 ] {73426579-a4c6-4dbf-adfa-b796cdfe8d6c} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000990763 sec., 87811 rows/sec., 8.21 MiB/sec.
3953 2023.10.17 21:54:23.306422 [ 3 ] {73426579-a4c6-4dbf-adfa-b796cdfe8d6c} <Debug> DynamicQueryHandler: Done processing query
3954 2023.10.17 21:54:23.306445 [ 3 ] {73426579-a4c6-4dbf-adfa-b796cdfe8d6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
3955 2023.10.17 21:54:23.306461 [ 3 ] {} <Debug> HTTP-Session: e00a941c-e60b-449a-b558-c8c1f57dcf51 Destroying unnamed session
3956 2023.10.17 21:54:23.306698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3957 2023.10.17 21:54:23.306745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3958 2023.10.17 21:54:23.306765 [ 3 ] {} <Debug> HTTP-Session: ee997d0c-831d-435f-9a95-0ca1556c6dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3959 2023.10.17 21:54:23.306784 [ 3 ] {} <Debug> HTTP-Session: ee997d0c-831d-435f-9a95-0ca1556c6dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3960 2023.10.17 21:54:23.306867 [ 3 ] {43bfba22-9200-40b6-b8e4-b013a4b670f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3961 2023.10.17 21:54:23.306906 [ 3 ] {43bfba22-9200-40b6-b8e4-b013a4b670f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3962 2023.10.17 21:54:23.307015 [ 3 ] {43bfba22-9200-40b6-b8e4-b013a4b670f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3963 2023.10.17 21:54:23.307463 [ 3 ] {43bfba22-9200-40b6-b8e4-b013a4b670f2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.90 GiB.
3964 2023.10.17 21:54:23.307679 [ 3 ] {43bfba22-9200-40b6-b8e4-b013a4b670f2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
3965 2023.10.17 21:54:23.307826 [ 3 ] {43bfba22-9200-40b6-b8e4-b013a4b670f2} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0.
3966 2023.10.17 21:54:23.307958 [ 3 ] {43bfba22-9200-40b6-b8e4-b013a4b670f2} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001058194 sec., 249481 rows/sec., 17.11 MiB/sec.
3967 2023.10.17 21:54:23.308147 [ 3 ] {43bfba22-9200-40b6-b8e4-b013a4b670f2} <Debug> DynamicQueryHandler: Done processing query
3968 2023.10.17 21:54:23.308172 [ 3 ] {43bfba22-9200-40b6-b8e4-b013a4b670f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
3969 2023.10.17 21:54:23.308189 [ 3 ] {} <Debug> HTTP-Session: ee997d0c-831d-435f-9a95-0ca1556c6dd2 Destroying unnamed session
3970 2023.10.17 21:54:23.308365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3971 2023.10.17 21:54:23.308412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3972 2023.10.17 21:54:23.308434 [ 3 ] {} <Debug> HTTP-Session: fe276c6b-a270-4166-97f1-9e659ac75a41 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3973 2023.10.17 21:54:23.308451 [ 3 ] {} <Debug> HTTP-Session: fe276c6b-a270-4166-97f1-9e659ac75a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3974 2023.10.17 21:54:23.308522 [ 3 ] {5bb1cae6-f687-44c1-a651-a8b82e8dd3b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3975 2023.10.17 21:54:23.308565 [ 3 ] {5bb1cae6-f687-44c1-a651-a8b82e8dd3b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3976 2023.10.17 21:54:23.308689 [ 3 ] {5bb1cae6-f687-44c1-a651-a8b82e8dd3b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3977 2023.10.17 21:54:23.308957 [ 3 ] {5bb1cae6-f687-44c1-a651-a8b82e8dd3b5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.90 GiB.
3978 2023.10.17 21:54:23.309201 [ 3 ] {5bb1cae6-f687-44c1-a651-a8b82e8dd3b5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3979 2023.10.17 21:54:23.309378 [ 3 ] {5bb1cae6-f687-44c1-a651-a8b82e8dd3b5} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0.
3980 2023.10.17 21:54:23.309511 [ 3 ] {5bb1cae6-f687-44c1-a651-a8b82e8dd3b5} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000952663 sec., 6298 rows/sec., 264.47 KiB/sec.
3981 2023.10.17 21:54:23.309661 [ 3 ] {5bb1cae6-f687-44c1-a651-a8b82e8dd3b5} <Debug> DynamicQueryHandler: Done processing query
3982 2023.10.17 21:54:23.309685 [ 3 ] {5bb1cae6-f687-44c1-a651-a8b82e8dd3b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
3983 2023.10.17 21:54:23.309701 [ 3 ] {} <Debug> HTTP-Session: fe276c6b-a270-4166-97f1-9e659ac75a41 Destroying unnamed session
3984 2023.10.17 21:54:23.309840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3985 2023.10.17 21:54:23.309886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
3986 2023.10.17 21:54:23.309904 [ 3 ] {} <Debug> HTTP-Session: 2ebdf60d-0812-49fd-8cf9-a8aedab70ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
3987 2023.10.17 21:54:23.309921 [ 3 ] {} <Debug> HTTP-Session: 2ebdf60d-0812-49fd-8cf9-a8aedab70ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3988 2023.10.17 21:54:23.309992 [ 3 ] {a48b1f61-7a61-423c-8b25-bc8b0120edf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
3989 2023.10.17 21:54:23.310033 [ 3 ] {a48b1f61-7a61-423c-8b25-bc8b0120edf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
3990 2023.10.17 21:54:23.310151 [ 3 ] {a48b1f61-7a61-423c-8b25-bc8b0120edf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3991 2023.10.17 21:54:23.310458 [ 3 ] {a48b1f61-7a61-423c-8b25-bc8b0120edf0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.90 GiB.
3992 2023.10.17 21:54:23.310700 [ 3 ] {a48b1f61-7a61-423c-8b25-bc8b0120edf0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3993 2023.10.17 21:54:23.310876 [ 3 ] {a48b1f61-7a61-423c-8b25-bc8b0120edf0} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0.
3994 2023.10.17 21:54:23.311017 [ 3 ] {a48b1f61-7a61-423c-8b25-bc8b0120edf0} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000985333 sec., 63937 rows/sec., 3.88 MiB/sec.
3995 2023.10.17 21:54:23.311155 [ 3 ] {a48b1f61-7a61-423c-8b25-bc8b0120edf0} <Debug> DynamicQueryHandler: Done processing query
3996 2023.10.17 21:54:23.311180 [ 3 ] {a48b1f61-7a61-423c-8b25-bc8b0120edf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
3997 2023.10.17 21:54:23.311195 [ 3 ] {} <Debug> HTTP-Session: 2ebdf60d-0812-49fd-8cf9-a8aedab70ef1 Destroying unnamed session
3998 2023.10.17 21:54:23.311339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3999 2023.10.17 21:54:23.311386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4000 2023.10.17 21:54:23.311405 [ 3 ] {} <Debug> HTTP-Session: 93649d4d-e67b-48f3-952c-a0a9d148a1a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4001 2023.10.17 21:54:23.311422 [ 3 ] {} <Debug> HTTP-Session: 93649d4d-e67b-48f3-952c-a0a9d148a1a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4002 2023.10.17 21:54:23.311492 [ 3 ] {e418cfef-e9bc-454d-9e8c-34c53b59a35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
4003 2023.10.17 21:54:23.311531 [ 3 ] {e418cfef-e9bc-454d-9e8c-34c53b59a35e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
4004 2023.10.17 21:54:23.311636 [ 3 ] {e418cfef-e9bc-454d-9e8c-34c53b59a35e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4005 2023.10.17 21:54:23.311903 [ 3 ] {e418cfef-e9bc-454d-9e8c-34c53b59a35e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.90 GiB.
4006 2023.10.17 21:54:23.312129 [ 3 ] {e418cfef-e9bc-454d-9e8c-34c53b59a35e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4007 2023.10.17 21:54:23.312300 [ 3 ] {e418cfef-e9bc-454d-9e8c-34c53b59a35e} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0.
4008 2023.10.17 21:54:23.312425 [ 3 ] {e418cfef-e9bc-454d-9e8c-34c53b59a35e} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000898042 sec., 21157 rows/sec., 1.10 MiB/sec.
4009 2023.10.17 21:54:23.312421 [ 168 ] {} <Debug> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4010 2023.10.17 21:54:23.312538 [ 168 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.90 GiB.
4011 2023.10.17 21:54:23.312588 [ 3 ] {e418cfef-e9bc-454d-9e8c-34c53b59a35e} <Debug> DynamicQueryHandler: Done processing query
4012 2023.10.17 21:54:23.312629 [ 3 ] {e418cfef-e9bc-454d-9e8c-34c53b59a35e} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
4013 2023.10.17 21:54:23.312636 [ 10 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact
4014 2023.10.17 21:54:23.312651 [ 3 ] {} <Debug> HTTP-Session: 93649d4d-e67b-48f3-952c-a0a9d148a1a6 Destroying unnamed session
4015 2023.10.17 21:54:23.312733 [ 10 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4016 2023.10.17 21:54:23.312766 [ 10 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 318 rows starting from the beginning of the part
4017 2023.10.17 21:54:23.312883 [ 10 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 19 rows starting from the beginning of the part
4018 2023.10.17 21:54:23.312979 [ 10 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 19 rows starting from the beginning of the part
4019 2023.10.17 21:54:23.313068 [ 10 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 19 rows starting from the beginning of the part
4020 2023.10.17 21:54:23.313157 [ 10 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 19 rows starting from the beginning of the part
4021 2023.10.17 21:54:23.313240 [ 10 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 19 rows starting from the beginning of the part
4022 2023.10.17 21:54:23.313816 [ 12 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 413 rows, containing 4 columns (4 merged, 0 gathered) in 0.001220866 sec., 338284.4636512115 rows/sec., 18.02 MiB/sec.
4023 2023.10.17 21:54:23.313920 [ 10 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4024 2023.10.17 21:54:23.314106 [ 10 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_21_4} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4.
4025 2023.10.17 21:54:23.314167 [ 10 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_21_4} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0
4026 2023.10.17 21:54:27.620067 [ 163 ] {} <Debug> DNSResolver: Updating DNS cache
4027 2023.10.17 21:54:27.620142 [ 163 ] {} <Debug> DNSResolver: Updated DNS cache
4028 2023.10.17 21:54:28.301408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 7510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4029 2023.10.17 21:54:28.301574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4030 2023.10.17 21:54:28.301623 [ 3 ] {} <Debug> HTTP-Session: 4c3fba3c-c0c2-4986-8109-0b5b85264cf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4031 2023.10.17 21:54:28.301667 [ 3 ] {} <Debug> HTTP-Session: 4c3fba3c-c0c2-4986-8109-0b5b85264cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4032 2023.10.17 21:54:28.301874 [ 3 ] {e2d06743-f57f-4bd2-b657-3a11e08b0dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
4033 2023.10.17 21:54:28.301975 [ 3 ] {e2d06743-f57f-4bd2-b657-3a11e08b0dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
4034 2023.10.17 21:54:28.302249 [ 3 ] {e2d06743-f57f-4bd2-b657-3a11e08b0dad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4035 2023.10.17 21:54:28.302758 [ 3 ] {e2d06743-f57f-4bd2-b657-3a11e08b0dad} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4036 2023.10.17 21:54:28.303033 [ 3 ] {e2d06743-f57f-4bd2-b657-3a11e08b0dad} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4037 2023.10.17 21:54:28.303207 [ 3 ] {e2d06743-f57f-4bd2-b657-3a11e08b0dad} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0.
4038 2023.10.17 21:54:28.303338 [ 3 ] {e2d06743-f57f-4bd2-b657-3a11e08b0dad} <Information> executeQuery: Read 52 rows, 4.21 KiB in 0.001407119 sec., 36954 rows/sec., 2.93 MiB/sec.
4039 2023.10.17 21:54:28.303543 [ 3 ] {e2d06743-f57f-4bd2-b657-3a11e08b0dad} <Debug> DynamicQueryHandler: Done processing query
4040 2023.10.17 21:54:28.303572 [ 3 ] {e2d06743-f57f-4bd2-b657-3a11e08b0dad} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
4041 2023.10.17 21:54:28.303590 [ 3 ] {} <Debug> HTTP-Session: 4c3fba3c-c0c2-4986-8109-0b5b85264cf4 Destroying unnamed session
4042 2023.10.17 21:54:28.303748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 24986, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4043 2023.10.17 21:54:28.303802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4044 2023.10.17 21:54:28.303824 [ 3 ] {} <Debug> HTTP-Session: 91367057-3fb4-4495-9b9d-90718d74ee84 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4045 2023.10.17 21:54:28.303843 [ 3 ] {} <Debug> HTTP-Session: 91367057-3fb4-4495-9b9d-90718d74ee84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4046 2023.10.17 21:54:28.303934 [ 3 ] {676104a0-b1e2-442a-871c-a66c8fc0fa01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4047 2023.10.17 21:54:28.303980 [ 3 ] {676104a0-b1e2-442a-871c-a66c8fc0fa01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4048 2023.10.17 21:54:28.304105 [ 3 ] {676104a0-b1e2-442a-871c-a66c8fc0fa01} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4049 2023.10.17 21:54:28.304497 [ 3 ] {676104a0-b1e2-442a-871c-a66c8fc0fa01} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4050 2023.10.17 21:54:28.304719 [ 3 ] {676104a0-b1e2-442a-871c-a66c8fc0fa01} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4051 2023.10.17 21:54:28.304871 [ 3 ] {676104a0-b1e2-442a-871c-a66c8fc0fa01} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0.
4052 2023.10.17 21:54:28.305002 [ 3 ] {676104a0-b1e2-442a-871c-a66c8fc0fa01} <Information> executeQuery: Read 156 rows, 15.44 KiB in 0.001036974 sec., 150437 rows/sec., 14.54 MiB/sec.
4053 2023.10.17 21:54:28.305199 [ 3 ] {676104a0-b1e2-442a-871c-a66c8fc0fa01} <Debug> DynamicQueryHandler: Done processing query
4054 2023.10.17 21:54:28.305225 [ 3 ] {676104a0-b1e2-442a-871c-a66c8fc0fa01} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4055 2023.10.17 21:54:28.305244 [ 3 ] {} <Debug> HTTP-Session: 91367057-3fb4-4495-9b9d-90718d74ee84 Destroying unnamed session
4056 2023.10.17 21:54:28.305415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 10389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4057 2023.10.17 21:54:28.305464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4058 2023.10.17 21:54:28.305484 [ 3 ] {} <Debug> HTTP-Session: c48d0f66-8d68-491b-90d4-458f65c851ca Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4059 2023.10.17 21:54:28.305501 [ 3 ] {} <Debug> HTTP-Session: c48d0f66-8d68-491b-90d4-458f65c851ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4060 2023.10.17 21:54:28.305581 [ 3 ] {1ddfb0e2-4221-4b4d-823c-5d3958cf7e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4061 2023.10.17 21:54:28.305624 [ 3 ] {1ddfb0e2-4221-4b4d-823c-5d3958cf7e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4062 2023.10.17 21:54:28.305740 [ 3 ] {1ddfb0e2-4221-4b4d-823c-5d3958cf7e34} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4063 2023.10.17 21:54:28.306048 [ 3 ] {1ddfb0e2-4221-4b4d-823c-5d3958cf7e34} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4064 2023.10.17 21:54:28.306262 [ 3 ] {1ddfb0e2-4221-4b4d-823c-5d3958cf7e34} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4065 2023.10.17 21:54:28.306421 [ 3 ] {1ddfb0e2-4221-4b4d-823c-5d3958cf7e34} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0.
4066 2023.10.17 21:54:28.306547 [ 3 ] {1ddfb0e2-4221-4b4d-823c-5d3958cf7e34} <Information> executeQuery: Read 61 rows, 4.89 KiB in 0.000936652 sec., 65125 rows/sec., 5.10 MiB/sec.
4067 2023.10.17 21:54:28.306671 [ 3 ] {1ddfb0e2-4221-4b4d-823c-5d3958cf7e34} <Debug> DynamicQueryHandler: Done processing query
4068 2023.10.17 21:54:28.306696 [ 3 ] {1ddfb0e2-4221-4b4d-823c-5d3958cf7e34} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
4069 2023.10.17 21:54:28.306713 [ 3 ] {} <Debug> HTTP-Session: c48d0f66-8d68-491b-90d4-458f65c851ca Destroying unnamed session
4070 2023.10.17 21:54:28.306878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 55628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4071 2023.10.17 21:54:28.306925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4072 2023.10.17 21:54:28.306945 [ 3 ] {} <Debug> HTTP-Session: e83fcfc8-dec3-434b-ac1c-6e74dc63b5aa Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4073 2023.10.17 21:54:28.306963 [ 3 ] {} <Debug> HTTP-Session: e83fcfc8-dec3-434b-ac1c-6e74dc63b5aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4074 2023.10.17 21:54:28.307054 [ 3 ] {385b19b9-0b79-4881-979d-1401ffe619aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
4075 2023.10.17 21:54:28.307101 [ 3 ] {385b19b9-0b79-4881-979d-1401ffe619aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
4076 2023.10.17 21:54:28.307240 [ 3 ] {385b19b9-0b79-4881-979d-1401ffe619aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4077 2023.10.17 21:54:28.307762 [ 3 ] {385b19b9-0b79-4881-979d-1401ffe619aa} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4078 2023.10.17 21:54:28.308095 [ 3 ] {385b19b9-0b79-4881-979d-1401ffe619aa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4079 2023.10.17 21:54:28.308275 [ 3 ] {385b19b9-0b79-4881-979d-1401ffe619aa} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0.
4080 2023.10.17 21:54:28.308415 [ 3 ] {385b19b9-0b79-4881-979d-1401ffe619aa} <Information> executeQuery: Read 52 rows, 71.86 KiB in 0.001321857 sec., 39338 rows/sec., 53.09 MiB/sec.
4081 2023.10.17 21:54:28.308567 [ 3 ] {385b19b9-0b79-4881-979d-1401ffe619aa} <Debug> DynamicQueryHandler: Done processing query
4082 2023.10.17 21:54:28.308593 [ 3 ] {385b19b9-0b79-4881-979d-1401ffe619aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
4083 2023.10.17 21:54:28.308609 [ 3 ] {} <Debug> HTTP-Session: e83fcfc8-dec3-434b-ac1c-6e74dc63b5aa Destroying unnamed session
4084 2023.10.17 21:54:28.308742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 1430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4085 2023.10.17 21:54:28.308790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4086 2023.10.17 21:54:28.308811 [ 3 ] {} <Debug> HTTP-Session: 4bb82225-5efb-4cc4-8243-451bbc6fe909 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4087 2023.10.17 21:54:28.308828 [ 3 ] {} <Debug> HTTP-Session: 4bb82225-5efb-4cc4-8243-451bbc6fe909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4088 2023.10.17 21:54:28.308899 [ 3 ] {85d71c7f-5dc8-4d96-b6d8-f321ca7ca97f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
4089 2023.10.17 21:54:28.308940 [ 3 ] {85d71c7f-5dc8-4d96-b6d8-f321ca7ca97f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
4090 2023.10.17 21:54:28.309048 [ 3 ] {85d71c7f-5dc8-4d96-b6d8-f321ca7ca97f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4091 2023.10.17 21:54:28.309294 [ 3 ] {85d71c7f-5dc8-4d96-b6d8-f321ca7ca97f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4092 2023.10.17 21:54:28.309534 [ 3 ] {85d71c7f-5dc8-4d96-b6d8-f321ca7ca97f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4093 2023.10.17 21:54:28.309710 [ 3 ] {85d71c7f-5dc8-4d96-b6d8-f321ca7ca97f} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0.
4094 2023.10.17 21:54:28.309851 [ 3 ] {85d71c7f-5dc8-4d96-b6d8-f321ca7ca97f} <Information> executeQuery: Read 9 rows, 642.00 B in 0.000911673 sec., 9871 rows/sec., 687.70 KiB/sec.
4095 2023.10.17 21:54:28.309984 [ 3 ] {85d71c7f-5dc8-4d96-b6d8-f321ca7ca97f} <Debug> DynamicQueryHandler: Done processing query
4096 2023.10.17 21:54:28.310009 [ 3 ] {85d71c7f-5dc8-4d96-b6d8-f321ca7ca97f} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
4097 2023.10.17 21:54:28.310025 [ 3 ] {} <Debug> HTTP-Session: 4bb82225-5efb-4cc4-8243-451bbc6fe909 Destroying unnamed session
4098 2023.10.17 21:54:33.302477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4099 2023.10.17 21:54:33.302656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4100 2023.10.17 21:54:33.302705 [ 3 ] {} <Debug> HTTP-Session: 519e96d0-fa33-4668-9b63-6c6083ad2538 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4101 2023.10.17 21:54:33.302749 [ 3 ] {} <Debug> HTTP-Session: 519e96d0-fa33-4668-9b63-6c6083ad2538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4102 2023.10.17 21:54:33.302895 [ 3 ] {e002d47d-f302-4366-b4de-8ad4701bfcda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
4103 2023.10.17 21:54:33.302957 [ 3 ] {e002d47d-f302-4366-b4de-8ad4701bfcda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
4104 2023.10.17 21:54:33.303126 [ 3 ] {e002d47d-f302-4366-b4de-8ad4701bfcda} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4105 2023.10.17 21:54:33.303601 [ 3 ] {e002d47d-f302-4366-b4de-8ad4701bfcda} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4106 2023.10.17 21:54:33.303872 [ 3 ] {e002d47d-f302-4366-b4de-8ad4701bfcda} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4107 2023.10.17 21:54:33.304037 [ 3 ] {e002d47d-f302-4366-b4de-8ad4701bfcda} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0.
4108 2023.10.17 21:54:33.304182 [ 3 ] {e002d47d-f302-4366-b4de-8ad4701bfcda} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001241997 sec., 4830 rows/sec., 273.63 KiB/sec.
4109 2023.10.17 21:54:33.304342 [ 3 ] {e002d47d-f302-4366-b4de-8ad4701bfcda} <Debug> DynamicQueryHandler: Done processing query
4110 2023.10.17 21:54:33.304369 [ 3 ] {e002d47d-f302-4366-b4de-8ad4701bfcda} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
4111 2023.10.17 21:54:33.304386 [ 3 ] {} <Debug> HTTP-Session: 519e96d0-fa33-4668-9b63-6c6083ad2538 Destroying unnamed session
4112 2023.10.17 21:54:33.304534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4113 2023.10.17 21:54:33.304586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4114 2023.10.17 21:54:33.304608 [ 3 ] {} <Debug> HTTP-Session: bac10b89-e2a0-4955-b017-f3c4afdc7f9f Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4115 2023.10.17 21:54:33.304627 [ 3 ] {} <Debug> HTTP-Session: bac10b89-e2a0-4955-b017-f3c4afdc7f9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4116 2023.10.17 21:54:33.304710 [ 3 ] {83d85207-2ab6-41d3-b57c-3d0cbcfca50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4117 2023.10.17 21:54:33.304753 [ 3 ] {83d85207-2ab6-41d3-b57c-3d0cbcfca50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4118 2023.10.17 21:54:33.304865 [ 3 ] {83d85207-2ab6-41d3-b57c-3d0cbcfca50f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4119 2023.10.17 21:54:33.305202 [ 3 ] {83d85207-2ab6-41d3-b57c-3d0cbcfca50f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4120 2023.10.17 21:54:33.305427 [ 3 ] {83d85207-2ab6-41d3-b57c-3d0cbcfca50f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4121 2023.10.17 21:54:33.305575 [ 3 ] {83d85207-2ab6-41d3-b57c-3d0cbcfca50f} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0.
4122 2023.10.17 21:54:33.305686 [ 3 ] {83d85207-2ab6-41d3-b57c-3d0cbcfca50f} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000947073 sec., 91861 rows/sec., 8.59 MiB/sec.
4123 2023.10.17 21:54:33.305825 [ 3 ] {83d85207-2ab6-41d3-b57c-3d0cbcfca50f} <Debug> DynamicQueryHandler: Done processing query
4124 2023.10.17 21:54:33.305854 [ 3 ] {83d85207-2ab6-41d3-b57c-3d0cbcfca50f} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
4125 2023.10.17 21:54:33.305870 [ 3 ] {} <Debug> HTTP-Session: bac10b89-e2a0-4955-b017-f3c4afdc7f9f Destroying unnamed session
4126 2023.10.17 21:54:33.306085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4127 2023.10.17 21:54:33.306133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4128 2023.10.17 21:54:33.306154 [ 3 ] {} <Debug> HTTP-Session: d3b6ab15-c017-4a86-bdb2-6d70815815b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4129 2023.10.17 21:54:33.306171 [ 3 ] {} <Debug> HTTP-Session: d3b6ab15-c017-4a86-bdb2-6d70815815b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4130 2023.10.17 21:54:33.306256 [ 3 ] {b99ad0d0-7a90-40ef-be99-c2b9d29ac09d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4131 2023.10.17 21:54:33.306296 [ 3 ] {b99ad0d0-7a90-40ef-be99-c2b9d29ac09d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4132 2023.10.17 21:54:33.306402 [ 3 ] {b99ad0d0-7a90-40ef-be99-c2b9d29ac09d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4133 2023.10.17 21:54:33.306828 [ 3 ] {b99ad0d0-7a90-40ef-be99-c2b9d29ac09d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4134 2023.10.17 21:54:33.307046 [ 3 ] {b99ad0d0-7a90-40ef-be99-c2b9d29ac09d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4135 2023.10.17 21:54:33.307193 [ 3 ] {b99ad0d0-7a90-40ef-be99-c2b9d29ac09d} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0.
4136 2023.10.17 21:54:33.307317 [ 3 ] {b99ad0d0-7a90-40ef-be99-c2b9d29ac09d} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001024404 sec., 257710 rows/sec., 17.68 MiB/sec.
4137 2023.10.17 21:54:33.307442 [ 3 ] {b99ad0d0-7a90-40ef-be99-c2b9d29ac09d} <Debug> DynamicQueryHandler: Done processing query
4138 2023.10.17 21:54:33.307466 [ 3 ] {b99ad0d0-7a90-40ef-be99-c2b9d29ac09d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
4139 2023.10.17 21:54:33.307482 [ 3 ] {} <Debug> HTTP-Session: d3b6ab15-c017-4a86-bdb2-6d70815815b2 Destroying unnamed session
4140 2023.10.17 21:54:33.307610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4141 2023.10.17 21:54:33.307656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4142 2023.10.17 21:54:33.307676 [ 3 ] {} <Debug> HTTP-Session: d3de220f-ec6f-429e-872d-906dc1550a33 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4143 2023.10.17 21:54:33.307693 [ 3 ] {} <Debug> HTTP-Session: d3de220f-ec6f-429e-872d-906dc1550a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4144 2023.10.17 21:54:33.307763 [ 3 ] {d36357dd-fb72-44c7-a2ce-b857861c35b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4145 2023.10.17 21:54:33.307805 [ 3 ] {d36357dd-fb72-44c7-a2ce-b857861c35b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4146 2023.10.17 21:54:33.307914 [ 3 ] {d36357dd-fb72-44c7-a2ce-b857861c35b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4147 2023.10.17 21:54:33.308226 [ 3 ] {d36357dd-fb72-44c7-a2ce-b857861c35b9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4148 2023.10.17 21:54:33.308468 [ 3 ] {d36357dd-fb72-44c7-a2ce-b857861c35b9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4149 2023.10.17 21:54:33.308642 [ 3 ] {d36357dd-fb72-44c7-a2ce-b857861c35b9} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0.
4150 2023.10.17 21:54:33.308771 [ 3 ] {d36357dd-fb72-44c7-a2ce-b857861c35b9} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000974903 sec., 6154 rows/sec., 258.44 KiB/sec.
4151 2023.10.17 21:54:33.308768 [ 157 ] {} <Debug> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4152 2023.10.17 21:54:33.308890 [ 157 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4153 2023.10.17 21:54:33.308943 [ 3 ] {d36357dd-fb72-44c7-a2ce-b857861c35b9} <Debug> DynamicQueryHandler: Done processing query
4154 2023.10.17 21:54:33.308981 [ 3 ] {d36357dd-fb72-44c7-a2ce-b857861c35b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
4155 2023.10.17 21:54:33.308987 [ 14 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact
4156 2023.10.17 21:54:33.309000 [ 3 ] {} <Debug> HTTP-Session: d3de220f-ec6f-429e-872d-906dc1550a33 Destroying unnamed session
4157 2023.10.17 21:54:33.309079 [ 14 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4158 2023.10.17 21:54:33.309114 [ 14 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part
4159 2023.10.17 21:54:33.309142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4160 2023.10.17 21:54:33.309195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4161 2023.10.17 21:54:33.309226 [ 3 ] {} <Debug> HTTP-Session: 8144502f-18db-4170-81f9-71d27c44e9fa Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4162 2023.10.17 21:54:33.309253 [ 3 ] {} <Debug> HTTP-Session: 8144502f-18db-4170-81f9-71d27c44e9fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4163 2023.10.17 21:54:33.309263 [ 14 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
4164 2023.10.17 21:54:33.309358 [ 3 ] {548f8451-def6-46a1-956e-523eaeb1ef71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
4165 2023.10.17 21:54:33.309413 [ 14 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
4166 2023.10.17 21:54:33.309421 [ 3 ] {548f8451-def6-46a1-956e-523eaeb1ef71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
4167 2023.10.17 21:54:33.309603 [ 14 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
4168 2023.10.17 21:54:33.309701 [ 3 ] {548f8451-def6-46a1-956e-523eaeb1ef71} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4169 2023.10.17 21:54:33.309778 [ 14 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
4170 2023.10.17 21:54:33.309906 [ 14 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
4171 2023.10.17 21:54:33.310248 [ 3 ] {548f8451-def6-46a1-956e-523eaeb1ef71} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4172 2023.10.17 21:54:33.310582 [ 3 ] {548f8451-def6-46a1-956e-523eaeb1ef71} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4173 2023.10.17 21:54:33.310750 [ 14 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.001802135 sec., 69917.07058572193 rows/sec., 2.87 MiB/sec.
4174 2023.10.17 21:54:33.310819 [ 3 ] {548f8451-def6-46a1-956e-523eaeb1ef71} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0.
4175 2023.10.17 21:54:33.310860 [ 14 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4176 2023.10.17 21:54:33.310976 [ 157 ] {} <Debug> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4177 2023.10.17 21:54:33.310990 [ 3 ] {548f8451-def6-46a1-956e-523eaeb1ef71} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.001585872 sec., 39725 rows/sec., 2.41 MiB/sec.
4178 2023.10.17 21:54:33.311047 [ 157 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4179 2023.10.17 21:54:33.311274 [ 14 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_21_4} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4.
4180 2023.10.17 21:54:33.311313 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact
4181 2023.10.17 21:54:33.311512 [ 14 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_21_4} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0
4182 2023.10.17 21:54:33.311563 [ 3 ] {548f8451-def6-46a1-956e-523eaeb1ef71} <Debug> DynamicQueryHandler: Done processing query
4183 2023.10.17 21:54:33.311612 [ 3 ] {548f8451-def6-46a1-956e-523eaeb1ef71} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
4184 2023.10.17 21:54:33.311639 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4185 2023.10.17 21:54:33.311658 [ 3 ] {} <Debug> HTTP-Session: 8144502f-18db-4170-81f9-71d27c44e9fa Destroying unnamed session
4186 2023.10.17 21:54:33.311705 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1115 rows starting from the beginning of the part
4187 2023.10.17 21:54:33.311814 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 63 rows starting from the beginning of the part
4188 2023.10.17 21:54:33.311816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4189 2023.10.17 21:54:33.311881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4190 2023.10.17 21:54:33.311916 [ 3 ] {} <Debug> HTTP-Session: 4f16fb37-8ca4-4671-b333-01054c21f0da Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4191 2023.10.17 21:54:33.311936 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 11 rows starting from the beginning of the part
4192 2023.10.17 21:54:33.311943 [ 3 ] {} <Debug> HTTP-Session: 4f16fb37-8ca4-4671-b333-01054c21f0da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4193 2023.10.17 21:54:33.312072 [ 3 ] {f0d57265-4c2c-4cd9-8b89-1c58ac2d7300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
4194 2023.10.17 21:54:33.312077 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 63 rows starting from the beginning of the part
4195 2023.10.17 21:54:33.312130 [ 3 ] {f0d57265-4c2c-4cd9-8b89-1c58ac2d7300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
4196 2023.10.17 21:54:33.312225 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 63 rows starting from the beginning of the part
4197 2023.10.17 21:54:33.312365 [ 3 ] {f0d57265-4c2c-4cd9-8b89-1c58ac2d7300} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4198 2023.10.17 21:54:33.312379 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 63 rows starting from the beginning of the part
4199 2023.10.17 21:54:33.312794 [ 3 ] {f0d57265-4c2c-4cd9-8b89-1c58ac2d7300} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4200 2023.10.17 21:54:33.313123 [ 3 ] {f0d57265-4c2c-4cd9-8b89-1c58ac2d7300} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4201 2023.10.17 21:54:33.313377 [ 3 ] {f0d57265-4c2c-4cd9-8b89-1c58ac2d7300} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0.
4202 2023.10.17 21:54:33.313406 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1378 rows, containing 5 columns (5 merged, 0 gathered) in 0.002298711 sec., 599466.3966022696 rows/sec., 36.43 MiB/sec.
4203 2023.10.17 21:54:33.313523 [ 3 ] {f0d57265-4c2c-4cd9-8b89-1c58ac2d7300} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.001411059 sec., 13465 rows/sec., 714.92 KiB/sec.
4204 2023.10.17 21:54:33.313587 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4205 2023.10.17 21:54:33.313874 [ 3 ] {f0d57265-4c2c-4cd9-8b89-1c58ac2d7300} <Debug> DynamicQueryHandler: Done processing query
4206 2023.10.17 21:54:33.313899 [ 3 ] {f0d57265-4c2c-4cd9-8b89-1c58ac2d7300} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
4207 2023.10.17 21:54:33.313918 [ 3 ] {} <Debug> HTTP-Session: 4f16fb37-8ca4-4671-b333-01054c21f0da Destroying unnamed session
4208 2023.10.17 21:54:33.313963 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5.
4209 2023.10.17 21:54:33.314024 [ 10 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0
4210 2023.10.17 21:54:38.300980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 7510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4211 2023.10.17 21:54:38.301115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4212 2023.10.17 21:54:38.301147 [ 3 ] {} <Debug> HTTP-Session: dd8856e1-3a74-45cb-a906-0a6bd9843ce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4213 2023.10.17 21:54:38.301178 [ 3 ] {} <Debug> HTTP-Session: dd8856e1-3a74-45cb-a906-0a6bd9843ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4214 2023.10.17 21:54:38.301325 [ 3 ] {93ac7733-eb49-4019-aab5-1d9fe4a9a723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
4215 2023.10.17 21:54:38.301395 [ 3 ] {93ac7733-eb49-4019-aab5-1d9fe4a9a723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
4216 2023.10.17 21:54:38.301579 [ 3 ] {93ac7733-eb49-4019-aab5-1d9fe4a9a723} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4217 2023.10.17 21:54:38.302063 [ 3 ] {93ac7733-eb49-4019-aab5-1d9fe4a9a723} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4218 2023.10.17 21:54:38.302329 [ 3 ] {93ac7733-eb49-4019-aab5-1d9fe4a9a723} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4219 2023.10.17 21:54:38.302494 [ 3 ] {93ac7733-eb49-4019-aab5-1d9fe4a9a723} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0.
4220 2023.10.17 21:54:38.302637 [ 3 ] {93ac7733-eb49-4019-aab5-1d9fe4a9a723} <Information> executeQuery: Read 52 rows, 4.21 KiB in 0.001264247 sec., 41131 rows/sec., 3.26 MiB/sec.
4221 2023.10.17 21:54:38.302649 [ 153 ] {} <Debug> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4222 2023.10.17 21:54:38.302770 [ 153 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4223 2023.10.17 21:54:38.302839 [ 3 ] {93ac7733-eb49-4019-aab5-1d9fe4a9a723} <Debug> DynamicQueryHandler: Done processing query
4224 2023.10.17 21:54:38.302876 [ 24 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact
4225 2023.10.17 21:54:38.302883 [ 3 ] {93ac7733-eb49-4019-aab5-1d9fe4a9a723} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
4226 2023.10.17 21:54:38.302962 [ 3 ] {} <Debug> HTTP-Session: dd8856e1-3a74-45cb-a906-0a6bd9843ce8 Destroying unnamed session
4227 2023.10.17 21:54:38.303031 [ 24 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4228 2023.10.17 21:54:38.303067 [ 24 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 53 rows starting from the beginning of the part
4229 2023.10.17 21:54:38.303166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 24986, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4230 2023.10.17 21:54:38.303243 [ 24 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 49 rows starting from the beginning of the part
4231 2023.10.17 21:54:38.303252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4232 2023.10.17 21:54:38.303316 [ 3 ] {} <Debug> HTTP-Session: b5d039d2-c7de-40c5-91f1-587eb169ddb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4233 2023.10.17 21:54:38.303353 [ 3 ] {} <Debug> HTTP-Session: b5d039d2-c7de-40c5-91f1-587eb169ddb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4234 2023.10.17 21:54:38.303495 [ 24 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
4235 2023.10.17 21:54:38.303573 [ 3 ] {514dde3e-e17f-4dbb-a97e-2ba603dd1422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4236 2023.10.17 21:54:38.303688 [ 3 ] {514dde3e-e17f-4dbb-a97e-2ba603dd1422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4237 2023.10.17 21:54:38.303724 [ 24 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 52 rows starting from the beginning of the part
4238 2023.10.17 21:54:38.304045 [ 24 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
4239 2023.10.17 21:54:38.304177 [ 3 ] {514dde3e-e17f-4dbb-a97e-2ba603dd1422} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4240 2023.10.17 21:54:38.304301 [ 24 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 52 rows starting from the beginning of the part
4241 2023.10.17 21:54:38.305107 [ 3 ] {514dde3e-e17f-4dbb-a97e-2ba603dd1422} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4242 2023.10.17 21:54:38.305585 [ 3 ] {514dde3e-e17f-4dbb-a97e-2ba603dd1422} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4243 2023.10.17 21:54:38.305748 [ 10 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 4 columns (4 merged, 0 gathered) in 0.00292445 sec., 74543.93133751646 rows/sec., 5.75 MiB/sec.
4244 2023.10.17 21:54:38.305842 [ 3 ] {514dde3e-e17f-4dbb-a97e-2ba603dd1422} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0.
4245 2023.10.17 21:54:38.305886 [ 22 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4246 2023.10.17 21:54:38.305976 [ 153 ] {} <Debug> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4247 2023.10.17 21:54:38.306005 [ 3 ] {514dde3e-e17f-4dbb-a97e-2ba603dd1422} <Information> executeQuery: Read 156 rows, 15.44 KiB in 0.002373362 sec., 65729 rows/sec., 6.35 MiB/sec.
4248 2023.10.17 21:54:38.306050 [ 153 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4249 2023.10.17 21:54:38.306183 [ 22 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_41_8} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8.
4250 2023.10.17 21:54:38.306292 [ 17 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact
4251 2023.10.17 21:54:38.306351 [ 22 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_41_8} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Merged 6 parts: from all_1_36_7 to all_41_41_0
4252 2023.10.17 21:54:38.306371 [ 3 ] {514dde3e-e17f-4dbb-a97e-2ba603dd1422} <Debug> DynamicQueryHandler: Done processing query
4253 2023.10.17 21:54:38.306419 [ 3 ] {514dde3e-e17f-4dbb-a97e-2ba603dd1422} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4254 2023.10.17 21:54:38.306512 [ 3 ] {} <Debug> HTTP-Session: b5d039d2-c7de-40c5-91f1-587eb169ddb2 Destroying unnamed session
4255 2023.10.17 21:54:38.306598 [ 17 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4256 2023.10.17 21:54:38.306635 [ 17 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 228 rows starting from the beginning of the part
4257 2023.10.17 21:54:38.306752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4258 2023.10.17 21:54:38.306798 [ 17 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 147 rows starting from the beginning of the part
4259 2023.10.17 21:54:38.306848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4260 2023.10.17 21:54:38.306891 [ 3 ] {} <Debug> HTTP-Session: f1f5356f-66e5-46a9-8a4d-eeb25089881a Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4261 2023.10.17 21:54:38.306944 [ 3 ] {} <Debug> HTTP-Session: f1f5356f-66e5-46a9-8a4d-eeb25089881a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4262 2023.10.17 21:54:38.306986 [ 17 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 87 rows starting from the beginning of the part
4263 2023.10.17 21:54:38.307131 [ 3 ] {f08ab16d-5ee3-414c-8da0-6c830e4868fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4264 2023.10.17 21:54:38.307185 [ 17 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 156 rows starting from the beginning of the part
4265 2023.10.17 21:54:38.307212 [ 3 ] {f08ab16d-5ee3-414c-8da0-6c830e4868fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4266 2023.10.17 21:54:38.307418 [ 17 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 87 rows starting from the beginning of the part
4267 2023.10.17 21:54:38.307719 [ 17 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 156 rows starting from the beginning of the part
4268 2023.10.17 21:54:38.307732 [ 3 ] {f08ab16d-5ee3-414c-8da0-6c830e4868fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4269 2023.10.17 21:54:38.308463 [ 3 ] {f08ab16d-5ee3-414c-8da0-6c830e4868fc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4270 2023.10.17 21:54:38.309011 [ 3 ] {f08ab16d-5ee3-414c-8da0-6c830e4868fc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4271 2023.10.17 21:54:38.309325 [ 3 ] {f08ab16d-5ee3-414c-8da0-6c830e4868fc} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0.
4272 2023.10.17 21:54:38.309496 [ 17 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 861 rows, containing 4 columns (4 merged, 0 gathered) in 0.003356975 sec., 256480.90915184058 rows/sec., 24.59 MiB/sec.
4273 2023.10.17 21:54:38.309538 [ 153 ] {} <Debug> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4274 2023.10.17 21:54:38.309613 [ 153 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4275 2023.10.17 21:54:38.309623 [ 3 ] {f08ab16d-5ee3-414c-8da0-6c830e4868fc} <Information> executeQuery: Read 52 rows, 4.16 KiB in 0.002422753 sec., 21463 rows/sec., 1.68 MiB/sec.
4276 2023.10.17 21:54:38.309737 [ 17 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4277 2023.10.17 21:54:38.309803 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact
4278 2023.10.17 21:54:38.310013 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4279 2023.10.17 21:54:38.310036 [ 3 ] {f08ab16d-5ee3-414c-8da0-6c830e4868fc} <Debug> DynamicQueryHandler: Done processing query
4280 2023.10.17 21:54:38.310059 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 340 rows starting from the beginning of the part
4281 2023.10.17 21:54:38.310080 [ 3 ] {f08ab16d-5ee3-414c-8da0-6c830e4868fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
4282 2023.10.17 21:54:38.310118 [ 3 ] {} <Debug> HTTP-Session: f1f5356f-66e5-46a9-8a4d-eeb25089881a Destroying unnamed session
4283 2023.10.17 21:54:38.310191 [ 17 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_41_8} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8.
4284 2023.10.17 21:54:38.310259 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 49 rows starting from the beginning of the part
4285 2023.10.17 21:54:38.310341 [ 17 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_41_8} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Merged 6 parts: from all_1_36_7 to all_41_41_0
4286 2023.10.17 21:54:38.310344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 55628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4287 2023.10.17 21:54:38.310446 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 264 rows starting from the beginning of the part
4288 2023.10.17 21:54:38.310469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4289 2023.10.17 21:54:38.310551 [ 3 ] {} <Debug> HTTP-Session: b8112959-9983-48e9-8ed2-f8630a62c21b Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4290 2023.10.17 21:54:38.310588 [ 3 ] {} <Debug> HTTP-Session: b8112959-9983-48e9-8ed2-f8630a62c21b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4291 2023.10.17 21:54:38.310660 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 61 rows starting from the beginning of the part
4292 2023.10.17 21:54:38.310731 [ 3 ] {089cb439-fffc-461a-b3c6-2ce4e7a41f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
4293 2023.10.17 21:54:38.310793 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 264 rows starting from the beginning of the part
4294 2023.10.17 21:54:38.310801 [ 3 ] {089cb439-fffc-461a-b3c6-2ce4e7a41f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
4295 2023.10.17 21:54:38.310934 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 52 rows starting from the beginning of the part
4296 2023.10.17 21:54:38.311180 [ 3 ] {089cb439-fffc-461a-b3c6-2ce4e7a41f9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4297 2023.10.17 21:54:38.311886 [ 3 ] {089cb439-fffc-461a-b3c6-2ce4e7a41f9c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4298 2023.10.17 21:54:38.312039 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1030 rows, containing 4 columns (4 merged, 0 gathered) in 0.002353672 sec., 437614.07706766285 rows/sec., 30.99 MiB/sec.
4299 2023.10.17 21:54:38.312141 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4300 2023.10.17 21:54:38.312316 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_41_8} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8.
4301 2023.10.17 21:54:38.312321 [ 3 ] {089cb439-fffc-461a-b3c6-2ce4e7a41f9c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4302 2023.10.17 21:54:38.312386 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_41_8} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Merged 6 parts: from all_1_36_7 to all_41_41_0
4303 2023.10.17 21:54:38.312529 [ 3 ] {089cb439-fffc-461a-b3c6-2ce4e7a41f9c} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0.
4304 2023.10.17 21:54:38.312670 [ 3 ] {089cb439-fffc-461a-b3c6-2ce4e7a41f9c} <Information> executeQuery: Read 52 rows, 71.86 KiB in 0.001903996 sec., 27310 rows/sec., 36.85 MiB/sec.
4305 2023.10.17 21:54:38.312810 [ 3 ] {089cb439-fffc-461a-b3c6-2ce4e7a41f9c} <Debug> DynamicQueryHandler: Done processing query
4306 2023.10.17 21:54:38.312835 [ 3 ] {089cb439-fffc-461a-b3c6-2ce4e7a41f9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
4307 2023.10.17 21:54:38.312851 [ 3 ] {} <Debug> HTTP-Session: b8112959-9983-48e9-8ed2-f8630a62c21b Destroying unnamed session
4308 2023.10.17 21:54:42.620390 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache
4309 2023.10.17 21:54:42.620460 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache
4310 2023.10.17 21:54:43.303090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4311 2023.10.17 21:54:43.303246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4312 2023.10.17 21:54:43.303295 [ 3 ] {} <Debug> HTTP-Session: 0135f290-f6c1-4852-8330-a831fa26a28c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4313 2023.10.17 21:54:43.303339 [ 3 ] {} <Debug> HTTP-Session: 0135f290-f6c1-4852-8330-a831fa26a28c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4314 2023.10.17 21:54:43.303542 [ 3 ] {21589b98-c3ed-45ab-b78d-ac7c91f83e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
4315 2023.10.17 21:54:43.303644 [ 3 ] {21589b98-c3ed-45ab-b78d-ac7c91f83e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
4316 2023.10.17 21:54:43.303916 [ 3 ] {21589b98-c3ed-45ab-b78d-ac7c91f83e35} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4317 2023.10.17 21:54:43.304459 [ 3 ] {21589b98-c3ed-45ab-b78d-ac7c91f83e35} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4318 2023.10.17 21:54:43.304733 [ 3 ] {21589b98-c3ed-45ab-b78d-ac7c91f83e35} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4319 2023.10.17 21:54:43.304899 [ 3 ] {21589b98-c3ed-45ab-b78d-ac7c91f83e35} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0.
4320 2023.10.17 21:54:43.305047 [ 3 ] {21589b98-c3ed-45ab-b78d-ac7c91f83e35} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001445899 sec., 4149 rows/sec., 235.04 KiB/sec.
4321 2023.10.17 21:54:43.305213 [ 3 ] {21589b98-c3ed-45ab-b78d-ac7c91f83e35} <Debug> DynamicQueryHandler: Done processing query
4322 2023.10.17 21:54:43.305240 [ 3 ] {21589b98-c3ed-45ab-b78d-ac7c91f83e35} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
4323 2023.10.17 21:54:43.305257 [ 3 ] {} <Debug> HTTP-Session: 0135f290-f6c1-4852-8330-a831fa26a28c Destroying unnamed session
4324 2023.10.17 21:54:43.305403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4325 2023.10.17 21:54:43.305450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4326 2023.10.17 21:54:43.305469 [ 3 ] {} <Debug> HTTP-Session: 40d6778e-30c4-4d00-a6d2-596e85543710 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4327 2023.10.17 21:54:43.305487 [ 3 ] {} <Debug> HTTP-Session: 40d6778e-30c4-4d00-a6d2-596e85543710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4328 2023.10.17 21:54:43.305562 [ 3 ] {78cd4af4-8549-4837-becf-f87da9476d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4329 2023.10.17 21:54:43.305603 [ 3 ] {78cd4af4-8549-4837-becf-f87da9476d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4330 2023.10.17 21:54:43.305708 [ 3 ] {78cd4af4-8549-4837-becf-f87da9476d76} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4331 2023.10.17 21:54:43.306087 [ 3 ] {78cd4af4-8549-4837-becf-f87da9476d76} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4332 2023.10.17 21:54:43.306302 [ 3 ] {78cd4af4-8549-4837-becf-f87da9476d76} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4333 2023.10.17 21:54:43.306451 [ 3 ] {78cd4af4-8549-4837-becf-f87da9476d76} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0.
4334 2023.10.17 21:54:43.306555 [ 3 ] {78cd4af4-8549-4837-becf-f87da9476d76} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000963363 sec., 90308 rows/sec., 8.44 MiB/sec.
4335 2023.10.17 21:54:43.306670 [ 3 ] {78cd4af4-8549-4837-becf-f87da9476d76} <Debug> DynamicQueryHandler: Done processing query
4336 2023.10.17 21:54:43.306695 [ 3 ] {78cd4af4-8549-4837-becf-f87da9476d76} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
4337 2023.10.17 21:54:43.306711 [ 3 ] {} <Debug> HTTP-Session: 40d6778e-30c4-4d00-a6d2-596e85543710 Destroying unnamed session
4338 2023.10.17 21:54:43.306931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4339 2023.10.17 21:54:43.306977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4340 2023.10.17 21:54:43.306997 [ 3 ] {} <Debug> HTTP-Session: f26579fc-e741-45e6-8527-3802eb91122c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4341 2023.10.17 21:54:43.307015 [ 3 ] {} <Debug> HTTP-Session: f26579fc-e741-45e6-8527-3802eb91122c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4342 2023.10.17 21:54:43.307101 [ 3 ] {43bb4b0f-b441-4688-a7f8-7b8c83bb9b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4343 2023.10.17 21:54:43.307142 [ 3 ] {43bb4b0f-b441-4688-a7f8-7b8c83bb9b22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4344 2023.10.17 21:54:43.307244 [ 3 ] {43bb4b0f-b441-4688-a7f8-7b8c83bb9b22} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4345 2023.10.17 21:54:43.307690 [ 3 ] {43bb4b0f-b441-4688-a7f8-7b8c83bb9b22} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4346 2023.10.17 21:54:43.307909 [ 3 ] {43bb4b0f-b441-4688-a7f8-7b8c83bb9b22} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4347 2023.10.17 21:54:43.308067 [ 3 ] {43bb4b0f-b441-4688-a7f8-7b8c83bb9b22} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0.
4348 2023.10.17 21:54:43.308188 [ 3 ] {43bb4b0f-b441-4688-a7f8-7b8c83bb9b22} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001057905 sec., 249549 rows/sec., 17.12 MiB/sec.
4349 2023.10.17 21:54:43.308311 [ 3 ] {43bb4b0f-b441-4688-a7f8-7b8c83bb9b22} <Debug> DynamicQueryHandler: Done processing query
4350 2023.10.17 21:54:43.308335 [ 3 ] {43bb4b0f-b441-4688-a7f8-7b8c83bb9b22} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
4351 2023.10.17 21:54:43.308351 [ 3 ] {} <Debug> HTTP-Session: f26579fc-e741-45e6-8527-3802eb91122c Destroying unnamed session
4352 2023.10.17 21:54:43.308477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4353 2023.10.17 21:54:43.308524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4354 2023.10.17 21:54:43.308544 [ 3 ] {} <Debug> HTTP-Session: 221365a8-6c5d-40e4-b7b1-0c28fc4da165 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4355 2023.10.17 21:54:43.308560 [ 3 ] {} <Debug> HTTP-Session: 221365a8-6c5d-40e4-b7b1-0c28fc4da165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4356 2023.10.17 21:54:43.308629 [ 3 ] {884189fe-8394-403d-a56c-4f0f12202091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4357 2023.10.17 21:54:43.308669 [ 3 ] {884189fe-8394-403d-a56c-4f0f12202091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4358 2023.10.17 21:54:43.308777 [ 3 ] {884189fe-8394-403d-a56c-4f0f12202091} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4359 2023.10.17 21:54:43.309028 [ 3 ] {884189fe-8394-403d-a56c-4f0f12202091} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4360 2023.10.17 21:54:43.309268 [ 3 ] {884189fe-8394-403d-a56c-4f0f12202091} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4361 2023.10.17 21:54:43.309444 [ 3 ] {884189fe-8394-403d-a56c-4f0f12202091} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0.
4362 2023.10.17 21:54:43.309571 [ 3 ] {884189fe-8394-403d-a56c-4f0f12202091} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000911883 sec., 6579 rows/sec., 276.30 KiB/sec.
4363 2023.10.17 21:54:43.309681 [ 3 ] {884189fe-8394-403d-a56c-4f0f12202091} <Debug> DynamicQueryHandler: Done processing query
4364 2023.10.17 21:54:43.309704 [ 3 ] {884189fe-8394-403d-a56c-4f0f12202091} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
4365 2023.10.17 21:54:43.309721 [ 3 ] {} <Debug> HTTP-Session: 221365a8-6c5d-40e4-b7b1-0c28fc4da165 Destroying unnamed session
4366 2023.10.17 21:54:43.309844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4367 2023.10.17 21:54:43.309886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4368 2023.10.17 21:54:43.309906 [ 3 ] {} <Debug> HTTP-Session: f79b3e83-7d2f-491e-95b9-aead5e74c71d Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4369 2023.10.17 21:54:43.309922 [ 3 ] {} <Debug> HTTP-Session: f79b3e83-7d2f-491e-95b9-aead5e74c71d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4370 2023.10.17 21:54:43.309993 [ 3 ] {fca1550a-d5aa-4f38-a87f-4f8ffd914e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
4371 2023.10.17 21:54:43.310036 [ 3 ] {fca1550a-d5aa-4f38-a87f-4f8ffd914e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
4372 2023.10.17 21:54:43.310153 [ 3 ] {fca1550a-d5aa-4f38-a87f-4f8ffd914e32} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4373 2023.10.17 21:54:43.310441 [ 3 ] {fca1550a-d5aa-4f38-a87f-4f8ffd914e32} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4374 2023.10.17 21:54:43.310688 [ 3 ] {fca1550a-d5aa-4f38-a87f-4f8ffd914e32} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4375 2023.10.17 21:54:43.310861 [ 3 ] {fca1550a-d5aa-4f38-a87f-4f8ffd914e32} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0.
4376 2023.10.17 21:54:43.310977 [ 3 ] {fca1550a-d5aa-4f38-a87f-4f8ffd914e32} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000955693 sec., 65920 rows/sec., 4.00 MiB/sec.
4377 2023.10.17 21:54:43.311094 [ 3 ] {fca1550a-d5aa-4f38-a87f-4f8ffd914e32} <Debug> DynamicQueryHandler: Done processing query
4378 2023.10.17 21:54:43.311118 [ 3 ] {fca1550a-d5aa-4f38-a87f-4f8ffd914e32} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
4379 2023.10.17 21:54:43.311135 [ 3 ] {} <Debug> HTTP-Session: f79b3e83-7d2f-491e-95b9-aead5e74c71d Destroying unnamed session
4380 2023.10.17 21:54:43.311257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4381 2023.10.17 21:54:43.311304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4382 2023.10.17 21:54:43.311324 [ 3 ] {} <Debug> HTTP-Session: 8de53b6b-d868-4b91-a67f-48da73bc7f09 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4383 2023.10.17 21:54:43.311340 [ 3 ] {} <Debug> HTTP-Session: 8de53b6b-d868-4b91-a67f-48da73bc7f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4384 2023.10.17 21:54:43.311409 [ 3 ] {27e67e8a-9804-4aae-8cf6-760db1117f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
4385 2023.10.17 21:54:43.311448 [ 3 ] {27e67e8a-9804-4aae-8cf6-760db1117f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
4386 2023.10.17 21:54:43.311551 [ 3 ] {27e67e8a-9804-4aae-8cf6-760db1117f70} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4387 2023.10.17 21:54:43.311796 [ 3 ] {27e67e8a-9804-4aae-8cf6-760db1117f70} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4388 2023.10.17 21:54:43.312032 [ 3 ] {27e67e8a-9804-4aae-8cf6-760db1117f70} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4389 2023.10.17 21:54:43.312209 [ 3 ] {27e67e8a-9804-4aae-8cf6-760db1117f70} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0.
4390 2023.10.17 21:54:43.312333 [ 3 ] {27e67e8a-9804-4aae-8cf6-760db1117f70} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000895392 sec., 21219 rows/sec., 1.10 MiB/sec.
4391 2023.10.17 21:54:43.312436 [ 3 ] {27e67e8a-9804-4aae-8cf6-760db1117f70} <Debug> DynamicQueryHandler: Done processing query
4392 2023.10.17 21:54:43.312459 [ 3 ] {27e67e8a-9804-4aae-8cf6-760db1117f70} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
4393 2023.10.17 21:54:43.312476 [ 3 ] {} <Debug> HTTP-Session: 8de53b6b-d868-4b91-a67f-48da73bc7f09 Destroying unnamed session
4394 2023.10.17 21:54:48.301890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 7510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4395 2023.10.17 21:54:48.302024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4396 2023.10.17 21:54:48.302058 [ 3 ] {} <Debug> HTTP-Session: 96b78f2d-11ef-4ff8-98ae-9b8df16cd2d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4397 2023.10.17 21:54:48.302087 [ 3 ] {} <Debug> HTTP-Session: 96b78f2d-11ef-4ff8-98ae-9b8df16cd2d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4398 2023.10.17 21:54:48.302233 [ 3 ] {bccc2775-a4b9-432f-b7d2-3b3632b71d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
4399 2023.10.17 21:54:48.302303 [ 3 ] {bccc2775-a4b9-432f-b7d2-3b3632b71d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
4400 2023.10.17 21:54:48.302472 [ 3 ] {bccc2775-a4b9-432f-b7d2-3b3632b71d2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4401 2023.10.17 21:54:48.302927 [ 3 ] {bccc2775-a4b9-432f-b7d2-3b3632b71d2d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4402 2023.10.17 21:54:48.303211 [ 3 ] {bccc2775-a4b9-432f-b7d2-3b3632b71d2d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4403 2023.10.17 21:54:48.303383 [ 3 ] {bccc2775-a4b9-432f-b7d2-3b3632b71d2d} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0.
4404 2023.10.17 21:54:48.303521 [ 3 ] {bccc2775-a4b9-432f-b7d2-3b3632b71d2d} <Information> executeQuery: Read 52 rows, 4.21 KiB in 0.001239547 sec., 41950 rows/sec., 3.32 MiB/sec.
4405 2023.10.17 21:54:48.303683 [ 3 ] {bccc2775-a4b9-432f-b7d2-3b3632b71d2d} <Debug> DynamicQueryHandler: Done processing query
4406 2023.10.17 21:54:48.303711 [ 3 ] {bccc2775-a4b9-432f-b7d2-3b3632b71d2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
4407 2023.10.17 21:54:48.303728 [ 3 ] {} <Debug> HTTP-Session: 96b78f2d-11ef-4ff8-98ae-9b8df16cd2d7 Destroying unnamed session
4408 2023.10.17 21:54:48.303961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 24986, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4409 2023.10.17 21:54:48.304015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4410 2023.10.17 21:54:48.304037 [ 3 ] {} <Debug> HTTP-Session: 83b5434e-e43c-48fa-8478-953ee61b8a2d Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4411 2023.10.17 21:54:48.304057 [ 3 ] {} <Debug> HTTP-Session: 83b5434e-e43c-48fa-8478-953ee61b8a2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4412 2023.10.17 21:54:48.304148 [ 3 ] {3cc36da0-0144-4d3c-b0fb-e9e92c24ab72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4413 2023.10.17 21:54:48.304193 [ 3 ] {3cc36da0-0144-4d3c-b0fb-e9e92c24ab72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4414 2023.10.17 21:54:48.304303 [ 3 ] {3cc36da0-0144-4d3c-b0fb-e9e92c24ab72} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4415 2023.10.17 21:54:48.304705 [ 3 ] {3cc36da0-0144-4d3c-b0fb-e9e92c24ab72} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4416 2023.10.17 21:54:48.304928 [ 3 ] {3cc36da0-0144-4d3c-b0fb-e9e92c24ab72} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4417 2023.10.17 21:54:48.305089 [ 3 ] {3cc36da0-0144-4d3c-b0fb-e9e92c24ab72} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0.
4418 2023.10.17 21:54:48.305218 [ 3 ] {3cc36da0-0144-4d3c-b0fb-e9e92c24ab72} <Information> executeQuery: Read 156 rows, 15.44 KiB in 0.001038254 sec., 150252 rows/sec., 14.53 MiB/sec.
4419 2023.10.17 21:54:48.305332 [ 3 ] {3cc36da0-0144-4d3c-b0fb-e9e92c24ab72} <Debug> DynamicQueryHandler: Done processing query
4420 2023.10.17 21:54:48.305357 [ 3 ] {3cc36da0-0144-4d3c-b0fb-e9e92c24ab72} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4421 2023.10.17 21:54:48.305374 [ 3 ] {} <Debug> HTTP-Session: 83b5434e-e43c-48fa-8478-953ee61b8a2d Destroying unnamed session
4422 2023.10.17 21:54:48.305566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4423 2023.10.17 21:54:48.305612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4424 2023.10.17 21:54:48.305633 [ 3 ] {} <Debug> HTTP-Session: 7f7a2fa1-248e-499e-a682-148589301ce4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4425 2023.10.17 21:54:48.305651 [ 3 ] {} <Debug> HTTP-Session: 7f7a2fa1-248e-499e-a682-148589301ce4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4426 2023.10.17 21:54:48.305725 [ 3 ] {9196aa42-ea77-4559-a98d-10ae8c7cdcd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4427 2023.10.17 21:54:48.305767 [ 3 ] {9196aa42-ea77-4559-a98d-10ae8c7cdcd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4428 2023.10.17 21:54:48.305875 [ 3 ] {9196aa42-ea77-4559-a98d-10ae8c7cdcd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4429 2023.10.17 21:54:48.306170 [ 3 ] {9196aa42-ea77-4559-a98d-10ae8c7cdcd6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4430 2023.10.17 21:54:48.306381 [ 3 ] {9196aa42-ea77-4559-a98d-10ae8c7cdcd6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4431 2023.10.17 21:54:48.306528 [ 3 ] {9196aa42-ea77-4559-a98d-10ae8c7cdcd6} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0.
4432 2023.10.17 21:54:48.306652 [ 3 ] {9196aa42-ea77-4559-a98d-10ae8c7cdcd6} <Information> executeQuery: Read 52 rows, 4.16 KiB in 0.000896632 sec., 57994 rows/sec., 4.54 MiB/sec.
4433 2023.10.17 21:54:48.306774 [ 3 ] {9196aa42-ea77-4559-a98d-10ae8c7cdcd6} <Debug> DynamicQueryHandler: Done processing query
4434 2023.10.17 21:54:48.306799 [ 3 ] {9196aa42-ea77-4559-a98d-10ae8c7cdcd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
4435 2023.10.17 21:54:48.306815 [ 3 ] {} <Debug> HTTP-Session: 7f7a2fa1-248e-499e-a682-148589301ce4 Destroying unnamed session
4436 2023.10.17 21:54:48.306985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 55630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4437 2023.10.17 21:54:48.307034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4438 2023.10.17 21:54:48.307054 [ 3 ] {} <Debug> HTTP-Session: 1af0b234-a808-47f2-93f9-f45a15b63304 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4439 2023.10.17 21:54:48.307072 [ 3 ] {} <Debug> HTTP-Session: 1af0b234-a808-47f2-93f9-f45a15b63304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4440 2023.10.17 21:54:48.307156 [ 3 ] {104cfaf5-7517-4f8e-a2e2-b56f3a3e65dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
4441 2023.10.17 21:54:48.307203 [ 3 ] {104cfaf5-7517-4f8e-a2e2-b56f3a3e65dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
4442 2023.10.17 21:54:48.307341 [ 3 ] {104cfaf5-7517-4f8e-a2e2-b56f3a3e65dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4443 2023.10.17 21:54:48.307956 [ 3 ] {104cfaf5-7517-4f8e-a2e2-b56f3a3e65dc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4444 2023.10.17 21:54:48.308298 [ 3 ] {104cfaf5-7517-4f8e-a2e2-b56f3a3e65dc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4445 2023.10.17 21:54:48.308482 [ 3 ] {104cfaf5-7517-4f8e-a2e2-b56f3a3e65dc} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0.
4446 2023.10.17 21:54:48.308617 [ 3 ] {104cfaf5-7517-4f8e-a2e2-b56f3a3e65dc} <Information> executeQuery: Read 52 rows, 71.86 KiB in 0.001428499 sec., 36401 rows/sec., 49.12 MiB/sec.
4447 2023.10.17 21:54:48.308612 [ 144 ] {} <Debug> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4448 2023.10.17 21:54:48.308723 [ 144 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4449 2023.10.17 21:54:48.308815 [ 3 ] {104cfaf5-7517-4f8e-a2e2-b56f3a3e65dc} <Debug> DynamicQueryHandler: Done processing query
4450 2023.10.17 21:54:48.308839 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact
4451 2023.10.17 21:54:48.308848 [ 3 ] {104cfaf5-7517-4f8e-a2e2-b56f3a3e65dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
4452 2023.10.17 21:54:48.308884 [ 3 ] {} <Debug> HTTP-Session: 1af0b234-a808-47f2-93f9-f45a15b63304 Destroying unnamed session
4453 2023.10.17 21:54:48.308952 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4454 2023.10.17 21:54:48.308988 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 725 rows starting from the beginning of the part
4455 2023.10.17 21:54:48.309119 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 47 rows starting from the beginning of the part
4456 2023.10.17 21:54:48.309229 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 49 rows starting from the beginning of the part
4457 2023.10.17 21:54:48.309335 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 52 rows starting from the beginning of the part
4458 2023.10.17 21:54:48.309426 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 52 rows starting from the beginning of the part
4459 2023.10.17 21:54:48.309512 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 52 rows starting from the beginning of the part
4460 2023.10.17 21:54:48.312613 [ 16 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 977 rows, containing 6 columns (6 merged, 0 gathered) in 0.003807772 sec., 256580.48853765405 rows/sec., 346.24 MiB/sec.
4461 2023.10.17 21:54:48.313039 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4462 2023.10.17 21:54:48.313252 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4.
4463 2023.10.17 21:54:48.313315 [ 22 ] {d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0
4464 2023.10.17 21:54:48.313378 [ 22 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in d44df011-213c-4c36-ae3e-863e3abcf73e::all_1_21_4: 4.19 MiB.
4465 2023.10.17 21:54:49.000138 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.27 MiB, peak 235.58 MiB, will set to 231.89 MiB (RSS), difference: 1.62 MiB
4466 2023.10.17 21:54:53.303980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4467 2023.10.17 21:54:53.304171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4468 2023.10.17 21:54:53.304220 [ 3 ] {} <Debug> HTTP-Session: b72670b1-3eba-45bf-86d0-b7a39de5c763 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4469 2023.10.17 21:54:53.304264 [ 3 ] {} <Debug> HTTP-Session: b72670b1-3eba-45bf-86d0-b7a39de5c763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4470 2023.10.17 21:54:53.304467 [ 3 ] {e72f0c86-2a7b-47e8-b51d-7c8f13acd3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
4471 2023.10.17 21:54:53.304567 [ 3 ] {e72f0c86-2a7b-47e8-b51d-7c8f13acd3aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
4472 2023.10.17 21:54:53.304733 [ 3 ] {e72f0c86-2a7b-47e8-b51d-7c8f13acd3aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4473 2023.10.17 21:54:53.305210 [ 3 ] {e72f0c86-2a7b-47e8-b51d-7c8f13acd3aa} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4474 2023.10.17 21:54:53.305493 [ 3 ] {e72f0c86-2a7b-47e8-b51d-7c8f13acd3aa} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4475 2023.10.17 21:54:53.305665 [ 3 ] {e72f0c86-2a7b-47e8-b51d-7c8f13acd3aa} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0.
4476 2023.10.17 21:54:53.305804 [ 3 ] {e72f0c86-2a7b-47e8-b51d-7c8f13acd3aa} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001274447 sec., 4707 rows/sec., 266.66 KiB/sec.
4477 2023.10.17 21:54:53.305961 [ 3 ] {e72f0c86-2a7b-47e8-b51d-7c8f13acd3aa} <Debug> DynamicQueryHandler: Done processing query
4478 2023.10.17 21:54:53.305988 [ 3 ] {e72f0c86-2a7b-47e8-b51d-7c8f13acd3aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
4479 2023.10.17 21:54:53.306006 [ 3 ] {} <Debug> HTTP-Session: b72670b1-3eba-45bf-86d0-b7a39de5c763 Destroying unnamed session
4480 2023.10.17 21:54:53.306143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4481 2023.10.17 21:54:53.306196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4482 2023.10.17 21:54:53.306216 [ 3 ] {} <Debug> HTTP-Session: 06fa368f-be7c-4ed0-b868-84807b003109 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4483 2023.10.17 21:54:53.306235 [ 3 ] {} <Debug> HTTP-Session: 06fa368f-be7c-4ed0-b868-84807b003109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4484 2023.10.17 21:54:53.306317 [ 3 ] {6bc5717a-147c-4e24-a08e-6b994d0deea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4485 2023.10.17 21:54:53.306360 [ 3 ] {6bc5717a-147c-4e24-a08e-6b994d0deea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4486 2023.10.17 21:54:53.306470 [ 3 ] {6bc5717a-147c-4e24-a08e-6b994d0deea5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4487 2023.10.17 21:54:53.306851 [ 3 ] {6bc5717a-147c-4e24-a08e-6b994d0deea5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4488 2023.10.17 21:54:53.307068 [ 3 ] {6bc5717a-147c-4e24-a08e-6b994d0deea5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4489 2023.10.17 21:54:53.307228 [ 3 ] {6bc5717a-147c-4e24-a08e-6b994d0deea5} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0.
4490 2023.10.17 21:54:53.307351 [ 3 ] {6bc5717a-147c-4e24-a08e-6b994d0deea5} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000994204 sec., 87507 rows/sec., 8.18 MiB/sec.
4491 2023.10.17 21:54:53.307475 [ 3 ] {6bc5717a-147c-4e24-a08e-6b994d0deea5} <Debug> DynamicQueryHandler: Done processing query
4492 2023.10.17 21:54:53.307500 [ 3 ] {6bc5717a-147c-4e24-a08e-6b994d0deea5} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
4493 2023.10.17 21:54:53.307515 [ 3 ] {} <Debug> HTTP-Session: 06fa368f-be7c-4ed0-b868-84807b003109 Destroying unnamed session
4494 2023.10.17 21:54:53.307710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4495 2023.10.17 21:54:53.307758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4496 2023.10.17 21:54:53.307777 [ 3 ] {} <Debug> HTTP-Session: 92437179-ea60-441e-8674-aaf7c2bae025 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4497 2023.10.17 21:54:53.307794 [ 3 ] {} <Debug> HTTP-Session: 92437179-ea60-441e-8674-aaf7c2bae025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4498 2023.10.17 21:54:53.307878 [ 3 ] {04d3f540-07f9-4e57-a958-5b6a8396af44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4499 2023.10.17 21:54:53.307918 [ 3 ] {04d3f540-07f9-4e57-a958-5b6a8396af44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4500 2023.10.17 21:54:53.308022 [ 3 ] {04d3f540-07f9-4e57-a958-5b6a8396af44} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4501 2023.10.17 21:54:53.308469 [ 3 ] {04d3f540-07f9-4e57-a958-5b6a8396af44} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4502 2023.10.17 21:54:53.308688 [ 3 ] {04d3f540-07f9-4e57-a958-5b6a8396af44} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4503 2023.10.17 21:54:53.308833 [ 3 ] {04d3f540-07f9-4e57-a958-5b6a8396af44} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0.
4504 2023.10.17 21:54:53.308957 [ 3 ] {04d3f540-07f9-4e57-a958-5b6a8396af44} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001044684 sec., 252707 rows/sec., 17.34 MiB/sec.
4505 2023.10.17 21:54:53.309124 [ 3 ] {04d3f540-07f9-4e57-a958-5b6a8396af44} <Debug> DynamicQueryHandler: Done processing query
4506 2023.10.17 21:54:53.309159 [ 3 ] {04d3f540-07f9-4e57-a958-5b6a8396af44} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
4507 2023.10.17 21:54:53.309177 [ 3 ] {} <Debug> HTTP-Session: 92437179-ea60-441e-8674-aaf7c2bae025 Destroying unnamed session
4508 2023.10.17 21:54:53.309335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4509 2023.10.17 21:54:53.309383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4510 2023.10.17 21:54:53.309402 [ 3 ] {} <Debug> HTTP-Session: 4d477a86-826f-4b42-97f3-db7355f2f4bf Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4511 2023.10.17 21:54:53.309419 [ 3 ] {} <Debug> HTTP-Session: 4d477a86-826f-4b42-97f3-db7355f2f4bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4512 2023.10.17 21:54:53.309491 [ 3 ] {8c86fa58-647a-4929-bebc-b5318fc57f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4513 2023.10.17 21:54:53.309532 [ 3 ] {8c86fa58-647a-4929-bebc-b5318fc57f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4514 2023.10.17 21:54:53.309647 [ 3 ] {8c86fa58-647a-4929-bebc-b5318fc57f6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4515 2023.10.17 21:54:53.309902 [ 3 ] {8c86fa58-647a-4929-bebc-b5318fc57f6c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4516 2023.10.17 21:54:53.310139 [ 3 ] {8c86fa58-647a-4929-bebc-b5318fc57f6c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4517 2023.10.17 21:54:53.310316 [ 3 ] {8c86fa58-647a-4929-bebc-b5318fc57f6c} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0.
4518 2023.10.17 21:54:53.310445 [ 3 ] {8c86fa58-647a-4929-bebc-b5318fc57f6c} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000921593 sec., 6510 rows/sec., 273.39 KiB/sec.
4519 2023.10.17 21:54:53.310650 [ 3 ] {8c86fa58-647a-4929-bebc-b5318fc57f6c} <Debug> DynamicQueryHandler: Done processing query
4520 2023.10.17 21:54:53.310675 [ 3 ] {8c86fa58-647a-4929-bebc-b5318fc57f6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
4521 2023.10.17 21:54:53.310692 [ 3 ] {} <Debug> HTTP-Session: 4d477a86-826f-4b42-97f3-db7355f2f4bf Destroying unnamed session
4522 2023.10.17 21:54:53.310827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4523 2023.10.17 21:54:53.310873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4524 2023.10.17 21:54:53.310892 [ 3 ] {} <Debug> HTTP-Session: 917c2d49-45bf-44a3-bf63-e5896a1deefe Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4525 2023.10.17 21:54:53.310908 [ 3 ] {} <Debug> HTTP-Session: 917c2d49-45bf-44a3-bf63-e5896a1deefe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4526 2023.10.17 21:54:53.310982 [ 3 ] {ba76b146-a7f3-4c49-9c25-b151924f406e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
4527 2023.10.17 21:54:53.311025 [ 3 ] {ba76b146-a7f3-4c49-9c25-b151924f406e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
4528 2023.10.17 21:54:53.311158 [ 3 ] {ba76b146-a7f3-4c49-9c25-b151924f406e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4529 2023.10.17 21:54:53.311471 [ 3 ] {ba76b146-a7f3-4c49-9c25-b151924f406e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4530 2023.10.17 21:54:53.311722 [ 3 ] {ba76b146-a7f3-4c49-9c25-b151924f406e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4531 2023.10.17 21:54:53.311896 [ 3 ] {ba76b146-a7f3-4c49-9c25-b151924f406e} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0.
4532 2023.10.17 21:54:53.312019 [ 3 ] {ba76b146-a7f3-4c49-9c25-b151924f406e} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.001008844 sec., 62447 rows/sec., 3.79 MiB/sec.
4533 2023.10.17 21:54:53.312143 [ 3 ] {ba76b146-a7f3-4c49-9c25-b151924f406e} <Debug> DynamicQueryHandler: Done processing query
4534 2023.10.17 21:54:53.312167 [ 3 ] {ba76b146-a7f3-4c49-9c25-b151924f406e} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
4535 2023.10.17 21:54:53.312182 [ 3 ] {} <Debug> HTTP-Session: 917c2d49-45bf-44a3-bf63-e5896a1deefe Destroying unnamed session
4536 2023.10.17 21:54:53.312323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4537 2023.10.17 21:54:53.312369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4538 2023.10.17 21:54:53.312388 [ 3 ] {} <Debug> HTTP-Session: 82af7f37-2083-44a7-955c-1dc53593537c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4539 2023.10.17 21:54:53.312404 [ 3 ] {} <Debug> HTTP-Session: 82af7f37-2083-44a7-955c-1dc53593537c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4540 2023.10.17 21:54:53.312473 [ 3 ] {c38d35bb-4f2d-45e2-9834-739d95a2edf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
4541 2023.10.17 21:54:53.312513 [ 3 ] {c38d35bb-4f2d-45e2-9834-739d95a2edf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
4542 2023.10.17 21:54:53.312616 [ 3 ] {c38d35bb-4f2d-45e2-9834-739d95a2edf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4543 2023.10.17 21:54:53.312875 [ 3 ] {c38d35bb-4f2d-45e2-9834-739d95a2edf9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4544 2023.10.17 21:54:53.313105 [ 3 ] {c38d35bb-4f2d-45e2-9834-739d95a2edf9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4545 2023.10.17 21:54:53.313274 [ 3 ] {c38d35bb-4f2d-45e2-9834-739d95a2edf9} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0.
4546 2023.10.17 21:54:53.313402 [ 3 ] {c38d35bb-4f2d-45e2-9834-739d95a2edf9} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000898032 sec., 21157 rows/sec., 1.10 MiB/sec.
4547 2023.10.17 21:54:53.313610 [ 3 ] {c38d35bb-4f2d-45e2-9834-739d95a2edf9} <Debug> DynamicQueryHandler: Done processing query
4548 2023.10.17 21:54:53.313633 [ 3 ] {c38d35bb-4f2d-45e2-9834-739d95a2edf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
4549 2023.10.17 21:54:53.313650 [ 3 ] {} <Debug> HTTP-Session: 82af7f37-2083-44a7-955c-1dc53593537c Destroying unnamed session
4550 2023.10.17 21:54:57.620710 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache
4551 2023.10.17 21:54:57.620778 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache
4552 2023.10.17 21:54:58.302103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 7510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4553 2023.10.17 21:54:58.302221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4554 2023.10.17 21:54:58.302252 [ 3 ] {} <Debug> HTTP-Session: 86fa3d62-48fa-4b85-9d45-e07d2f7161d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4555 2023.10.17 21:54:58.302282 [ 3 ] {} <Debug> HTTP-Session: 86fa3d62-48fa-4b85-9d45-e07d2f7161d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4556 2023.10.17 21:54:58.302427 [ 3 ] {c374f87d-1b3e-4114-9699-54ab891725a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
4557 2023.10.17 21:54:58.302497 [ 3 ] {c374f87d-1b3e-4114-9699-54ab891725a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
4558 2023.10.17 21:54:58.302680 [ 3 ] {c374f87d-1b3e-4114-9699-54ab891725a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4559 2023.10.17 21:54:58.303237 [ 3 ] {c374f87d-1b3e-4114-9699-54ab891725a2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4560 2023.10.17 21:54:58.303508 [ 3 ] {c374f87d-1b3e-4114-9699-54ab891725a2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
4561 2023.10.17 21:54:58.303676 [ 3 ] {c374f87d-1b3e-4114-9699-54ab891725a2} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0.
4562 2023.10.17 21:54:58.303823 [ 3 ] {c374f87d-1b3e-4114-9699-54ab891725a2} <Information> executeQuery: Read 52 rows, 4.21 KiB in 0.001346059 sec., 38631 rows/sec., 3.06 MiB/sec.
4563 2023.10.17 21:54:58.303978 [ 3 ] {c374f87d-1b3e-4114-9699-54ab891725a2} <Debug> DynamicQueryHandler: Done processing query
4564 2023.10.17 21:54:58.304005 [ 3 ] {c374f87d-1b3e-4114-9699-54ab891725a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
4565 2023.10.17 21:54:58.304021 [ 3 ] {} <Debug> HTTP-Session: 86fa3d62-48fa-4b85-9d45-e07d2f7161d3 Destroying unnamed session
4566 2023.10.17 21:54:58.304194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 24986, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4567 2023.10.17 21:54:58.304246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4568 2023.10.17 21:54:58.304267 [ 3 ] {} <Debug> HTTP-Session: 36834dc4-33bf-40d2-a3b2-513628264a71 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4569 2023.10.17 21:54:58.304285 [ 3 ] {} <Debug> HTTP-Session: 36834dc4-33bf-40d2-a3b2-513628264a71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4570 2023.10.17 21:54:58.304374 [ 3 ] {53f15a17-e430-45d3-adff-310ccd1371f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4571 2023.10.17 21:54:58.304417 [ 3 ] {53f15a17-e430-45d3-adff-310ccd1371f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4572 2023.10.17 21:54:58.304524 [ 3 ] {53f15a17-e430-45d3-adff-310ccd1371f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4573 2023.10.17 21:54:58.304949 [ 3 ] {53f15a17-e430-45d3-adff-310ccd1371f3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4574 2023.10.17 21:54:58.305184 [ 3 ] {53f15a17-e430-45d3-adff-310ccd1371f3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
4575 2023.10.17 21:54:58.305342 [ 3 ] {53f15a17-e430-45d3-adff-310ccd1371f3} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0.
4576 2023.10.17 21:54:58.305478 [ 3 ] {53f15a17-e430-45d3-adff-310ccd1371f3} <Information> executeQuery: Read 156 rows, 15.44 KiB in 0.001065674 sec., 146386 rows/sec., 14.15 MiB/sec.
4577 2023.10.17 21:54:58.305605 [ 3 ] {53f15a17-e430-45d3-adff-310ccd1371f3} <Debug> DynamicQueryHandler: Done processing query
4578 2023.10.17 21:54:58.305629 [ 3 ] {53f15a17-e430-45d3-adff-310ccd1371f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4579 2023.10.17 21:54:58.305645 [ 3 ] {} <Debug> HTTP-Session: 36834dc4-33bf-40d2-a3b2-513628264a71 Destroying unnamed session
4580 2023.10.17 21:54:58.305778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4581 2023.10.17 21:54:58.305825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4582 2023.10.17 21:54:58.305844 [ 3 ] {} <Debug> HTTP-Session: c1ebaf82-e522-4482-a039-1e25a090696b Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4583 2023.10.17 21:54:58.305862 [ 3 ] {} <Debug> HTTP-Session: c1ebaf82-e522-4482-a039-1e25a090696b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4584 2023.10.17 21:54:58.305936 [ 3 ] {5ff1abc9-94bf-4532-8fb5-33046b5affd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4585 2023.10.17 21:54:58.305975 [ 3 ] {5ff1abc9-94bf-4532-8fb5-33046b5affd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4586 2023.10.17 21:54:58.306078 [ 3 ] {5ff1abc9-94bf-4532-8fb5-33046b5affd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4587 2023.10.17 21:54:58.306376 [ 3 ] {5ff1abc9-94bf-4532-8fb5-33046b5affd9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4588 2023.10.17 21:54:58.306579 [ 3 ] {5ff1abc9-94bf-4532-8fb5-33046b5affd9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
4589 2023.10.17 21:54:58.306726 [ 3 ] {5ff1abc9-94bf-4532-8fb5-33046b5affd9} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0.
4590 2023.10.17 21:54:58.306859 [ 3 ] {5ff1abc9-94bf-4532-8fb5-33046b5affd9} <Information> executeQuery: Read 52 rows, 4.16 KiB in 0.000895012 sec., 58099 rows/sec., 4.54 MiB/sec.
4591 2023.10.17 21:54:58.306979 [ 3 ] {5ff1abc9-94bf-4532-8fb5-33046b5affd9} <Debug> DynamicQueryHandler: Done processing query
4592 2023.10.17 21:54:58.307002 [ 3 ] {5ff1abc9-94bf-4532-8fb5-33046b5affd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
4593 2023.10.17 21:54:58.307018 [ 3 ] {} <Debug> HTTP-Session: c1ebaf82-e522-4482-a039-1e25a090696b Destroying unnamed session
4594 2023.10.17 21:54:58.307234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 55630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4595 2023.10.17 21:54:58.307281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4596 2023.10.17 21:54:58.307299 [ 3 ] {} <Debug> HTTP-Session: 22b9f445-46f8-4115-8480-af8e79911afb Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4597 2023.10.17 21:54:58.307316 [ 3 ] {} <Debug> HTTP-Session: 22b9f445-46f8-4115-8480-af8e79911afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4598 2023.10.17 21:54:58.307404 [ 3 ] {698eb02b-9d60-4997-8e55-7a6959e1258f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
4599 2023.10.17 21:54:58.307449 [ 3 ] {698eb02b-9d60-4997-8e55-7a6959e1258f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
4600 2023.10.17 21:54:58.307583 [ 3 ] {698eb02b-9d60-4997-8e55-7a6959e1258f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4601 2023.10.17 21:54:58.308135 [ 3 ] {698eb02b-9d60-4997-8e55-7a6959e1258f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4602 2023.10.17 21:54:58.308463 [ 3 ] {698eb02b-9d60-4997-8e55-7a6959e1258f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4603 2023.10.17 21:54:58.308637 [ 3 ] {698eb02b-9d60-4997-8e55-7a6959e1258f} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0.
4604 2023.10.17 21:54:58.308765 [ 3 ] {698eb02b-9d60-4997-8e55-7a6959e1258f} <Information> executeQuery: Read 52 rows, 71.86 KiB in 0.001331498 sec., 39053 rows/sec., 52.70 MiB/sec.
4605 2023.10.17 21:54:58.308951 [ 3 ] {698eb02b-9d60-4997-8e55-7a6959e1258f} <Debug> DynamicQueryHandler: Done processing query
4606 2023.10.17 21:54:58.308975 [ 3 ] {698eb02b-9d60-4997-8e55-7a6959e1258f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
4607 2023.10.17 21:54:58.308992 [ 3 ] {} <Debug> HTTP-Session: 22b9f445-46f8-4115-8480-af8e79911afb Destroying unnamed session
4608 2023.10.17 21:55:03.303269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4609 2023.10.17 21:55:03.303447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4610 2023.10.17 21:55:03.303493 [ 3 ] {} <Debug> HTTP-Session: 53246786-8409-45b7-ad9f-33429841fc02 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4611 2023.10.17 21:55:03.303537 [ 3 ] {} <Debug> HTTP-Session: 53246786-8409-45b7-ad9f-33429841fc02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4612 2023.10.17 21:55:03.303735 [ 3 ] {8d307e27-a6a1-4411-90ab-413bde362211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
4613 2023.10.17 21:55:03.303832 [ 3 ] {8d307e27-a6a1-4411-90ab-413bde362211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
4614 2023.10.17 21:55:03.304050 [ 3 ] {8d307e27-a6a1-4411-90ab-413bde362211} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4615 2023.10.17 21:55:03.304533 [ 3 ] {8d307e27-a6a1-4411-90ab-413bde362211} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4616 2023.10.17 21:55:03.304793 [ 3 ] {8d307e27-a6a1-4411-90ab-413bde362211} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
4617 2023.10.17 21:55:03.304955 [ 3 ] {8d307e27-a6a1-4411-90ab-413bde362211} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0.
4618 2023.10.17 21:55:03.305098 [ 3 ] {8d307e27-a6a1-4411-90ab-413bde362211} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001298947 sec., 4619 rows/sec., 261.63 KiB/sec.
4619 2023.10.17 21:55:03.305111 [ 129 ] {} <Debug> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
4620 2023.10.17 21:55:03.305239 [ 129 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4621 2023.10.17 21:55:03.305307 [ 3 ] {8d307e27-a6a1-4411-90ab-413bde362211} <Debug> DynamicQueryHandler: Done processing query
4622 2023.10.17 21:55:03.305348 [ 3 ] {8d307e27-a6a1-4411-90ab-413bde362211} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB.
4623 2023.10.17 21:55:03.305348 [ 17 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact
4624 2023.10.17 21:55:03.305374 [ 3 ] {} <Debug> HTTP-Session: 53246786-8409-45b7-ad9f-33429841fc02 Destroying unnamed session
4625 2023.10.17 21:55:03.305492 [ 17 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4626 2023.10.17 21:55:03.305544 [ 17 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 58 rows starting from the beginning of the part
4627 2023.10.17 21:55:03.305569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4628 2023.10.17 21:55:03.305653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4629 2023.10.17 21:55:03.305698 [ 3 ] {} <Debug> HTTP-Session: e7f1d573-3fca-4def-8d84-b3f8af2cfab5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4630 2023.10.17 21:55:03.305762 [ 3 ] {} <Debug> HTTP-Session: e7f1d573-3fca-4def-8d84-b3f8af2cfab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4631 2023.10.17 21:55:03.305804 [ 17 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
4632 2023.10.17 21:55:03.305941 [ 3 ] {5d470b56-975f-4db8-9838-b9da31fb60bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4633 2023.10.17 21:55:03.306052 [ 3 ] {5d470b56-975f-4db8-9838-b9da31fb60bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4634 2023.10.17 21:55:03.306071 [ 17 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 52 rows starting from the beginning of the part
4635 2023.10.17 21:55:03.306399 [ 17 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part
4636 2023.10.17 21:55:03.306527 [ 3 ] {5d470b56-975f-4db8-9838-b9da31fb60bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4637 2023.10.17 21:55:03.306681 [ 17 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 52 rows starting from the beginning of the part
4638 2023.10.17 21:55:03.306855 [ 17 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part
4639 2023.10.17 21:55:03.307429 [ 3 ] {5d470b56-975f-4db8-9838-b9da31fb60bb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4640 2023.10.17 21:55:03.307848 [ 3 ] {5d470b56-975f-4db8-9838-b9da31fb60bb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
4641 2023.10.17 21:55:03.308151 [ 3 ] {5d470b56-975f-4db8-9838-b9da31fb60bb} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0.
4642 2023.10.17 21:55:03.308383 [ 129 ] {} <Debug> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
4643 2023.10.17 21:55:03.308486 [ 129 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4644 2023.10.17 21:55:03.308484 [ 16 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.003182533 sec., 56558.72225048413 rows/sec., 4.30 MiB/sec.
4645 2023.10.17 21:55:03.308501 [ 3 ] {5d470b56-975f-4db8-9838-b9da31fb60bb} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.002488674 sec., 34958 rows/sec., 3.27 MiB/sec.
4646 2023.10.17 21:55:03.308600 [ 22 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact
4647 2023.10.17 21:55:03.308817 [ 16 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
4648 2023.10.17 21:55:03.308865 [ 22 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4649 2023.10.17 21:55:03.308867 [ 3 ] {5d470b56-975f-4db8-9838-b9da31fb60bb} <Debug> DynamicQueryHandler: Done processing query
4650 2023.10.17 21:55:03.308935 [ 3 ] {5d470b56-975f-4db8-9838-b9da31fb60bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
4651 2023.10.17 21:55:03.308948 [ 22 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 243 rows starting from the beginning of the part
4652 2023.10.17 21:55:03.308975 [ 3 ] {} <Debug> HTTP-Session: e7f1d573-3fca-4def-8d84-b3f8af2cfab5 Destroying unnamed session
4653 2023.10.17 21:55:03.309106 [ 22 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 87 rows starting from the beginning of the part
4654 2023.10.17 21:55:03.309199 [ 16 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_46_9} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9.
4655 2023.10.17 21:55:03.309206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4656 2023.10.17 21:55:03.309306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4657 2023.10.17 21:55:03.309305 [ 22 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 156 rows starting from the beginning of the part
4658 2023.10.17 21:55:03.309338 [ 3 ] {} <Debug> HTTP-Session: 7d969c02-3f42-47c9-b8ef-cbf6c5fac8d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4659 2023.10.17 21:55:03.309377 [ 16 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_46_9} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Merged 6 parts: from all_1_41_8 to all_46_46_0
4660 2023.10.17 21:55:03.309392 [ 3 ] {} <Debug> HTTP-Session: 7d969c02-3f42-47c9-b8ef-cbf6c5fac8d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4661 2023.10.17 21:55:03.309632 [ 22 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 87 rows starting from the beginning of the part
4662 2023.10.17 21:55:03.309667 [ 3 ] {4aaa6599-af6b-4b01-91dd-e9d22fe26974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4663 2023.10.17 21:55:03.309720 [ 3 ] {4aaa6599-af6b-4b01-91dd-e9d22fe26974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4664 2023.10.17 21:55:03.309770 [ 22 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 156 rows starting from the beginning of the part
4665 2023.10.17 21:55:03.309951 [ 22 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 87 rows starting from the beginning of the part
4666 2023.10.17 21:55:03.309974 [ 3 ] {4aaa6599-af6b-4b01-91dd-e9d22fe26974} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4667 2023.10.17 21:55:03.310644 [ 3 ] {4aaa6599-af6b-4b01-91dd-e9d22fe26974} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4668 2023.10.17 21:55:03.310996 [ 3 ] {4aaa6599-af6b-4b01-91dd-e9d22fe26974} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
4669 2023.10.17 21:55:03.311045 [ 22 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 816 rows, containing 4 columns (4 merged, 0 gathered) in 0.002502514 sec., 326072.10189433506 rows/sec., 31.08 MiB/sec.
4670 2023.10.17 21:55:03.311165 [ 22 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
4671 2023.10.17 21:55:03.311210 [ 3 ] {4aaa6599-af6b-4b01-91dd-e9d22fe26974} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0.
4672 2023.10.17 21:55:03.311381 [ 3 ] {4aaa6599-af6b-4b01-91dd-e9d22fe26974} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001657053 sec., 159318 rows/sec., 10.93 MiB/sec.
4673 2023.10.17 21:55:03.311395 [ 129 ] {} <Debug> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
4674 2023.10.17 21:55:03.311403 [ 22 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_46_9} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9.
4675 2023.10.17 21:55:03.311514 [ 129 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4676 2023.10.17 21:55:03.311605 [ 22 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_46_9} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Merged 6 parts: from all_1_41_8 to all_46_46_0
4677 2023.10.17 21:55:03.311704 [ 3 ] {4aaa6599-af6b-4b01-91dd-e9d22fe26974} <Debug> DynamicQueryHandler: Done processing query
4678 2023.10.17 21:55:03.311746 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact
4679 2023.10.17 21:55:03.311777 [ 3 ] {4aaa6599-af6b-4b01-91dd-e9d22fe26974} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
4680 2023.10.17 21:55:03.311834 [ 3 ] {} <Debug> HTTP-Session: 7d969c02-3f42-47c9-b8ef-cbf6c5fac8d6 Destroying unnamed session
4681 2023.10.17 21:55:03.311908 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4682 2023.10.17 21:55:03.311945 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 345 rows starting from the beginning of the part
4683 2023.10.17 21:55:03.312026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4684 2023.10.17 21:55:03.312117 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 264 rows starting from the beginning of the part
4685 2023.10.17 21:55:03.312120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4686 2023.10.17 21:55:03.312194 [ 3 ] {} <Debug> HTTP-Session: 30bfd667-1dc3-46ad-9f6c-3e098d396342 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4687 2023.10.17 21:55:03.312238 [ 3 ] {} <Debug> HTTP-Session: 30bfd667-1dc3-46ad-9f6c-3e098d396342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4688 2023.10.17 21:55:03.312350 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 52 rows starting from the beginning of the part
4689 2023.10.17 21:55:03.312449 [ 3 ] {792d1d95-e0f1-496f-90b8-a6d727727da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4690 2023.10.17 21:55:03.312579 [ 3 ] {792d1d95-e0f1-496f-90b8-a6d727727da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4691 2023.10.17 21:55:03.312598 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 264 rows starting from the beginning of the part
4692 2023.10.17 21:55:03.312921 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 52 rows starting from the beginning of the part
4693 2023.10.17 21:55:03.313067 [ 3 ] {792d1d95-e0f1-496f-90b8-a6d727727da8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4694 2023.10.17 21:55:03.313189 [ 15 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 264 rows starting from the beginning of the part
4695 2023.10.17 21:55:03.313702 [ 3 ] {792d1d95-e0f1-496f-90b8-a6d727727da8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4696 2023.10.17 21:55:03.314221 [ 3 ] {792d1d95-e0f1-496f-90b8-a6d727727da8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4697 2023.10.17 21:55:03.314522 [ 3 ] {792d1d95-e0f1-496f-90b8-a6d727727da8} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0.
4698 2023.10.17 21:55:03.314722 [ 3 ] {792d1d95-e0f1-496f-90b8-a6d727727da8} <Information> executeQuery: Read 6 rows, 258.00 B in 0.00218743 sec., 2742 rows/sec., 115.18 KiB/sec.
4699 2023.10.17 21:55:03.315205 [ 3 ] {792d1d95-e0f1-496f-90b8-a6d727727da8} <Debug> DynamicQueryHandler: Done processing query
4700 2023.10.17 21:55:03.315219 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1241 rows, containing 4 columns (4 merged, 0 gathered) in 0.003578858 sec., 346758.6587676851 rows/sec., 24.28 MiB/sec.
4701 2023.10.17 21:55:03.315232 [ 3 ] {792d1d95-e0f1-496f-90b8-a6d727727da8} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
4702 2023.10.17 21:55:03.315260 [ 3 ] {} <Debug> HTTP-Session: 30bfd667-1dc3-46ad-9f6c-3e098d396342 Destroying unnamed session
4703 2023.10.17 21:55:03.315347 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
4704 2023.10.17 21:55:03.315440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4705 2023.10.17 21:55:03.315489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4706 2023.10.17 21:55:03.315508 [ 3 ] {} <Debug> HTTP-Session: 8e08295d-bfb6-4555-8c47-cded968229c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4707 2023.10.17 21:55:03.315532 [ 3 ] {} <Debug> HTTP-Session: 8e08295d-bfb6-4555-8c47-cded968229c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4708 2023.10.17 21:55:03.315541 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_46_9} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9.
4709 2023.10.17 21:55:03.315625 [ 3 ] {bd02bf12-db5a-4330-ab48-d959dd74336b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
4710 2023.10.17 21:55:03.315629 [ 22 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_46_9} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Merged 6 parts: from all_1_41_8 to all_46_46_0
4711 2023.10.17 21:55:03.315676 [ 3 ] {bd02bf12-db5a-4330-ab48-d959dd74336b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
4712 2023.10.17 21:55:03.315840 [ 3 ] {bd02bf12-db5a-4330-ab48-d959dd74336b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4713 2023.10.17 21:55:03.316136 [ 3 ] {bd02bf12-db5a-4330-ab48-d959dd74336b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4714 2023.10.17 21:55:03.316377 [ 3 ] {bd02bf12-db5a-4330-ab48-d959dd74336b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4715 2023.10.17 21:55:03.316553 [ 3 ] {bd02bf12-db5a-4330-ab48-d959dd74336b} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0.
4716 2023.10.17 21:55:03.316679 [ 3 ] {bd02bf12-db5a-4330-ab48-d959dd74336b} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.001021524 sec., 61672 rows/sec., 3.74 MiB/sec.
4717 2023.10.17 21:55:03.316802 [ 3 ] {bd02bf12-db5a-4330-ab48-d959dd74336b} <Debug> DynamicQueryHandler: Done processing query
4718 2023.10.17 21:55:03.316825 [ 3 ] {bd02bf12-db5a-4330-ab48-d959dd74336b} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
4719 2023.10.17 21:55:03.316841 [ 3 ] {} <Debug> HTTP-Session: 8e08295d-bfb6-4555-8c47-cded968229c4 Destroying unnamed session
4720 2023.10.17 21:55:03.316964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4721 2023.10.17 21:55:03.317010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4722 2023.10.17 21:55:03.317028 [ 3 ] {} <Debug> HTTP-Session: 43e9a487-3268-45a9-88e9-405be1d7f9a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4723 2023.10.17 21:55:03.317046 [ 3 ] {} <Debug> HTTP-Session: 43e9a487-3268-45a9-88e9-405be1d7f9a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4724 2023.10.17 21:55:03.317115 [ 3 ] {50d85db0-6182-4970-88a4-443edcf41a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
4725 2023.10.17 21:55:03.317152 [ 3 ] {50d85db0-6182-4970-88a4-443edcf41a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
4726 2023.10.17 21:55:03.317254 [ 3 ] {50d85db0-6182-4970-88a4-443edcf41a63} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4727 2023.10.17 21:55:03.317568 [ 3 ] {50d85db0-6182-4970-88a4-443edcf41a63} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4728 2023.10.17 21:55:03.317792 [ 3 ] {50d85db0-6182-4970-88a4-443edcf41a63} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4729 2023.10.17 21:55:03.317965 [ 3 ] {50d85db0-6182-4970-88a4-443edcf41a63} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0.
4730 2023.10.17 21:55:03.318079 [ 129 ] {} <Debug> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4731 2023.10.17 21:55:03.318099 [ 3 ] {50d85db0-6182-4970-88a4-443edcf41a63} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000956093 sec., 19872 rows/sec., 1.03 MiB/sec.
4732 2023.10.17 21:55:03.318127 [ 129 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4733 2023.10.17 21:55:03.318242 [ 22 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact
4734 2023.10.17 21:55:03.318281 [ 3 ] {50d85db0-6182-4970-88a4-443edcf41a63} <Debug> DynamicQueryHandler: Done processing query
4735 2023.10.17 21:55:03.318311 [ 3 ] {50d85db0-6182-4970-88a4-443edcf41a63} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
4736 2023.10.17 21:55:03.318330 [ 22 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4737 2023.10.17 21:55:03.318335 [ 3 ] {} <Debug> HTTP-Session: 43e9a487-3268-45a9-88e9-405be1d7f9a2 Destroying unnamed session
4738 2023.10.17 21:55:03.318367 [ 22 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 413 rows starting from the beginning of the part
4739 2023.10.17 21:55:03.318468 [ 22 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part
4740 2023.10.17 21:55:03.318557 [ 22 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 19 rows starting from the beginning of the part
4741 2023.10.17 21:55:03.318639 [ 22 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 19 rows starting from the beginning of the part
4742 2023.10.17 21:55:03.318719 [ 22 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 19 rows starting from the beginning of the part
4743 2023.10.17 21:55:03.318799 [ 22 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 19 rows starting from the beginning of the part
4744 2023.10.17 21:55:03.319352 [ 9 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 4 columns (4 merged, 0 gathered) in 0.001172006 sec., 424912.5004479499 rows/sec., 22.66 MiB/sec.
4745 2023.10.17 21:55:03.319507 [ 9 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4746 2023.10.17 21:55:03.319762 [ 9 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_26_5} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5.
4747 2023.10.17 21:55:03.319845 [ 9 ] {1e70cc99-a22c-4554-b599-406dc1691707::all_1_26_5} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0
4748 2023.10.17 21:55:08.301418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 7510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4749 2023.10.17 21:55:08.301552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4750 2023.10.17 21:55:08.301582 [ 3 ] {} <Debug> HTTP-Session: 098008ea-6297-43f9-a0f7-57712a3fe00e Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4751 2023.10.17 21:55:08.301610 [ 3 ] {} <Debug> HTTP-Session: 098008ea-6297-43f9-a0f7-57712a3fe00e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4752 2023.10.17 21:55:08.301753 [ 3 ] {49525ce8-145f-41fe-96d5-47d292f7773f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
4753 2023.10.17 21:55:08.301821 [ 3 ] {49525ce8-145f-41fe-96d5-47d292f7773f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
4754 2023.10.17 21:55:08.302005 [ 3 ] {49525ce8-145f-41fe-96d5-47d292f7773f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4755 2023.10.17 21:55:08.302522 [ 3 ] {49525ce8-145f-41fe-96d5-47d292f7773f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4756 2023.10.17 21:55:08.302799 [ 3 ] {49525ce8-145f-41fe-96d5-47d292f7773f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
4757 2023.10.17 21:55:08.302961 [ 3 ] {49525ce8-145f-41fe-96d5-47d292f7773f} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0.
4758 2023.10.17 21:55:08.303085 [ 3 ] {49525ce8-145f-41fe-96d5-47d292f7773f} <Information> executeQuery: Read 52 rows, 4.21 KiB in 0.001292017 sec., 40247 rows/sec., 3.19 MiB/sec.
4759 2023.10.17 21:55:08.303242 [ 3 ] {49525ce8-145f-41fe-96d5-47d292f7773f} <Debug> DynamicQueryHandler: Done processing query
4760 2023.10.17 21:55:08.303273 [ 3 ] {49525ce8-145f-41fe-96d5-47d292f7773f} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
4761 2023.10.17 21:55:08.303291 [ 3 ] {} <Debug> HTTP-Session: 098008ea-6297-43f9-a0f7-57712a3fe00e Destroying unnamed session
4762 2023.10.17 21:55:08.303471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 24986, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4763 2023.10.17 21:55:08.303523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4764 2023.10.17 21:55:08.303542 [ 3 ] {} <Debug> HTTP-Session: e9afbfc3-ab17-4a4d-951d-e5b59e626436 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4765 2023.10.17 21:55:08.303561 [ 3 ] {} <Debug> HTTP-Session: e9afbfc3-ab17-4a4d-951d-e5b59e626436 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4766 2023.10.17 21:55:08.303647 [ 3 ] {94f3dcb7-c8cc-4a5a-821b-c878800a99f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4767 2023.10.17 21:55:08.303689 [ 3 ] {94f3dcb7-c8cc-4a5a-821b-c878800a99f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4768 2023.10.17 21:55:08.303793 [ 3 ] {94f3dcb7-c8cc-4a5a-821b-c878800a99f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4769 2023.10.17 21:55:08.304212 [ 3 ] {94f3dcb7-c8cc-4a5a-821b-c878800a99f4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4770 2023.10.17 21:55:08.304430 [ 3 ] {94f3dcb7-c8cc-4a5a-821b-c878800a99f4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
4771 2023.10.17 21:55:08.304579 [ 3 ] {94f3dcb7-c8cc-4a5a-821b-c878800a99f4} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0.
4772 2023.10.17 21:55:08.304686 [ 3 ] {94f3dcb7-c8cc-4a5a-821b-c878800a99f4} <Information> executeQuery: Read 156 rows, 15.44 KiB in 0.001006514 sec., 154990 rows/sec., 14.98 MiB/sec.
4773 2023.10.17 21:55:08.304832 [ 3 ] {94f3dcb7-c8cc-4a5a-821b-c878800a99f4} <Debug> DynamicQueryHandler: Done processing query
4774 2023.10.17 21:55:08.304856 [ 3 ] {94f3dcb7-c8cc-4a5a-821b-c878800a99f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4775 2023.10.17 21:55:08.304872 [ 3 ] {} <Debug> HTTP-Session: e9afbfc3-ab17-4a4d-951d-e5b59e626436 Destroying unnamed session
4776 2023.10.17 21:55:08.305005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4777 2023.10.17 21:55:08.305057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4778 2023.10.17 21:55:08.305077 [ 3 ] {} <Debug> HTTP-Session: 2ed8698e-d23a-4459-ace3-13f9fb66ec95 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4779 2023.10.17 21:55:08.305094 [ 3 ] {} <Debug> HTTP-Session: 2ed8698e-d23a-4459-ace3-13f9fb66ec95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4780 2023.10.17 21:55:08.305172 [ 3 ] {c363712d-4724-41c2-b8c2-a9e1771c66a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4781 2023.10.17 21:55:08.305212 [ 3 ] {c363712d-4724-41c2-b8c2-a9e1771c66a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4782 2023.10.17 21:55:08.305318 [ 3 ] {c363712d-4724-41c2-b8c2-a9e1771c66a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4783 2023.10.17 21:55:08.305625 [ 3 ] {c363712d-4724-41c2-b8c2-a9e1771c66a5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4784 2023.10.17 21:55:08.305827 [ 3 ] {c363712d-4724-41c2-b8c2-a9e1771c66a5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
4785 2023.10.17 21:55:08.305968 [ 3 ] {c363712d-4724-41c2-b8c2-a9e1771c66a5} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0.
4786 2023.10.17 21:55:08.306070 [ 3 ] {c363712d-4724-41c2-b8c2-a9e1771c66a5} <Information> executeQuery: Read 52 rows, 4.16 KiB in 0.000871132 sec., 59692 rows/sec., 4.67 MiB/sec.
4787 2023.10.17 21:55:08.306190 [ 3 ] {c363712d-4724-41c2-b8c2-a9e1771c66a5} <Debug> DynamicQueryHandler: Done processing query
4788 2023.10.17 21:55:08.306213 [ 3 ] {c363712d-4724-41c2-b8c2-a9e1771c66a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
4789 2023.10.17 21:55:08.306228 [ 3 ] {} <Debug> HTTP-Session: 2ed8698e-d23a-4459-ace3-13f9fb66ec95 Destroying unnamed session
4790 2023.10.17 21:55:08.306439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 55630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4791 2023.10.17 21:55:08.306485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4792 2023.10.17 21:55:08.306503 [ 3 ] {} <Debug> HTTP-Session: add75b42-d848-4fd9-897f-5a3b112c3798 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4793 2023.10.17 21:55:08.306520 [ 3 ] {} <Debug> HTTP-Session: add75b42-d848-4fd9-897f-5a3b112c3798 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4794 2023.10.17 21:55:08.306613 [ 3 ] {adf9a743-6bbf-43d8-a4e9-2fb951636346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
4795 2023.10.17 21:55:08.306658 [ 3 ] {adf9a743-6bbf-43d8-a4e9-2fb951636346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
4796 2023.10.17 21:55:08.306793 [ 3 ] {adf9a743-6bbf-43d8-a4e9-2fb951636346} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4797 2023.10.17 21:55:08.307342 [ 3 ] {adf9a743-6bbf-43d8-a4e9-2fb951636346} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4798 2023.10.17 21:55:08.307668 [ 3 ] {adf9a743-6bbf-43d8-a4e9-2fb951636346} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4799 2023.10.17 21:55:08.307842 [ 3 ] {adf9a743-6bbf-43d8-a4e9-2fb951636346} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0.
4800 2023.10.17 21:55:08.307976 [ 3 ] {adf9a743-6bbf-43d8-a4e9-2fb951636346} <Information> executeQuery: Read 52 rows, 71.86 KiB in 0.001332728 sec., 39017 rows/sec., 52.65 MiB/sec.
4801 2023.10.17 21:55:08.308105 [ 3 ] {adf9a743-6bbf-43d8-a4e9-2fb951636346} <Debug> DynamicQueryHandler: Done processing query
4802 2023.10.17 21:55:08.308128 [ 3 ] {adf9a743-6bbf-43d8-a4e9-2fb951636346} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
4803 2023.10.17 21:55:08.308144 [ 3 ] {} <Debug> HTTP-Session: add75b42-d848-4fd9-897f-5a3b112c3798 Destroying unnamed session
4804 2023.10.17 21:55:12.620827 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache
4805 2023.10.17 21:55:12.620892 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache
4806 2023.10.17 21:55:13.303040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4807 2023.10.17 21:55:13.303157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4808 2023.10.17 21:55:13.303197 [ 3 ] {} <Debug> HTTP-Session: d3238bdd-aef2-47fc-8bd2-f09acbace3dd Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4809 2023.10.17 21:55:13.303239 [ 3 ] {} <Debug> HTTP-Session: d3238bdd-aef2-47fc-8bd2-f09acbace3dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4810 2023.10.17 21:55:13.303437 [ 3 ] {53e126a2-5446-475e-9cd6-88668e330bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
4811 2023.10.17 21:55:13.303536 [ 3 ] {53e126a2-5446-475e-9cd6-88668e330bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
4812 2023.10.17 21:55:13.303805 [ 3 ] {53e126a2-5446-475e-9cd6-88668e330bce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4813 2023.10.17 21:55:13.304373 [ 3 ] {53e126a2-5446-475e-9cd6-88668e330bce} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4814 2023.10.17 21:55:13.304641 [ 3 ] {53e126a2-5446-475e-9cd6-88668e330bce} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
4815 2023.10.17 21:55:13.304801 [ 3 ] {53e126a2-5446-475e-9cd6-88668e330bce} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0.
4816 2023.10.17 21:55:13.304934 [ 3 ] {53e126a2-5446-475e-9cd6-88668e330bce} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001442519 sec., 4159 rows/sec., 235.59 KiB/sec.
4817 2023.10.17 21:55:13.305130 [ 3 ] {53e126a2-5446-475e-9cd6-88668e330bce} <Debug> DynamicQueryHandler: Done processing query
4818 2023.10.17 21:55:13.305157 [ 3 ] {53e126a2-5446-475e-9cd6-88668e330bce} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
4819 2023.10.17 21:55:13.305174 [ 3 ] {} <Debug> HTTP-Session: d3238bdd-aef2-47fc-8bd2-f09acbace3dd Destroying unnamed session
4820 2023.10.17 21:55:13.305320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4821 2023.10.17 21:55:13.305372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4822 2023.10.17 21:55:13.305391 [ 3 ] {} <Debug> HTTP-Session: b608b660-111a-4c9d-b99d-3f69697848c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4823 2023.10.17 21:55:13.305411 [ 3 ] {} <Debug> HTTP-Session: b608b660-111a-4c9d-b99d-3f69697848c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4824 2023.10.17 21:55:13.305494 [ 3 ] {d8209fe3-c6c6-484e-b2ea-e4d627ae4097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4825 2023.10.17 21:55:13.305538 [ 3 ] {d8209fe3-c6c6-484e-b2ea-e4d627ae4097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4826 2023.10.17 21:55:13.305653 [ 3 ] {d8209fe3-c6c6-484e-b2ea-e4d627ae4097} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4827 2023.10.17 21:55:13.306018 [ 3 ] {d8209fe3-c6c6-484e-b2ea-e4d627ae4097} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4828 2023.10.17 21:55:13.306229 [ 3 ] {d8209fe3-c6c6-484e-b2ea-e4d627ae4097} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
4829 2023.10.17 21:55:13.306378 [ 3 ] {d8209fe3-c6c6-484e-b2ea-e4d627ae4097} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0.
4830 2023.10.17 21:55:13.306502 [ 3 ] {d8209fe3-c6c6-484e-b2ea-e4d627ae4097} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.000971494 sec., 89552 rows/sec., 8.37 MiB/sec.
4831 2023.10.17 21:55:13.306623 [ 3 ] {d8209fe3-c6c6-484e-b2ea-e4d627ae4097} <Debug> DynamicQueryHandler: Done processing query
4832 2023.10.17 21:55:13.306646 [ 3 ] {d8209fe3-c6c6-484e-b2ea-e4d627ae4097} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
4833 2023.10.17 21:55:13.306662 [ 3 ] {} <Debug> HTTP-Session: b608b660-111a-4c9d-b99d-3f69697848c6 Destroying unnamed session
4834 2023.10.17 21:55:13.306841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4835 2023.10.17 21:55:13.306889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4836 2023.10.17 21:55:13.306907 [ 3 ] {} <Debug> HTTP-Session: 728f95a9-183c-4ffe-88be-a74824417c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4837 2023.10.17 21:55:13.306924 [ 3 ] {} <Debug> HTTP-Session: 728f95a9-183c-4ffe-88be-a74824417c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4838 2023.10.17 21:55:13.307006 [ 3 ] {0dd55e13-a5a1-47f8-bb79-5c12e0815c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4839 2023.10.17 21:55:13.307044 [ 3 ] {0dd55e13-a5a1-47f8-bb79-5c12e0815c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4840 2023.10.17 21:55:13.307150 [ 3 ] {0dd55e13-a5a1-47f8-bb79-5c12e0815c73} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4841 2023.10.17 21:55:13.307591 [ 3 ] {0dd55e13-a5a1-47f8-bb79-5c12e0815c73} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4842 2023.10.17 21:55:13.307810 [ 3 ] {0dd55e13-a5a1-47f8-bb79-5c12e0815c73} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
4843 2023.10.17 21:55:13.307957 [ 3 ] {0dd55e13-a5a1-47f8-bb79-5c12e0815c73} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0.
4844 2023.10.17 21:55:13.308080 [ 3 ] {0dd55e13-a5a1-47f8-bb79-5c12e0815c73} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001038224 sec., 254280 rows/sec., 17.44 MiB/sec.
4845 2023.10.17 21:55:13.308227 [ 3 ] {0dd55e13-a5a1-47f8-bb79-5c12e0815c73} <Debug> DynamicQueryHandler: Done processing query
4846 2023.10.17 21:55:13.308251 [ 3 ] {0dd55e13-a5a1-47f8-bb79-5c12e0815c73} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
4847 2023.10.17 21:55:13.308266 [ 3 ] {} <Debug> HTTP-Session: 728f95a9-183c-4ffe-88be-a74824417c46 Destroying unnamed session
4848 2023.10.17 21:55:13.308437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4849 2023.10.17 21:55:13.308482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4850 2023.10.17 21:55:13.308501 [ 3 ] {} <Debug> HTTP-Session: d6dcb6a5-a2e9-4c95-843f-b7dfd983da90 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4851 2023.10.17 21:55:13.308517 [ 3 ] {} <Debug> HTTP-Session: d6dcb6a5-a2e9-4c95-843f-b7dfd983da90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4852 2023.10.17 21:55:13.308586 [ 3 ] {32d2c2c5-6898-4158-938d-419252edb3ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4853 2023.10.17 21:55:13.308627 [ 3 ] {32d2c2c5-6898-4158-938d-419252edb3ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4854 2023.10.17 21:55:13.308739 [ 3 ] {32d2c2c5-6898-4158-938d-419252edb3ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4855 2023.10.17 21:55:13.309031 [ 3 ] {32d2c2c5-6898-4158-938d-419252edb3ab} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4856 2023.10.17 21:55:13.309271 [ 3 ] {32d2c2c5-6898-4158-938d-419252edb3ab} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4857 2023.10.17 21:55:13.309449 [ 3 ] {32d2c2c5-6898-4158-938d-419252edb3ab} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0.
4858 2023.10.17 21:55:13.309580 [ 3 ] {32d2c2c5-6898-4158-938d-419252edb3ab} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000963613 sec., 6226 rows/sec., 261.47 KiB/sec.
4859 2023.10.17 21:55:13.309773 [ 3 ] {32d2c2c5-6898-4158-938d-419252edb3ab} <Debug> DynamicQueryHandler: Done processing query
4860 2023.10.17 21:55:13.309797 [ 3 ] {32d2c2c5-6898-4158-938d-419252edb3ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
4861 2023.10.17 21:55:13.309813 [ 3 ] {} <Debug> HTTP-Session: d6dcb6a5-a2e9-4c95-843f-b7dfd983da90 Destroying unnamed session
4862 2023.10.17 21:55:13.309947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4863 2023.10.17 21:55:13.309991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4864 2023.10.17 21:55:13.310009 [ 3 ] {} <Debug> HTTP-Session: 65850be8-2927-4efe-95d7-185e97e82c9d Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4865 2023.10.17 21:55:13.310027 [ 3 ] {} <Debug> HTTP-Session: 65850be8-2927-4efe-95d7-185e97e82c9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4866 2023.10.17 21:55:13.310101 [ 3 ] {b57b1615-8ca3-460e-8165-155a8933acbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
4867 2023.10.17 21:55:13.310145 [ 3 ] {b57b1615-8ca3-460e-8165-155a8933acbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
4868 2023.10.17 21:55:13.310277 [ 3 ] {b57b1615-8ca3-460e-8165-155a8933acbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4869 2023.10.17 21:55:13.310579 [ 3 ] {b57b1615-8ca3-460e-8165-155a8933acbd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4870 2023.10.17 21:55:13.310816 [ 3 ] {b57b1615-8ca3-460e-8165-155a8933acbd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4871 2023.10.17 21:55:13.310991 [ 3 ] {b57b1615-8ca3-460e-8165-155a8933acbd} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0.
4872 2023.10.17 21:55:13.311118 [ 3 ] {b57b1615-8ca3-460e-8165-155a8933acbd} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.000986273 sec., 63876 rows/sec., 3.87 MiB/sec.
4873 2023.10.17 21:55:13.311342 [ 3 ] {b57b1615-8ca3-460e-8165-155a8933acbd} <Debug> DynamicQueryHandler: Done processing query
4874 2023.10.17 21:55:13.311366 [ 3 ] {b57b1615-8ca3-460e-8165-155a8933acbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
4875 2023.10.17 21:55:13.311381 [ 3 ] {} <Debug> HTTP-Session: 65850be8-2927-4efe-95d7-185e97e82c9d Destroying unnamed session
4876 2023.10.17 21:55:13.311534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4877 2023.10.17 21:55:13.311579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4878 2023.10.17 21:55:13.311597 [ 3 ] {} <Debug> HTTP-Session: 7ed06b8a-575a-443c-a3cf-cbd121b3a84f Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4879 2023.10.17 21:55:13.311615 [ 3 ] {} <Debug> HTTP-Session: 7ed06b8a-575a-443c-a3cf-cbd121b3a84f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4880 2023.10.17 21:55:13.311686 [ 3 ] {267d9f6c-5af2-4fdc-823f-f5d54310731a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
4881 2023.10.17 21:55:13.311726 [ 3 ] {267d9f6c-5af2-4fdc-823f-f5d54310731a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
4882 2023.10.17 21:55:13.311848 [ 3 ] {267d9f6c-5af2-4fdc-823f-f5d54310731a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4883 2023.10.17 21:55:13.312100 [ 3 ] {267d9f6c-5af2-4fdc-823f-f5d54310731a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.89 GiB.
4884 2023.10.17 21:55:13.312328 [ 3 ] {267d9f6c-5af2-4fdc-823f-f5d54310731a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4885 2023.10.17 21:55:13.312495 [ 3 ] {267d9f6c-5af2-4fdc-823f-f5d54310731a} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0.
4886 2023.10.17 21:55:13.312616 [ 3 ] {267d9f6c-5af2-4fdc-823f-f5d54310731a} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.000901222 sec., 21082 rows/sec., 1.09 MiB/sec.
4887 2023.10.17 21:55:13.312722 [ 3 ] {267d9f6c-5af2-4fdc-823f-f5d54310731a} <Debug> DynamicQueryHandler: Done processing query
4888 2023.10.17 21:55:13.312744 [ 3 ] {267d9f6c-5af2-4fdc-823f-f5d54310731a} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
4889 2023.10.17 21:55:13.312760 [ 3 ] {} <Debug> HTTP-Session: 7ed06b8a-575a-443c-a3cf-cbd121b3a84f Destroying unnamed session
4890 2023.10.17 21:55:18.302158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 7510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4891 2023.10.17 21:55:18.302290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4892 2023.10.17 21:55:18.302322 [ 3 ] {} <Debug> HTTP-Session: c50e908e-5c1c-4c96-b40f-cc4e744d9f68 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4893 2023.10.17 21:55:18.302354 [ 3 ] {} <Debug> HTTP-Session: c50e908e-5c1c-4c96-b40f-cc4e744d9f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4894 2023.10.17 21:55:18.302484 [ 3 ] {08cd5548-d76b-475d-b298-2ce75406aec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
4895 2023.10.17 21:55:18.302545 [ 3 ] {08cd5548-d76b-475d-b298-2ce75406aec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
4896 2023.10.17 21:55:18.302704 [ 3 ] {08cd5548-d76b-475d-b298-2ce75406aec0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4897 2023.10.17 21:55:18.303118 [ 3 ] {08cd5548-d76b-475d-b298-2ce75406aec0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
4898 2023.10.17 21:55:18.303382 [ 3 ] {08cd5548-d76b-475d-b298-2ce75406aec0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
4899 2023.10.17 21:55:18.303545 [ 3 ] {08cd5548-d76b-475d-b298-2ce75406aec0} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0.
4900 2023.10.17 21:55:18.303682 [ 3 ] {08cd5548-d76b-475d-b298-2ce75406aec0} <Information> executeQuery: Read 52 rows, 4.21 KiB in 0.001156266 sec., 44972 rows/sec., 3.56 MiB/sec.
4901 2023.10.17 21:55:18.303832 [ 3 ] {08cd5548-d76b-475d-b298-2ce75406aec0} <Debug> DynamicQueryHandler: Done processing query
4902 2023.10.17 21:55:18.303857 [ 3 ] {08cd5548-d76b-475d-b298-2ce75406aec0} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
4903 2023.10.17 21:55:18.303873 [ 3 ] {} <Debug> HTTP-Session: c50e908e-5c1c-4c96-b40f-cc4e744d9f68 Destroying unnamed session
4904 2023.10.17 21:55:18.304041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 24986, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4905 2023.10.17 21:55:18.304091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4906 2023.10.17 21:55:18.304110 [ 3 ] {} <Debug> HTTP-Session: 6cd21e5c-0ec0-4373-a272-41aff21bd915 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4907 2023.10.17 21:55:18.304128 [ 3 ] {} <Debug> HTTP-Session: 6cd21e5c-0ec0-4373-a272-41aff21bd915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4908 2023.10.17 21:55:18.304210 [ 3 ] {e6660dc8-db33-4789-b8bc-f9901afe8110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4909 2023.10.17 21:55:18.304252 [ 3 ] {e6660dc8-db33-4789-b8bc-f9901afe8110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4910 2023.10.17 21:55:18.304359 [ 3 ] {e6660dc8-db33-4789-b8bc-f9901afe8110} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4911 2023.10.17 21:55:18.304760 [ 3 ] {e6660dc8-db33-4789-b8bc-f9901afe8110} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
4912 2023.10.17 21:55:18.304976 [ 3 ] {e6660dc8-db33-4789-b8bc-f9901afe8110} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
4913 2023.10.17 21:55:18.305133 [ 3 ] {e6660dc8-db33-4789-b8bc-f9901afe8110} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0.
4914 2023.10.17 21:55:18.305256 [ 3 ] {e6660dc8-db33-4789-b8bc-f9901afe8110} <Information> executeQuery: Read 156 rows, 15.44 KiB in 0.001010583 sec., 154366 rows/sec., 14.92 MiB/sec.
4915 2023.10.17 21:55:18.305372 [ 3 ] {e6660dc8-db33-4789-b8bc-f9901afe8110} <Debug> DynamicQueryHandler: Done processing query
4916 2023.10.17 21:55:18.305395 [ 3 ] {e6660dc8-db33-4789-b8bc-f9901afe8110} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4917 2023.10.17 21:55:18.305410 [ 3 ] {} <Debug> HTTP-Session: 6cd21e5c-0ec0-4373-a272-41aff21bd915 Destroying unnamed session
4918 2023.10.17 21:55:18.305546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4919 2023.10.17 21:55:18.305591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4920 2023.10.17 21:55:18.305612 [ 3 ] {} <Debug> HTTP-Session: de378287-7bae-436e-9c7f-983596a9ea12 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4921 2023.10.17 21:55:18.305629 [ 3 ] {} <Debug> HTTP-Session: de378287-7bae-436e-9c7f-983596a9ea12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4922 2023.10.17 21:55:18.305707 [ 3 ] {fc08ece3-591c-4c0d-9e10-28779bbde85e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4923 2023.10.17 21:55:18.305747 [ 3 ] {fc08ece3-591c-4c0d-9e10-28779bbde85e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4924 2023.10.17 21:55:18.305851 [ 3 ] {fc08ece3-591c-4c0d-9e10-28779bbde85e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4925 2023.10.17 21:55:18.306151 [ 3 ] {fc08ece3-591c-4c0d-9e10-28779bbde85e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
4926 2023.10.17 21:55:18.306356 [ 3 ] {fc08ece3-591c-4c0d-9e10-28779bbde85e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
4927 2023.10.17 21:55:18.306506 [ 3 ] {fc08ece3-591c-4c0d-9e10-28779bbde85e} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0.
4928 2023.10.17 21:55:18.306623 [ 3 ] {fc08ece3-591c-4c0d-9e10-28779bbde85e} <Information> executeQuery: Read 52 rows, 4.16 KiB in 0.000880092 sec., 59084 rows/sec., 4.62 MiB/sec.
4929 2023.10.17 21:55:18.306746 [ 3 ] {fc08ece3-591c-4c0d-9e10-28779bbde85e} <Debug> DynamicQueryHandler: Done processing query
4930 2023.10.17 21:55:18.306769 [ 3 ] {fc08ece3-591c-4c0d-9e10-28779bbde85e} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
4931 2023.10.17 21:55:18.306785 [ 3 ] {} <Debug> HTTP-Session: de378287-7bae-436e-9c7f-983596a9ea12 Destroying unnamed session
4932 2023.10.17 21:55:18.307016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 55630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4933 2023.10.17 21:55:18.307062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4934 2023.10.17 21:55:18.307080 [ 3 ] {} <Debug> HTTP-Session: 4ec5b3fc-ae0c-4f68-afe5-48b9ab735fcf Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4935 2023.10.17 21:55:18.307098 [ 3 ] {} <Debug> HTTP-Session: 4ec5b3fc-ae0c-4f68-afe5-48b9ab735fcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4936 2023.10.17 21:55:18.307188 [ 3 ] {2b60a6d5-60fd-4d93-b9e8-c3ef38198daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
4937 2023.10.17 21:55:18.307233 [ 3 ] {2b60a6d5-60fd-4d93-b9e8-c3ef38198daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
4938 2023.10.17 21:55:18.307369 [ 3 ] {2b60a6d5-60fd-4d93-b9e8-c3ef38198daf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4939 2023.10.17 21:55:18.307854 [ 3 ] {2b60a6d5-60fd-4d93-b9e8-c3ef38198daf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
4940 2023.10.17 21:55:18.308160 [ 3 ] {2b60a6d5-60fd-4d93-b9e8-c3ef38198daf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4941 2023.10.17 21:55:18.308343 [ 3 ] {2b60a6d5-60fd-4d93-b9e8-c3ef38198daf} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0.
4942 2023.10.17 21:55:18.308473 [ 3 ] {2b60a6d5-60fd-4d93-b9e8-c3ef38198daf} <Information> executeQuery: Read 52 rows, 71.86 KiB in 0.001249987 sec., 41600 rows/sec., 56.14 MiB/sec.
4943 2023.10.17 21:55:18.308615 [ 3 ] {2b60a6d5-60fd-4d93-b9e8-c3ef38198daf} <Debug> DynamicQueryHandler: Done processing query
4944 2023.10.17 21:55:18.308639 [ 3 ] {2b60a6d5-60fd-4d93-b9e8-c3ef38198daf} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
4945 2023.10.17 21:55:18.308654 [ 3 ] {} <Debug> HTTP-Session: 4ec5b3fc-ae0c-4f68-afe5-48b9ab735fcf Destroying unnamed session
4946 2023.10.17 21:55:23.303848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4947 2023.10.17 21:55:23.303969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4948 2023.10.17 21:55:23.303994 [ 3 ] {} <Debug> HTTP-Session: d60b6a37-db69-46ae-9d41-93f4849b8841 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4949 2023.10.17 21:55:23.304019 [ 3 ] {} <Debug> HTTP-Session: d60b6a37-db69-46ae-9d41-93f4849b8841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4950 2023.10.17 21:55:23.304143 [ 3 ] {30375117-f3c5-4ba2-ac1e-b59187b08499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
4951 2023.10.17 21:55:23.304205 [ 3 ] {30375117-f3c5-4ba2-ac1e-b59187b08499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
4952 2023.10.17 21:55:23.304367 [ 3 ] {30375117-f3c5-4ba2-ac1e-b59187b08499} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4953 2023.10.17 21:55:23.304775 [ 3 ] {30375117-f3c5-4ba2-ac1e-b59187b08499} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
4954 2023.10.17 21:55:23.305032 [ 3 ] {30375117-f3c5-4ba2-ac1e-b59187b08499} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
4955 2023.10.17 21:55:23.305191 [ 3 ] {30375117-f3c5-4ba2-ac1e-b59187b08499} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0.
4956 2023.10.17 21:55:23.305315 [ 3 ] {30375117-f3c5-4ba2-ac1e-b59187b08499} <Information> executeQuery: Read 6 rows, 348.00 B in 0.001138225 sec., 5271 rows/sec., 298.57 KiB/sec.
4957 2023.10.17 21:55:23.305471 [ 3 ] {30375117-f3c5-4ba2-ac1e-b59187b08499} <Debug> DynamicQueryHandler: Done processing query
4958 2023.10.17 21:55:23.305498 [ 3 ] {30375117-f3c5-4ba2-ac1e-b59187b08499} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB.
4959 2023.10.17 21:55:23.305514 [ 3 ] {} <Debug> HTTP-Session: d60b6a37-db69-46ae-9d41-93f4849b8841 Destroying unnamed session
4960 2023.10.17 21:55:23.305660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 13671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4961 2023.10.17 21:55:23.305706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4962 2023.10.17 21:55:23.305725 [ 3 ] {} <Debug> HTTP-Session: 7fac2782-98c3-467d-af6b-e1753df66b1c Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4963 2023.10.17 21:55:23.305744 [ 3 ] {} <Debug> HTTP-Session: 7fac2782-98c3-467d-af6b-e1753df66b1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4964 2023.10.17 21:55:23.305824 [ 3 ] {7ac0cdc5-ac1a-4dd8-8efb-0c4b2e3ec0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4965 2023.10.17 21:55:23.305865 [ 3 ] {7ac0cdc5-ac1a-4dd8-8efb-0c4b2e3ec0a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4966 2023.10.17 21:55:23.305972 [ 3 ] {7ac0cdc5-ac1a-4dd8-8efb-0c4b2e3ec0a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4967 2023.10.17 21:55:23.306361 [ 3 ] {7ac0cdc5-ac1a-4dd8-8efb-0c4b2e3ec0a0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
4968 2023.10.17 21:55:23.306575 [ 3 ] {7ac0cdc5-ac1a-4dd8-8efb-0c4b2e3ec0a0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
4969 2023.10.17 21:55:23.306733 [ 3 ] {7ac0cdc5-ac1a-4dd8-8efb-0c4b2e3ec0a0} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0.
4970 2023.10.17 21:55:23.306863 [ 3 ] {7ac0cdc5-ac1a-4dd8-8efb-0c4b2e3ec0a0} <Information> executeQuery: Read 87 rows, 8.33 KiB in 0.001010384 sec., 86105 rows/sec., 8.05 MiB/sec.
4971 2023.10.17 21:55:23.306983 [ 3 ] {7ac0cdc5-ac1a-4dd8-8efb-0c4b2e3ec0a0} <Debug> DynamicQueryHandler: Done processing query
4972 2023.10.17 21:55:23.307007 [ 3 ] {7ac0cdc5-ac1a-4dd8-8efb-0c4b2e3ec0a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
4973 2023.10.17 21:55:23.307023 [ 3 ] {} <Debug> HTTP-Session: 7fac2782-98c3-467d-af6b-e1753df66b1c Destroying unnamed session
4974 2023.10.17 21:55:23.307201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 42139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4975 2023.10.17 21:55:23.307247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4976 2023.10.17 21:55:23.307265 [ 3 ] {} <Debug> HTTP-Session: fac870bf-280a-49dc-8b8e-4241d8089bfa Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4977 2023.10.17 21:55:23.307282 [ 3 ] {} <Debug> HTTP-Session: fac870bf-280a-49dc-8b8e-4241d8089bfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4978 2023.10.17 21:55:23.307358 [ 3 ] {33441547-48af-4a8e-a846-aa85bf2bdcf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4979 2023.10.17 21:55:23.307398 [ 3 ] {33441547-48af-4a8e-a846-aa85bf2bdcf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4980 2023.10.17 21:55:23.307502 [ 3 ] {33441547-48af-4a8e-a846-aa85bf2bdcf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4981 2023.10.17 21:55:23.307926 [ 3 ] {33441547-48af-4a8e-a846-aa85bf2bdcf6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
4982 2023.10.17 21:55:23.308135 [ 3 ] {33441547-48af-4a8e-a846-aa85bf2bdcf6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
4983 2023.10.17 21:55:23.308279 [ 3 ] {33441547-48af-4a8e-a846-aa85bf2bdcf6} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0.
4984 2023.10.17 21:55:23.308402 [ 3 ] {33441547-48af-4a8e-a846-aa85bf2bdcf6} <Information> executeQuery: Read 264 rows, 18.54 KiB in 0.001011344 sec., 261038 rows/sec., 17.91 MiB/sec.
4985 2023.10.17 21:55:23.308511 [ 3 ] {33441547-48af-4a8e-a846-aa85bf2bdcf6} <Debug> DynamicQueryHandler: Done processing query
4986 2023.10.17 21:55:23.308533 [ 3 ] {33441547-48af-4a8e-a846-aa85bf2bdcf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
4987 2023.10.17 21:55:23.308549 [ 3 ] {} <Debug> HTTP-Session: fac870bf-280a-49dc-8b8e-4241d8089bfa Destroying unnamed session
4988 2023.10.17 21:55:23.308706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4989 2023.10.17 21:55:23.308749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
4990 2023.10.17 21:55:23.308767 [ 3 ] {} <Debug> HTTP-Session: ab3612f9-090b-4832-bfb3-580c7dcb5296 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
4991 2023.10.17 21:55:23.308785 [ 3 ] {} <Debug> HTTP-Session: ab3612f9-090b-4832-bfb3-580c7dcb5296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4992 2023.10.17 21:55:23.308852 [ 3 ] {5e06e5e0-edfb-4f08-92f5-930f334e5dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4993 2023.10.17 21:55:23.308891 [ 3 ] {5e06e5e0-edfb-4f08-92f5-930f334e5dc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4994 2023.10.17 21:55:23.308997 [ 3 ] {5e06e5e0-edfb-4f08-92f5-930f334e5dc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4995 2023.10.17 21:55:23.309229 [ 3 ] {5e06e5e0-edfb-4f08-92f5-930f334e5dc0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
4996 2023.10.17 21:55:23.309463 [ 3 ] {5e06e5e0-edfb-4f08-92f5-930f334e5dc0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4997 2023.10.17 21:55:23.309638 [ 3 ] {5e06e5e0-edfb-4f08-92f5-930f334e5dc0} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0.
4998 2023.10.17 21:55:23.309764 [ 3 ] {5e06e5e0-edfb-4f08-92f5-930f334e5dc0} <Information> executeQuery: Read 6 rows, 258.00 B in 0.000880902 sec., 6811 rows/sec., 286.02 KiB/sec.
4999 2023.10.17 21:55:23.309761 [ 113 ] {} <Debug> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5000 2023.10.17 21:55:23.309887 [ 113 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
5001 2023.10.17 21:55:23.309920 [ 3 ] {5e06e5e0-edfb-4f08-92f5-930f334e5dc0} <Debug> DynamicQueryHandler: Done processing query
5002 2023.10.17 21:55:23.309969 [ 3 ] {5e06e5e0-edfb-4f08-92f5-930f334e5dc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
5003 2023.10.17 21:55:23.309982 [ 21 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact
5004 2023.10.17 21:55:23.309993 [ 3 ] {} <Debug> HTTP-Session: ab3612f9-090b-4832-bfb3-580c7dcb5296 Destroying unnamed session
5005 2023.10.17 21:55:23.310124 [ 21 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5006 2023.10.17 21:55:23.310176 [ 21 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part
5007 2023.10.17 21:55:23.310195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 11538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5008 2023.10.17 21:55:23.310287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
5009 2023.10.17 21:55:23.310319 [ 3 ] {} <Debug> HTTP-Session: 543ae7ab-8ac8-4ef9-acd0-cb726c5d91b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
5010 2023.10.17 21:55:23.310369 [ 3 ] {} <Debug> HTTP-Session: 543ae7ab-8ac8-4ef9-acd0-cb726c5d91b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5011 2023.10.17 21:55:23.310427 [ 21 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
5012 2023.10.17 21:55:23.310561 [ 3 ] {d621d6e9-0137-4847-aea0-f2728daef338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete)
5013 2023.10.17 21:55:23.310696 [ 3 ] {d621d6e9-0137-4847-aea0-f2728daef338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64
5014 2023.10.17 21:55:23.310696 [ 21 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
5015 2023.10.17 21:55:23.311011 [ 21 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
5016 2023.10.17 21:55:23.311193 [ 3 ] {d621d6e9-0137-4847-aea0-f2728daef338} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5017 2023.10.17 21:55:23.311233 [ 21 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
5018 2023.10.17 21:55:23.311446 [ 21 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
5019 2023.10.17 21:55:23.312006 [ 3 ] {d621d6e9-0137-4847-aea0-f2728daef338} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
5020 2023.10.17 21:55:23.312592 [ 3 ] {d621d6e9-0137-4847-aea0-f2728daef338} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5021 2023.10.17 21:55:23.313030 [ 3 ] {d621d6e9-0137-4847-aea0-f2728daef338} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0.
5022 2023.10.17 21:55:23.313116 [ 18 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.003181743 sec., 49029.72993104723 rows/sec., 2.01 MiB/sec.
5023 2023.10.17 21:55:23.313234 [ 113 ] {} <Debug> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5024 2023.10.17 21:55:23.313277 [ 3 ] {d621d6e9-0137-4847-aea0-f2728daef338} <Information> executeQuery: Read 63 rows, 3.91 KiB in 0.002670096 sec., 23594 rows/sec., 1.43 MiB/sec.
5025 2023.10.17 21:55:23.313328 [ 18 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5026 2023.10.17 21:55:23.313352 [ 113 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
5027 2023.10.17 21:55:23.313624 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact
5028 2023.10.17 21:55:23.313686 [ 3 ] {d621d6e9-0137-4847-aea0-f2728daef338} <Debug> DynamicQueryHandler: Done processing query
5029 2023.10.17 21:55:23.313719 [ 3 ] {d621d6e9-0137-4847-aea0-f2728daef338} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB.
5030 2023.10.17 21:55:23.313752 [ 3 ] {} <Debug> HTTP-Session: 543ae7ab-8ac8-4ef9-acd0-cb726c5d91b3 Destroying unnamed session
5031 2023.10.17 21:55:23.313827 [ 18 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_26_5} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5.
5032 2023.10.17 21:55:23.313876 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5033 2023.10.17 21:55:23.313926 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1378 rows starting from the beginning of the part
5034 2023.10.17 21:55:23.313940 [ 18 ] {b31c9e69-0a41-48d0-88e1-486a7b67ee57::all_1_26_5} <Trace> oximeter.measurements_bool (b31c9e69-0a41-48d0-88e1-486a7b67ee57) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0
5035 2023.10.17 21:55:23.313987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 2664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5036 2023.10.17 21:55:23.314116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
5037 2023.10.17 21:55:23.314154 [ 3 ] {} <Debug> HTTP-Session: b5e545d6-8564-45ad-a9fa-3310d901f01d Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
5038 2023.10.17 21:55:23.314212 [ 3 ] {} <Debug> HTTP-Session: b5e545d6-8564-45ad-a9fa-3310d901f01d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5039 2023.10.17 21:55:23.314319 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 63 rows starting from the beginning of the part
5040 2023.10.17 21:55:23.314422 [ 3 ] {fe258356-6f38-423b-839a-7b548ea313e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
5041 2023.10.17 21:55:23.314516 [ 3 ] {fe258356-6f38-423b-839a-7b548ea313e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
5042 2023.10.17 21:55:23.314615 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 63 rows starting from the beginning of the part
5043 2023.10.17 21:55:23.314971 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 63 rows starting from the beginning of the part
5044 2023.10.17 21:55:23.315011 [ 3 ] {fe258356-6f38-423b-839a-7b548ea313e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5045 2023.10.17 21:55:23.315210 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 63 rows starting from the beginning of the part
5046 2023.10.17 21:55:23.315516 [ 13 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 63 rows starting from the beginning of the part
5047 2023.10.17 21:55:23.315752 [ 3 ] {fe258356-6f38-423b-839a-7b548ea313e9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
5048 2023.10.17 21:55:23.316256 [ 3 ] {fe258356-6f38-423b-839a-7b548ea313e9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5049 2023.10.17 21:55:23.316609 [ 3 ] {fe258356-6f38-423b-839a-7b548ea313e9} <Trace> oximeter.measurements_i64 (1e70cc99-a22c-4554-b599-406dc1691707): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0.
5050 2023.10.17 21:55:23.316808 [ 3 ] {fe258356-6f38-423b-839a-7b548ea313e9} <Information> executeQuery: Read 19 rows, 1.01 KiB in 0.002332432 sec., 8146 rows/sec., 432.51 KiB/sec.
5051 2023.10.17 21:55:23.317146 [ 3 ] {fe258356-6f38-423b-839a-7b548ea313e9} <Debug> DynamicQueryHandler: Done processing query
5052 2023.10.17 21:55:23.317180 [ 3 ] {fe258356-6f38-423b-839a-7b548ea313e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB.
5053 2023.10.17 21:55:23.317224 [ 3 ] {} <Debug> HTTP-Session: b5e545d6-8564-45ad-a9fa-3310d901f01d Destroying unnamed session
5054 2023.10.17 21:55:23.317393 [ 21 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1693 rows, containing 5 columns (5 merged, 0 gathered) in 0.003929114 sec., 430885.9452792665 rows/sec., 26.18 MiB/sec.
5055 2023.10.17 21:55:23.317554 [ 21 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5056 2023.10.17 21:55:23.317792 [ 21 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6.
5057 2023.10.17 21:55:23.317876 [ 21 ] {f2b9dfad-fc6b-4050-8d68-3bfb7544b904::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (f2b9dfad-fc6b-4050-8d68-3bfb7544b904) (MergerMutator): Merged 6 parts: from all_1_26_5 to all_31_31_0
5058 2023.10.17 21:55:27.620928 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache
5059 2023.10.17 21:55:27.621005 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache
5060 2023.10.17 21:55:28.302017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 7510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5061 2023.10.17 21:55:28.302122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
5062 2023.10.17 21:55:28.302147 [ 3 ] {} <Debug> HTTP-Session: 458ebf7f-2582-4696-8ef1-4fa4bd0e81c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
5063 2023.10.17 21:55:28.302172 [ 3 ] {} <Debug> HTTP-Session: 458ebf7f-2582-4696-8ef1-4fa4bd0e81c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5064 2023.10.17 21:55:28.302302 [ 3 ] {128ea95a-7fe3-4914-999d-bea307b7c9a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete)
5065 2023.10.17 21:55:28.302366 [ 3 ] {128ea95a-7fe3-4914-999d-bea307b7c9a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64
5066 2023.10.17 21:55:28.302528 [ 3 ] {128ea95a-7fe3-4914-999d-bea307b7c9a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5067 2023.10.17 21:55:28.302954 [ 3 ] {128ea95a-7fe3-4914-999d-bea307b7c9a3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
5068 2023.10.17 21:55:28.303219 [ 3 ] {128ea95a-7fe3-4914-999d-bea307b7c9a3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5069 2023.10.17 21:55:28.303381 [ 3 ] {128ea95a-7fe3-4914-999d-bea307b7c9a3} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0.
5070 2023.10.17 21:55:28.303516 [ 3 ] {128ea95a-7fe3-4914-999d-bea307b7c9a3} <Information> executeQuery: Read 52 rows, 4.21 KiB in 0.001168616 sec., 44497 rows/sec., 3.52 MiB/sec.
5071 2023.10.17 21:55:28.303525 [ 111 ] {} <Debug> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5072 2023.10.17 21:55:28.303653 [ 111 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
5073 2023.10.17 21:55:28.303717 [ 3 ] {128ea95a-7fe3-4914-999d-bea307b7c9a3} <Debug> DynamicQueryHandler: Done processing query
5074 2023.10.17 21:55:28.303763 [ 3 ] {128ea95a-7fe3-4914-999d-bea307b7c9a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB.
5075 2023.10.17 21:55:28.303761 [ 18 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact
5076 2023.10.17 21:55:28.303802 [ 3 ] {} <Debug> HTTP-Session: 458ebf7f-2582-4696-8ef1-4fa4bd0e81c5 Destroying unnamed session
5077 2023.10.17 21:55:28.303913 [ 18 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5078 2023.10.17 21:55:28.304009 [ 18 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 58 rows starting from the beginning of the part
5079 2023.10.17 21:55:28.304024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 24986, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5080 2023.10.17 21:55:28.304092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
5081 2023.10.17 21:55:28.304113 [ 3 ] {} <Debug> HTTP-Session: 0a6f2059-6f92-49aa-98d2-e9ce9f5fd109 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
5082 2023.10.17 21:55:28.304141 [ 3 ] {} <Debug> HTTP-Session: 0a6f2059-6f92-49aa-98d2-e9ce9f5fd109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5083 2023.10.17 21:55:28.304182 [ 18 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 52 rows starting from the beginning of the part
5084 2023.10.17 21:55:28.304260 [ 3 ] {1b82f62a-cb9f-4b6b-80dc-16de509b778a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5085 2023.10.17 21:55:28.304322 [ 3 ] {1b82f62a-cb9f-4b6b-80dc-16de509b778a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5086 2023.10.17 21:55:28.304326 [ 18 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part
5087 2023.10.17 21:55:28.304543 [ 18 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 52 rows starting from the beginning of the part
5088 2023.10.17 21:55:28.304553 [ 3 ] {1b82f62a-cb9f-4b6b-80dc-16de509b778a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5089 2023.10.17 21:55:28.304671 [ 18 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part
5090 2023.10.17 21:55:28.304809 [ 18 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 52 rows starting from the beginning of the part
5091 2023.10.17 21:55:28.305175 [ 3 ] {1b82f62a-cb9f-4b6b-80dc-16de509b778a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
5092 2023.10.17 21:55:28.305463 [ 3 ] {1b82f62a-cb9f-4b6b-80dc-16de509b778a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5093 2023.10.17 21:55:28.305686 [ 3 ] {1b82f62a-cb9f-4b6b-80dc-16de509b778a} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0.
5094 2023.10.17 21:55:28.305723 [ 13 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 226 rows, containing 4 columns (4 merged, 0 gathered) in 0.002005137 sec., 112710.50307285736 rows/sec., 8.71 MiB/sec.
5095 2023.10.17 21:55:28.305873 [ 111 ] {} <Debug> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5096 2023.10.17 21:55:28.305894 [ 3 ] {1b82f62a-cb9f-4b6b-80dc-16de509b778a} <Information> executeQuery: Read 156 rows, 15.44 KiB in 0.001585851 sec., 98369 rows/sec., 9.51 MiB/sec.
5097 2023.10.17 21:55:28.305943 [ 111 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
5098 2023.10.17 21:55:28.306188 [ 13 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5099 2023.10.17 21:55:28.306218 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact
5100 2023.10.17 21:55:28.306391 [ 3 ] {1b82f62a-cb9f-4b6b-80dc-16de509b778a} <Debug> DynamicQueryHandler: Done processing query
5101 2023.10.17 21:55:28.306465 [ 3 ] {1b82f62a-cb9f-4b6b-80dc-16de509b778a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5102 2023.10.17 21:55:28.306540 [ 3 ] {} <Debug> HTTP-Session: 0a6f2059-6f92-49aa-98d2-e9ce9f5fd109 Destroying unnamed session
5103 2023.10.17 21:55:28.306568 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5104 2023.10.17 21:55:28.306677 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 243 rows starting from the beginning of the part
5105 2023.10.17 21:55:28.306777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 8863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5106 2023.10.17 21:55:28.306829 [ 13 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_51_10} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10.
5107 2023.10.17 21:55:28.306855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
5108 2023.10.17 21:55:28.306938 [ 3 ] {} <Debug> HTTP-Session: 7dc10d0b-f766-402f-866e-05e159b3c6fa Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
5109 2023.10.17 21:55:28.306957 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 156 rows starting from the beginning of the part
5110 2023.10.17 21:55:28.306971 [ 3 ] {} <Debug> HTTP-Session: 7dc10d0b-f766-402f-866e-05e159b3c6fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5111 2023.10.17 21:55:28.307027 [ 13 ] {422079c4-9f6d-4f70-a549-dff0868f9719::all_1_51_10} <Trace> oximeter.fields_i64 (422079c4-9f6d-4f70-a549-dff0868f9719) (MergerMutator): Merged 6 parts: from all_1_46_9 to all_51_51_0
5112 2023.10.17 21:55:28.307237 [ 3 ] {8fffa94c-c5e5-4d28-bd3e-fd49dc780827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5113 2023.10.17 21:55:28.307252 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 87 rows starting from the beginning of the part
5114 2023.10.17 21:55:28.307316 [ 3 ] {8fffa94c-c5e5-4d28-bd3e-fd49dc780827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5115 2023.10.17 21:55:28.307411 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 156 rows starting from the beginning of the part
5116 2023.10.17 21:55:28.307549 [ 3 ] {8fffa94c-c5e5-4d28-bd3e-fd49dc780827} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5117 2023.10.17 21:55:28.307561 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 87 rows starting from the beginning of the part
5118 2023.10.17 21:55:28.307679 [ 18 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 156 rows starting from the beginning of the part
5119 2023.10.17 21:55:28.308008 [ 3 ] {8fffa94c-c5e5-4d28-bd3e-fd49dc780827} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
5120 2023.10.17 21:55:28.308315 [ 3 ] {8fffa94c-c5e5-4d28-bd3e-fd49dc780827} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5121 2023.10.17 21:55:28.308501 [ 3 ] {8fffa94c-c5e5-4d28-bd3e-fd49dc780827} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0.
5122 2023.10.17 21:55:28.308699 [ 111 ] {} <Debug> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5123 2023.10.17 21:55:28.308767 [ 3 ] {8fffa94c-c5e5-4d28-bd3e-fd49dc780827} <Information> executeQuery: Read 52 rows, 4.16 KiB in 0.001451869 sec., 35815 rows/sec., 2.80 MiB/sec.
5124 2023.10.17 21:55:28.308866 [ 111 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
5125 2023.10.17 21:55:28.309115 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 885 rows, containing 4 columns (4 merged, 0 gathered) in 0.003030861 sec., 291996.23473329854 rows/sec., 27.95 MiB/sec.
5126 2023.10.17 21:55:28.309176 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact
5127 2023.10.17 21:55:28.309214 [ 3 ] {8fffa94c-c5e5-4d28-bd3e-fd49dc780827} <Debug> DynamicQueryHandler: Done processing query
5128 2023.10.17 21:55:28.309272 [ 3 ] {8fffa94c-c5e5-4d28-bd3e-fd49dc780827} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB.
5129 2023.10.17 21:55:28.309358 [ 3 ] {} <Debug> HTTP-Session: 7dc10d0b-f766-402f-866e-05e159b3c6fa Destroying unnamed session
5130 2023.10.17 21:55:28.309438 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5131 2023.10.17 21:55:28.309522 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 345 rows starting from the beginning of the part
5132 2023.10.17 21:55:28.309578 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5133 2023.10.17 21:55:28.309668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59508, User-Agent: (none), Length: 55630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5134 2023.10.17 21:55:28.309763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0
5135 2023.10.17 21:55:28.309810 [ 3 ] {} <Debug> HTTP-Session: cd315dad-3c33-4a8d-8354-f04d76c9dc16 Authenticating user 'default' from [fd00:1122:3344:101::d]:59508
5136 2023.10.17 21:55:28.309830 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 52 rows starting from the beginning of the part
5137 2023.10.17 21:55:28.309843 [ 3 ] {} <Debug> HTTP-Session: cd315dad-3c33-4a8d-8354-f04d76c9dc16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5138 2023.10.17 21:55:28.310049 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_51_10} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10.
5139 2023.10.17 21:55:28.310112 [ 3 ] {713c1dc0-64c3-4ec9-a7c4-62d03acd677f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59508) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete)
5140 2023.10.17 21:55:28.310123 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 264 rows starting from the beginning of the part
5141 2023.10.17 21:55:28.310204 [ 3 ] {713c1dc0-64c3-4ec9-a7c4-62d03acd677f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64
5142 2023.10.17 21:55:28.310236 [ 21 ] {8db97bb6-5af6-492c-b1a1-4ca102259f04::all_1_51_10} <Trace> oximeter.fields_string (8db97bb6-5af6-492c-b1a1-4ca102259f04) (MergerMutator): Merged 6 parts: from all_1_46_9 to all_51_51_0
5143 2023.10.17 21:55:28.310454 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 52 rows starting from the beginning of the part
5144 2023.10.17 21:55:28.310684 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 264 rows starting from the beginning of the part
5145 2023.10.17 21:55:28.310766 [ 3 ] {713c1dc0-64c3-4ec9-a7c4-62d03acd677f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5146 2023.10.17 21:55:28.310824 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 52 rows starting from the beginning of the part
5147 2023.10.17 21:55:28.311685 [ 3 ] {713c1dc0-64c3-4ec9-a7c4-62d03acd677f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.88 GiB.
5148 2023.10.17 21:55:28.311957 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 4 columns (4 merged, 0 gathered) in 0.00292782 sec., 351456.03213312296 rows/sec., 24.88 MiB/sec.
5149 2023.10.17 21:55:28.312070 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5150 2023.10.17 21:55:28.312202 [ 3 ] {713c1dc0-64c3-4ec9-a7c4-62d03acd677f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5151 2023.10.17 21:55:28.312247 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_51_10} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10.
5152 2023.10.17 21:55:28.312321 [ 18 ] {d47bb8d5-723a-490d-b850-2467bd8f89c3::all_1_51_10} <Trace> oximeter.fields_uuid (d47bb8d5-723a-490d-b850-2467bd8f89c3) (MergerMutator): Merged 6 parts: from all_1_46_9 to all_51_51_0
5153 2023.10.17 21:55:28.312419 [ 3 ] {713c1dc0-64c3-4ec9-a7c4-62d03acd677f} <Trace> oximeter.measurements_histogramf64 (d44df011-213c-4c36-ae3e-863e3abcf73e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0.
5154 2023.10.17 21:55:28.312531 [ 3 ] {713c1dc0-64c3-4ec9-a7c4-62d03acd677f} <Information> executeQuery: Read 52 rows, 71.86 KiB in 0.002371902 sec., 21923 rows/sec., 29.58 MiB/sec.
5155 2023.10.17 21:55:28.312662 [ 3 ] {713c1dc0-64c3-4ec9-a7c4-62d03acd677f} <Debug> DynamicQueryHandler: Done processing query
5156 2023.10.17 21:55:28.312685 [ 3 ] {713c1dc0-64c3-4ec9-a7c4-62d03acd677f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB.
5157 2023.10.17 21:55:28.312701 [ 3 ] {} <Debug> HTTP-Session: cd315dad-3c33-4a8d-8354-f04d76c9dc16 Destroying unnamed session