1 | [ Feb 9 21:15:04 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
2 | + set -o errexit | ||
3 | + set -o pipefail | ||
4 | + . /lib/svc/share/smf_include.sh | ||
5 | ++ SMF_EXIT_OK=0 | ||
6 | ++ SMF_EXIT_NODAEMON=94 | ||
7 | ++ SMF_EXIT_ERR_FATAL=95 | ||
8 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
9 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
10 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
11 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
12 | ++ SMF_EXIT_ERR_PERM=100 | ||
13 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
14 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
15 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
16 | + LISTEN_PORT=8123 | ||
17 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
18 | + DATASTORE=/data | ||
19 | + single_node=true | ||
20 | + command=() | ||
21 | + true | ||
22 | + 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") | ||
23 | + 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 | ||
24 | [ Feb 9 21:15:05 Method "start" exited with status 0. ] | ||
25 | Processing configuration file 'config.xml'. | ||
26 | There is no file 'config.xml', will use embedded config. | ||
27 | Logging trace to /var/tmp/clickhouse-server.log | ||
28 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
29 | 2024.02.09 21:15:05.487567 [ 1 ] {} <Information> Application: Will watch for the process with pid 7590 | ||
30 | 2024.02.09 21:15:05.487872 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
31 | 2024.02.09 21:15:06.095650 [ 1 ] {} <Information> : Starting ClickHouse 22.8.9.1 with revision 54465, no build id, PID 7590 | ||
32 | 2024.02.09 21:15:06.095825 [ 1 ] {} <Information> Application: starting up | ||
33 | 2024.02.09 21:15:06.096031 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
34 | 2024.02.09 21:15:06.420869 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2024.02.09 21:15:06.420958 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2024.02.09 21:15:06.420982 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2024.02.09 21:15:06.421042 [ 1 ] {} <Debug> Application: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2024.02.09 21:15:06.421486 [ 1 ] {} <Debug> Application: Initiailizing interserver credentials. | ||
39 | 2024.02.09 21:15:06.422176 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
40 | Processing configuration file 'config.xml'. | ||
41 | There is no file 'config.xml', will use embedded config. | ||
42 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
43 | 2024.02.09 21:15:06.422659 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
44 | 2024.02.09 21:15:06.422922 [ 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) | ||
45 | 2024.02.09 21:15:06.425535 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
46 | 2024.02.09 21:15:06.425576 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
47 | 2024.02.09 21:15:06.426294 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
48 | Processing configuration file 'config.xml'. | ||
49 | There is no file 'config.xml', will use embedded config. | ||
50 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
51 | 2024.02.09 21:15:06.426457 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
52 | 2024.02.09 21:15:06.432530 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
53 | 2024.02.09 21:15:06.432868 [ 1 ] {} <Debug> Access(user directories): Added users.xml access storage 'users.xml', path: config.xml | ||
54 | 2024.02.09 21:15:06.432892 [ 1 ] {} <Information> Application: Uncompressed cache policy name | ||
55 | 2024.02.09 21:15:06.434288 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32 | ||
56 | 2024.02.09 21:15:06.434780 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
57 | 2024.02.09 21:15:06.435090 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
58 | 2024.02.09 21:15:06.435458 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
59 | 2024.02.09 21:15:06.436261 [ 1 ] {} <Information> Application: Loading user defined objects from /data/ | ||
60 | 2024.02.09 21:15:06.436307 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoader: Loading user defined objects | ||
61 | 2024.02.09 21:15:06.436365 [ 1 ] {} <Debug> Application: Loaded user defined objects | ||
62 | 2024.02.09 21:15:06.436381 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
63 | 2024.02.09 21:15:06.476987 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
64 | 2024.02.09 21:15:06.477027 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000159043 sec | ||
65 | 2024.02.09 21:15:06.477781 [ 1 ] {} <Information> TablesLoader: Loading 0 tables with 0 dependency level | ||
66 | 2024.02.09 21:15:06.477861 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
67 | 2024.02.09 21:15:06.477881 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
68 | 2024.02.09 21:15:06.477898 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
69 | 2024.02.09 21:15:06.477910 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
70 | 2024.02.09 21:15:06.477924 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
71 | 2024.02.09 21:15:06.477935 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
72 | 2024.02.09 21:15:06.477970 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
73 | 2024.02.09 21:15:06.477989 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
74 | 2024.02.09 21:15:06.478015 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
75 | 2024.02.09 21:15:06.478030 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
76 | 2024.02.09 21:15:06.478044 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
77 | 2024.02.09 21:15:06.478056 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
78 | 2024.02.09 21:15:06.478089 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
79 | 2024.02.09 21:15:06.478104 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
80 | 2024.02.09 21:15:06.478117 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
81 | 2024.02.09 21:15:06.512112 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
82 | 2024.02.09 21:15:06.515390 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
83 | 2024.02.09 21:15:06.515423 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0991e-05 sec | ||
84 | 2024.02.09 21:15:06.515444 [ 1 ] {} <Information> TablesLoader: Loading 0 tables with 0 dependency level | ||
85 | 2024.02.09 21:15:06.515464 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
86 | 2024.02.09 21:15:06.515483 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
87 | 2024.02.09 21:15:06.518207 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
88 | 2024.02.09 21:15:06.523670 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
89 | 2024.02.09 21:15:06.523791 [ 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). | ||
90 | 2024.02.09 21:15:06.523842 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
91 | 2024.02.09 21:15:06.698258 [ 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) | ||
92 | 2024.02.09 21:15:06.715861 [ 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) | ||
93 | 2024.02.09 21:15:06.715917 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
94 | 2024.02.09 21:15:06.762788 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
95 | 2024.02.09 21:15:06.763543 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 5.95 MiB, peak 10.41 MiB, will set to 216.64 MiB (RSS), difference: 210.69 MiB | ||
96 | 2024.02.09 21:15:06.763876 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
97 | 2024.02.09 21:15:06.763975 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 24; logical cores: 48. | ||
98 | 2024.02.09 21:15:06.763973 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
99 | 2024.02.09 21:15:06.764072 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
100 | 2024.02.09 21:15:06.764105 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
101 | 2024.02.09 21:15:06.764154 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
102 | 2024.02.09 21:15:06.764752 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
103 | 2024.02.09 21:15:06.764771 [ 1 ] {} <Information> Application: Ready for connections. | ||
104 | 2024.02.09 21:15:07.051429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
105 | 2024.02.09 21:15:07.051617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
106 | 2024.02.09 21:15:07.052188 [ 3 ] {} <Debug> HTTP-Session: 3681e377-69cd-4233-adc0-aa6c9e216ed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
107 | 2024.02.09 21:15:07.052229 [ 3 ] {} <Debug> HTTP-Session: 3681e377-69cd-4233-adc0-aa6c9e216ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
108 | 2024.02.09 21:15:07.052360 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly=0, allow_ddl=true, allow_introspection_functions=false | ||
109 | 2024.02.09 21:15:07.052389 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT ALL ON *.* WITH GRANT OPTION | ||
110 | 2024.02.09 21:15:07.052403 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT ALL ON *.* WITH GRANT OPTION | ||
111 | 2024.02.09 21:15:07.053845 [ 3 ] {ca091cbf-b73f-4f8e-97bf-f7623dbb5cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
112 | 2024.02.09 21:15:07.074493 [ 3 ] {ca091cbf-b73f-4f8e-97bf-f7623dbb5cba} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE) (version 22.8.9.1) (from [fd00:1122:3344:101::d]:55369) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
113 | |||
114 | 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 | ||
115 | 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 | ||
116 | 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 | ||
117 | 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 | ||
118 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse | ||
119 | 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse | ||
120 | 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 | ||
121 | 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 | ||
122 | 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 | ||
123 | 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 | ||
124 | 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 | ||
125 | 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 | ||
126 | 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 | ||
127 | 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 | ||
128 | 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 | ||
129 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse | ||
130 | 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse | ||
131 | 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse | ||
132 | 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse | ||
133 | 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse | ||
134 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse | ||
135 | 21. _thrp_setup @ 1133e7 in /system/lib/amd64/libc.so.1 | ||
136 | |||
137 | 2024.02.09 21:15:07.075233 [ 3 ] {ca091cbf-b73f-4f8e-97bf-f7623dbb5cba} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
138 | |||
139 | 0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 14d95872 in /opt/oxide/clickhouse/clickhouse | ||
140 | 1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ d61d720 in /opt/oxide/clickhouse/clickhouse | ||
141 | 2. DB::DatabaseCatalog::assertDatabaseExistsUnlocked(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d4d88 in /opt/oxide/clickhouse/clickhouse | ||
142 | 3. DB::DatabaseCatalog::getDatabase(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d6b27 in /opt/oxide/clickhouse/clickhouse | ||
143 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse | ||
144 | 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse | ||
145 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, std::__1::optional<DB::Pipe>, std::__1::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::shared_ptr<DB::PreparedSets>) @ 1196673d in /opt/oxide/clickhouse/clickhouse | ||
146 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119659af in /opt/oxide/clickhouse/clickhouse | ||
147 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::__1::shared_ptr<DB::IAST> const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a1a1b in /opt/oxide/clickhouse/clickhouse | ||
148 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a0081 in /opt/oxide/clickhouse/clickhouse | ||
149 | 10. std::__1::__unique_if<DB::InterpreterSelectWithUnionQuery>::__unique_single std::__1::make_unique<DB::InterpreterSelectWithUnionQuery, std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 11949637 in /opt/oxide/clickhouse/clickhouse | ||
150 | 11. DB::InterpreterFactory::get(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 119486e5 in /opt/oxide/clickhouse/clickhouse | ||
151 | 12. DB::executeQueryImpl(char const*, char const*, std::__1::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 11aee531 in /opt/oxide/clickhouse/clickhouse | ||
152 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::__1::shared_ptr<DB::Context>, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)>, std::__1::optional<DB::FormatSettings> const&) @ 11af283f in /opt/oxide/clickhouse/clickhouse | ||
153 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::__1::optional<DB::CurrentThread::QueryScope>&) @ 12e38c4b in /opt/oxide/clickhouse/clickhouse | ||
154 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse | ||
155 | 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse | ||
156 | 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse | ||
157 | 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse | ||
158 | 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse | ||
159 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse | ||
160 | 21. _thrp_setup @ 1133e7 in /system/lib/amd64/libc.so.1 | ||
161 | (version 22.8.9.1) | ||
162 | 2024.02.09 21:15:07.075938 [ 3 ] {ca091cbf-b73f-4f8e-97bf-f7623dbb5cba} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
163 | 2024.02.09 21:15:07.075962 [ 3 ] {} <Debug> HTTP-Session: 3681e377-69cd-4233-adc0-aa6c9e216ed1 Destroying unnamed session | ||
164 | 2024.02.09 21:15:07.076424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
165 | 2024.02.09 21:15:07.076491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
166 | 2024.02.09 21:15:07.076512 [ 3 ] {} <Debug> HTTP-Session: d6202e8f-9a3e-4a3a-9258-9bb22624593f Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
167 | 2024.02.09 21:15:07.076530 [ 3 ] {} <Debug> HTTP-Session: d6202e8f-9a3e-4a3a-9258-9bb22624593f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
168 | 2024.02.09 21:15:07.076629 [ 3 ] {438f259f-f0ed-4197-9d8d-f625ed76848b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
169 | 2024.02.09 21:15:07.076713 [ 3 ] {438f259f-f0ed-4197-9d8d-f625ed76848b} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters (stage: Complete) | ||
170 | 2024.02.09 21:15:07.077641 [ 3 ] {438f259f-f0ed-4197-9d8d-f625ed76848b} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
171 | 2024.02.09 21:15:07.079429 [ 3 ] {438f259f-f0ed-4197-9d8d-f625ed76848b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
172 | 2024.02.09 21:15:07.083221 [ 3 ] {438f259f-f0ed-4197-9d8d-f625ed76848b} <Debug> DynamicQueryHandler: Done processing query | ||
173 | 2024.02.09 21:15:07.083249 [ 3 ] {438f259f-f0ed-4197-9d8d-f625ed76848b} <Debug> MemoryTracker: Peak memory usage (for query): 4.00 MiB. | ||
174 | 2024.02.09 21:15:07.083273 [ 3 ] {} <Debug> HTTP-Session: d6202e8f-9a3e-4a3a-9258-9bb22624593f Destroying unnamed session | ||
175 | 2024.02.09 21:15:07.083432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
176 | 2024.02.09 21:15:07.083478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
177 | 2024.02.09 21:15:07.083503 [ 3 ] {} <Debug> HTTP-Session: 02421c1d-27b5-4450-97e0-3e8244ac7c65 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
178 | 2024.02.09 21:15:07.083519 [ 3 ] {} <Debug> HTTP-Session: 02421c1d-27b5-4450-97e0-3e8244ac7c65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
179 | 2024.02.09 21:15:07.083616 [ 3 ] {1bffdbc4-35b8-42cf-bffe-3dcd310a8231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
180 | 2024.02.09 21:15:07.083868 [ 3 ] {1bffdbc4-35b8-42cf-bffe-3dcd310a8231} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE) (version 22.8.9.1) (from [fd00:1122:3344:101::d]:55369) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
181 | |||
182 | 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 | ||
183 | 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 | ||
184 | 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 | ||
185 | 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 | ||
186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse | ||
187 | 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse | ||
188 | 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 | ||
189 | 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 | ||
190 | 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 | ||
191 | 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 | ||
192 | 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 | ||
193 | 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 | ||
194 | 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 | ||
195 | 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 | ||
196 | 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 | ||
197 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse | ||
198 | 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse | ||
199 | 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse | ||
200 | 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse | ||
201 | 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse | ||
202 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse | ||
203 | 21. _thrp_setup @ 1133e7 in /system/lib/amd64/libc.so.1 | ||
204 | |||
205 | 2024.02.09 21:15:07.083986 [ 3 ] {1bffdbc4-35b8-42cf-bffe-3dcd310a8231} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
206 | |||
207 | 0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 14d95872 in /opt/oxide/clickhouse/clickhouse | ||
208 | 1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ d61d720 in /opt/oxide/clickhouse/clickhouse | ||
209 | 2. DB::DatabaseCatalog::assertDatabaseExistsUnlocked(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d4d88 in /opt/oxide/clickhouse/clickhouse | ||
210 | 3. DB::DatabaseCatalog::getDatabase(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d6b27 in /opt/oxide/clickhouse/clickhouse | ||
211 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse | ||
212 | 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse | ||
213 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, std::__1::optional<DB::Pipe>, std::__1::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::shared_ptr<DB::PreparedSets>) @ 1196673d in /opt/oxide/clickhouse/clickhouse | ||
214 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119659af in /opt/oxide/clickhouse/clickhouse | ||
215 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::__1::shared_ptr<DB::IAST> const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a1a1b in /opt/oxide/clickhouse/clickhouse | ||
216 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a0081 in /opt/oxide/clickhouse/clickhouse | ||
217 | 10. std::__1::__unique_if<DB::InterpreterSelectWithUnionQuery>::__unique_single std::__1::make_unique<DB::InterpreterSelectWithUnionQuery, std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 11949637 in /opt/oxide/clickhouse/clickhouse | ||
218 | 11. DB::InterpreterFactory::get(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 119486e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 12. DB::executeQueryImpl(char const*, char const*, std::__1::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 11aee531 in /opt/oxide/clickhouse/clickhouse | ||
220 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::__1::shared_ptr<DB::Context>, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)>, std::__1::optional<DB::FormatSettings> const&) @ 11af283f in /opt/oxide/clickhouse/clickhouse | ||
221 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::__1::optional<DB::CurrentThread::QueryScope>&) @ 12e38c4b in /opt/oxide/clickhouse/clickhouse | ||
222 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse | ||
223 | 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse | ||
224 | 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse | ||
225 | 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse | ||
226 | 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse | ||
227 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse | ||
228 | 21. _thrp_setup @ 1133e7 in /system/lib/amd64/libc.so.1 | ||
229 | (version 22.8.9.1) | ||
230 | 2024.02.09 21:15:07.084094 [ 3 ] {1bffdbc4-35b8-42cf-bffe-3dcd310a8231} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
231 | 2024.02.09 21:15:07.084116 [ 3 ] {} <Debug> HTTP-Session: 02421c1d-27b5-4450-97e0-3e8244ac7c65 Destroying unnamed session | ||
232 | 2024.02.09 21:15:07.084362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
233 | 2024.02.09 21:15:07.084402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
234 | 2024.02.09 21:15:07.084425 [ 3 ] {} <Debug> HTTP-Session: bd299d2d-fb5c-4a44-9d70-50bb8835e193 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
235 | 2024.02.09 21:15:07.084444 [ 3 ] {} <Debug> HTTP-Session: bd299d2d-fb5c-4a44-9d70-50bb8835e193 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
236 | 2024.02.09 21:15:07.084542 [ 3 ] {4532350f-9b39-49f1-9fcc-8fe9117f0264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
237 | 2024.02.09 21:15:07.084648 [ 3 ] {4532350f-9b39-49f1-9fcc-8fe9117f0264} <Debug> DynamicQueryHandler: Done processing query | ||
238 | 2024.02.09 21:15:07.084673 [ 3 ] {4532350f-9b39-49f1-9fcc-8fe9117f0264} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
239 | 2024.02.09 21:15:07.084688 [ 3 ] {} <Debug> HTTP-Session: bd299d2d-fb5c-4a44-9d70-50bb8835e193 Destroying unnamed session | ||
240 | 2024.02.09 21:15:07.084840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
241 | 2024.02.09 21:15:07.084886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
242 | 2024.02.09 21:15:07.084904 [ 3 ] {} <Debug> HTTP-Session: d29032f0-ffb2-41af-bcad-92e4fe8e098d Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
243 | 2024.02.09 21:15:07.084919 [ 3 ] {} <Debug> HTTP-Session: d29032f0-ffb2-41af-bcad-92e4fe8e098d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
244 | 2024.02.09 21:15:07.084980 [ 3 ] {f6f24ae5-094d-4367-9285-fddca7133fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
245 | 2024.02.09 21:15:07.085031 [ 3 ] {f6f24ae5-094d-4367-9285-fddca7133fcd} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
246 | 2024.02.09 21:15:07.093680 [ 3 ] {f6f24ae5-094d-4367-9285-fddca7133fcd} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
247 | 2024.02.09 21:15:07.093729 [ 3 ] {f6f24ae5-094d-4367-9285-fddca7133fcd} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.2852e-05 sec | ||
248 | 2024.02.09 21:15:07.093761 [ 3 ] {f6f24ae5-094d-4367-9285-fddca7133fcd} <Information> TablesLoader: Loading 0 tables with 0 dependency level | ||
249 | 2024.02.09 21:15:07.093780 [ 3 ] {f6f24ae5-094d-4367-9285-fddca7133fcd} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
250 | 2024.02.09 21:15:07.093867 [ 3 ] {f6f24ae5-094d-4367-9285-fddca7133fcd} <Debug> DynamicQueryHandler: Done processing query | ||
251 | 2024.02.09 21:15:07.093899 [ 3 ] {f6f24ae5-094d-4367-9285-fddca7133fcd} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
252 | 2024.02.09 21:15:07.093918 [ 3 ] {} <Debug> HTTP-Session: d29032f0-ffb2-41af-bcad-92e4fe8e098d Destroying unnamed session | ||
253 | 2024.02.09 21:15:07.094056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
254 | 2024.02.09 21:15:07.094121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
255 | 2024.02.09 21:15:07.094147 [ 3 ] {} <Debug> HTTP-Session: 0d021bc3-dbe5-4cb5-a840-03de7b6848b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
256 | 2024.02.09 21:15:07.094166 [ 3 ] {} <Debug> HTTP-Session: 0d021bc3-dbe5-4cb5-a840-03de7b6848b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
257 | 2024.02.09 21:15:07.094346 [ 3 ] {5af76bb5-9dca-4dd6-87e9-81f27a225605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) /* The version table contains metadata about the `oximeter` database */ | ||
258 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
259 | 2024.02.09 21:15:07.094409 [ 3 ] {5af76bb5-9dca-4dd6-87e9-81f27a225605} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
260 | 2024.02.09 21:15:07.107511 [ 3 ] {5af76bb5-9dca-4dd6-87e9-81f27a225605} <Debug> oximeter.version (44287909-b3d2-44d6-a56e-e318a6574056): Loading data parts | ||
261 | 2024.02.09 21:15:07.107641 [ 3 ] {5af76bb5-9dca-4dd6-87e9-81f27a225605} <Debug> oximeter.version (44287909-b3d2-44d6-a56e-e318a6574056): There are no data parts | ||
262 | 2024.02.09 21:15:07.117817 [ 3 ] {5af76bb5-9dca-4dd6-87e9-81f27a225605} <Debug> DynamicQueryHandler: Done processing query | ||
263 | 2024.02.09 21:15:07.117859 [ 3 ] {5af76bb5-9dca-4dd6-87e9-81f27a225605} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
264 | 2024.02.09 21:15:07.117893 [ 3 ] {} <Debug> HTTP-Session: 0d021bc3-dbe5-4cb5-a840-03de7b6848b3 Destroying unnamed session | ||
265 | 2024.02.09 21:15:07.118028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
266 | 2024.02.09 21:15:07.118082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
267 | 2024.02.09 21:15:07.118106 [ 3 ] {} <Debug> HTTP-Session: 0870f694-5e50-4091-addf-09dc2bab6a97 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
268 | 2024.02.09 21:15:07.118124 [ 3 ] {} <Debug> HTTP-Session: 0870f694-5e50-4091-addf-09dc2bab6a97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
269 | 2024.02.09 21:15:07.118349 [ 3 ] {124b6b2f-a47e-4095-838a-0e1972518aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) /* The measurement tables contain all individual samples from each timeseries. | ||
270 | * | ||
271 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
272 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
273 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
274 | * by all samples from the same timeseries. | ||
275 | * | ||
276 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
277 | * and then uses that to index quickly into the measurements tables. | ||
278 | */ | ||
279 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
280 | 2024.02.09 21:15:07.118410 [ 3 ] {124b6b2f-a47e-4095-838a-0e1972518aab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
281 | 2024.02.09 21:15:07.129772 [ 3 ] {124b6b2f-a47e-4095-838a-0e1972518aab} <Debug> oximeter.measurements_bool (f0258ef3-e06f-4371-bc30-3a9f705d8123): Loading data parts | ||
282 | 2024.02.09 21:15:07.129877 [ 3 ] {124b6b2f-a47e-4095-838a-0e1972518aab} <Debug> oximeter.measurements_bool (f0258ef3-e06f-4371-bc30-3a9f705d8123): There are no data parts | ||
283 | 2024.02.09 21:15:07.140552 [ 3 ] {124b6b2f-a47e-4095-838a-0e1972518aab} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.02.09 21:15:07.140592 [ 3 ] {124b6b2f-a47e-4095-838a-0e1972518aab} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
285 | 2024.02.09 21:15:07.140617 [ 3 ] {} <Debug> HTTP-Session: 0870f694-5e50-4091-addf-09dc2bab6a97 Destroying unnamed session | ||
286 | 2024.02.09 21:15:07.140794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
287 | 2024.02.09 21:15:07.140851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
288 | 2024.02.09 21:15:07.140879 [ 3 ] {} <Debug> HTTP-Session: 74885571-c28e-474b-9d16-62f40c73d48d Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
289 | 2024.02.09 21:15:07.140899 [ 3 ] {} <Debug> HTTP-Session: 74885571-c28e-474b-9d16-62f40c73d48d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.02.09 21:15:07.141141 [ 3 ] {20c9c429-e338-4d6d-b0a4-ac2caa14a8a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
291 | 2024.02.09 21:15:07.141197 [ 3 ] {20c9c429-e338-4d6d-b0a4-ac2caa14a8a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
292 | 2024.02.09 21:15:07.152876 [ 3 ] {20c9c429-e338-4d6d-b0a4-ac2caa14a8a9} <Debug> oximeter.measurements_i8 (3cf06388-41cf-44fb-9ced-53725dbc4762): Loading data parts | ||
293 | 2024.02.09 21:15:07.152964 [ 3 ] {20c9c429-e338-4d6d-b0a4-ac2caa14a8a9} <Debug> oximeter.measurements_i8 (3cf06388-41cf-44fb-9ced-53725dbc4762): There are no data parts | ||
294 | 2024.02.09 21:15:07.164362 [ 3 ] {20c9c429-e338-4d6d-b0a4-ac2caa14a8a9} <Debug> DynamicQueryHandler: Done processing query | ||
295 | 2024.02.09 21:15:07.164402 [ 3 ] {20c9c429-e338-4d6d-b0a4-ac2caa14a8a9} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
296 | 2024.02.09 21:15:07.164422 [ 3 ] {} <Debug> HTTP-Session: 74885571-c28e-474b-9d16-62f40c73d48d Destroying unnamed session | ||
297 | 2024.02.09 21:15:07.164555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
298 | 2024.02.09 21:15:07.164606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
299 | 2024.02.09 21:15:07.164625 [ 3 ] {} <Debug> HTTP-Session: 85a82f08-5059-4559-b8c4-0a74c9a79041 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
300 | 2024.02.09 21:15:07.164650 [ 3 ] {} <Debug> HTTP-Session: 85a82f08-5059-4559-b8c4-0a74c9a79041 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
301 | 2024.02.09 21:15:07.164845 [ 3 ] {d42ecce8-7f56-4288-9051-c6663f7579f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.02.09 21:15:07.164900 [ 3 ] {d42ecce8-7f56-4288-9051-c6663f7579f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
303 | 2024.02.09 21:15:07.176472 [ 3 ] {d42ecce8-7f56-4288-9051-c6663f7579f9} <Debug> oximeter.measurements_u8 (d72a5b12-7b09-4fae-841f-4d44ddc02216): Loading data parts | ||
304 | 2024.02.09 21:15:07.176584 [ 3 ] {d42ecce8-7f56-4288-9051-c6663f7579f9} <Debug> oximeter.measurements_u8 (d72a5b12-7b09-4fae-841f-4d44ddc02216): There are no data parts | ||
305 | 2024.02.09 21:15:07.187269 [ 3 ] {d42ecce8-7f56-4288-9051-c6663f7579f9} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.02.09 21:15:07.187310 [ 3 ] {d42ecce8-7f56-4288-9051-c6663f7579f9} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
307 | 2024.02.09 21:15:07.187325 [ 3 ] {} <Debug> HTTP-Session: 85a82f08-5059-4559-b8c4-0a74c9a79041 Destroying unnamed session | ||
308 | 2024.02.09 21:15:07.187485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
309 | 2024.02.09 21:15:07.187536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
310 | 2024.02.09 21:15:07.187555 [ 3 ] {} <Debug> HTTP-Session: 6a3b7d35-29dd-49a4-b20f-74600a4c1b70 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
311 | 2024.02.09 21:15:07.187579 [ 3 ] {} <Debug> HTTP-Session: 6a3b7d35-29dd-49a4-b20f-74600a4c1b70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.02.09 21:15:07.187771 [ 3 ] {cfe3af2f-4a0d-4bc8-a0c3-c196a509f1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
313 | 2024.02.09 21:15:07.187825 [ 3 ] {cfe3af2f-4a0d-4bc8-a0c3-c196a509f1e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
314 | 2024.02.09 21:15:07.196780 [ 3 ] {cfe3af2f-4a0d-4bc8-a0c3-c196a509f1e4} <Debug> oximeter.measurements_i16 (acce0fc7-2d2e-492e-91e4-760c77332d3a): Loading data parts | ||
315 | 2024.02.09 21:15:07.196869 [ 3 ] {cfe3af2f-4a0d-4bc8-a0c3-c196a509f1e4} <Debug> oximeter.measurements_i16 (acce0fc7-2d2e-492e-91e4-760c77332d3a): There are no data parts | ||
316 | 2024.02.09 21:15:07.201327 [ 3 ] {cfe3af2f-4a0d-4bc8-a0c3-c196a509f1e4} <Debug> DynamicQueryHandler: Done processing query | ||
317 | 2024.02.09 21:15:07.201356 [ 3 ] {cfe3af2f-4a0d-4bc8-a0c3-c196a509f1e4} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
318 | 2024.02.09 21:15:07.201389 [ 3 ] {} <Debug> HTTP-Session: 6a3b7d35-29dd-49a4-b20f-74600a4c1b70 Destroying unnamed session | ||
319 | 2024.02.09 21:15:07.201522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.02.09 21:15:07.201565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
321 | 2024.02.09 21:15:07.201592 [ 3 ] {} <Debug> HTTP-Session: 1e216a68-3348-44c4-bb2d-657b5a20691e Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
322 | 2024.02.09 21:15:07.201616 [ 3 ] {} <Debug> HTTP-Session: 1e216a68-3348-44c4-bb2d-657b5a20691e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.02.09 21:15:07.201805 [ 3 ] {499d1cbf-365d-4dc2-9555-60d90289d818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
324 | 2024.02.09 21:15:07.201860 [ 3 ] {499d1cbf-365d-4dc2-9555-60d90289d818} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
325 | 2024.02.09 21:15:07.212494 [ 3 ] {499d1cbf-365d-4dc2-9555-60d90289d818} <Debug> oximeter.measurements_u16 (4271f3d8-b96e-41a3-98c0-b3c5550bb9df): Loading data parts | ||
326 | 2024.02.09 21:15:07.212585 [ 3 ] {499d1cbf-365d-4dc2-9555-60d90289d818} <Debug> oximeter.measurements_u16 (4271f3d8-b96e-41a3-98c0-b3c5550bb9df): There are no data parts | ||
327 | 2024.02.09 21:15:07.222562 [ 3 ] {499d1cbf-365d-4dc2-9555-60d90289d818} <Debug> DynamicQueryHandler: Done processing query | ||
328 | 2024.02.09 21:15:07.222588 [ 3 ] {499d1cbf-365d-4dc2-9555-60d90289d818} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
329 | 2024.02.09 21:15:07.222616 [ 3 ] {} <Debug> HTTP-Session: 1e216a68-3348-44c4-bb2d-657b5a20691e Destroying unnamed session | ||
330 | 2024.02.09 21:15:07.222765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
331 | 2024.02.09 21:15:07.222809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
332 | 2024.02.09 21:15:07.222837 [ 3 ] {} <Debug> HTTP-Session: a33b008e-e729-4840-91c2-7d63d966f594 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
333 | 2024.02.09 21:15:07.222860 [ 3 ] {} <Debug> HTTP-Session: a33b008e-e729-4840-91c2-7d63d966f594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
334 | 2024.02.09 21:15:07.223050 [ 3 ] {5a6a4bee-afaf-4c36-8d99-6ee898f70f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
335 | 2024.02.09 21:15:07.223106 [ 3 ] {5a6a4bee-afaf-4c36-8d99-6ee898f70f7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
336 | 2024.02.09 21:15:07.227849 [ 3 ] {5a6a4bee-afaf-4c36-8d99-6ee898f70f7b} <Debug> oximeter.measurements_i32 (35790431-c87c-467b-9f3b-876ed469c3cf): Loading data parts | ||
337 | 2024.02.09 21:15:07.227942 [ 3 ] {5a6a4bee-afaf-4c36-8d99-6ee898f70f7b} <Debug> oximeter.measurements_i32 (35790431-c87c-467b-9f3b-876ed469c3cf): There are no data parts | ||
338 | 2024.02.09 21:15:07.230108 [ 3 ] {5a6a4bee-afaf-4c36-8d99-6ee898f70f7b} <Debug> DynamicQueryHandler: Done processing query | ||
339 | 2024.02.09 21:15:07.230133 [ 3 ] {5a6a4bee-afaf-4c36-8d99-6ee898f70f7b} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
340 | 2024.02.09 21:15:07.230158 [ 3 ] {} <Debug> HTTP-Session: a33b008e-e729-4840-91c2-7d63d966f594 Destroying unnamed session | ||
341 | 2024.02.09 21:15:07.230276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
342 | 2024.02.09 21:15:07.230327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
343 | 2024.02.09 21:15:07.230353 [ 3 ] {} <Debug> HTTP-Session: c90f8ce7-0ef1-4400-bf38-c6a9d53915a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
344 | 2024.02.09 21:15:07.230375 [ 3 ] {} <Debug> HTTP-Session: c90f8ce7-0ef1-4400-bf38-c6a9d53915a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
345 | 2024.02.09 21:15:07.230564 [ 3 ] {28218f98-1f18-4f42-a03f-4911c1af235a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
346 | 2024.02.09 21:15:07.230620 [ 3 ] {28218f98-1f18-4f42-a03f-4911c1af235a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
347 | 2024.02.09 21:15:07.238820 [ 3 ] {28218f98-1f18-4f42-a03f-4911c1af235a} <Debug> oximeter.measurements_u32 (551b75be-ec3b-4734-9a05-df13e04a5be8): Loading data parts | ||
348 | 2024.02.09 21:15:07.238907 [ 3 ] {28218f98-1f18-4f42-a03f-4911c1af235a} <Debug> oximeter.measurements_u32 (551b75be-ec3b-4734-9a05-df13e04a5be8): There are no data parts | ||
349 | 2024.02.09 21:15:07.245263 [ 3 ] {28218f98-1f18-4f42-a03f-4911c1af235a} <Debug> DynamicQueryHandler: Done processing query | ||
350 | 2024.02.09 21:15:07.245294 [ 3 ] {28218f98-1f18-4f42-a03f-4911c1af235a} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
351 | 2024.02.09 21:15:07.245325 [ 3 ] {} <Debug> HTTP-Session: c90f8ce7-0ef1-4400-bf38-c6a9d53915a3 Destroying unnamed session | ||
352 | 2024.02.09 21:15:07.245482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
353 | 2024.02.09 21:15:07.245540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
354 | 2024.02.09 21:15:07.245566 [ 3 ] {} <Debug> HTTP-Session: cc56453a-6a1b-40db-84db-9ef47e240398 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
355 | 2024.02.09 21:15:07.245583 [ 3 ] {} <Debug> HTTP-Session: cc56453a-6a1b-40db-84db-9ef47e240398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2024.02.09 21:15:07.245782 [ 3 ] {b3118cc7-0a03-4c04-8815-087f8f811811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
357 | 2024.02.09 21:15:07.245839 [ 3 ] {b3118cc7-0a03-4c04-8815-087f8f811811} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
358 | 2024.02.09 21:15:07.251244 [ 3 ] {b3118cc7-0a03-4c04-8815-087f8f811811} <Debug> oximeter.measurements_i64 (e554db26-32ab-43b2-9c9b-7387240ead26): Loading data parts | ||
359 | 2024.02.09 21:15:07.251437 [ 3 ] {b3118cc7-0a03-4c04-8815-087f8f811811} <Debug> oximeter.measurements_i64 (e554db26-32ab-43b2-9c9b-7387240ead26): There are no data parts | ||
360 | 2024.02.09 21:15:07.261974 [ 3 ] {b3118cc7-0a03-4c04-8815-087f8f811811} <Debug> DynamicQueryHandler: Done processing query | ||
361 | 2024.02.09 21:15:07.262036 [ 3 ] {b3118cc7-0a03-4c04-8815-087f8f811811} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
362 | 2024.02.09 21:15:07.262067 [ 3 ] {} <Debug> HTTP-Session: cc56453a-6a1b-40db-84db-9ef47e240398 Destroying unnamed session | ||
363 | 2024.02.09 21:15:07.262240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
364 | 2024.02.09 21:15:07.262297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
365 | 2024.02.09 21:15:07.262317 [ 3 ] {} <Debug> HTTP-Session: 838c110e-c2c0-46f8-8689-ca9f9a48ba04 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
366 | 2024.02.09 21:15:07.262342 [ 3 ] {} <Debug> HTTP-Session: 838c110e-c2c0-46f8-8689-ca9f9a48ba04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.02.09 21:15:07.262544 [ 3 ] {f4de53e0-fd1f-4037-874c-a73ab675f0c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
368 | 2024.02.09 21:15:07.262601 [ 3 ] {f4de53e0-fd1f-4037-874c-a73ab675f0c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
369 | 2024.02.09 21:15:07.274106 [ 3 ] {f4de53e0-fd1f-4037-874c-a73ab675f0c1} <Debug> oximeter.measurements_u64 (fe54d698-cd26-44db-97ce-6adb14f3192d): Loading data parts | ||
370 | 2024.02.09 21:15:07.274209 [ 3 ] {f4de53e0-fd1f-4037-874c-a73ab675f0c1} <Debug> oximeter.measurements_u64 (fe54d698-cd26-44db-97ce-6adb14f3192d): There are no data parts | ||
371 | 2024.02.09 21:15:07.284982 [ 3 ] {f4de53e0-fd1f-4037-874c-a73ab675f0c1} <Debug> DynamicQueryHandler: Done processing query | ||
372 | 2024.02.09 21:15:07.285014 [ 3 ] {f4de53e0-fd1f-4037-874c-a73ab675f0c1} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
373 | 2024.02.09 21:15:07.285034 [ 3 ] {} <Debug> HTTP-Session: 838c110e-c2c0-46f8-8689-ca9f9a48ba04 Destroying unnamed session | ||
374 | 2024.02.09 21:15:07.285218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
375 | 2024.02.09 21:15:07.285284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
376 | 2024.02.09 21:15:07.285308 [ 3 ] {} <Debug> HTTP-Session: eceef9e5-7ddf-4f6d-aad7-49f15a218d5e Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
377 | 2024.02.09 21:15:07.285338 [ 3 ] {} <Debug> HTTP-Session: eceef9e5-7ddf-4f6d-aad7-49f15a218d5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
378 | 2024.02.09 21:15:07.285575 [ 3 ] {bfbac7b1-9a67-4092-9a6e-de66c824644a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
379 | 2024.02.09 21:15:07.285637 [ 3 ] {bfbac7b1-9a67-4092-9a6e-de66c824644a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
380 | 2024.02.09 21:15:07.297431 [ 3 ] {bfbac7b1-9a67-4092-9a6e-de66c824644a} <Debug> oximeter.measurements_f32 (4016dd9a-4fac-4aea-9b98-33d5d531c001): Loading data parts | ||
381 | 2024.02.09 21:15:07.297532 [ 3 ] {bfbac7b1-9a67-4092-9a6e-de66c824644a} <Debug> oximeter.measurements_f32 (4016dd9a-4fac-4aea-9b98-33d5d531c001): There are no data parts | ||
382 | 2024.02.09 21:15:07.308319 [ 3 ] {bfbac7b1-9a67-4092-9a6e-de66c824644a} <Debug> DynamicQueryHandler: Done processing query | ||
383 | 2024.02.09 21:15:07.308349 [ 3 ] {bfbac7b1-9a67-4092-9a6e-de66c824644a} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
384 | 2024.02.09 21:15:07.308369 [ 3 ] {} <Debug> HTTP-Session: eceef9e5-7ddf-4f6d-aad7-49f15a218d5e Destroying unnamed session | ||
385 | 2024.02.09 21:15:07.308519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
386 | 2024.02.09 21:15:07.308571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
387 | 2024.02.09 21:15:07.308590 [ 3 ] {} <Debug> HTTP-Session: 4fb93a22-9b01-4116-af5b-5062fd2948ad Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
388 | 2024.02.09 21:15:07.308615 [ 3 ] {} <Debug> HTTP-Session: 4fb93a22-9b01-4116-af5b-5062fd2948ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
389 | 2024.02.09 21:15:07.308816 [ 3 ] {6d5a0b89-4813-4290-ae2a-673543b38366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
390 | 2024.02.09 21:15:07.308867 [ 3 ] {6d5a0b89-4813-4290-ae2a-673543b38366} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
391 | 2024.02.09 21:15:07.320969 [ 3 ] {6d5a0b89-4813-4290-ae2a-673543b38366} <Debug> oximeter.measurements_f64 (050d6e0a-abe8-46d1-aaee-ba3c78d85d2c): Loading data parts | ||
392 | 2024.02.09 21:15:07.321075 [ 3 ] {6d5a0b89-4813-4290-ae2a-673543b38366} <Debug> oximeter.measurements_f64 (050d6e0a-abe8-46d1-aaee-ba3c78d85d2c): There are no data parts | ||
393 | 2024.02.09 21:15:07.331889 [ 3 ] {6d5a0b89-4813-4290-ae2a-673543b38366} <Debug> DynamicQueryHandler: Done processing query | ||
394 | 2024.02.09 21:15:07.331927 [ 3 ] {6d5a0b89-4813-4290-ae2a-673543b38366} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
395 | 2024.02.09 21:15:07.331943 [ 3 ] {} <Debug> HTTP-Session: 4fb93a22-9b01-4116-af5b-5062fd2948ad Destroying unnamed session | ||
396 | 2024.02.09 21:15:07.332089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
397 | 2024.02.09 21:15:07.332139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
398 | 2024.02.09 21:15:07.332158 [ 3 ] {} <Debug> HTTP-Session: ef268511-b775-43aa-906d-ccad4283c471 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
399 | 2024.02.09 21:15:07.332185 [ 3 ] {} <Debug> HTTP-Session: ef268511-b775-43aa-906d-ccad4283c471 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
400 | 2024.02.09 21:15:07.332396 [ 3 ] {a603d1ea-04ca-45ea-ad67-6c9e76df0ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
401 | 2024.02.09 21:15:07.332448 [ 3 ] {a603d1ea-04ca-45ea-ad67-6c9e76df0ac6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
402 | 2024.02.09 21:15:07.344225 [ 3 ] {a603d1ea-04ca-45ea-ad67-6c9e76df0ac6} <Debug> oximeter.measurements_string (c42a4277-bd22-4517-8f51-90d0ef98e72f): Loading data parts | ||
403 | 2024.02.09 21:15:07.344310 [ 3 ] {a603d1ea-04ca-45ea-ad67-6c9e76df0ac6} <Debug> oximeter.measurements_string (c42a4277-bd22-4517-8f51-90d0ef98e72f): There are no data parts | ||
404 | 2024.02.09 21:15:07.348417 [ 3 ] {a603d1ea-04ca-45ea-ad67-6c9e76df0ac6} <Debug> DynamicQueryHandler: Done processing query | ||
405 | 2024.02.09 21:15:07.348458 [ 3 ] {a603d1ea-04ca-45ea-ad67-6c9e76df0ac6} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
406 | 2024.02.09 21:15:07.348474 [ 3 ] {} <Debug> HTTP-Session: ef268511-b775-43aa-906d-ccad4283c471 Destroying unnamed session | ||
407 | 2024.02.09 21:15:07.348620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
408 | 2024.02.09 21:15:07.348674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
409 | 2024.02.09 21:15:07.348692 [ 3 ] {} <Debug> HTTP-Session: 7695f6c4-bf8f-4f1c-b5d6-53a0ab6cb7c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
410 | 2024.02.09 21:15:07.348719 [ 3 ] {} <Debug> HTTP-Session: 7695f6c4-bf8f-4f1c-b5d6-53a0ab6cb7c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
411 | 2024.02.09 21:15:07.348922 [ 3 ] {3ec61640-8c64-4790-ad02-1e0bfadf96e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
412 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
413 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
414 | * a string isn't palatable for a few reasons. | ||
415 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
416 | * details. | ||
417 | */ | ||
418 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
419 | 2024.02.09 21:15:07.348980 [ 3 ] {3ec61640-8c64-4790-ad02-1e0bfadf96e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
420 | 2024.02.09 21:15:07.355261 [ 3 ] {3ec61640-8c64-4790-ad02-1e0bfadf96e6} <Debug> oximeter.measurements_bytes (cb553625-e683-4cd4-a238-4c35849fef76): Loading data parts | ||
421 | 2024.02.09 21:15:07.355398 [ 3 ] {3ec61640-8c64-4790-ad02-1e0bfadf96e6} <Debug> oximeter.measurements_bytes (cb553625-e683-4cd4-a238-4c35849fef76): There are no data parts | ||
422 | 2024.02.09 21:15:07.368102 [ 3 ] {3ec61640-8c64-4790-ad02-1e0bfadf96e6} <Debug> DynamicQueryHandler: Done processing query | ||
423 | 2024.02.09 21:15:07.368145 [ 3 ] {3ec61640-8c64-4790-ad02-1e0bfadf96e6} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
424 | 2024.02.09 21:15:07.368164 [ 3 ] {} <Debug> HTTP-Session: 7695f6c4-bf8f-4f1c-b5d6-53a0ab6cb7c8 Destroying unnamed session | ||
425 | 2024.02.09 21:15:07.368321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
426 | 2024.02.09 21:15:07.368384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
427 | 2024.02.09 21:15:07.368406 [ 3 ] {} <Debug> HTTP-Session: 46b9cd83-c312-4a3b-922b-bfa7a1f27eb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
428 | 2024.02.09 21:15:07.368435 [ 3 ] {} <Debug> HTTP-Session: 46b9cd83-c312-4a3b-922b-bfa7a1f27eb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
429 | 2024.02.09 21:15:07.368652 [ 3 ] {40063c9d-575a-46c6-87d2-a4fa59c5b3da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
430 | 2024.02.09 21:15:07.368713 [ 3 ] {40063c9d-575a-46c6-87d2-a4fa59c5b3da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
431 | 2024.02.09 21:15:07.378556 [ 3 ] {40063c9d-575a-46c6-87d2-a4fa59c5b3da} <Debug> oximeter.measurements_cumulativei64 (f69f58a1-2520-4624-b5f7-64f20ddddd2b): Loading data parts | ||
432 | 2024.02.09 21:15:07.378675 [ 3 ] {40063c9d-575a-46c6-87d2-a4fa59c5b3da} <Debug> oximeter.measurements_cumulativei64 (f69f58a1-2520-4624-b5f7-64f20ddddd2b): There are no data parts | ||
433 | 2024.02.09 21:15:07.390997 [ 3 ] {40063c9d-575a-46c6-87d2-a4fa59c5b3da} <Debug> DynamicQueryHandler: Done processing query | ||
434 | 2024.02.09 21:15:07.391040 [ 3 ] {40063c9d-575a-46c6-87d2-a4fa59c5b3da} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
435 | 2024.02.09 21:15:07.391069 [ 3 ] {} <Debug> HTTP-Session: 46b9cd83-c312-4a3b-922b-bfa7a1f27eb2 Destroying unnamed session | ||
436 | 2024.02.09 21:15:07.391214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
437 | 2024.02.09 21:15:07.391276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
438 | 2024.02.09 21:15:07.391310 [ 3 ] {} <Debug> HTTP-Session: 2e536374-ad9b-4f23-a478-694583362d65 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
439 | 2024.02.09 21:15:07.391330 [ 3 ] {} <Debug> HTTP-Session: 2e536374-ad9b-4f23-a478-694583362d65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
440 | 2024.02.09 21:15:07.391572 [ 3 ] {2af9e1ec-047a-4ecc-8c7f-b3d0f0f92bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
441 | 2024.02.09 21:15:07.391633 [ 3 ] {2af9e1ec-047a-4ecc-8c7f-b3d0f0f92bc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
442 | 2024.02.09 21:15:07.401443 [ 3 ] {2af9e1ec-047a-4ecc-8c7f-b3d0f0f92bc2} <Debug> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Loading data parts | ||
443 | 2024.02.09 21:15:07.401565 [ 3 ] {2af9e1ec-047a-4ecc-8c7f-b3d0f0f92bc2} <Debug> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): There are no data parts | ||
444 | 2024.02.09 21:15:07.414143 [ 3 ] {2af9e1ec-047a-4ecc-8c7f-b3d0f0f92bc2} <Debug> DynamicQueryHandler: Done processing query | ||
445 | 2024.02.09 21:15:07.414172 [ 3 ] {2af9e1ec-047a-4ecc-8c7f-b3d0f0f92bc2} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
446 | 2024.02.09 21:15:07.414206 [ 3 ] {} <Debug> HTTP-Session: 2e536374-ad9b-4f23-a478-694583362d65 Destroying unnamed session | ||
447 | 2024.02.09 21:15:07.414341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
448 | 2024.02.09 21:15:07.414404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
449 | 2024.02.09 21:15:07.414437 [ 3 ] {} <Debug> HTTP-Session: 97024f01-1924-457f-b49e-5e5935463365 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
450 | 2024.02.09 21:15:07.414458 [ 3 ] {} <Debug> HTTP-Session: 97024f01-1924-457f-b49e-5e5935463365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
451 | 2024.02.09 21:15:07.414708 [ 3 ] {f3111989-bb2c-4d66-9c1d-8c6b890d98cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
452 | 2024.02.09 21:15:07.414771 [ 3 ] {f3111989-bb2c-4d66-9c1d-8c6b890d98cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
453 | 2024.02.09 21:15:07.423271 [ 3 ] {f3111989-bb2c-4d66-9c1d-8c6b890d98cd} <Debug> oximeter.measurements_cumulativef32 (519784cc-35ba-4537-b980-d4a0fb74ea11): Loading data parts | ||
454 | 2024.02.09 21:15:07.423373 [ 3 ] {f3111989-bb2c-4d66-9c1d-8c6b890d98cd} <Debug> oximeter.measurements_cumulativef32 (519784cc-35ba-4537-b980-d4a0fb74ea11): There are no data parts | ||
455 | 2024.02.09 21:15:07.426011 [ 3 ] {f3111989-bb2c-4d66-9c1d-8c6b890d98cd} <Debug> DynamicQueryHandler: Done processing query | ||
456 | 2024.02.09 21:15:07.426056 [ 3 ] {f3111989-bb2c-4d66-9c1d-8c6b890d98cd} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
457 | 2024.02.09 21:15:07.426076 [ 3 ] {} <Debug> HTTP-Session: 97024f01-1924-457f-b49e-5e5935463365 Destroying unnamed session | ||
458 | 2024.02.09 21:15:07.426217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.02.09 21:15:07.426293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
460 | 2024.02.09 21:15:07.426316 [ 3 ] {} <Debug> HTTP-Session: 5b9ed4aa-d3ee-4b64-bdf4-62bf3bcf98a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
461 | 2024.02.09 21:15:07.426337 [ 3 ] {} <Debug> HTTP-Session: 5b9ed4aa-d3ee-4b64-bdf4-62bf3bcf98a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.02.09 21:15:07.426577 [ 3 ] {75480076-a2c5-4996-b1ce-5e133553d84b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
463 | 2024.02.09 21:15:07.426636 [ 3 ] {75480076-a2c5-4996-b1ce-5e133553d84b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
464 | 2024.02.09 21:15:07.438272 [ 3 ] {75480076-a2c5-4996-b1ce-5e133553d84b} <Debug> oximeter.measurements_cumulativef64 (15fe3eac-78e3-415d-ad6f-374c23464e2b): Loading data parts | ||
465 | 2024.02.09 21:15:07.438371 [ 3 ] {75480076-a2c5-4996-b1ce-5e133553d84b} <Debug> oximeter.measurements_cumulativef64 (15fe3eac-78e3-415d-ad6f-374c23464e2b): There are no data parts | ||
466 | 2024.02.09 21:15:07.461391 [ 3 ] {75480076-a2c5-4996-b1ce-5e133553d84b} <Debug> DynamicQueryHandler: Done processing query | ||
467 | 2024.02.09 21:15:07.461436 [ 3 ] {75480076-a2c5-4996-b1ce-5e133553d84b} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
468 | 2024.02.09 21:15:07.461456 [ 3 ] {} <Debug> HTTP-Session: 5b9ed4aa-d3ee-4b64-bdf4-62bf3bcf98a6 Destroying unnamed session | ||
469 | 2024.02.09 21:15:07.461609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
470 | 2024.02.09 21:15:07.461675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
471 | 2024.02.09 21:15:07.461699 [ 3 ] {} <Debug> HTTP-Session: 5c91a5f4-e360-4c96-8183-279eeccfe8ca Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
472 | 2024.02.09 21:15:07.461732 [ 3 ] {} <Debug> HTTP-Session: 5c91a5f4-e360-4c96-8183-279eeccfe8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
473 | 2024.02.09 21:15:07.462050 [ 3 ] {15189c0f-89e7-4383-9349-70c4d92efe03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
474 | * NOTE: Array types cannot be Nullable, see | ||
475 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
476 | * for more details. | ||
477 | * | ||
478 | * This means we need to use empty arrays to indicate a missing value. This | ||
479 | * is unfortunate, and at this point relies on the fact that an | ||
480 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
481 | * to figure out another way to represent missing samples here. | ||
482 | */ | ||
483 | 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) | ||
484 | 2024.02.09 21:15:07.462141 [ 3 ] {15189c0f-89e7-4383-9349-70c4d92efe03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
485 | 2024.02.09 21:15:07.481602 [ 3 ] {15189c0f-89e7-4383-9349-70c4d92efe03} <Debug> oximeter.measurements_histogrami8 (91857ee3-8df3-434c-9404-2fb79e35971f): Loading data parts | ||
486 | 2024.02.09 21:15:07.481727 [ 3 ] {15189c0f-89e7-4383-9349-70c4d92efe03} <Debug> oximeter.measurements_histogrami8 (91857ee3-8df3-434c-9404-2fb79e35971f): There are no data parts | ||
487 | 2024.02.09 21:15:07.495961 [ 3 ] {15189c0f-89e7-4383-9349-70c4d92efe03} <Debug> DynamicQueryHandler: Done processing query | ||
488 | 2024.02.09 21:15:07.496009 [ 3 ] {15189c0f-89e7-4383-9349-70c4d92efe03} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
489 | 2024.02.09 21:15:07.496029 [ 3 ] {} <Debug> HTTP-Session: 5c91a5f4-e360-4c96-8183-279eeccfe8ca Destroying unnamed session | ||
490 | 2024.02.09 21:15:07.496193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
491 | 2024.02.09 21:15:07.496260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
492 | 2024.02.09 21:15:07.496283 [ 3 ] {} <Debug> HTTP-Session: a129f7a5-1971-447a-8267-0637101a76fd Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
493 | 2024.02.09 21:15:07.496317 [ 3 ] {} <Debug> HTTP-Session: a129f7a5-1971-447a-8267-0637101a76fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.02.09 21:15:07.496603 [ 3 ] {733a99a1-909e-4182-b5e3-9175cefa365b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
495 | 2024.02.09 21:15:07.496674 [ 3 ] {733a99a1-909e-4182-b5e3-9175cefa365b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
496 | 2024.02.09 21:15:07.517228 [ 3 ] {733a99a1-909e-4182-b5e3-9175cefa365b} <Debug> oximeter.measurements_histogramu8 (5d62f91e-c180-48d8-afa6-d1400a0aad99): Loading data parts | ||
497 | 2024.02.09 21:15:07.517362 [ 3 ] {733a99a1-909e-4182-b5e3-9175cefa365b} <Debug> oximeter.measurements_histogramu8 (5d62f91e-c180-48d8-afa6-d1400a0aad99): There are no data parts | ||
498 | 2024.02.09 21:15:07.519785 [ 3 ] {733a99a1-909e-4182-b5e3-9175cefa365b} <Debug> DynamicQueryHandler: Done processing query | ||
499 | 2024.02.09 21:15:07.519812 [ 3 ] {733a99a1-909e-4182-b5e3-9175cefa365b} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
500 | 2024.02.09 21:15:07.519829 [ 3 ] {} <Debug> HTTP-Session: a129f7a5-1971-447a-8267-0637101a76fd Destroying unnamed session | ||
501 | 2024.02.09 21:15:07.519995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
502 | 2024.02.09 21:15:07.520054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
503 | 2024.02.09 21:15:07.520073 [ 3 ] {} <Debug> HTTP-Session: 2f4e6d06-db8b-48fd-8bf0-a3691872392d Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
504 | 2024.02.09 21:15:07.520101 [ 3 ] {} <Debug> HTTP-Session: 2f4e6d06-db8b-48fd-8bf0-a3691872392d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
505 | 2024.02.09 21:15:07.520327 [ 3 ] {809bc239-ff87-4ea7-84b0-233990bcf28f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
506 | 2024.02.09 21:15:07.520390 [ 3 ] {809bc239-ff87-4ea7-84b0-233990bcf28f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
507 | 2024.02.09 21:15:07.542122 [ 3 ] {809bc239-ff87-4ea7-84b0-233990bcf28f} <Debug> oximeter.measurements_histogrami16 (065048d3-e92c-4a7f-8086-6d86289ca55f): Loading data parts | ||
508 | 2024.02.09 21:15:07.542260 [ 3 ] {809bc239-ff87-4ea7-84b0-233990bcf28f} <Debug> oximeter.measurements_histogrami16 (065048d3-e92c-4a7f-8086-6d86289ca55f): There are no data parts | ||
509 | 2024.02.09 21:15:07.551572 [ 3 ] {809bc239-ff87-4ea7-84b0-233990bcf28f} <Debug> DynamicQueryHandler: Done processing query | ||
510 | 2024.02.09 21:15:07.551596 [ 3 ] {809bc239-ff87-4ea7-84b0-233990bcf28f} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
511 | 2024.02.09 21:15:07.551626 [ 3 ] {} <Debug> HTTP-Session: 2f4e6d06-db8b-48fd-8bf0-a3691872392d Destroying unnamed session | ||
512 | 2024.02.09 21:15:07.551758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
513 | 2024.02.09 21:15:07.551811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
514 | 2024.02.09 21:15:07.551839 [ 3 ] {} <Debug> HTTP-Session: d0197ca6-2748-428e-83c7-db8be8def3c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
515 | 2024.02.09 21:15:07.551863 [ 3 ] {} <Debug> HTTP-Session: d0197ca6-2748-428e-83c7-db8be8def3c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
516 | 2024.02.09 21:15:07.552078 [ 3 ] {c292f0ac-19a3-4035-ad88-2ed6dfe3afaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
517 | 2024.02.09 21:15:07.552141 [ 3 ] {c292f0ac-19a3-4035-ad88-2ed6dfe3afaa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
518 | 2024.02.09 21:15:07.557138 [ 3 ] {c292f0ac-19a3-4035-ad88-2ed6dfe3afaa} <Debug> oximeter.measurements_histogramu16 (535dd4a7-fd04-4adc-8ee6-244913bba71f): Loading data parts | ||
519 | 2024.02.09 21:15:07.557251 [ 3 ] {c292f0ac-19a3-4035-ad88-2ed6dfe3afaa} <Debug> oximeter.measurements_histogramu16 (535dd4a7-fd04-4adc-8ee6-244913bba71f): There are no data parts | ||
520 | 2024.02.09 21:15:07.567790 [ 3 ] {c292f0ac-19a3-4035-ad88-2ed6dfe3afaa} <Debug> DynamicQueryHandler: Done processing query | ||
521 | 2024.02.09 21:15:07.567815 [ 3 ] {c292f0ac-19a3-4035-ad88-2ed6dfe3afaa} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
522 | 2024.02.09 21:15:07.567846 [ 3 ] {} <Debug> HTTP-Session: d0197ca6-2748-428e-83c7-db8be8def3c9 Destroying unnamed session | ||
523 | 2024.02.09 21:15:07.568016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
524 | 2024.02.09 21:15:07.568061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
525 | 2024.02.09 21:15:07.568092 [ 3 ] {} <Debug> HTTP-Session: 1463d476-3223-4561-8b71-64045d8f062a Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
526 | 2024.02.09 21:15:07.568118 [ 3 ] {} <Debug> HTTP-Session: 1463d476-3223-4561-8b71-64045d8f062a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
527 | 2024.02.09 21:15:07.568341 [ 3 ] {e2e804d0-1bee-47b7-b001-862b4e1c74af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
528 | 2024.02.09 21:15:07.568407 [ 3 ] {e2e804d0-1bee-47b7-b001-862b4e1c74af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
529 | 2024.02.09 21:15:07.579896 [ 3 ] {e2e804d0-1bee-47b7-b001-862b4e1c74af} <Debug> oximeter.measurements_histogrami32 (1c15a21c-fca0-4ad8-8649-0e154465a211): Loading data parts | ||
530 | 2024.02.09 21:15:07.580031 [ 3 ] {e2e804d0-1bee-47b7-b001-862b4e1c74af} <Debug> oximeter.measurements_histogrami32 (1c15a21c-fca0-4ad8-8649-0e154465a211): There are no data parts | ||
531 | 2024.02.09 21:15:07.591350 [ 3 ] {e2e804d0-1bee-47b7-b001-862b4e1c74af} <Debug> DynamicQueryHandler: Done processing query | ||
532 | 2024.02.09 21:15:07.591423 [ 3 ] {e2e804d0-1bee-47b7-b001-862b4e1c74af} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
533 | 2024.02.09 21:15:07.591469 [ 3 ] {} <Debug> HTTP-Session: 1463d476-3223-4561-8b71-64045d8f062a Destroying unnamed session | ||
534 | 2024.02.09 21:15:07.591632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
535 | 2024.02.09 21:15:07.591689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
536 | 2024.02.09 21:15:07.591709 [ 3 ] {} <Debug> HTTP-Session: a319ed00-59a7-41a5-9069-a517c314b0c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
537 | 2024.02.09 21:15:07.591736 [ 3 ] {} <Debug> HTTP-Session: a319ed00-59a7-41a5-9069-a517c314b0c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
538 | 2024.02.09 21:15:07.591961 [ 3 ] {be359cff-d3ba-4708-93a7-3c86f5a1e353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
539 | 2024.02.09 21:15:07.592015 [ 3 ] {be359cff-d3ba-4708-93a7-3c86f5a1e353} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
540 | 2024.02.09 21:15:07.603458 [ 3 ] {be359cff-d3ba-4708-93a7-3c86f5a1e353} <Debug> oximeter.measurements_histogramu32 (0d1fa1af-aa77-48e3-b736-7ac7113f4521): Loading data parts | ||
541 | 2024.02.09 21:15:07.603568 [ 3 ] {be359cff-d3ba-4708-93a7-3c86f5a1e353} <Debug> oximeter.measurements_histogramu32 (0d1fa1af-aa77-48e3-b736-7ac7113f4521): There are no data parts | ||
542 | 2024.02.09 21:15:07.656989 [ 3 ] {be359cff-d3ba-4708-93a7-3c86f5a1e353} <Debug> DynamicQueryHandler: Done processing query | ||
543 | 2024.02.09 21:15:07.657020 [ 3 ] {be359cff-d3ba-4708-93a7-3c86f5a1e353} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
544 | 2024.02.09 21:15:07.657056 [ 3 ] {} <Debug> HTTP-Session: a319ed00-59a7-41a5-9069-a517c314b0c4 Destroying unnamed session | ||
545 | 2024.02.09 21:15:07.657202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
546 | 2024.02.09 21:15:07.657269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
547 | 2024.02.09 21:15:07.657303 [ 3 ] {} <Debug> HTTP-Session: 6ef49a8b-8035-4c32-b4a5-7d6c4eb5aea5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
548 | 2024.02.09 21:15:07.657323 [ 3 ] {} <Debug> HTTP-Session: 6ef49a8b-8035-4c32-b4a5-7d6c4eb5aea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
549 | 2024.02.09 21:15:07.657580 [ 3 ] {d669f5ed-d08a-4781-b886-49413eda024a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
550 | 2024.02.09 21:15:07.657648 [ 3 ] {d669f5ed-d08a-4781-b886-49413eda024a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
551 | 2024.02.09 21:15:07.662550 [ 3 ] {d669f5ed-d08a-4781-b886-49413eda024a} <Debug> oximeter.measurements_histogrami64 (6e03865f-fafd-4184-9338-fbc24fe9d40f): Loading data parts | ||
552 | 2024.02.09 21:15:07.662660 [ 3 ] {d669f5ed-d08a-4781-b886-49413eda024a} <Debug> oximeter.measurements_histogrami64 (6e03865f-fafd-4184-9338-fbc24fe9d40f): There are no data parts | ||
553 | 2024.02.09 21:15:07.663890 [ 3 ] {d669f5ed-d08a-4781-b886-49413eda024a} <Debug> DynamicQueryHandler: Done processing query | ||
554 | 2024.02.09 21:15:07.663930 [ 3 ] {d669f5ed-d08a-4781-b886-49413eda024a} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
555 | 2024.02.09 21:15:07.663946 [ 3 ] {} <Debug> HTTP-Session: 6ef49a8b-8035-4c32-b4a5-7d6c4eb5aea5 Destroying unnamed session | ||
556 | 2024.02.09 21:15:07.664068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
557 | 2024.02.09 21:15:07.664135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
558 | 2024.02.09 21:15:07.664154 [ 3 ] {} <Debug> HTTP-Session: c71d1bc4-d756-4b3f-a696-08b145aa164d Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
559 | 2024.02.09 21:15:07.664171 [ 3 ] {} <Debug> HTTP-Session: c71d1bc4-d756-4b3f-a696-08b145aa164d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
560 | 2024.02.09 21:15:07.664402 [ 3 ] {c7e93b01-15da-41f6-ac55-780483188685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
561 | 2024.02.09 21:15:07.664467 [ 3 ] {c7e93b01-15da-41f6-ac55-780483188685} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
562 | 2024.02.09 21:15:07.684500 [ 3 ] {c7e93b01-15da-41f6-ac55-780483188685} <Debug> oximeter.measurements_histogramu64 (420729e3-87a4-4381-af2f-612b21d98541): Loading data parts | ||
563 | 2024.02.09 21:15:07.684609 [ 3 ] {c7e93b01-15da-41f6-ac55-780483188685} <Debug> oximeter.measurements_histogramu64 (420729e3-87a4-4381-af2f-612b21d98541): There are no data parts | ||
564 | 2024.02.09 21:15:07.687798 [ 3 ] {c7e93b01-15da-41f6-ac55-780483188685} <Debug> DynamicQueryHandler: Done processing query | ||
565 | 2024.02.09 21:15:07.687840 [ 3 ] {c7e93b01-15da-41f6-ac55-780483188685} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
566 | 2024.02.09 21:15:07.687856 [ 3 ] {} <Debug> HTTP-Session: c71d1bc4-d756-4b3f-a696-08b145aa164d Destroying unnamed session | ||
567 | 2024.02.09 21:15:07.687996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
568 | 2024.02.09 21:15:07.688052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
569 | 2024.02.09 21:15:07.688071 [ 3 ] {} <Debug> HTTP-Session: 0e0e8353-18d2-4115-b6b7-0b39f27b526b Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
570 | 2024.02.09 21:15:07.688099 [ 3 ] {} <Debug> HTTP-Session: 0e0e8353-18d2-4115-b6b7-0b39f27b526b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
571 | 2024.02.09 21:15:07.688330 [ 3 ] {325dbc86-d72c-4040-bd2d-e84e49b16810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
572 | 2024.02.09 21:15:07.688397 [ 3 ] {325dbc86-d72c-4040-bd2d-e84e49b16810} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
573 | 2024.02.09 21:15:07.700172 [ 3 ] {325dbc86-d72c-4040-bd2d-e84e49b16810} <Debug> oximeter.measurements_histogramf32 (5c7636a0-1f1f-4a7f-aac0-c6444248ca6d): Loading data parts | ||
574 | 2024.02.09 21:15:07.700319 [ 3 ] {325dbc86-d72c-4040-bd2d-e84e49b16810} <Debug> oximeter.measurements_histogramf32 (5c7636a0-1f1f-4a7f-aac0-c6444248ca6d): There are no data parts | ||
575 | 2024.02.09 21:15:07.710879 [ 3 ] {325dbc86-d72c-4040-bd2d-e84e49b16810} <Debug> DynamicQueryHandler: Done processing query | ||
576 | 2024.02.09 21:15:07.710909 [ 3 ] {325dbc86-d72c-4040-bd2d-e84e49b16810} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
577 | 2024.02.09 21:15:07.710927 [ 3 ] {} <Debug> HTTP-Session: 0e0e8353-18d2-4115-b6b7-0b39f27b526b Destroying unnamed session | ||
578 | 2024.02.09 21:15:07.711103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
579 | 2024.02.09 21:15:07.711169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
580 | 2024.02.09 21:15:07.711191 [ 3 ] {} <Debug> HTTP-Session: 1064a885-397a-4635-8175-2f8b54246590 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
581 | 2024.02.09 21:15:07.711224 [ 3 ] {} <Debug> HTTP-Session: 1064a885-397a-4635-8175-2f8b54246590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.02.09 21:15:07.711499 [ 3 ] {83e979da-2996-4a26-8c52-d76d3c491142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
583 | 2024.02.09 21:15:07.711566 [ 3 ] {83e979da-2996-4a26-8c52-d76d3c491142} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
584 | 2024.02.09 21:15:07.723005 [ 3 ] {83e979da-2996-4a26-8c52-d76d3c491142} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Loading data parts | ||
585 | 2024.02.09 21:15:07.723122 [ 3 ] {83e979da-2996-4a26-8c52-d76d3c491142} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): There are no data parts | ||
586 | 2024.02.09 21:15:07.729484 [ 3 ] {83e979da-2996-4a26-8c52-d76d3c491142} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.02.09 21:15:07.729511 [ 3 ] {83e979da-2996-4a26-8c52-d76d3c491142} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
588 | 2024.02.09 21:15:07.729547 [ 3 ] {} <Debug> HTTP-Session: 1064a885-397a-4635-8175-2f8b54246590 Destroying unnamed session | ||
589 | 2024.02.09 21:15:07.729752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.02.09 21:15:07.729811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
591 | 2024.02.09 21:15:07.729844 [ 3 ] {} <Debug> HTTP-Session: e816125e-6838-4945-ad4d-04f261acfad6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
592 | 2024.02.09 21:15:07.729861 [ 3 ] {} <Debug> HTTP-Session: e816125e-6838-4945-ad4d-04f261acfad6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.02.09 21:15:07.730036 [ 3 ] {4c317dba-125d-4df0-8d21-a02e056542a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) /* The field tables store named dimensions of each timeseries. | ||
594 | * | ||
595 | * As with the measurement tables, there is one field table for each field data | ||
596 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
597 | * this behavior **must not** be relied upon for query correctness. | ||
598 | * | ||
599 | * The index for the fields differs from the measurements, however. Rows are | ||
600 | * sorted by timeseries name, then field name, field value, and finally | ||
601 | * timeseries key. This reflects the most common pattern for looking them up: | ||
602 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
603 | * usually then used to look up measurements. | ||
604 | * | ||
605 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
606 | * timeseries name and then key, since it would improve lookups where one | ||
607 | * already has the key. Realistically though, these tables are quite small and | ||
608 | * so performance benefits will be low in absolute terms. | ||
609 | */ | ||
610 | 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) | ||
611 | 2024.02.09 21:15:07.730099 [ 3 ] {4c317dba-125d-4df0-8d21-a02e056542a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
612 | 2024.02.09 21:15:07.733789 [ 3 ] {4c317dba-125d-4df0-8d21-a02e056542a8} <Debug> oximeter.fields_bool (e2fbbdc7-ea7b-4f82-83c2-4360c0bd362f): Loading data parts | ||
613 | 2024.02.09 21:15:07.733887 [ 3 ] {4c317dba-125d-4df0-8d21-a02e056542a8} <Debug> oximeter.fields_bool (e2fbbdc7-ea7b-4f82-83c2-4360c0bd362f): There are no data parts | ||
614 | 2024.02.09 21:15:07.746433 [ 3 ] {4c317dba-125d-4df0-8d21-a02e056542a8} <Debug> DynamicQueryHandler: Done processing query | ||
615 | 2024.02.09 21:15:07.746473 [ 3 ] {4c317dba-125d-4df0-8d21-a02e056542a8} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
616 | 2024.02.09 21:15:07.746491 [ 3 ] {} <Debug> HTTP-Session: e816125e-6838-4945-ad4d-04f261acfad6 Destroying unnamed session | ||
617 | 2024.02.09 21:15:07.746626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
618 | 2024.02.09 21:15:07.746697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
619 | 2024.02.09 21:15:07.746716 [ 3 ] {} <Debug> HTTP-Session: ed048db2-8bb8-4033-a9ea-d8b30a9a5e34 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
620 | 2024.02.09 21:15:07.746745 [ 3 ] {} <Debug> HTTP-Session: ed048db2-8bb8-4033-a9ea-d8b30a9a5e34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
621 | 2024.02.09 21:15:07.746918 [ 3 ] {8331bbf9-18b1-4a24-861d-8186a4f99596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
622 | 2024.02.09 21:15:07.746968 [ 3 ] {8331bbf9-18b1-4a24-861d-8186a4f99596} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
623 | 2024.02.09 21:15:07.770066 [ 3 ] {8331bbf9-18b1-4a24-861d-8186a4f99596} <Debug> oximeter.fields_i8 (ce137691-6d7f-4e75-b7d7-7e553eacb65e): Loading data parts | ||
624 | 2024.02.09 21:15:07.770203 [ 3 ] {8331bbf9-18b1-4a24-861d-8186a4f99596} <Debug> oximeter.fields_i8 (ce137691-6d7f-4e75-b7d7-7e553eacb65e): There are no data parts | ||
625 | 2024.02.09 21:15:07.790045 [ 3 ] {8331bbf9-18b1-4a24-861d-8186a4f99596} <Debug> DynamicQueryHandler: Done processing query | ||
626 | 2024.02.09 21:15:07.790096 [ 3 ] {8331bbf9-18b1-4a24-861d-8186a4f99596} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
627 | 2024.02.09 21:15:07.790152 [ 3 ] {} <Debug> HTTP-Session: ed048db2-8bb8-4033-a9ea-d8b30a9a5e34 Destroying unnamed session | ||
628 | 2024.02.09 21:15:07.790351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
629 | 2024.02.09 21:15:07.790458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
630 | 2024.02.09 21:15:07.790514 [ 3 ] {} <Debug> HTTP-Session: 0a7b4288-e2f2-4032-aafa-531b9683eec5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
631 | 2024.02.09 21:15:07.790538 [ 3 ] {} <Debug> HTTP-Session: 0a7b4288-e2f2-4032-aafa-531b9683eec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
632 | 2024.02.09 21:15:07.790708 [ 3 ] {e653b933-e32d-42bc-8f63-c9d58e4e1a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
633 | 2024.02.09 21:15:07.790757 [ 3 ] {e653b933-e32d-42bc-8f63-c9d58e4e1a99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
634 | 2024.02.09 21:15:07.803582 [ 3 ] {e653b933-e32d-42bc-8f63-c9d58e4e1a99} <Debug> oximeter.fields_u8 (1d26be23-e88b-4541-84c6-53fb471b61e9): Loading data parts | ||
635 | 2024.02.09 21:15:07.803710 [ 3 ] {e653b933-e32d-42bc-8f63-c9d58e4e1a99} <Debug> oximeter.fields_u8 (1d26be23-e88b-4541-84c6-53fb471b61e9): There are no data parts | ||
636 | 2024.02.09 21:15:07.813114 [ 3 ] {e653b933-e32d-42bc-8f63-c9d58e4e1a99} <Debug> DynamicQueryHandler: Done processing query | ||
637 | 2024.02.09 21:15:07.813155 [ 3 ] {e653b933-e32d-42bc-8f63-c9d58e4e1a99} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
638 | 2024.02.09 21:15:07.813182 [ 3 ] {} <Debug> HTTP-Session: 0a7b4288-e2f2-4032-aafa-531b9683eec5 Destroying unnamed session | ||
639 | 2024.02.09 21:15:07.813318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
640 | 2024.02.09 21:15:07.813375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
641 | 2024.02.09 21:15:07.813393 [ 3 ] {} <Debug> HTTP-Session: cc14d0fa-6a22-4939-a836-5d1cd0ae6018 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
642 | 2024.02.09 21:15:07.813421 [ 3 ] {} <Debug> HTTP-Session: cc14d0fa-6a22-4939-a836-5d1cd0ae6018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
643 | 2024.02.09 21:15:07.813590 [ 3 ] {3923bbd2-6095-48fc-9d98-6c8f081e5982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
644 | 2024.02.09 21:15:07.813639 [ 3 ] {3923bbd2-6095-48fc-9d98-6c8f081e5982} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
645 | 2024.02.09 21:15:07.828274 [ 3 ] {3923bbd2-6095-48fc-9d98-6c8f081e5982} <Debug> oximeter.fields_i16 (dfcd530c-3d5b-4d72-9ef2-15abf009f5c4): Loading data parts | ||
646 | 2024.02.09 21:15:07.828409 [ 3 ] {3923bbd2-6095-48fc-9d98-6c8f081e5982} <Debug> oximeter.fields_i16 (dfcd530c-3d5b-4d72-9ef2-15abf009f5c4): There are no data parts | ||
647 | 2024.02.09 21:15:07.840986 [ 3 ] {3923bbd2-6095-48fc-9d98-6c8f081e5982} <Debug> DynamicQueryHandler: Done processing query | ||
648 | 2024.02.09 21:15:07.841037 [ 3 ] {3923bbd2-6095-48fc-9d98-6c8f081e5982} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
649 | 2024.02.09 21:15:07.841091 [ 3 ] {} <Debug> HTTP-Session: cc14d0fa-6a22-4939-a836-5d1cd0ae6018 Destroying unnamed session | ||
650 | 2024.02.09 21:15:07.841290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
651 | 2024.02.09 21:15:07.841374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
652 | 2024.02.09 21:15:07.841439 [ 3 ] {} <Debug> HTTP-Session: 69f53e43-1a59-4a22-8b14-abdf2d8d3ce6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
653 | 2024.02.09 21:15:07.841490 [ 3 ] {} <Debug> HTTP-Session: 69f53e43-1a59-4a22-8b14-abdf2d8d3ce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
654 | 2024.02.09 21:15:07.841673 [ 3 ] {fcfdd15d-1ef6-4786-87e3-2bbaa3591d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
655 | 2024.02.09 21:15:07.841731 [ 3 ] {fcfdd15d-1ef6-4786-87e3-2bbaa3591d8b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
656 | 2024.02.09 21:15:07.851215 [ 3 ] {fcfdd15d-1ef6-4786-87e3-2bbaa3591d8b} <Debug> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Loading data parts | ||
657 | 2024.02.09 21:15:07.851331 [ 3 ] {fcfdd15d-1ef6-4786-87e3-2bbaa3591d8b} <Debug> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): There are no data parts | ||
658 | 2024.02.09 21:15:07.863835 [ 3 ] {fcfdd15d-1ef6-4786-87e3-2bbaa3591d8b} <Debug> DynamicQueryHandler: Done processing query | ||
659 | 2024.02.09 21:15:07.863884 [ 3 ] {fcfdd15d-1ef6-4786-87e3-2bbaa3591d8b} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
660 | 2024.02.09 21:15:07.863940 [ 3 ] {} <Debug> HTTP-Session: 69f53e43-1a59-4a22-8b14-abdf2d8d3ce6 Destroying unnamed session | ||
661 | 2024.02.09 21:15:07.864120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
662 | 2024.02.09 21:15:07.864225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
663 | 2024.02.09 21:15:07.864283 [ 3 ] {} <Debug> HTTP-Session: 8f0979c0-fba4-4b9a-ae73-227269b947e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
664 | 2024.02.09 21:15:07.864316 [ 3 ] {} <Debug> HTTP-Session: 8f0979c0-fba4-4b9a-ae73-227269b947e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.02.09 21:15:07.864597 [ 3 ] {b513dab2-d72f-4a21-a211-05c07ba7d87f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
666 | 2024.02.09 21:15:07.864663 [ 3 ] {b513dab2-d72f-4a21-a211-05c07ba7d87f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
667 | 2024.02.09 21:15:07.874742 [ 3 ] {b513dab2-d72f-4a21-a211-05c07ba7d87f} <Debug> oximeter.fields_i32 (0ce1da55-50eb-4330-8853-33d79645c067): Loading data parts | ||
668 | 2024.02.09 21:15:07.874860 [ 3 ] {b513dab2-d72f-4a21-a211-05c07ba7d87f} <Debug> oximeter.fields_i32 (0ce1da55-50eb-4330-8853-33d79645c067): There are no data parts | ||
669 | 2024.02.09 21:15:07.887517 [ 3 ] {b513dab2-d72f-4a21-a211-05c07ba7d87f} <Debug> DynamicQueryHandler: Done processing query | ||
670 | 2024.02.09 21:15:07.887582 [ 3 ] {b513dab2-d72f-4a21-a211-05c07ba7d87f} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
671 | 2024.02.09 21:15:07.887612 [ 3 ] {} <Debug> HTTP-Session: 8f0979c0-fba4-4b9a-ae73-227269b947e2 Destroying unnamed session | ||
672 | 2024.02.09 21:15:07.887769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
673 | 2024.02.09 21:15:07.887847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
674 | 2024.02.09 21:15:07.887871 [ 3 ] {} <Debug> HTTP-Session: 0d049431-925c-471b-b572-9252c75d83c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
675 | 2024.02.09 21:15:07.887906 [ 3 ] {} <Debug> HTTP-Session: 0d049431-925c-471b-b572-9252c75d83c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
676 | 2024.02.09 21:15:07.888116 [ 3 ] {3eb13564-3027-40bd-8460-ff1d66a2083a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
677 | 2024.02.09 21:15:07.888175 [ 3 ] {3eb13564-3027-40bd-8460-ff1d66a2083a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
678 | 2024.02.09 21:15:07.898280 [ 3 ] {3eb13564-3027-40bd-8460-ff1d66a2083a} <Debug> oximeter.fields_u32 (180092b1-52c1-4e84-a199-2dcba6da9d21): Loading data parts | ||
679 | 2024.02.09 21:15:07.898385 [ 3 ] {3eb13564-3027-40bd-8460-ff1d66a2083a} <Debug> oximeter.fields_u32 (180092b1-52c1-4e84-a199-2dcba6da9d21): There are no data parts | ||
680 | 2024.02.09 21:15:07.903591 [ 3 ] {3eb13564-3027-40bd-8460-ff1d66a2083a} <Debug> DynamicQueryHandler: Done processing query | ||
681 | 2024.02.09 21:15:07.903634 [ 3 ] {3eb13564-3027-40bd-8460-ff1d66a2083a} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
682 | 2024.02.09 21:15:07.903650 [ 3 ] {} <Debug> HTTP-Session: 0d049431-925c-471b-b572-9252c75d83c3 Destroying unnamed session | ||
683 | 2024.02.09 21:15:07.903791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
684 | 2024.02.09 21:15:07.903863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
685 | 2024.02.09 21:15:07.903883 [ 3 ] {} <Debug> HTTP-Session: 78eab18d-d818-4a54-b98b-b04d4bd23e60 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
686 | 2024.02.09 21:15:07.903899 [ 3 ] {} <Debug> HTTP-Session: 78eab18d-d818-4a54-b98b-b04d4bd23e60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
687 | 2024.02.09 21:15:07.904074 [ 3 ] {96b89548-2440-4d2d-811a-862f101cb17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
688 | 2024.02.09 21:15:07.904137 [ 3 ] {96b89548-2440-4d2d-811a-862f101cb17a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
689 | 2024.02.09 21:15:07.910425 [ 3 ] {96b89548-2440-4d2d-811a-862f101cb17a} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Loading data parts | ||
690 | 2024.02.09 21:15:07.910552 [ 3 ] {96b89548-2440-4d2d-811a-862f101cb17a} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): There are no data parts | ||
691 | 2024.02.09 21:15:07.921131 [ 3 ] {96b89548-2440-4d2d-811a-862f101cb17a} <Debug> DynamicQueryHandler: Done processing query | ||
692 | 2024.02.09 21:15:07.921187 [ 3 ] {96b89548-2440-4d2d-811a-862f101cb17a} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
693 | 2024.02.09 21:15:07.921222 [ 3 ] {} <Debug> HTTP-Session: 78eab18d-d818-4a54-b98b-b04d4bd23e60 Destroying unnamed session | ||
694 | 2024.02.09 21:15:07.921379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
695 | 2024.02.09 21:15:07.921448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
696 | 2024.02.09 21:15:07.921485 [ 3 ] {} <Debug> HTTP-Session: fddca186-b938-4d68-9591-b573cb8ff88a Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
697 | 2024.02.09 21:15:07.921502 [ 3 ] {} <Debug> HTTP-Session: fddca186-b938-4d68-9591-b573cb8ff88a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
698 | 2024.02.09 21:15:07.921681 [ 3 ] {d4c7470b-7c49-4dd7-8d0d-0c88f5466660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
699 | 2024.02.09 21:15:07.921731 [ 3 ] {d4c7470b-7c49-4dd7-8d0d-0c88f5466660} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
700 | 2024.02.09 21:15:07.927034 [ 3 ] {d4c7470b-7c49-4dd7-8d0d-0c88f5466660} <Debug> oximeter.fields_u64 (5f87d9d6-8d57-479f-b4c3-5b4af1d3abce): Loading data parts | ||
701 | 2024.02.09 21:15:07.927152 [ 3 ] {d4c7470b-7c49-4dd7-8d0d-0c88f5466660} <Debug> oximeter.fields_u64 (5f87d9d6-8d57-479f-b4c3-5b4af1d3abce): There are no data parts | ||
702 | 2024.02.09 21:15:07.933386 [ 3 ] {d4c7470b-7c49-4dd7-8d0d-0c88f5466660} <Debug> DynamicQueryHandler: Done processing query | ||
703 | 2024.02.09 21:15:07.933434 [ 3 ] {d4c7470b-7c49-4dd7-8d0d-0c88f5466660} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
704 | 2024.02.09 21:15:07.933453 [ 3 ] {} <Debug> HTTP-Session: fddca186-b938-4d68-9591-b573cb8ff88a Destroying unnamed session | ||
705 | 2024.02.09 21:15:07.933603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
706 | 2024.02.09 21:15:07.933672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
707 | 2024.02.09 21:15:07.933695 [ 3 ] {} <Debug> HTTP-Session: 7cf09b6f-c482-44d4-bc46-153066d41aa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
708 | 2024.02.09 21:15:07.933733 [ 3 ] {} <Debug> HTTP-Session: 7cf09b6f-c482-44d4-bc46-153066d41aa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
709 | 2024.02.09 21:15:07.933928 [ 3 ] {2ff4d8dc-27bd-4078-a3d0-2434c531c53c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
710 | 2024.02.09 21:15:07.933999 [ 3 ] {2ff4d8dc-27bd-4078-a3d0-2434c531c53c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
711 | 2024.02.09 21:15:07.943963 [ 3 ] {2ff4d8dc-27bd-4078-a3d0-2434c531c53c} <Debug> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Loading data parts | ||
712 | 2024.02.09 21:15:07.944066 [ 3 ] {2ff4d8dc-27bd-4078-a3d0-2434c531c53c} <Debug> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): There are no data parts | ||
713 | 2024.02.09 21:15:07.956616 [ 3 ] {2ff4d8dc-27bd-4078-a3d0-2434c531c53c} <Debug> DynamicQueryHandler: Done processing query | ||
714 | 2024.02.09 21:15:07.956644 [ 3 ] {2ff4d8dc-27bd-4078-a3d0-2434c531c53c} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
715 | 2024.02.09 21:15:07.956682 [ 3 ] {} <Debug> HTTP-Session: 7cf09b6f-c482-44d4-bc46-153066d41aa4 Destroying unnamed session | ||
716 | 2024.02.09 21:15:07.956822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
717 | 2024.02.09 21:15:07.956866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
718 | 2024.02.09 21:15:07.956900 [ 3 ] {} <Debug> HTTP-Session: d3d5cc56-d980-4dfa-bdd4-c005a60e5288 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
719 | 2024.02.09 21:15:07.956932 [ 3 ] {} <Debug> HTTP-Session: d3d5cc56-d980-4dfa-bdd4-c005a60e5288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
720 | 2024.02.09 21:15:07.957091 [ 3 ] {dcd762da-a1a2-4944-a84b-a2bee5c36ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
721 | 2024.02.09 21:15:07.957155 [ 3 ] {dcd762da-a1a2-4944-a84b-a2bee5c36ba8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
722 | 2024.02.09 21:15:07.967239 [ 3 ] {dcd762da-a1a2-4944-a84b-a2bee5c36ba8} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Loading data parts | ||
723 | 2024.02.09 21:15:07.967369 [ 3 ] {dcd762da-a1a2-4944-a84b-a2bee5c36ba8} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): There are no data parts | ||
724 | 2024.02.09 21:15:07.972605 [ 3 ] {dcd762da-a1a2-4944-a84b-a2bee5c36ba8} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.02.09 21:15:07.972636 [ 3 ] {dcd762da-a1a2-4944-a84b-a2bee5c36ba8} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
726 | 2024.02.09 21:15:07.972675 [ 3 ] {} <Debug> HTTP-Session: d3d5cc56-d980-4dfa-bdd4-c005a60e5288 Destroying unnamed session | ||
727 | 2024.02.09 21:15:07.972812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
728 | 2024.02.09 21:15:07.972883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
729 | 2024.02.09 21:15:07.972905 [ 3 ] {} <Debug> HTTP-Session: 84cd2816-fb14-41ed-9c52-3eba3d7994b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
730 | 2024.02.09 21:15:07.972941 [ 3 ] {} <Debug> HTTP-Session: 84cd2816-fb14-41ed-9c52-3eba3d7994b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.02.09 21:15:07.973146 [ 3 ] {8fec7074-c872-4df6-841d-8712e714ff2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) 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) | ||
732 | 2024.02.09 21:15:07.973221 [ 3 ] {8fec7074-c872-4df6-841d-8712e714ff2c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
733 | 2024.02.09 21:15:07.980430 [ 3 ] {8fec7074-c872-4df6-841d-8712e714ff2c} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Loading data parts | ||
734 | 2024.02.09 21:15:07.980548 [ 3 ] {8fec7074-c872-4df6-841d-8712e714ff2c} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): There are no data parts | ||
735 | 2024.02.09 21:15:07.991475 [ 3 ] {8fec7074-c872-4df6-841d-8712e714ff2c} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.02.09 21:15:07.991526 [ 3 ] {8fec7074-c872-4df6-841d-8712e714ff2c} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
737 | 2024.02.09 21:15:07.991546 [ 3 ] {} <Debug> HTTP-Session: 84cd2816-fb14-41ed-9c52-3eba3d7994b8 Destroying unnamed session | ||
738 | 2024.02.09 21:15:07.991721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.02.09 21:15:07.991789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
740 | 2024.02.09 21:15:07.991813 [ 3 ] {} <Debug> HTTP-Session: 2a7ed053-7d57-4341-9c7d-72ba6b792585 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
741 | 2024.02.09 21:15:07.991851 [ 3 ] {} <Debug> HTTP-Session: 2a7ed053-7d57-4341-9c7d-72ba6b792585 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.02.09 21:15:07.992140 [ 3 ] {be717788-3c53-43c5-b6da-654524e6f678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) /* The timeseries schema table stores the extracted schema for the samples | ||
743 | * oximeter collects. | ||
744 | */ | ||
745 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
746 | 2024.02.09 21:15:07.992232 [ 3 ] {be717788-3c53-43c5-b6da-654524e6f678} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
747 | 2024.02.09 21:15:08.001089 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.90 MiB, peak 222.00 MiB, will set to 226.30 MiB (RSS), difference: 6.40 MiB | ||
748 | 2024.02.09 21:15:08.003925 [ 3 ] {be717788-3c53-43c5-b6da-654524e6f678} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967): Loading data parts | ||
749 | 2024.02.09 21:15:08.004051 [ 3 ] {be717788-3c53-43c5-b6da-654524e6f678} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967): There are no data parts | ||
750 | 2024.02.09 21:15:08.006264 [ 3 ] {be717788-3c53-43c5-b6da-654524e6f678} <Debug> DynamicQueryHandler: Done processing query | ||
751 | 2024.02.09 21:15:08.006314 [ 3 ] {be717788-3c53-43c5-b6da-654524e6f678} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
752 | 2024.02.09 21:15:08.006341 [ 3 ] {} <Debug> HTTP-Session: 2a7ed053-7d57-4341-9c7d-72ba6b792585 Destroying unnamed session | ||
753 | 2024.02.09 21:15:08.006502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55369, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
754 | 2024.02.09 21:15:08.006555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
755 | 2024.02.09 21:15:08.006582 [ 3 ] {} <Debug> HTTP-Session: 446ed9e1-f99e-4d83-b183-fc11cac5a82b Authenticating user 'default' from [fd00:1122:3344:101::d]:55369 | ||
756 | 2024.02.09 21:15:08.006599 [ 3 ] {} <Debug> HTTP-Session: 446ed9e1-f99e-4d83-b183-fc11cac5a82b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
757 | 2024.02.09 21:15:08.006717 [ 3 ] {0af230f5-6f06-45a3-95f8-348ac0ebf130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55369) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
758 | 2024.02.09 21:15:08.007361 [ 3 ] {0af230f5-6f06-45a3-95f8-348ac0ebf130} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
759 | 2024.02.09 21:15:08.010658 [ 3 ] {0af230f5-6f06-45a3-95f8-348ac0ebf130} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.59 GiB. | ||
760 | 2024.02.09 21:15:08.013375 [ 3 ] {0af230f5-6f06-45a3-95f8-348ac0ebf130} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
761 | 2024.02.09 21:15:08.013605 [ 3 ] {0af230f5-6f06-45a3-95f8-348ac0ebf130} <Trace> oximeter.version (44287909-b3d2-44d6-a56e-e318a6574056): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
762 | 2024.02.09 21:15:08.013807 [ 3 ] {0af230f5-6f06-45a3-95f8-348ac0ebf130} <Information> executeQuery: Read 1 rows, 16.00 B in 0.007047859 sec., 141 rows/sec., 2.22 KiB/sec. | ||
763 | 2024.02.09 21:15:08.013931 [ 3 ] {0af230f5-6f06-45a3-95f8-348ac0ebf130} <Debug> DynamicQueryHandler: Done processing query | ||
764 | 2024.02.09 21:15:08.013953 [ 3 ] {0af230f5-6f06-45a3-95f8-348ac0ebf130} <Debug> MemoryTracker: Peak memory usage (for query): 4.09 MiB. | ||
765 | 2024.02.09 21:15:08.013980 [ 3 ] {} <Debug> HTTP-Session: 446ed9e1-f99e-4d83-b183-fc11cac5a82b Destroying unnamed session | ||
766 | 2024.02.09 21:15:09.001099 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.38 MiB, peak 230.46 MiB, will set to 228.29 MiB (RSS), difference: 2.91 MiB | ||
767 | 2024.02.09 21:15:21.764139 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
768 | 2024.02.09 21:15:21.764200 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
769 | 2024.02.09 21:15:36.764290 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
770 | 2024.02.09 21:15:36.764359 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
771 | 2024.02.09 21:15:51.764404 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
772 | 2024.02.09 21:15:51.764470 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
773 | 2024.02.09 21:15:58.023094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.02.09 21:15:58.023306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
775 | 2024.02.09 21:15:58.023332 [ 3 ] {} <Debug> HTTP-Session: fce7b3f2-baab-4a0f-8143-9dd77e5b171f Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
776 | 2024.02.09 21:15:58.023378 [ 3 ] {} <Debug> HTTP-Session: fce7b3f2-baab-4a0f-8143-9dd77e5b171f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.02.09 21:15:58.023538 [ 3 ] {0a2781f8-33b7-4557-850a-cb55544b47d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
778 | 2024.02.09 21:15:58.023891 [ 3 ] {0a2781f8-33b7-4557-850a-cb55544b47d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
779 | 2024.02.09 21:15:58.024628 [ 3 ] {0a2781f8-33b7-4557-850a-cb55544b47d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
780 | 2024.02.09 21:15:58.024786 [ 3 ] {0a2781f8-33b7-4557-850a-cb55544b47d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
781 | 2024.02.09 21:15:58.025672 [ 3 ] {0a2781f8-33b7-4557-850a-cb55544b47d9} <Debug> DynamicQueryHandler: Done processing query | ||
782 | 2024.02.09 21:15:58.025701 [ 3 ] {0a2781f8-33b7-4557-850a-cb55544b47d9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
783 | 2024.02.09 21:15:58.025733 [ 3 ] {} <Debug> HTTP-Session: fce7b3f2-baab-4a0f-8143-9dd77e5b171f Destroying unnamed session | ||
784 | 2024.02.09 21:15:58.036100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
785 | 2024.02.09 21:15:58.036174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
786 | 2024.02.09 21:15:58.036292 [ 3 ] {} <Debug> HTTP-Session: 0055b8e0-f70b-4d03-a606-3069a95ee519 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
787 | 2024.02.09 21:15:58.036314 [ 3 ] {} <Debug> HTTP-Session: 0055b8e0-f70b-4d03-a606-3069a95ee519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
788 | 2024.02.09 21:15:58.036469 [ 3 ] {5c2ebcd4-43a9-41f7-aecb-e5df9d132d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
789 | 2024.02.09 21:15:58.039392 [ 3 ] {5c2ebcd4-43a9-41f7-aecb-e5df9d132d6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
790 | 2024.02.09 21:15:58.039538 [ 3 ] {5c2ebcd4-43a9-41f7-aecb-e5df9d132d6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
791 | 2024.02.09 21:15:58.039666 [ 3 ] {5c2ebcd4-43a9-41f7-aecb-e5df9d132d6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
792 | 2024.02.09 21:15:58.040538 [ 3 ] {5c2ebcd4-43a9-41f7-aecb-e5df9d132d6d} <Debug> DynamicQueryHandler: Done processing query | ||
793 | 2024.02.09 21:15:58.040566 [ 3 ] {5c2ebcd4-43a9-41f7-aecb-e5df9d132d6d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
794 | 2024.02.09 21:15:58.040594 [ 3 ] {} <Debug> HTTP-Session: 0055b8e0-f70b-4d03-a606-3069a95ee519 Destroying unnamed session | ||
795 | 2024.02.09 21:15:58.040987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
796 | 2024.02.09 21:15:58.041034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
797 | 2024.02.09 21:15:58.041053 [ 3 ] {} <Debug> HTTP-Session: 7e8f7538-b915-4b57-a11f-760b6439de08 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
798 | 2024.02.09 21:15:58.041070 [ 3 ] {} <Debug> HTTP-Session: 7e8f7538-b915-4b57-a11f-760b6439de08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
799 | 2024.02.09 21:15:58.041184 [ 3 ] {ae38662b-6215-4205-b248-8e58bf490485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
800 | 2024.02.09 21:15:58.041572 [ 3 ] {ae38662b-6215-4205-b248-8e58bf490485} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
801 | 2024.02.09 21:15:58.041720 [ 3 ] {ae38662b-6215-4205-b248-8e58bf490485} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
802 | 2024.02.09 21:15:58.041761 [ 3 ] {ae38662b-6215-4205-b248-8e58bf490485} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
803 | 2024.02.09 21:15:58.042667 [ 3 ] {ae38662b-6215-4205-b248-8e58bf490485} <Debug> DynamicQueryHandler: Done processing query | ||
804 | 2024.02.09 21:15:58.042694 [ 3 ] {ae38662b-6215-4205-b248-8e58bf490485} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
805 | 2024.02.09 21:15:58.042711 [ 3 ] {} <Debug> HTTP-Session: 7e8f7538-b915-4b57-a11f-760b6439de08 Destroying unnamed session | ||
806 | 2024.02.09 21:15:58.042918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
807 | 2024.02.09 21:15:58.042962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
808 | 2024.02.09 21:15:58.042980 [ 3 ] {} <Debug> HTTP-Session: b8bf0d74-d31f-450b-b905-d2c666d8730d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
809 | 2024.02.09 21:15:58.042997 [ 3 ] {} <Debug> HTTP-Session: b8bf0d74-d31f-450b-b905-d2c666d8730d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
810 | 2024.02.09 21:15:58.043112 [ 3 ] {a775f8bc-d8b9-4fa3-a52b-fe1c04daccbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
811 | 2024.02.09 21:15:58.043458 [ 3 ] {a775f8bc-d8b9-4fa3-a52b-fe1c04daccbd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
812 | 2024.02.09 21:15:58.043604 [ 3 ] {a775f8bc-d8b9-4fa3-a52b-fe1c04daccbd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
813 | 2024.02.09 21:15:58.043645 [ 3 ] {a775f8bc-d8b9-4fa3-a52b-fe1c04daccbd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
814 | 2024.02.09 21:15:58.044532 [ 3 ] {a775f8bc-d8b9-4fa3-a52b-fe1c04daccbd} <Debug> DynamicQueryHandler: Done processing query | ||
815 | 2024.02.09 21:15:58.044559 [ 3 ] {a775f8bc-d8b9-4fa3-a52b-fe1c04daccbd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
816 | 2024.02.09 21:15:58.044575 [ 3 ] {} <Debug> HTTP-Session: b8bf0d74-d31f-450b-b905-d2c666d8730d Destroying unnamed session | ||
817 | 2024.02.09 21:15:58.045503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
818 | 2024.02.09 21:15:58.045548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
819 | 2024.02.09 21:15:58.045567 [ 3 ] {} <Debug> HTTP-Session: c8c9d25e-dfd2-41fe-8258-2615140e8b50 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
820 | 2024.02.09 21:15:58.045584 [ 3 ] {} <Debug> HTTP-Session: c8c9d25e-dfd2-41fe-8258-2615140e8b50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
821 | 2024.02.09 21:15:58.045663 [ 3 ] {82270186-b4c3-446c-9f0e-918e2102aab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
822 | 2024.02.09 21:15:58.045702 [ 3 ] {82270186-b4c3-446c-9f0e-918e2102aab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
823 | 2024.02.09 21:15:58.046442 [ 3 ] {82270186-b4c3-446c-9f0e-918e2102aab7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
824 | 2024.02.09 21:15:58.047649 [ 3 ] {82270186-b4c3-446c-9f0e-918e2102aab7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
825 | 2024.02.09 21:15:58.048012 [ 3 ] {82270186-b4c3-446c-9f0e-918e2102aab7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
826 | 2024.02.09 21:15:58.048176 [ 3 ] {82270186-b4c3-446c-9f0e-918e2102aab7} <Trace> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
827 | 2024.02.09 21:15:58.048287 [ 3 ] {82270186-b4c3-446c-9f0e-918e2102aab7} <Information> executeQuery: Read 4 rows, 443.00 B in 0.002594398 sec., 1541 rows/sec., 166.75 KiB/sec. | ||
828 | 2024.02.09 21:15:58.048459 [ 3 ] {82270186-b4c3-446c-9f0e-918e2102aab7} <Debug> DynamicQueryHandler: Done processing query | ||
829 | 2024.02.09 21:15:58.048484 [ 3 ] {82270186-b4c3-446c-9f0e-918e2102aab7} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
830 | 2024.02.09 21:15:58.048499 [ 3 ] {} <Debug> HTTP-Session: c8c9d25e-dfd2-41fe-8258-2615140e8b50 Destroying unnamed session | ||
831 | 2024.02.09 21:15:58.048602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 2773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
832 | 2024.02.09 21:15:58.048648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
833 | 2024.02.09 21:15:58.048666 [ 3 ] {} <Debug> HTTP-Session: e6fcb070-418c-4656-a867-3484e6003858 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
834 | 2024.02.09 21:15:58.048682 [ 3 ] {} <Debug> HTTP-Session: e6fcb070-418c-4656-a867-3484e6003858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.02.09 21:15:58.048752 [ 3 ] {f92fee81-f776-4c1c-873e-90c1ca8c857f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
836 | 2024.02.09 21:15:58.048791 [ 3 ] {f92fee81-f776-4c1c-873e-90c1ca8c857f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
837 | 2024.02.09 21:15:58.048898 [ 3 ] {f92fee81-f776-4c1c-873e-90c1ca8c857f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
838 | 2024.02.09 21:15:58.052775 [ 3 ] {f92fee81-f776-4c1c-873e-90c1ca8c857f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
839 | 2024.02.09 21:15:58.052986 [ 3 ] {f92fee81-f776-4c1c-873e-90c1ca8c857f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
840 | 2024.02.09 21:15:58.053137 [ 3 ] {f92fee81-f776-4c1c-873e-90c1ca8c857f} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
841 | 2024.02.09 21:15:58.053245 [ 3 ] {f92fee81-f776-4c1c-873e-90c1ca8c857f} <Information> executeQuery: Read 19 rows, 1.54 KiB in 0.004464552 sec., 4255 rows/sec., 344.95 KiB/sec. | ||
842 | 2024.02.09 21:15:58.053386 [ 3 ] {f92fee81-f776-4c1c-873e-90c1ca8c857f} <Debug> DynamicQueryHandler: Done processing query | ||
843 | 2024.02.09 21:15:58.053410 [ 3 ] {f92fee81-f776-4c1c-873e-90c1ca8c857f} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
844 | 2024.02.09 21:15:58.053427 [ 3 ] {} <Debug> HTTP-Session: e6fcb070-418c-4656-a867-3484e6003858 Destroying unnamed session | ||
845 | 2024.02.09 21:15:58.053556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
846 | 2024.02.09 21:15:58.053602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
847 | 2024.02.09 21:15:58.053620 [ 3 ] {} <Debug> HTTP-Session: 9ec3c35c-e94a-4c11-b2cf-e768a6383c09 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
848 | 2024.02.09 21:15:58.053637 [ 3 ] {} <Debug> HTTP-Session: 9ec3c35c-e94a-4c11-b2cf-e768a6383c09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.02.09 21:15:58.053710 [ 3 ] {03a1aeb8-2dd8-48f0-a363-c67965a4755c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
850 | 2024.02.09 21:15:58.053748 [ 3 ] {03a1aeb8-2dd8-48f0-a363-c67965a4755c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
851 | 2024.02.09 21:15:58.053847 [ 3 ] {03a1aeb8-2dd8-48f0-a363-c67965a4755c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
852 | 2024.02.09 21:15:58.054153 [ 3 ] {03a1aeb8-2dd8-48f0-a363-c67965a4755c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
853 | 2024.02.09 21:15:58.054357 [ 3 ] {03a1aeb8-2dd8-48f0-a363-c67965a4755c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
854 | 2024.02.09 21:15:58.054502 [ 3 ] {03a1aeb8-2dd8-48f0-a363-c67965a4755c} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
855 | 2024.02.09 21:15:58.054614 [ 3 ] {03a1aeb8-2dd8-48f0-a363-c67965a4755c} <Information> executeQuery: Read 57 rows, 5.12 KiB in 0.000874536 sec., 65177 rows/sec., 5.72 MiB/sec. | ||
856 | 2024.02.09 21:15:58.054738 [ 3 ] {03a1aeb8-2dd8-48f0-a363-c67965a4755c} <Debug> DynamicQueryHandler: Done processing query | ||
857 | 2024.02.09 21:15:58.054761 [ 3 ] {03a1aeb8-2dd8-48f0-a363-c67965a4755c} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
858 | 2024.02.09 21:15:58.054776 [ 3 ] {} <Debug> HTTP-Session: 9ec3c35c-e94a-4c11-b2cf-e768a6383c09 Destroying unnamed session | ||
859 | 2024.02.09 21:15:58.054900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
860 | 2024.02.09 21:15:58.054943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
861 | 2024.02.09 21:15:58.054961 [ 3 ] {} <Debug> HTTP-Session: 3b004929-1701-42fb-b2a0-b71540f94c62 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
862 | 2024.02.09 21:15:58.054978 [ 3 ] {} <Debug> HTTP-Session: 3b004929-1701-42fb-b2a0-b71540f94c62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
863 | 2024.02.09 21:15:58.055048 [ 3 ] {27becda1-56bb-4d3c-8adc-81a5df41e7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
864 | 2024.02.09 21:15:58.055084 [ 3 ] {27becda1-56bb-4d3c-8adc-81a5df41e7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
865 | 2024.02.09 21:15:58.056329 [ 3 ] {27becda1-56bb-4d3c-8adc-81a5df41e7ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
866 | 2024.02.09 21:15:58.058967 [ 3 ] {27becda1-56bb-4d3c-8adc-81a5df41e7ab} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
867 | 2024.02.09 21:15:58.059234 [ 3 ] {27becda1-56bb-4d3c-8adc-81a5df41e7ab} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
868 | 2024.02.09 21:15:58.059406 [ 3 ] {27becda1-56bb-4d3c-8adc-81a5df41e7ab} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
869 | 2024.02.09 21:15:58.059540 [ 3 ] {27becda1-56bb-4d3c-8adc-81a5df41e7ab} <Information> executeQuery: Read 29 rows, 2.33 KiB in 0.004461521 sec., 6500 rows/sec., 523.36 KiB/sec. | ||
870 | 2024.02.09 21:15:58.059683 [ 3 ] {27becda1-56bb-4d3c-8adc-81a5df41e7ab} <Debug> DynamicQueryHandler: Done processing query | ||
871 | 2024.02.09 21:15:58.059711 [ 3 ] {27becda1-56bb-4d3c-8adc-81a5df41e7ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
872 | 2024.02.09 21:15:58.059728 [ 3 ] {} <Debug> HTTP-Session: 3b004929-1701-42fb-b2a0-b71540f94c62 Destroying unnamed session | ||
873 | 2024.02.09 21:15:58.059938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 20363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
874 | 2024.02.09 21:15:58.059983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
875 | 2024.02.09 21:15:58.060001 [ 3 ] {} <Debug> HTTP-Session: 1ab2917a-2838-4e75-b93c-ec6dabc03dc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
876 | 2024.02.09 21:15:58.060018 [ 3 ] {} <Debug> HTTP-Session: 1ab2917a-2838-4e75-b93c-ec6dabc03dc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
877 | 2024.02.09 21:15:58.060093 [ 3 ] {ca45b29e-f25a-4029-8577-fc174714761c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
878 | 2024.02.09 21:15:58.060136 [ 3 ] {ca45b29e-f25a-4029-8577-fc174714761c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
879 | 2024.02.09 21:15:58.060284 [ 3 ] {ca45b29e-f25a-4029-8577-fc174714761c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
880 | 2024.02.09 21:15:58.060726 [ 3 ] {ca45b29e-f25a-4029-8577-fc174714761c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
881 | 2024.02.09 21:15:58.061676 [ 3 ] {ca45b29e-f25a-4029-8577-fc174714761c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
882 | 2024.02.09 21:15:58.061860 [ 3 ] {ca45b29e-f25a-4029-8577-fc174714761c} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
883 | 2024.02.09 21:15:58.061979 [ 3 ] {ca45b29e-f25a-4029-8577-fc174714761c} <Information> executeQuery: Read 19 rows, 26.25 KiB in 0.001858944 sec., 10220 rows/sec., 13.79 MiB/sec. | ||
884 | 2024.02.09 21:15:58.062117 [ 3 ] {ca45b29e-f25a-4029-8577-fc174714761c} <Debug> DynamicQueryHandler: Done processing query | ||
885 | 2024.02.09 21:15:58.062141 [ 3 ] {ca45b29e-f25a-4029-8577-fc174714761c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
886 | 2024.02.09 21:15:58.062157 [ 3 ] {} <Debug> HTTP-Session: 1ab2917a-2838-4e75-b93c-ec6dabc03dc2 Destroying unnamed session | ||
887 | 2024.02.09 21:15:58.062263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 2950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
888 | 2024.02.09 21:15:58.062308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
889 | 2024.02.09 21:15:58.062326 [ 3 ] {} <Debug> HTTP-Session: 9517ec5c-02b5-4241-9dd3-b48807c63e88 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
890 | 2024.02.09 21:15:58.062343 [ 3 ] {} <Debug> HTTP-Session: 9517ec5c-02b5-4241-9dd3-b48807c63e88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
891 | 2024.02.09 21:15:58.062414 [ 3 ] {5f1cd909-7397-41aa-a1ec-8a3685273b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
892 | 2024.02.09 21:15:58.063117 [ 3 ] {5f1cd909-7397-41aa-a1ec-8a3685273b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
893 | 2024.02.09 21:15:58.063257 [ 3 ] {5f1cd909-7397-41aa-a1ec-8a3685273b42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
894 | 2024.02.09 21:15:58.063627 [ 3 ] {5f1cd909-7397-41aa-a1ec-8a3685273b42} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
895 | 2024.02.09 21:15:58.063895 [ 3 ] {5f1cd909-7397-41aa-a1ec-8a3685273b42} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
896 | 2024.02.09 21:15:58.064087 [ 3 ] {5f1cd909-7397-41aa-a1ec-8a3685273b42} <Trace> oximeter.measurements_i64 (e554db26-32ab-43b2-9c9b-7387240ead26): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
897 | 2024.02.09 21:15:58.064180 [ 3 ] {5f1cd909-7397-41aa-a1ec-8a3685273b42} <Information> executeQuery: Read 18 rows, 1.36 KiB in 0.001738072 sec., 10356 rows/sec., 780.43 KiB/sec. | ||
898 | 2024.02.09 21:15:58.064318 [ 3 ] {5f1cd909-7397-41aa-a1ec-8a3685273b42} <Debug> DynamicQueryHandler: Done processing query | ||
899 | 2024.02.09 21:15:58.064344 [ 3 ] {5f1cd909-7397-41aa-a1ec-8a3685273b42} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
900 | 2024.02.09 21:15:58.064359 [ 3 ] {} <Debug> HTTP-Session: 9517ec5c-02b5-4241-9dd3-b48807c63e88 Destroying unnamed session | ||
901 | 2024.02.09 21:16:06.764543 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
902 | 2024.02.09 21:16:06.764610 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
903 | 2024.02.09 21:16:08.018725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 2917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
904 | 2024.02.09 21:16:08.018858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
905 | 2024.02.09 21:16:08.018891 [ 3 ] {} <Debug> HTTP-Session: fb8aca8e-aca4-4789-bdb4-4d7f50f95dfc Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
906 | 2024.02.09 21:16:08.018921 [ 3 ] {} <Debug> HTTP-Session: fb8aca8e-aca4-4789-bdb4-4d7f50f95dfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
907 | 2024.02.09 21:16:08.019064 [ 3 ] {c7768ebc-ff71-4fec-b31f-9ed386136856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
908 | 2024.02.09 21:16:08.019133 [ 3 ] {c7768ebc-ff71-4fec-b31f-9ed386136856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
909 | 2024.02.09 21:16:08.019313 [ 3 ] {c7768ebc-ff71-4fec-b31f-9ed386136856} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
910 | 2024.02.09 21:16:08.019847 [ 3 ] {c7768ebc-ff71-4fec-b31f-9ed386136856} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
911 | 2024.02.09 21:16:08.020131 [ 3 ] {c7768ebc-ff71-4fec-b31f-9ed386136856} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
912 | 2024.02.09 21:16:08.020294 [ 3 ] {c7768ebc-ff71-4fec-b31f-9ed386136856} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
913 | 2024.02.09 21:16:08.020431 [ 3 ] {c7768ebc-ff71-4fec-b31f-9ed386136856} <Information> executeQuery: Read 20 rows, 1.62 KiB in 0.001319394 sec., 15158 rows/sec., 1.20 MiB/sec. | ||
914 | 2024.02.09 21:16:08.020576 [ 3 ] {c7768ebc-ff71-4fec-b31f-9ed386136856} <Debug> DynamicQueryHandler: Done processing query | ||
915 | 2024.02.09 21:16:08.020600 [ 3 ] {c7768ebc-ff71-4fec-b31f-9ed386136856} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
916 | 2024.02.09 21:16:08.020616 [ 3 ] {} <Debug> HTTP-Session: fb8aca8e-aca4-4789-bdb4-4d7f50f95dfc Destroying unnamed session | ||
917 | 2024.02.09 21:16:08.020737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 9100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
918 | 2024.02.09 21:16:08.020782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
919 | 2024.02.09 21:16:08.020804 [ 3 ] {} <Debug> HTTP-Session: 372d3211-2bd9-44b8-8ee3-183c61361522 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
920 | 2024.02.09 21:16:08.020820 [ 3 ] {} <Debug> HTTP-Session: 372d3211-2bd9-44b8-8ee3-183c61361522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
921 | 2024.02.09 21:16:08.020895 [ 3 ] {1a483e56-344a-474d-ac05-f9315ce97eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
922 | 2024.02.09 21:16:08.020934 [ 3 ] {1a483e56-344a-474d-ac05-f9315ce97eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
923 | 2024.02.09 21:16:08.021039 [ 3 ] {1a483e56-344a-474d-ac05-f9315ce97eb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
924 | 2024.02.09 21:16:08.021378 [ 3 ] {1a483e56-344a-474d-ac05-f9315ce97eb2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
925 | 2024.02.09 21:16:08.021584 [ 3 ] {1a483e56-344a-474d-ac05-f9315ce97eb2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
926 | 2024.02.09 21:16:08.021735 [ 3 ] {1a483e56-344a-474d-ac05-f9315ce97eb2} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
927 | 2024.02.09 21:16:08.021855 [ 3 ] {1a483e56-344a-474d-ac05-f9315ce97eb2} <Information> executeQuery: Read 60 rows, 5.42 KiB in 0.000927117 sec., 64716 rows/sec., 5.71 MiB/sec. | ||
928 | 2024.02.09 21:16:08.021984 [ 3 ] {1a483e56-344a-474d-ac05-f9315ce97eb2} <Debug> DynamicQueryHandler: Done processing query | ||
929 | 2024.02.09 21:16:08.022007 [ 3 ] {1a483e56-344a-474d-ac05-f9315ce97eb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
930 | 2024.02.09 21:16:08.022023 [ 3 ] {} <Debug> HTTP-Session: 372d3211-2bd9-44b8-8ee3-183c61361522 Destroying unnamed session | ||
931 | 2024.02.09 21:16:08.022186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
932 | 2024.02.09 21:16:08.022232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
933 | 2024.02.09 21:16:08.022252 [ 3 ] {} <Debug> HTTP-Session: 447504ee-b031-4b9c-b11f-1c1232b92d59 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
934 | 2024.02.09 21:16:08.022269 [ 3 ] {} <Debug> HTTP-Session: 447504ee-b031-4b9c-b11f-1c1232b92d59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
935 | 2024.02.09 21:16:08.022340 [ 3 ] {b180cf2b-1088-43d0-a27e-09f0966d5916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
936 | 2024.02.09 21:16:08.022380 [ 3 ] {b180cf2b-1088-43d0-a27e-09f0966d5916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
937 | 2024.02.09 21:16:08.022489 [ 3 ] {b180cf2b-1088-43d0-a27e-09f0966d5916} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
938 | 2024.02.09 21:16:08.022768 [ 3 ] {b180cf2b-1088-43d0-a27e-09f0966d5916} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
939 | 2024.02.09 21:16:08.022978 [ 3 ] {b180cf2b-1088-43d0-a27e-09f0966d5916} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
940 | 2024.02.09 21:16:08.023129 [ 3 ] {b180cf2b-1088-43d0-a27e-09f0966d5916} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
941 | 2024.02.09 21:16:08.023243 [ 3 ] {b180cf2b-1088-43d0-a27e-09f0966d5916} <Information> executeQuery: Read 20 rows, 1.60 KiB in 0.000873777 sec., 22889 rows/sec., 1.79 MiB/sec. | ||
942 | 2024.02.09 21:16:08.023365 [ 3 ] {b180cf2b-1088-43d0-a27e-09f0966d5916} <Debug> DynamicQueryHandler: Done processing query | ||
943 | 2024.02.09 21:16:08.023389 [ 3 ] {b180cf2b-1088-43d0-a27e-09f0966d5916} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
944 | 2024.02.09 21:16:08.023407 [ 3 ] {} <Debug> HTTP-Session: 447504ee-b031-4b9c-b11f-1c1232b92d59 Destroying unnamed session | ||
945 | 2024.02.09 21:16:08.023551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 21434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
946 | 2024.02.09 21:16:08.023597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
947 | 2024.02.09 21:16:08.023617 [ 3 ] {} <Debug> HTTP-Session: 8c309fdf-05c4-4c06-9f68-e61472aa1364 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
948 | 2024.02.09 21:16:08.023634 [ 3 ] {} <Debug> HTTP-Session: 8c309fdf-05c4-4c06-9f68-e61472aa1364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
949 | 2024.02.09 21:16:08.023712 [ 3 ] {7d51d749-c322-4c79-bf02-6592f420b0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
950 | 2024.02.09 21:16:08.023758 [ 3 ] {7d51d749-c322-4c79-bf02-6592f420b0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
951 | 2024.02.09 21:16:08.023898 [ 3 ] {7d51d749-c322-4c79-bf02-6592f420b0d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
952 | 2024.02.09 21:16:08.024272 [ 3 ] {7d51d749-c322-4c79-bf02-6592f420b0d1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
953 | 2024.02.09 21:16:08.024566 [ 3 ] {7d51d749-c322-4c79-bf02-6592f420b0d1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
954 | 2024.02.09 21:16:08.024753 [ 3 ] {7d51d749-c322-4c79-bf02-6592f420b0d1} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
955 | 2024.02.09 21:16:08.024877 [ 3 ] {7d51d749-c322-4c79-bf02-6592f420b0d1} <Information> executeQuery: Read 20 rows, 27.64 KiB in 0.001133941 sec., 17637 rows/sec., 23.80 MiB/sec. | ||
956 | 2024.02.09 21:16:08.025010 [ 3 ] {7d51d749-c322-4c79-bf02-6592f420b0d1} <Debug> DynamicQueryHandler: Done processing query | ||
957 | 2024.02.09 21:16:08.025034 [ 3 ] {7d51d749-c322-4c79-bf02-6592f420b0d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
958 | 2024.02.09 21:16:08.025049 [ 3 ] {} <Debug> HTTP-Session: 8c309fdf-05c4-4c06-9f68-e61472aa1364 Destroying unnamed session | ||
959 | 2024.02.09 21:16:18.018417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 2917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
960 | 2024.02.09 21:16:18.018538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
961 | 2024.02.09 21:16:18.018563 [ 3 ] {} <Debug> HTTP-Session: 591190eb-c082-4257-a07a-631a64577e85 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
962 | 2024.02.09 21:16:18.018586 [ 3 ] {} <Debug> HTTP-Session: 591190eb-c082-4257-a07a-631a64577e85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
963 | 2024.02.09 21:16:18.018712 [ 3 ] {73749861-d23f-43df-922d-77d7092475d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
964 | 2024.02.09 21:16:18.018772 [ 3 ] {73749861-d23f-43df-922d-77d7092475d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
965 | 2024.02.09 21:16:18.018929 [ 3 ] {73749861-d23f-43df-922d-77d7092475d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
966 | 2024.02.09 21:16:18.019330 [ 3 ] {73749861-d23f-43df-922d-77d7092475d8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
967 | 2024.02.09 21:16:18.019593 [ 3 ] {73749861-d23f-43df-922d-77d7092475d8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
968 | 2024.02.09 21:16:18.019759 [ 3 ] {73749861-d23f-43df-922d-77d7092475d8} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
969 | 2024.02.09 21:16:18.019883 [ 3 ] {73749861-d23f-43df-922d-77d7092475d8} <Information> executeQuery: Read 20 rows, 1.62 KiB in 0.001128731 sec., 17719 rows/sec., 1.40 MiB/sec. | ||
970 | 2024.02.09 21:16:18.020045 [ 3 ] {73749861-d23f-43df-922d-77d7092475d8} <Debug> DynamicQueryHandler: Done processing query | ||
971 | 2024.02.09 21:16:18.020071 [ 3 ] {73749861-d23f-43df-922d-77d7092475d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
972 | 2024.02.09 21:16:18.020088 [ 3 ] {} <Debug> HTTP-Session: 591190eb-c082-4257-a07a-631a64577e85 Destroying unnamed session | ||
973 | 2024.02.09 21:16:18.020209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 9100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
974 | 2024.02.09 21:16:18.020251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
975 | 2024.02.09 21:16:18.020270 [ 3 ] {} <Debug> HTTP-Session: f5e9113f-60fa-4a75-a84f-ce1fa36ac104 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
976 | 2024.02.09 21:16:18.020287 [ 3 ] {} <Debug> HTTP-Session: f5e9113f-60fa-4a75-a84f-ce1fa36ac104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
977 | 2024.02.09 21:16:18.020362 [ 3 ] {9d30c44a-4826-4876-995e-348f736c701c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
978 | 2024.02.09 21:16:18.020404 [ 3 ] {9d30c44a-4826-4876-995e-348f736c701c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
979 | 2024.02.09 21:16:18.020511 [ 3 ] {9d30c44a-4826-4876-995e-348f736c701c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
980 | 2024.02.09 21:16:18.020850 [ 3 ] {9d30c44a-4826-4876-995e-348f736c701c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
981 | 2024.02.09 21:16:18.021060 [ 3 ] {9d30c44a-4826-4876-995e-348f736c701c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
982 | 2024.02.09 21:16:18.021212 [ 3 ] {9d30c44a-4826-4876-995e-348f736c701c} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
983 | 2024.02.09 21:16:18.021326 [ 3 ] {9d30c44a-4826-4876-995e-348f736c701c} <Information> executeQuery: Read 60 rows, 5.42 KiB in 0.000926257 sec., 64776 rows/sec., 5.71 MiB/sec. | ||
984 | 2024.02.09 21:16:18.021478 [ 3 ] {9d30c44a-4826-4876-995e-348f736c701c} <Debug> DynamicQueryHandler: Done processing query | ||
985 | 2024.02.09 21:16:18.021501 [ 3 ] {9d30c44a-4826-4876-995e-348f736c701c} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
986 | 2024.02.09 21:16:18.021516 [ 3 ] {} <Debug> HTTP-Session: f5e9113f-60fa-4a75-a84f-ce1fa36ac104 Destroying unnamed session | ||
987 | 2024.02.09 21:16:18.021633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
988 | 2024.02.09 21:16:18.021676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
989 | 2024.02.09 21:16:18.021696 [ 3 ] {} <Debug> HTTP-Session: c656925f-e91f-4ca5-930c-5be3e45031de Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
990 | 2024.02.09 21:16:18.021712 [ 3 ] {} <Debug> HTTP-Session: c656925f-e91f-4ca5-930c-5be3e45031de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
991 | 2024.02.09 21:16:18.021782 [ 3 ] {0ee3f51a-96f2-4090-a508-3484015a65b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
992 | 2024.02.09 21:16:18.021821 [ 3 ] {0ee3f51a-96f2-4090-a508-3484015a65b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
993 | 2024.02.09 21:16:18.021927 [ 3 ] {0ee3f51a-96f2-4090-a508-3484015a65b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
994 | 2024.02.09 21:16:18.022206 [ 3 ] {0ee3f51a-96f2-4090-a508-3484015a65b8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
995 | 2024.02.09 21:16:18.022413 [ 3 ] {0ee3f51a-96f2-4090-a508-3484015a65b8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
996 | 2024.02.09 21:16:18.022557 [ 3 ] {0ee3f51a-96f2-4090-a508-3484015a65b8} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
997 | 2024.02.09 21:16:18.022670 [ 3 ] {0ee3f51a-96f2-4090-a508-3484015a65b8} <Information> executeQuery: Read 20 rows, 1.60 KiB in 0.000858725 sec., 23290 rows/sec., 1.82 MiB/sec. | ||
998 | 2024.02.09 21:16:18.022777 [ 3 ] {0ee3f51a-96f2-4090-a508-3484015a65b8} <Debug> DynamicQueryHandler: Done processing query | ||
999 | 2024.02.09 21:16:18.022800 [ 3 ] {0ee3f51a-96f2-4090-a508-3484015a65b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
1000 | 2024.02.09 21:16:18.022815 [ 3 ] {} <Debug> HTTP-Session: c656925f-e91f-4ca5-930c-5be3e45031de Destroying unnamed session | ||
1001 | 2024.02.09 21:16:18.022994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 21434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1002 | 2024.02.09 21:16:18.023036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1003 | 2024.02.09 21:16:18.023055 [ 3 ] {} <Debug> HTTP-Session: 40dc0533-5bf2-4126-8d5d-6459c5058058 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1004 | 2024.02.09 21:16:18.023072 [ 3 ] {} <Debug> HTTP-Session: 40dc0533-5bf2-4126-8d5d-6459c5058058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1005 | 2024.02.09 21:16:18.023145 [ 3 ] {aa695bc6-184f-452e-804a-68125fe49b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1006 | 2024.02.09 21:16:18.023190 [ 3 ] {aa695bc6-184f-452e-804a-68125fe49b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1007 | 2024.02.09 21:16:18.023325 [ 3 ] {aa695bc6-184f-452e-804a-68125fe49b70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1008 | 2024.02.09 21:16:18.023691 [ 3 ] {aa695bc6-184f-452e-804a-68125fe49b70} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
1009 | 2024.02.09 21:16:18.024002 [ 3 ] {aa695bc6-184f-452e-804a-68125fe49b70} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1010 | 2024.02.09 21:16:18.024219 [ 3 ] {aa695bc6-184f-452e-804a-68125fe49b70} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
1011 | 2024.02.09 21:16:18.024355 [ 3 ] {aa695bc6-184f-452e-804a-68125fe49b70} <Information> executeQuery: Read 20 rows, 27.64 KiB in 0.001175342 sec., 17016 rows/sec., 22.96 MiB/sec. | ||
1012 | 2024.02.09 21:16:18.024490 [ 3 ] {aa695bc6-184f-452e-804a-68125fe49b70} <Debug> DynamicQueryHandler: Done processing query | ||
1013 | 2024.02.09 21:16:18.024514 [ 3 ] {aa695bc6-184f-452e-804a-68125fe49b70} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1014 | 2024.02.09 21:16:18.024530 [ 3 ] {} <Debug> HTTP-Session: 40dc0533-5bf2-4126-8d5d-6459c5058058 Destroying unnamed session | ||
1015 | 2024.02.09 21:16:21.764668 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1016 | 2024.02.09 21:16:21.764727 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1017 | 2024.02.09 21:16:23.016803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1018 | 2024.02.09 21:16:23.016935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1019 | 2024.02.09 21:16:23.016967 [ 3 ] {} <Debug> HTTP-Session: fdf63897-12fd-423f-b5b7-380cfe3aed3c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1020 | 2024.02.09 21:16:23.016995 [ 3 ] {} <Debug> HTTP-Session: fdf63897-12fd-423f-b5b7-380cfe3aed3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.02.09 21:16:23.017202 [ 3 ] {b2af4abe-e3c0-43a8-90bd-f1910ece0095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1022 | 2024.02.09 21:16:23.020065 [ 3 ] {b2af4abe-e3c0-43a8-90bd-f1910ece0095} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1023 | 2024.02.09 21:16:23.020242 [ 3 ] {b2af4abe-e3c0-43a8-90bd-f1910ece0095} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1024 | 2024.02.09 21:16:23.020347 [ 3 ] {b2af4abe-e3c0-43a8-90bd-f1910ece0095} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1025 | 2024.02.09 21:16:23.020652 [ 3 ] {b2af4abe-e3c0-43a8-90bd-f1910ece0095} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
1026 | 2024.02.09 21:16:23.024708 [ 3 ] {b2af4abe-e3c0-43a8-90bd-f1910ece0095} <Trace> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1027 | 2024.02.09 21:16:23.024750 [ 3 ] {b2af4abe-e3c0-43a8-90bd-f1910ece0095} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1028 | 2024.02.09 21:16:23.024890 [ 3 ] {b2af4abe-e3c0-43a8-90bd-f1910ece0095} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1029 | 2024.02.09 21:16:23.030975 [ 3 ] {b2af4abe-e3c0-43a8-90bd-f1910ece0095} <Information> executeQuery: Read 4 rows, 443.00 B in 0.013718232 sec., 291 rows/sec., 31.54 KiB/sec. | ||
1030 | 2024.02.09 21:16:23.031197 [ 3 ] {b2af4abe-e3c0-43a8-90bd-f1910ece0095} <Debug> DynamicQueryHandler: Done processing query | ||
1031 | 2024.02.09 21:16:23.031223 [ 3 ] {b2af4abe-e3c0-43a8-90bd-f1910ece0095} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1032 | 2024.02.09 21:16:23.031240 [ 3 ] {} <Debug> HTTP-Session: fdf63897-12fd-423f-b5b7-380cfe3aed3c Destroying unnamed session | ||
1033 | 2024.02.09 21:16:23.031491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1034 | 2024.02.09 21:16:23.031544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1035 | 2024.02.09 21:16:23.031566 [ 3 ] {} <Debug> HTTP-Session: 036b00f5-ec28-4b99-abb1-d9d0a07e7ea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1036 | 2024.02.09 21:16:23.031586 [ 3 ] {} <Debug> HTTP-Session: 036b00f5-ec28-4b99-abb1-d9d0a07e7ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1037 | 2024.02.09 21:16:23.031722 [ 3 ] {a1ae27ea-b023-4061-be0f-5db232e1c628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
1038 | 2024.02.09 21:16:23.032185 [ 3 ] {a1ae27ea-b023-4061-be0f-5db232e1c628} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1039 | 2024.02.09 21:16:23.032347 [ 3 ] {a1ae27ea-b023-4061-be0f-5db232e1c628} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1040 | 2024.02.09 21:16:23.032392 [ 3 ] {a1ae27ea-b023-4061-be0f-5db232e1c628} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1041 | 2024.02.09 21:16:23.032538 [ 3 ] {a1ae27ea-b023-4061-be0f-5db232e1c628} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1042 | 2024.02.09 21:16:23.032570 [ 3 ] {a1ae27ea-b023-4061-be0f-5db232e1c628} <Trace> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1043 | 2024.02.09 21:16:23.032593 [ 3 ] {a1ae27ea-b023-4061-be0f-5db232e1c628} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1044 | 2024.02.09 21:16:23.032624 [ 3 ] {a1ae27ea-b023-4061-be0f-5db232e1c628} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1045 | 2024.02.09 21:16:23.033469 [ 3 ] {a1ae27ea-b023-4061-be0f-5db232e1c628} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001706311 sec., 2344 rows/sec., 253.54 KiB/sec. | ||
1046 | 2024.02.09 21:16:23.033667 [ 3 ] {a1ae27ea-b023-4061-be0f-5db232e1c628} <Debug> DynamicQueryHandler: Done processing query | ||
1047 | 2024.02.09 21:16:23.033692 [ 3 ] {a1ae27ea-b023-4061-be0f-5db232e1c628} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1048 | 2024.02.09 21:16:23.033709 [ 3 ] {} <Debug> HTTP-Session: 036b00f5-ec28-4b99-abb1-d9d0a07e7ea6 Destroying unnamed session | ||
1049 | 2024.02.09 21:16:23.034039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1050 | 2024.02.09 21:16:23.034088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1051 | 2024.02.09 21:16:23.034109 [ 3 ] {} <Debug> HTTP-Session: b009c9eb-ab1b-48bf-8d53-98651d32d95f Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1052 | 2024.02.09 21:16:23.034126 [ 3 ] {} <Debug> HTTP-Session: b009c9eb-ab1b-48bf-8d53-98651d32d95f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1053 | 2024.02.09 21:16:23.034249 [ 3 ] {a14bee36-f351-4612-8564-813c26d6f8ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1054 | 2024.02.09 21:16:23.034707 [ 3 ] {a14bee36-f351-4612-8564-813c26d6f8ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1055 | 2024.02.09 21:16:23.034871 [ 3 ] {a14bee36-f351-4612-8564-813c26d6f8ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1056 | 2024.02.09 21:16:23.034914 [ 3 ] {a14bee36-f351-4612-8564-813c26d6f8ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1057 | 2024.02.09 21:16:23.035060 [ 3 ] {a14bee36-f351-4612-8564-813c26d6f8ac} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1058 | 2024.02.09 21:16:23.035090 [ 3 ] {a14bee36-f351-4612-8564-813c26d6f8ac} <Trace> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1059 | 2024.02.09 21:16:23.035112 [ 3 ] {a14bee36-f351-4612-8564-813c26d6f8ac} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1060 | 2024.02.09 21:16:23.035141 [ 3 ] {a14bee36-f351-4612-8564-813c26d6f8ac} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1061 | 2024.02.09 21:16:23.036005 [ 3 ] {a14bee36-f351-4612-8564-813c26d6f8ac} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001716541 sec., 2330 rows/sec., 252.03 KiB/sec. | ||
1062 | 2024.02.09 21:16:23.036206 [ 3 ] {a14bee36-f351-4612-8564-813c26d6f8ac} <Debug> DynamicQueryHandler: Done processing query | ||
1063 | 2024.02.09 21:16:23.036232 [ 3 ] {a14bee36-f351-4612-8564-813c26d6f8ac} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1064 | 2024.02.09 21:16:23.036249 [ 3 ] {} <Debug> HTTP-Session: b009c9eb-ab1b-48bf-8d53-98651d32d95f Destroying unnamed session | ||
1065 | 2024.02.09 21:16:23.036456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1066 | 2024.02.09 21:16:23.036502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1067 | 2024.02.09 21:16:23.036523 [ 3 ] {} <Debug> HTTP-Session: e5a67d69-281f-44be-86aa-e610859d423a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1068 | 2024.02.09 21:16:23.036541 [ 3 ] {} <Debug> HTTP-Session: e5a67d69-281f-44be-86aa-e610859d423a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1069 | 2024.02.09 21:16:23.036661 [ 3 ] {e7291b17-cc38-4748-a195-ae405e3ff178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1070 | 2024.02.09 21:16:23.037127 [ 3 ] {e7291b17-cc38-4748-a195-ae405e3ff178} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1071 | 2024.02.09 21:16:23.037293 [ 3 ] {e7291b17-cc38-4748-a195-ae405e3ff178} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1072 | 2024.02.09 21:16:23.037334 [ 3 ] {e7291b17-cc38-4748-a195-ae405e3ff178} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1073 | 2024.02.09 21:16:23.037483 [ 3 ] {e7291b17-cc38-4748-a195-ae405e3ff178} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1074 | 2024.02.09 21:16:23.037513 [ 3 ] {e7291b17-cc38-4748-a195-ae405e3ff178} <Trace> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1075 | 2024.02.09 21:16:23.037536 [ 3 ] {e7291b17-cc38-4748-a195-ae405e3ff178} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1076 | 2024.02.09 21:16:23.037566 [ 3 ] {e7291b17-cc38-4748-a195-ae405e3ff178} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1077 | 2024.02.09 21:16:23.038414 [ 3 ] {e7291b17-cc38-4748-a195-ae405e3ff178} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001712591 sec., 2335 rows/sec., 252.61 KiB/sec. | ||
1078 | 2024.02.09 21:16:23.038601 [ 3 ] {e7291b17-cc38-4748-a195-ae405e3ff178} <Debug> DynamicQueryHandler: Done processing query | ||
1079 | 2024.02.09 21:16:23.038626 [ 3 ] {e7291b17-cc38-4748-a195-ae405e3ff178} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1080 | 2024.02.09 21:16:23.038643 [ 3 ] {} <Debug> HTTP-Session: e5a67d69-281f-44be-86aa-e610859d423a Destroying unnamed session | ||
1081 | 2024.02.09 21:16:23.038846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1082 | 2024.02.09 21:16:23.038891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1083 | 2024.02.09 21:16:23.038912 [ 3 ] {} <Debug> HTTP-Session: 60f20536-9dc9-4935-a860-1229448dee05 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1084 | 2024.02.09 21:16:23.038929 [ 3 ] {} <Debug> HTTP-Session: 60f20536-9dc9-4935-a860-1229448dee05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1085 | 2024.02.09 21:16:23.039050 [ 3 ] {ffaa0c58-f206-4d84-ae4e-6a454abe9b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
1086 | 2024.02.09 21:16:23.039520 [ 3 ] {ffaa0c58-f206-4d84-ae4e-6a454abe9b6e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1087 | 2024.02.09 21:16:23.039688 [ 3 ] {ffaa0c58-f206-4d84-ae4e-6a454abe9b6e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1088 | 2024.02.09 21:16:23.039732 [ 3 ] {ffaa0c58-f206-4d84-ae4e-6a454abe9b6e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1089 | 2024.02.09 21:16:23.039879 [ 3 ] {ffaa0c58-f206-4d84-ae4e-6a454abe9b6e} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1090 | 2024.02.09 21:16:23.039908 [ 3 ] {ffaa0c58-f206-4d84-ae4e-6a454abe9b6e} <Trace> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1091 | 2024.02.09 21:16:23.039930 [ 3 ] {ffaa0c58-f206-4d84-ae4e-6a454abe9b6e} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1092 | 2024.02.09 21:16:23.039958 [ 3 ] {ffaa0c58-f206-4d84-ae4e-6a454abe9b6e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1093 | 2024.02.09 21:16:23.040771 [ 3 ] {ffaa0c58-f206-4d84-ae4e-6a454abe9b6e} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001681791 sec., 2378 rows/sec., 257.24 KiB/sec. | ||
1094 | 2024.02.09 21:16:23.040965 [ 3 ] {ffaa0c58-f206-4d84-ae4e-6a454abe9b6e} <Debug> DynamicQueryHandler: Done processing query | ||
1095 | 2024.02.09 21:16:23.040990 [ 3 ] {ffaa0c58-f206-4d84-ae4e-6a454abe9b6e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1096 | 2024.02.09 21:16:23.041006 [ 3 ] {} <Debug> HTTP-Session: 60f20536-9dc9-4935-a860-1229448dee05 Destroying unnamed session | ||
1097 | 2024.02.09 21:16:23.041231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1098 | 2024.02.09 21:16:23.041277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1099 | 2024.02.09 21:16:23.041298 [ 3 ] {} <Debug> HTTP-Session: ececf518-fe84-4771-89e9-e668dfd4313b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1100 | 2024.02.09 21:16:23.041315 [ 3 ] {} <Debug> HTTP-Session: ececf518-fe84-4771-89e9-e668dfd4313b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1101 | 2024.02.09 21:16:23.041437 [ 3 ] {7e5199c0-483c-4b9a-a46d-0919deecd940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
1102 | 2024.02.09 21:16:23.041919 [ 3 ] {7e5199c0-483c-4b9a-a46d-0919deecd940} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1103 | 2024.02.09 21:16:23.042088 [ 3 ] {7e5199c0-483c-4b9a-a46d-0919deecd940} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1104 | 2024.02.09 21:16:23.042130 [ 3 ] {7e5199c0-483c-4b9a-a46d-0919deecd940} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1105 | 2024.02.09 21:16:23.042276 [ 3 ] {7e5199c0-483c-4b9a-a46d-0919deecd940} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1106 | 2024.02.09 21:16:23.042306 [ 3 ] {7e5199c0-483c-4b9a-a46d-0919deecd940} <Trace> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1107 | 2024.02.09 21:16:23.042327 [ 3 ] {7e5199c0-483c-4b9a-a46d-0919deecd940} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1108 | 2024.02.09 21:16:23.042355 [ 3 ] {7e5199c0-483c-4b9a-a46d-0919deecd940} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1109 | 2024.02.09 21:16:23.043250 [ 3 ] {7e5199c0-483c-4b9a-a46d-0919deecd940} <Information> executeQuery: Read 4 rows, 443.00 B in 0.001774812 sec., 2253 rows/sec., 243.75 KiB/sec. | ||
1110 | 2024.02.09 21:16:23.043448 [ 3 ] {7e5199c0-483c-4b9a-a46d-0919deecd940} <Debug> DynamicQueryHandler: Done processing query | ||
1111 | 2024.02.09 21:16:23.043473 [ 3 ] {7e5199c0-483c-4b9a-a46d-0919deecd940} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1112 | 2024.02.09 21:16:23.043490 [ 3 ] {} <Debug> HTTP-Session: ececf518-fe84-4771-89e9-e668dfd4313b Destroying unnamed session | ||
1113 | 2024.02.09 21:16:23.055487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1114 | 2024.02.09 21:16:23.055548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1115 | 2024.02.09 21:16:23.055574 [ 3 ] {} <Debug> HTTP-Session: 66ab8747-ba08-4d55-9cb2-7281348c1b6d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1116 | 2024.02.09 21:16:23.055594 [ 3 ] {} <Debug> HTTP-Session: 66ab8747-ba08-4d55-9cb2-7281348c1b6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1117 | 2024.02.09 21:16:23.055692 [ 3 ] {497e019a-f1d6-4465-b8ac-2d766fb801e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1118 | 2024.02.09 21:16:23.055743 [ 3 ] {497e019a-f1d6-4465-b8ac-2d766fb801e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1119 | 2024.02.09 21:16:23.055924 [ 3 ] {497e019a-f1d6-4465-b8ac-2d766fb801e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1120 | 2024.02.09 21:16:23.056308 [ 3 ] {497e019a-f1d6-4465-b8ac-2d766fb801e0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
1121 | 2024.02.09 21:16:23.056621 [ 3 ] {497e019a-f1d6-4465-b8ac-2d766fb801e0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1122 | 2024.02.09 21:16:23.056791 [ 3 ] {497e019a-f1d6-4465-b8ac-2d766fb801e0} <Trace> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1123 | 2024.02.09 21:16:23.056903 [ 3 ] {497e019a-f1d6-4465-b8ac-2d766fb801e0} <Information> executeQuery: Read 6 rows, 996.00 B in 0.001175692 sec., 5103 rows/sec., 827.31 KiB/sec. | ||
1124 | 2024.02.09 21:16:23.057029 [ 3 ] {497e019a-f1d6-4465-b8ac-2d766fb801e0} <Debug> DynamicQueryHandler: Done processing query | ||
1125 | 2024.02.09 21:16:23.057054 [ 3 ] {497e019a-f1d6-4465-b8ac-2d766fb801e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
1126 | 2024.02.09 21:16:23.057070 [ 3 ] {} <Debug> HTTP-Session: 66ab8747-ba08-4d55-9cb2-7281348c1b6d Destroying unnamed session | ||
1127 | 2024.02.09 21:16:23.057188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1128 | 2024.02.09 21:16:23.057233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1129 | 2024.02.09 21:16:23.057253 [ 3 ] {} <Debug> HTTP-Session: 5ea2ed2d-e2c1-4342-be8c-6407cc39ce12 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1130 | 2024.02.09 21:16:23.057270 [ 3 ] {} <Debug> HTTP-Session: 5ea2ed2d-e2c1-4342-be8c-6407cc39ce12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1131 | 2024.02.09 21:16:23.057345 [ 3 ] {f15fba5e-6ea8-41f4-855e-78ed8f141916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1132 | 2024.02.09 21:16:23.057386 [ 3 ] {f15fba5e-6ea8-41f4-855e-78ed8f141916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1133 | 2024.02.09 21:16:23.057492 [ 3 ] {f15fba5e-6ea8-41f4-855e-78ed8f141916} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1134 | 2024.02.09 21:16:23.057807 [ 3 ] {f15fba5e-6ea8-41f4-855e-78ed8f141916} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
1135 | 2024.02.09 21:16:23.058026 [ 3 ] {f15fba5e-6ea8-41f4-855e-78ed8f141916} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1136 | 2024.02.09 21:16:23.058182 [ 3 ] {f15fba5e-6ea8-41f4-855e-78ed8f141916} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
1137 | 2024.02.09 21:16:23.058276 [ 3 ] {f15fba5e-6ea8-41f4-855e-78ed8f141916} <Information> executeQuery: Read 36 rows, 2.77 KiB in 0.000901337 sec., 39940 rows/sec., 3.00 MiB/sec. | ||
1138 | 2024.02.09 21:16:23.058394 [ 3 ] {f15fba5e-6ea8-41f4-855e-78ed8f141916} <Debug> DynamicQueryHandler: Done processing query | ||
1139 | 2024.02.09 21:16:23.058417 [ 3 ] {f15fba5e-6ea8-41f4-855e-78ed8f141916} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1140 | 2024.02.09 21:16:23.058433 [ 3 ] {} <Debug> HTTP-Session: 5ea2ed2d-e2c1-4342-be8c-6407cc39ce12 Destroying unnamed session | ||
1141 | 2024.02.09 21:16:23.058588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4098, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1142 | 2024.02.09 21:16:23.058633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1143 | 2024.02.09 21:16:23.058653 [ 3 ] {} <Debug> HTTP-Session: d8c534f2-bacd-48a4-bf2b-dd780e6417e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1144 | 2024.02.09 21:16:23.058670 [ 3 ] {} <Debug> HTTP-Session: d8c534f2-bacd-48a4-bf2b-dd780e6417e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1145 | 2024.02.09 21:16:23.058742 [ 3 ] {4dc075d7-02e3-4f7b-a5b9-44aefb032ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1146 | 2024.02.09 21:16:23.058782 [ 3 ] {4dc075d7-02e3-4f7b-a5b9-44aefb032ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1147 | 2024.02.09 21:16:23.058889 [ 3 ] {4dc075d7-02e3-4f7b-a5b9-44aefb032ad5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1148 | 2024.02.09 21:16:23.059177 [ 3 ] {4dc075d7-02e3-4f7b-a5b9-44aefb032ad5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
1149 | 2024.02.09 21:16:23.059383 [ 3 ] {4dc075d7-02e3-4f7b-a5b9-44aefb032ad5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1150 | 2024.02.09 21:16:23.059536 [ 3 ] {4dc075d7-02e3-4f7b-a5b9-44aefb032ad5} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
1151 | 2024.02.09 21:16:23.059630 [ 3 ] {4dc075d7-02e3-4f7b-a5b9-44aefb032ad5} <Information> executeQuery: Read 24 rows, 1.90 KiB in 0.000859546 sec., 27921 rows/sec., 2.16 MiB/sec. | ||
1152 | 2024.02.09 21:16:23.059773 [ 3 ] {4dc075d7-02e3-4f7b-a5b9-44aefb032ad5} <Debug> DynamicQueryHandler: Done processing query | ||
1153 | 2024.02.09 21:16:23.059798 [ 3 ] {4dc075d7-02e3-4f7b-a5b9-44aefb032ad5} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1154 | 2024.02.09 21:16:23.059814 [ 3 ] {} <Debug> HTTP-Session: d8c534f2-bacd-48a4-bf2b-dd780e6417e3 Destroying unnamed session | ||
1155 | 2024.02.09 21:16:23.060082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 62469, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1156 | 2024.02.09 21:16:23.060128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1157 | 2024.02.09 21:16:23.060148 [ 3 ] {} <Debug> HTTP-Session: 9dacd697-5088-482d-8b61-e9d98b9a44ac Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1158 | 2024.02.09 21:16:23.060164 [ 3 ] {} <Debug> HTTP-Session: 9dacd697-5088-482d-8b61-e9d98b9a44ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1159 | 2024.02.09 21:16:23.060249 [ 3 ] {fdec1f8d-0c7f-4187-84ae-d7afa32e580c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1160 | 2024.02.09 21:16:23.060295 [ 3 ] {fdec1f8d-0c7f-4187-84ae-d7afa32e580c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1161 | 2024.02.09 21:16:23.060421 [ 3 ] {fdec1f8d-0c7f-4187-84ae-d7afa32e580c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1162 | 2024.02.09 21:16:23.060865 [ 3 ] {fdec1f8d-0c7f-4187-84ae-d7afa32e580c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
1163 | 2024.02.09 21:16:23.061142 [ 3 ] {fdec1f8d-0c7f-4187-84ae-d7afa32e580c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1164 | 2024.02.09 21:16:23.061333 [ 3 ] {fdec1f8d-0c7f-4187-84ae-d7afa32e580c} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
1165 | 2024.02.09 21:16:23.061431 [ 3 ] {fdec1f8d-0c7f-4187-84ae-d7afa32e580c} <Information> executeQuery: Read 324 rows, 23.41 KiB in 0.001152381 sec., 281157 rows/sec., 19.84 MiB/sec. | ||
1166 | 2024.02.09 21:16:23.061567 [ 3 ] {fdec1f8d-0c7f-4187-84ae-d7afa32e580c} <Debug> DynamicQueryHandler: Done processing query | ||
1167 | 2024.02.09 21:16:23.061591 [ 3 ] {fdec1f8d-0c7f-4187-84ae-d7afa32e580c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1168 | 2024.02.09 21:16:23.061607 [ 3 ] {} <Debug> HTTP-Session: 9dacd697-5088-482d-8b61-e9d98b9a44ac Destroying unnamed session | ||
1169 | 2024.02.09 21:16:28.017553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 2917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1170 | 2024.02.09 21:16:28.017669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1171 | 2024.02.09 21:16:28.017697 [ 3 ] {} <Debug> HTTP-Session: c65fb340-4f48-46ff-9418-85de1c066f69 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1172 | 2024.02.09 21:16:28.017721 [ 3 ] {} <Debug> HTTP-Session: c65fb340-4f48-46ff-9418-85de1c066f69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1173 | 2024.02.09 21:16:28.017849 [ 3 ] {059b2ad4-23fc-423c-b45f-407ce0899313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1174 | 2024.02.09 21:16:28.017909 [ 3 ] {059b2ad4-23fc-423c-b45f-407ce0899313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1175 | 2024.02.09 21:16:28.018069 [ 3 ] {059b2ad4-23fc-423c-b45f-407ce0899313} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1176 | 2024.02.09 21:16:28.018517 [ 3 ] {059b2ad4-23fc-423c-b45f-407ce0899313} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
1177 | 2024.02.09 21:16:28.018776 [ 3 ] {059b2ad4-23fc-423c-b45f-407ce0899313} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1178 | 2024.02.09 21:16:28.018944 [ 3 ] {059b2ad4-23fc-423c-b45f-407ce0899313} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
1179 | 2024.02.09 21:16:28.019074 [ 3 ] {059b2ad4-23fc-423c-b45f-407ce0899313} <Information> executeQuery: Read 20 rows, 1.62 KiB in 0.001181881 sec., 16922 rows/sec., 1.34 MiB/sec. | ||
1180 | 2024.02.09 21:16:28.019257 [ 3 ] {059b2ad4-23fc-423c-b45f-407ce0899313} <Debug> DynamicQueryHandler: Done processing query | ||
1181 | 2024.02.09 21:16:28.019289 [ 3 ] {059b2ad4-23fc-423c-b45f-407ce0899313} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
1182 | 2024.02.09 21:16:28.019306 [ 3 ] {} <Debug> HTTP-Session: c65fb340-4f48-46ff-9418-85de1c066f69 Destroying unnamed session | ||
1183 | 2024.02.09 21:16:28.019446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 9100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1184 | 2024.02.09 21:16:28.019517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1185 | 2024.02.09 21:16:28.019542 [ 3 ] {} <Debug> HTTP-Session: 954507ae-ff48-4b69-9cab-392fe5ab45eb Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1186 | 2024.02.09 21:16:28.019565 [ 3 ] {} <Debug> HTTP-Session: 954507ae-ff48-4b69-9cab-392fe5ab45eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1187 | 2024.02.09 21:16:28.019658 [ 3 ] {0e8642fe-1d89-4102-8fb6-31faa4984675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1188 | 2024.02.09 21:16:28.019708 [ 3 ] {0e8642fe-1d89-4102-8fb6-31faa4984675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1189 | 2024.02.09 21:16:28.019849 [ 3 ] {0e8642fe-1d89-4102-8fb6-31faa4984675} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1190 | 2024.02.09 21:16:28.020228 [ 3 ] {0e8642fe-1d89-4102-8fb6-31faa4984675} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
1191 | 2024.02.09 21:16:28.020492 [ 3 ] {0e8642fe-1d89-4102-8fb6-31faa4984675} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1192 | 2024.02.09 21:16:28.020650 [ 3 ] {0e8642fe-1d89-4102-8fb6-31faa4984675} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0. | ||
1193 | 2024.02.09 21:16:28.020778 [ 3 ] {0e8642fe-1d89-4102-8fb6-31faa4984675} <Information> executeQuery: Read 60 rows, 5.42 KiB in 0.00108579 sec., 55259 rows/sec., 4.87 MiB/sec. | ||
1194 | 2024.02.09 21:16:28.020901 [ 3 ] {0e8642fe-1d89-4102-8fb6-31faa4984675} <Debug> DynamicQueryHandler: Done processing query | ||
1195 | 2024.02.09 21:16:28.020926 [ 3 ] {0e8642fe-1d89-4102-8fb6-31faa4984675} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
1196 | 2024.02.09 21:16:28.020942 [ 3 ] {} <Debug> HTTP-Session: 954507ae-ff48-4b69-9cab-392fe5ab45eb Destroying unnamed session | ||
1197 | 2024.02.09 21:16:28.021103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1198 | 2024.02.09 21:16:28.021149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1199 | 2024.02.09 21:16:28.021169 [ 3 ] {} <Debug> HTTP-Session: eb81e4fa-b341-42ed-971f-b0f3555dcc4d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1200 | 2024.02.09 21:16:28.021187 [ 3 ] {} <Debug> HTTP-Session: eb81e4fa-b341-42ed-971f-b0f3555dcc4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1201 | 2024.02.09 21:16:28.021258 [ 3 ] {884e049c-c5d7-4085-abf1-2757e0e459c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1202 | 2024.02.09 21:16:28.021298 [ 3 ] {884e049c-c5d7-4085-abf1-2757e0e459c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1203 | 2024.02.09 21:16:28.021408 [ 3 ] {884e049c-c5d7-4085-abf1-2757e0e459c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1204 | 2024.02.09 21:16:28.021710 [ 3 ] {884e049c-c5d7-4085-abf1-2757e0e459c5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
1205 | 2024.02.09 21:16:28.021922 [ 3 ] {884e049c-c5d7-4085-abf1-2757e0e459c5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1206 | 2024.02.09 21:16:28.022073 [ 3 ] {884e049c-c5d7-4085-abf1-2757e0e459c5} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0. | ||
1207 | 2024.02.09 21:16:28.022171 [ 3 ] {884e049c-c5d7-4085-abf1-2757e0e459c5} <Information> executeQuery: Read 20 rows, 1.60 KiB in 0.000885006 sec., 22598 rows/sec., 1.77 MiB/sec. | ||
1208 | 2024.02.09 21:16:28.022301 [ 3 ] {884e049c-c5d7-4085-abf1-2757e0e459c5} <Debug> DynamicQueryHandler: Done processing query | ||
1209 | 2024.02.09 21:16:28.022327 [ 3 ] {884e049c-c5d7-4085-abf1-2757e0e459c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
1210 | 2024.02.09 21:16:28.022342 [ 3 ] {} <Debug> HTTP-Session: eb81e4fa-b341-42ed-971f-b0f3555dcc4d Destroying unnamed session | ||
1211 | 2024.02.09 21:16:28.022489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 21435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1212 | 2024.02.09 21:16:28.022536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1213 | 2024.02.09 21:16:28.022555 [ 3 ] {} <Debug> HTTP-Session: 27d9eb9b-c8d6-4c0c-bd96-241ea7da63dc Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1214 | 2024.02.09 21:16:28.022572 [ 3 ] {} <Debug> HTTP-Session: 27d9eb9b-c8d6-4c0c-bd96-241ea7da63dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1215 | 2024.02.09 21:16:28.022652 [ 3 ] {6e03e3d4-e1e3-4166-8e5c-9d05dd0546a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1216 | 2024.02.09 21:16:28.022698 [ 3 ] {6e03e3d4-e1e3-4166-8e5c-9d05dd0546a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1217 | 2024.02.09 21:16:28.022834 [ 3 ] {6e03e3d4-e1e3-4166-8e5c-9d05dd0546a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1218 | 2024.02.09 21:16:28.023206 [ 3 ] {6e03e3d4-e1e3-4166-8e5c-9d05dd0546a5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.57 GiB. | ||
1219 | 2024.02.09 21:16:28.023503 [ 3 ] {6e03e3d4-e1e3-4166-8e5c-9d05dd0546a5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1220 | 2024.02.09 21:16:28.023686 [ 3 ] {6e03e3d4-e1e3-4166-8e5c-9d05dd0546a5} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
1221 | 2024.02.09 21:16:28.023810 [ 3 ] {6e03e3d4-e1e3-4166-8e5c-9d05dd0546a5} <Information> executeQuery: Read 20 rows, 27.64 KiB in 0.00112698 sec., 17746 rows/sec., 23.95 MiB/sec. | ||
1222 | 2024.02.09 21:16:28.023975 [ 3 ] {6e03e3d4-e1e3-4166-8e5c-9d05dd0546a5} <Debug> DynamicQueryHandler: Done processing query | ||
1223 | 2024.02.09 21:16:28.024000 [ 3 ] {6e03e3d4-e1e3-4166-8e5c-9d05dd0546a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1224 | 2024.02.09 21:16:28.024016 [ 3 ] {} <Debug> HTTP-Session: 27d9eb9b-c8d6-4c0c-bd96-241ea7da63dc Destroying unnamed session | ||
1225 | 2024.02.09 21:16:36.764769 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1226 | 2024.02.09 21:16:36.764831 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1227 | 2024.02.09 21:16:38.019841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6932, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1228 | 2024.02.09 21:16:38.019960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1229 | 2024.02.09 21:16:38.019987 [ 3 ] {} <Debug> HTTP-Session: 5562ff94-7254-441d-9a78-ed2a85c86e9a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1230 | 2024.02.09 21:16:38.020011 [ 3 ] {} <Debug> HTTP-Session: 5562ff94-7254-441d-9a78-ed2a85c86e9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1231 | 2024.02.09 21:16:38.020139 [ 3 ] {6bf1a14a-c2fb-4d24-b7ce-0cdd3d7190dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1232 | 2024.02.09 21:16:38.020199 [ 3 ] {6bf1a14a-c2fb-4d24-b7ce-0cdd3d7190dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1233 | 2024.02.09 21:16:38.020358 [ 3 ] {6bf1a14a-c2fb-4d24-b7ce-0cdd3d7190dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1234 | 2024.02.09 21:16:38.020817 [ 3 ] {6bf1a14a-c2fb-4d24-b7ce-0cdd3d7190dc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1235 | 2024.02.09 21:16:38.021085 [ 3 ] {6bf1a14a-c2fb-4d24-b7ce-0cdd3d7190dc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1236 | 2024.02.09 21:16:38.021262 [ 3 ] {6bf1a14a-c2fb-4d24-b7ce-0cdd3d7190dc} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0. | ||
1237 | 2024.02.09 21:16:38.021384 [ 3 ] {6bf1a14a-c2fb-4d24-b7ce-0cdd3d7190dc} <Information> executeQuery: Read 48 rows, 3.89 KiB in 0.001208092 sec., 39732 rows/sec., 3.14 MiB/sec. | ||
1238 | 2024.02.09 21:16:38.021540 [ 3 ] {6bf1a14a-c2fb-4d24-b7ce-0cdd3d7190dc} <Debug> DynamicQueryHandler: Done processing query | ||
1239 | 2024.02.09 21:16:38.021565 [ 3 ] {6bf1a14a-c2fb-4d24-b7ce-0cdd3d7190dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1240 | 2024.02.09 21:16:38.021582 [ 3 ] {} <Debug> HTTP-Session: 5562ff94-7254-441d-9a78-ed2a85c86e9a Destroying unnamed session | ||
1241 | 2024.02.09 21:16:38.021725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1242 | 2024.02.09 21:16:38.021773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1243 | 2024.02.09 21:16:38.021793 [ 3 ] {} <Debug> HTTP-Session: 3582bd96-02af-4714-a0a4-cfcc4de19550 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1244 | 2024.02.09 21:16:38.021811 [ 3 ] {} <Debug> HTTP-Session: 3582bd96-02af-4714-a0a4-cfcc4de19550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1245 | 2024.02.09 21:16:38.021896 [ 3 ] {8cd914b6-114a-4071-be5d-6b074c0fc0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1246 | 2024.02.09 21:16:38.021939 [ 3 ] {8cd914b6-114a-4071-be5d-6b074c0fc0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1247 | 2024.02.09 21:16:38.022045 [ 3 ] {8cd914b6-114a-4071-be5d-6b074c0fc0fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1248 | 2024.02.09 21:16:38.022448 [ 3 ] {8cd914b6-114a-4071-be5d-6b074c0fc0fb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1249 | 2024.02.09 21:16:38.022675 [ 3 ] {8cd914b6-114a-4071-be5d-6b074c0fc0fb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1250 | 2024.02.09 21:16:38.022826 [ 3 ] {8cd914b6-114a-4071-be5d-6b074c0fc0fb} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0. | ||
1251 | 2024.02.09 21:16:38.022950 [ 3 ] {8cd914b6-114a-4071-be5d-6b074c0fc0fb} <Information> executeQuery: Read 144 rows, 14.34 KiB in 0.001022249 sec., 140865 rows/sec., 13.70 MiB/sec. | ||
1252 | 2024.02.09 21:16:38.023090 [ 3 ] {8cd914b6-114a-4071-be5d-6b074c0fc0fb} <Debug> DynamicQueryHandler: Done processing query | ||
1253 | 2024.02.09 21:16:38.023123 [ 3 ] {8cd914b6-114a-4071-be5d-6b074c0fc0fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1254 | 2024.02.09 21:16:38.023146 [ 3 ] {} <Debug> HTTP-Session: 3582bd96-02af-4714-a0a4-cfcc4de19550 Destroying unnamed session | ||
1255 | 2024.02.09 21:16:38.023301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 9708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1256 | 2024.02.09 21:16:38.023350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1257 | 2024.02.09 21:16:38.023371 [ 3 ] {} <Debug> HTTP-Session: befbe611-e20e-40ac-8bf4-af1bbcd253d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1258 | 2024.02.09 21:16:38.023388 [ 3 ] {} <Debug> HTTP-Session: befbe611-e20e-40ac-8bf4-af1bbcd253d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1259 | 2024.02.09 21:16:38.023467 [ 3 ] {32da133b-65fb-4d19-b546-1962c6dd2a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1260 | 2024.02.09 21:16:38.023508 [ 3 ] {32da133b-65fb-4d19-b546-1962c6dd2a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1261 | 2024.02.09 21:16:38.023616 [ 3 ] {32da133b-65fb-4d19-b546-1962c6dd2a7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1262 | 2024.02.09 21:16:38.023932 [ 3 ] {32da133b-65fb-4d19-b546-1962c6dd2a7a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1263 | 2024.02.09 21:16:38.024145 [ 3 ] {32da133b-65fb-4d19-b546-1962c6dd2a7a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1264 | 2024.02.09 21:16:38.024295 [ 3 ] {32da133b-65fb-4d19-b546-1962c6dd2a7a} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0. | ||
1265 | 2024.02.09 21:16:38.024396 [ 3 ] {32da133b-65fb-4d19-b546-1962c6dd2a7a} <Information> executeQuery: Read 57 rows, 4.57 KiB in 0.000900717 sec., 63282 rows/sec., 4.95 MiB/sec. | ||
1266 | 2024.02.09 21:16:38.024524 [ 3 ] {32da133b-65fb-4d19-b546-1962c6dd2a7a} <Debug> DynamicQueryHandler: Done processing query | ||
1267 | 2024.02.09 21:16:38.024548 [ 3 ] {32da133b-65fb-4d19-b546-1962c6dd2a7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
1268 | 2024.02.09 21:16:38.024563 [ 3 ] {} <Debug> HTTP-Session: befbe611-e20e-40ac-8bf4-af1bbcd253d6 Destroying unnamed session | ||
1269 | 2024.02.09 21:16:38.024824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 51351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1270 | 2024.02.09 21:16:38.024871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1271 | 2024.02.09 21:16:38.024892 [ 3 ] {} <Debug> HTTP-Session: f8043581-ccf6-402a-9c8c-21c4e7e4ce22 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1272 | 2024.02.09 21:16:38.024909 [ 3 ] {} <Debug> HTTP-Session: f8043581-ccf6-402a-9c8c-21c4e7e4ce22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1273 | 2024.02.09 21:16:38.025002 [ 3 ] {957c19d9-c9c3-48b4-87e7-017ad72b9842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1274 | 2024.02.09 21:16:38.025057 [ 3 ] {957c19d9-c9c3-48b4-87e7-017ad72b9842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1275 | 2024.02.09 21:16:38.025109 [ 100 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1276 | 2024.02.09 21:16:38.025113 [ 98 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1277 | 2024.02.09 21:16:38.025249 [ 100 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1278 | 2024.02.09 21:16:38.025321 [ 98 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1279 | 2024.02.09 21:16:38.025427 [ 3 ] {957c19d9-c9c3-48b4-87e7-017ad72b9842} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1280 | 2024.02.09 21:16:38.025542 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact | ||
1281 | 2024.02.09 21:16:38.025553 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact | ||
1282 | 2024.02.09 21:16:38.026182 [ 3 ] {957c19d9-c9c3-48b4-87e7-017ad72b9842} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1283 | 2024.02.09 21:16:38.026510 [ 3 ] {957c19d9-c9c3-48b4-87e7-017ad72b9842} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1284 | 2024.02.09 21:16:38.026690 [ 3 ] {957c19d9-c9c3-48b4-87e7-017ad72b9842} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0. | ||
1285 | 2024.02.09 21:16:38.026820 [ 3 ] {957c19d9-c9c3-48b4-87e7-017ad72b9842} <Information> executeQuery: Read 48 rows, 66.33 KiB in 0.001777262 sec., 27007 rows/sec., 36.45 MiB/sec. | ||
1286 | 2024.02.09 21:16:38.026956 [ 3 ] {957c19d9-c9c3-48b4-87e7-017ad72b9842} <Debug> DynamicQueryHandler: Done processing query | ||
1287 | 2024.02.09 21:16:38.026980 [ 3 ] {957c19d9-c9c3-48b4-87e7-017ad72b9842} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1288 | 2024.02.09 21:16:38.026996 [ 3 ] {} <Debug> HTTP-Session: f8043581-ccf6-402a-9c8c-21c4e7e4ce22 Destroying unnamed session | ||
1289 | 2024.02.09 21:16:38.027124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1290 | 2024.02.09 21:16:38.027170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1291 | 2024.02.09 21:16:38.027190 [ 3 ] {} <Debug> HTTP-Session: 5a7d9cb8-bdf8-4d6e-9ce7-923fc8c80e42 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1292 | 2024.02.09 21:16:38.027206 [ 3 ] {} <Debug> HTTP-Session: 5a7d9cb8-bdf8-4d6e-9ce7-923fc8c80e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1293 | 2024.02.09 21:16:38.027278 [ 3 ] {26620f58-ec0e-4b0c-bb35-e62f5e8a25fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1294 | 2024.02.09 21:16:38.027319 [ 3 ] {26620f58-ec0e-4b0c-bb35-e62f5e8a25fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1295 | 2024.02.09 21:16:38.027427 [ 3 ] {26620f58-ec0e-4b0c-bb35-e62f5e8a25fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1296 | 2024.02.09 21:16:38.027926 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1297 | 2024.02.09 21:16:38.027932 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1298 | 2024.02.09 21:16:38.028022 [ 3 ] {26620f58-ec0e-4b0c-bb35-e62f5e8a25fb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1299 | 2024.02.09 21:16:38.028109 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 29 rows starting from the beginning of the part | ||
1300 | 2024.02.09 21:16:38.028110 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 57 rows starting from the beginning of the part | ||
1301 | 2024.02.09 21:16:38.028638 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
1302 | 2024.02.09 21:16:38.028633 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
1303 | 2024.02.09 21:16:38.028782 [ 3 ] {26620f58-ec0e-4b0c-bb35-e62f5e8a25fb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1304 | 2024.02.09 21:16:38.029001 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
1305 | 2024.02.09 21:16:38.029004 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
1306 | 2024.02.09 21:16:38.029336 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
1307 | 2024.02.09 21:16:38.029422 [ 3 ] {26620f58-ec0e-4b0c-bb35-e62f5e8a25fb} <Trace> oximeter.measurements_i64 (e554db26-32ab-43b2-9c9b-7387240ead26): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1308 | 2024.02.09 21:16:38.029458 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
1309 | 2024.02.09 21:16:38.029681 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
1310 | 2024.02.09 21:16:38.029919 [ 3 ] {26620f58-ec0e-4b0c-bb35-e62f5e8a25fb} <Information> executeQuery: Read 9 rows, 651.00 B in 0.002569517 sec., 3502 rows/sec., 247.42 KiB/sec. | ||
1311 | 2024.02.09 21:16:38.029964 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
1312 | 2024.02.09 21:16:38.030173 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 144 rows starting from the beginning of the part | ||
1313 | 2024.02.09 21:16:38.030371 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 57 rows starting from the beginning of the part | ||
1314 | 2024.02.09 21:16:38.030367 [ 3 ] {26620f58-ec0e-4b0c-bb35-e62f5e8a25fb} <Debug> DynamicQueryHandler: Done processing query | ||
1315 | 2024.02.09 21:16:38.030474 [ 3 ] {26620f58-ec0e-4b0c-bb35-e62f5e8a25fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB. | ||
1316 | 2024.02.09 21:16:38.030561 [ 3 ] {} <Debug> HTTP-Session: 5a7d9cb8-bdf8-4d6e-9ce7-923fc8c80e42 Destroying unnamed session | ||
1317 | 2024.02.09 21:16:38.032579 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 4 columns (4 merged, 0 gathered) in 0.007116371 sec., 23888.58028902653 rows/sec., 1.87 MiB/sec. | ||
1318 | 2024.02.09 21:16:38.032588 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 417 rows, containing 4 columns (4 merged, 0 gathered) in 0.007240693 sec., 57591.172557654354 rows/sec., 5.19 MiB/sec. | ||
1319 | 2024.02.09 21:16:38.032727 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1320 | 2024.02.09 21:16:38.032772 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1321 | 2024.02.09 21:16:38.033026 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_6_1} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1. | ||
1322 | 2024.02.09 21:16:38.033139 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_6_1} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0 | ||
1323 | 2024.02.09 21:16:38.033147 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_6_1} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1. | ||
1324 | 2024.02.09 21:16:38.033288 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_6_1} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0 | ||
1325 | 2024.02.09 21:16:48.017572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1326 | 2024.02.09 21:16:48.017702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1327 | 2024.02.09 21:16:48.017732 [ 3 ] {} <Debug> HTTP-Session: 0cf411db-45f3-41ee-8d93-018a91ba4044 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1328 | 2024.02.09 21:16:48.017761 [ 3 ] {} <Debug> HTTP-Session: 0cf411db-45f3-41ee-8d93-018a91ba4044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1329 | 2024.02.09 21:16:48.017983 [ 3 ] {4289e597-c6da-41f1-97c6-671e980150aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1330 | 2024.02.09 21:16:48.018612 [ 3 ] {4289e597-c6da-41f1-97c6-671e980150aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1331 | 2024.02.09 21:16:48.018794 [ 3 ] {4289e597-c6da-41f1-97c6-671e980150aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1332 | 2024.02.09 21:16:48.018844 [ 3 ] {4289e597-c6da-41f1-97c6-671e980150aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1333 | 2024.02.09 21:16:48.019014 [ 3 ] {4289e597-c6da-41f1-97c6-671e980150aa} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1334 | 2024.02.09 21:16:48.019150 [ 186 ] {4289e597-c6da-41f1-97c6-671e980150aa} <Trace> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1335 | 2024.02.09 21:16:48.019176 [ 188 ] {4289e597-c6da-41f1-97c6-671e980150aa} <Trace> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1336 | 2024.02.09 21:16:48.019351 [ 3 ] {4289e597-c6da-41f1-97c6-671e980150aa} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1337 | 2024.02.09 21:16:48.019444 [ 3 ] {4289e597-c6da-41f1-97c6-671e980150aa} <Debug> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967) (SelectExecutor): Reading approx. 10 rows with 2 streams | ||
1338 | 2024.02.09 21:16:48.021485 [ 3 ] {4289e597-c6da-41f1-97c6-671e980150aa} <Information> executeQuery: Read 10 rows, 1.41 KiB in 0.003448444 sec., 2899 rows/sec., 407.51 KiB/sec. | ||
1339 | 2024.02.09 21:16:48.021775 [ 3 ] {4289e597-c6da-41f1-97c6-671e980150aa} <Debug> DynamicQueryHandler: Done processing query | ||
1340 | 2024.02.09 21:16:48.021801 [ 3 ] {4289e597-c6da-41f1-97c6-671e980150aa} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1341 | 2024.02.09 21:16:48.021818 [ 3 ] {} <Debug> HTTP-Session: 0cf411db-45f3-41ee-8d93-018a91ba4044 Destroying unnamed session | ||
1342 | 2024.02.09 21:16:48.023737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1343 | 2024.02.09 21:16:48.023783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1344 | 2024.02.09 21:16:48.023802 [ 3 ] {} <Debug> HTTP-Session: 43148077-f5a0-44b8-9848-111cea756ad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1345 | 2024.02.09 21:16:48.023820 [ 3 ] {} <Debug> HTTP-Session: 43148077-f5a0-44b8-9848-111cea756ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1346 | 2024.02.09 21:16:48.023901 [ 3 ] {efbbaa13-8b78-4b6a-b174-06c742b1205b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1347 | 2024.02.09 21:16:48.023943 [ 3 ] {efbbaa13-8b78-4b6a-b174-06c742b1205b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1348 | 2024.02.09 21:16:48.024103 [ 3 ] {efbbaa13-8b78-4b6a-b174-06c742b1205b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1349 | 2024.02.09 21:16:48.024535 [ 3 ] {efbbaa13-8b78-4b6a-b174-06c742b1205b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1350 | 2024.02.09 21:16:48.024889 [ 3 ] {efbbaa13-8b78-4b6a-b174-06c742b1205b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1351 | 2024.02.09 21:16:48.025081 [ 3 ] {efbbaa13-8b78-4b6a-b174-06c742b1205b} <Trace> oximeter.timeseries_schema (44d443cc-b622-4f57-b999-75d6b3349967): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
1352 | 2024.02.09 21:16:48.025199 [ 3 ] {efbbaa13-8b78-4b6a-b174-06c742b1205b} <Information> executeQuery: Read 1 rows, 232.00 B in 0.001268154 sec., 788 rows/sec., 178.66 KiB/sec. | ||
1353 | 2024.02.09 21:16:48.025376 [ 3 ] {efbbaa13-8b78-4b6a-b174-06c742b1205b} <Debug> DynamicQueryHandler: Done processing query | ||
1354 | 2024.02.09 21:16:48.025401 [ 3 ] {efbbaa13-8b78-4b6a-b174-06c742b1205b} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
1355 | 2024.02.09 21:16:48.025416 [ 3 ] {} <Debug> HTTP-Session: 43148077-f5a0-44b8-9848-111cea756ad7 Destroying unnamed session | ||
1356 | 2024.02.09 21:16:48.025570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1357 | 2024.02.09 21:16:48.025617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1358 | 2024.02.09 21:16:48.025636 [ 3 ] {} <Debug> HTTP-Session: 0960c416-4a05-40e9-81e5-0beca6d2a7ad Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1359 | 2024.02.09 21:16:48.025653 [ 3 ] {} <Debug> HTTP-Session: 0960c416-4a05-40e9-81e5-0beca6d2a7ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1360 | 2024.02.09 21:16:48.025726 [ 3 ] {e609a55d-f7ee-4df8-8af5-5ecea9758abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1361 | 2024.02.09 21:16:48.025766 [ 3 ] {e609a55d-f7ee-4df8-8af5-5ecea9758abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1362 | 2024.02.09 21:16:48.025879 [ 3 ] {e609a55d-f7ee-4df8-8af5-5ecea9758abe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1363 | 2024.02.09 21:16:48.026206 [ 3 ] {e609a55d-f7ee-4df8-8af5-5ecea9758abe} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1364 | 2024.02.09 21:16:48.026414 [ 3 ] {e609a55d-f7ee-4df8-8af5-5ecea9758abe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1365 | 2024.02.09 21:16:48.026567 [ 3 ] {e609a55d-f7ee-4df8-8af5-5ecea9758abe} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0. | ||
1366 | 2024.02.09 21:16:48.026690 [ 3 ] {e609a55d-f7ee-4df8-8af5-5ecea9758abe} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.000930337 sec., 52669 rows/sec., 4.17 MiB/sec. | ||
1367 | 2024.02.09 21:16:48.026685 [ 92 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1368 | 2024.02.09 21:16:48.026794 [ 92 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1369 | 2024.02.09 21:16:48.026874 [ 3 ] {e609a55d-f7ee-4df8-8af5-5ecea9758abe} <Debug> DynamicQueryHandler: Done processing query | ||
1370 | 2024.02.09 21:16:48.026901 [ 12 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact | ||
1371 | 2024.02.09 21:16:48.026922 [ 3 ] {e609a55d-f7ee-4df8-8af5-5ecea9758abe} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1372 | 2024.02.09 21:16:48.026954 [ 3 ] {} <Debug> HTTP-Session: 0960c416-4a05-40e9-81e5-0beca6d2a7ad Destroying unnamed session | ||
1373 | 2024.02.09 21:16:48.026995 [ 12 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1374 | 2024.02.09 21:16:48.027023 [ 12 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::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 | ||
1375 | 2024.02.09 21:16:48.027080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1376 | 2024.02.09 21:16:48.027137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1377 | 2024.02.09 21:16:48.027169 [ 3 ] {} <Debug> HTTP-Session: 8209978c-0244-4583-930a-6c745c2a7639 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1378 | 2024.02.09 21:16:48.027197 [ 3 ] {} <Debug> HTTP-Session: 8209978c-0244-4583-930a-6c745c2a7639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1379 | 2024.02.09 21:16:48.027197 [ 12 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
1380 | 2024.02.09 21:16:48.027302 [ 3 ] {8fa21b22-6849-4a82-81c4-9ee5d18a9f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1381 | 2024.02.09 21:16:48.027361 [ 12 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
1382 | 2024.02.09 21:16:48.027368 [ 3 ] {8fa21b22-6849-4a82-81c4-9ee5d18a9f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1383 | 2024.02.09 21:16:48.027514 [ 12 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
1384 | 2024.02.09 21:16:48.027637 [ 3 ] {8fa21b22-6849-4a82-81c4-9ee5d18a9f22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1385 | 2024.02.09 21:16:48.027694 [ 12 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part | ||
1386 | 2024.02.09 21:16:48.027906 [ 12 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 49 rows starting from the beginning of the part | ||
1387 | 2024.02.09 21:16:48.028145 [ 3 ] {8fa21b22-6849-4a82-81c4-9ee5d18a9f22} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1388 | 2024.02.09 21:16:48.028405 [ 3 ] {8fa21b22-6849-4a82-81c4-9ee5d18a9f22} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1389 | 2024.02.09 21:16:48.028629 [ 3 ] {8fa21b22-6849-4a82-81c4-9ee5d18a9f22} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
1390 | 2024.02.09 21:16:48.028776 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 4 columns (4 merged, 0 gathered) in 0.001906665 sec., 92307.77299630507 rows/sec., 7.31 MiB/sec. | ||
1391 | 2024.02.09 21:16:48.028807 [ 3 ] {8fa21b22-6849-4a82-81c4-9ee5d18a9f22} <Information> executeQuery: Read 2 rows, 175.00 B in 0.001461297 sec., 1368 rows/sec., 116.95 KiB/sec. | ||
1392 | 2024.02.09 21:16:48.028964 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1393 | 2024.02.09 21:16:48.028996 [ 3 ] {8fa21b22-6849-4a82-81c4-9ee5d18a9f22} <Debug> DynamicQueryHandler: Done processing query | ||
1394 | 2024.02.09 21:16:48.029039 [ 3 ] {8fa21b22-6849-4a82-81c4-9ee5d18a9f22} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1395 | 2024.02.09 21:16:48.029057 [ 3 ] {} <Debug> HTTP-Session: 8209978c-0244-4583-930a-6c745c2a7639 Destroying unnamed session | ||
1396 | 2024.02.09 21:16:48.029220 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_6_1} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1. | ||
1397 | 2024.02.09 21:16:48.029234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1398 | 2024.02.09 21:16:48.029308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1399 | 2024.02.09 21:16:48.029327 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_6_1} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0 | ||
1400 | 2024.02.09 21:16:48.029350 [ 3 ] {} <Debug> HTTP-Session: 39416a2c-f8bb-43ad-80ef-bceebbf0509a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1401 | 2024.02.09 21:16:48.029382 [ 3 ] {} <Debug> HTTP-Session: 39416a2c-f8bb-43ad-80ef-bceebbf0509a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1402 | 2024.02.09 21:16:48.029510 [ 3 ] {aeb03fa5-3ea2-4797-82d2-5bd1cf7eedd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1403 | 2024.02.09 21:16:48.029551 [ 3 ] {aeb03fa5-3ea2-4797-82d2-5bd1cf7eedd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1404 | 2024.02.09 21:16:48.029668 [ 3 ] {aeb03fa5-3ea2-4797-82d2-5bd1cf7eedd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1405 | 2024.02.09 21:16:48.030050 [ 3 ] {aeb03fa5-3ea2-4797-82d2-5bd1cf7eedd7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1406 | 2024.02.09 21:16:48.030275 [ 3 ] {aeb03fa5-3ea2-4797-82d2-5bd1cf7eedd7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1407 | 2024.02.09 21:16:48.030428 [ 3 ] {aeb03fa5-3ea2-4797-82d2-5bd1cf7eedd7} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0. | ||
1408 | 2024.02.09 21:16:48.030541 [ 3 ] {aeb03fa5-3ea2-4797-82d2-5bd1cf7eedd7} <Information> executeQuery: Read 148 rows, 14.73 KiB in 0.001001689 sec., 147750 rows/sec., 14.36 MiB/sec. | ||
1409 | 2024.02.09 21:16:48.030643 [ 3 ] {aeb03fa5-3ea2-4797-82d2-5bd1cf7eedd7} <Debug> DynamicQueryHandler: Done processing query | ||
1410 | 2024.02.09 21:16:48.030670 [ 3 ] {aeb03fa5-3ea2-4797-82d2-5bd1cf7eedd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1411 | 2024.02.09 21:16:48.030685 [ 3 ] {} <Debug> HTTP-Session: 39416a2c-f8bb-43ad-80ef-bceebbf0509a Destroying unnamed session | ||
1412 | 2024.02.09 21:16:48.030797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1413 | 2024.02.09 21:16:48.030841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1414 | 2024.02.09 21:16:48.030860 [ 3 ] {} <Debug> HTTP-Session: 5fb95244-262c-4711-9e42-96db35ea0fe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1415 | 2024.02.09 21:16:48.030876 [ 3 ] {} <Debug> HTTP-Session: 5fb95244-262c-4711-9e42-96db35ea0fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1416 | 2024.02.09 21:16:48.030944 [ 3 ] {b59124b5-0a9a-4614-93ca-822dc6857db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1417 | 2024.02.09 21:16:48.030983 [ 3 ] {b59124b5-0a9a-4614-93ca-822dc6857db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1418 | 2024.02.09 21:16:48.031085 [ 3 ] {b59124b5-0a9a-4614-93ca-822dc6857db6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1419 | 2024.02.09 21:16:48.033325 [ 3 ] {b59124b5-0a9a-4614-93ca-822dc6857db6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1420 | 2024.02.09 21:16:48.033566 [ 3 ] {b59124b5-0a9a-4614-93ca-822dc6857db6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1421 | 2024.02.09 21:16:48.033741 [ 3 ] {b59124b5-0a9a-4614-93ca-822dc6857db6} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
1422 | 2024.02.09 21:16:48.033863 [ 3 ] {b59124b5-0a9a-4614-93ca-822dc6857db6} <Information> executeQuery: Read 2 rows, 143.00 B in 0.002890013 sec., 692 rows/sec., 48.32 KiB/sec. | ||
1423 | 2024.02.09 21:16:48.034012 [ 3 ] {b59124b5-0a9a-4614-93ca-822dc6857db6} <Debug> DynamicQueryHandler: Done processing query | ||
1424 | 2024.02.09 21:16:48.034041 [ 3 ] {b59124b5-0a9a-4614-93ca-822dc6857db6} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1425 | 2024.02.09 21:16:48.034061 [ 3 ] {} <Debug> HTTP-Session: 5fb95244-262c-4711-9e42-96db35ea0fe0 Destroying unnamed session | ||
1426 | 2024.02.09 21:16:48.034191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1427 | 2024.02.09 21:16:48.034236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1428 | 2024.02.09 21:16:48.034255 [ 3 ] {} <Debug> HTTP-Session: 1a6e87d5-fa50-4f34-88f9-6bf0d8887475 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1429 | 2024.02.09 21:16:48.034271 [ 3 ] {} <Debug> HTTP-Session: 1a6e87d5-fa50-4f34-88f9-6bf0d8887475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1430 | 2024.02.09 21:16:48.034343 [ 3 ] {f8f9cb31-ae4b-4f85-927f-9d3b68899401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1431 | 2024.02.09 21:16:48.034381 [ 3 ] {f8f9cb31-ae4b-4f85-927f-9d3b68899401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1432 | 2024.02.09 21:16:48.034483 [ 3 ] {f8f9cb31-ae4b-4f85-927f-9d3b68899401} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1433 | 2024.02.09 21:16:48.034769 [ 3 ] {f8f9cb31-ae4b-4f85-927f-9d3b68899401} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1434 | 2024.02.09 21:16:48.034976 [ 3 ] {f8f9cb31-ae4b-4f85-927f-9d3b68899401} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1435 | 2024.02.09 21:16:48.035125 [ 3 ] {f8f9cb31-ae4b-4f85-927f-9d3b68899401} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0. | ||
1436 | 2024.02.09 21:16:48.035231 [ 3 ] {f8f9cb31-ae4b-4f85-927f-9d3b68899401} <Information> executeQuery: Read 51 rows, 4.09 KiB in 0.000861436 sec., 59203 rows/sec., 4.63 MiB/sec. | ||
1437 | 2024.02.09 21:16:48.035329 [ 3 ] {f8f9cb31-ae4b-4f85-927f-9d3b68899401} <Debug> DynamicQueryHandler: Done processing query | ||
1438 | 2024.02.09 21:16:48.035352 [ 3 ] {f8f9cb31-ae4b-4f85-927f-9d3b68899401} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
1439 | 2024.02.09 21:16:48.035367 [ 3 ] {} <Debug> HTTP-Session: 1a6e87d5-fa50-4f34-88f9-6bf0d8887475 Destroying unnamed session | ||
1440 | 2024.02.09 21:16:48.035471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1441 | 2024.02.09 21:16:48.035514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1442 | 2024.02.09 21:16:48.035533 [ 3 ] {} <Debug> HTTP-Session: b9b2fda0-f952-44f4-9df1-590cd2f52d30 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1443 | 2024.02.09 21:16:48.035550 [ 3 ] {} <Debug> HTTP-Session: b9b2fda0-f952-44f4-9df1-590cd2f52d30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1444 | 2024.02.09 21:16:48.035620 [ 3 ] {b4444286-d657-497d-a7cf-3744fea5bda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1445 | 2024.02.09 21:16:48.035663 [ 3 ] {b4444286-d657-497d-a7cf-3744fea5bda0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1446 | 2024.02.09 21:16:48.035779 [ 3 ] {b4444286-d657-497d-a7cf-3744fea5bda0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1447 | 2024.02.09 21:16:48.036023 [ 3 ] {b4444286-d657-497d-a7cf-3744fea5bda0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1448 | 2024.02.09 21:16:48.036268 [ 3 ] {b4444286-d657-497d-a7cf-3744fea5bda0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1449 | 2024.02.09 21:16:48.036444 [ 3 ] {b4444286-d657-497d-a7cf-3744fea5bda0} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1450 | 2024.02.09 21:16:48.036563 [ 3 ] {b4444286-d657-497d-a7cf-3744fea5bda0} <Information> executeQuery: Read 1 rows, 72.00 B in 0.000913396 sec., 1094 rows/sec., 76.98 KiB/sec. | ||
1451 | 2024.02.09 21:16:48.036685 [ 3 ] {b4444286-d657-497d-a7cf-3744fea5bda0} <Debug> DynamicQueryHandler: Done processing query | ||
1452 | 2024.02.09 21:16:48.036709 [ 3 ] {b4444286-d657-497d-a7cf-3744fea5bda0} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1453 | 2024.02.09 21:16:48.036725 [ 3 ] {} <Debug> HTTP-Session: b9b2fda0-f952-44f4-9df1-590cd2f52d30 Destroying unnamed session | ||
1454 | 2024.02.09 21:16:48.036919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1455 | 2024.02.09 21:16:48.036964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1456 | 2024.02.09 21:16:48.036984 [ 3 ] {} <Debug> HTTP-Session: c297913f-4412-47aa-910e-270578b07b6b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1457 | 2024.02.09 21:16:48.037000 [ 3 ] {} <Debug> HTTP-Session: c297913f-4412-47aa-910e-270578b07b6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1458 | 2024.02.09 21:16:48.037084 [ 3 ] {410cafab-f237-44d1-ac3a-6ede028a74bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1459 | 2024.02.09 21:16:48.037129 [ 3 ] {410cafab-f237-44d1-ac3a-6ede028a74bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1460 | 2024.02.09 21:16:48.037263 [ 3 ] {410cafab-f237-44d1-ac3a-6ede028a74bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1461 | 2024.02.09 21:16:48.037724 [ 3 ] {410cafab-f237-44d1-ac3a-6ede028a74bd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1462 | 2024.02.09 21:16:48.038030 [ 3 ] {410cafab-f237-44d1-ac3a-6ede028a74bd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1463 | 2024.02.09 21:16:48.038208 [ 3 ] {410cafab-f237-44d1-ac3a-6ede028a74bd} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0. | ||
1464 | 2024.02.09 21:16:48.038321 [ 92 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1465 | 2024.02.09 21:16:48.038338 [ 3 ] {410cafab-f237-44d1-ac3a-6ede028a74bd} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001223062 sec., 40063 rows/sec., 54.06 MiB/sec. | ||
1466 | 2024.02.09 21:16:48.038382 [ 92 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1467 | 2024.02.09 21:16:48.038527 [ 12 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact | ||
1468 | 2024.02.09 21:16:48.038560 [ 3 ] {410cafab-f237-44d1-ac3a-6ede028a74bd} <Debug> DynamicQueryHandler: Done processing query | ||
1469 | 2024.02.09 21:16:48.038586 [ 3 ] {410cafab-f237-44d1-ac3a-6ede028a74bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1470 | 2024.02.09 21:16:48.038611 [ 3 ] {} <Debug> HTTP-Session: c297913f-4412-47aa-910e-270578b07b6b Destroying unnamed session | ||
1471 | 2024.02.09 21:16:48.038643 [ 12 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1472 | 2024.02.09 21:16:48.038676 [ 12 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::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 | ||
1473 | 2024.02.09 21:16:48.038792 [ 12 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
1474 | 2024.02.09 21:16:48.038898 [ 12 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
1475 | 2024.02.09 21:16:48.039003 [ 12 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
1476 | 2024.02.09 21:16:48.039090 [ 12 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part | ||
1477 | 2024.02.09 21:16:48.039169 [ 12 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 49 rows starting from the beginning of the part | ||
1478 | 2024.02.09 21:16:48.042858 [ 12 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 6 columns (6 merged, 0 gathered) in 0.004402991 sec., 39972.827561991384 rows/sec., 53.94 MiB/sec. | ||
1479 | 2024.02.09 21:16:48.043016 [ 12 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1480 | 2024.02.09 21:16:48.043208 [ 12 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1. | ||
1481 | 2024.02.09 21:16:48.043261 [ 12 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0 | ||
1482 | 2024.02.09 21:16:51.764886 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1483 | 2024.02.09 21:16:51.764961 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1484 | 2024.02.09 21:16:53.018738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1485 | 2024.02.09 21:16:53.018856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1486 | 2024.02.09 21:16:53.018883 [ 3 ] {} <Debug> HTTP-Session: 2e09faed-1ca4-4895-8d09-9472be3b48c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1487 | 2024.02.09 21:16:53.018907 [ 3 ] {} <Debug> HTTP-Session: 2e09faed-1ca4-4895-8d09-9472be3b48c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1488 | 2024.02.09 21:16:53.019028 [ 3 ] {76d43f15-d255-441a-a9de-7e602ad2104f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1489 | 2024.02.09 21:16:53.019088 [ 3 ] {76d43f15-d255-441a-a9de-7e602ad2104f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1490 | 2024.02.09 21:16:53.019247 [ 3 ] {76d43f15-d255-441a-a9de-7e602ad2104f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1491 | 2024.02.09 21:16:53.019643 [ 3 ] {76d43f15-d255-441a-a9de-7e602ad2104f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1492 | 2024.02.09 21:16:53.019895 [ 3 ] {76d43f15-d255-441a-a9de-7e602ad2104f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1493 | 2024.02.09 21:16:53.020056 [ 3 ] {76d43f15-d255-441a-a9de-7e602ad2104f} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0. | ||
1494 | 2024.02.09 21:16:53.020164 [ 3 ] {76d43f15-d255-441a-a9de-7e602ad2104f} <Information> executeQuery: Read 2 rows, 166.00 B in 0.00110291 sec., 1813 rows/sec., 146.98 KiB/sec. | ||
1495 | 2024.02.09 21:16:53.020306 [ 3 ] {76d43f15-d255-441a-a9de-7e602ad2104f} <Debug> DynamicQueryHandler: Done processing query | ||
1496 | 2024.02.09 21:16:53.020334 [ 3 ] {76d43f15-d255-441a-a9de-7e602ad2104f} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1497 | 2024.02.09 21:16:53.020350 [ 3 ] {} <Debug> HTTP-Session: 2e09faed-1ca4-4895-8d09-9472be3b48c9 Destroying unnamed session | ||
1498 | 2024.02.09 21:16:53.020464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1499 | 2024.02.09 21:16:53.020511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1500 | 2024.02.09 21:16:53.020531 [ 3 ] {} <Debug> HTTP-Session: 58cfd49b-90bb-46a3-bcfe-c5f92898f03c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1501 | 2024.02.09 21:16:53.020549 [ 3 ] {} <Debug> HTTP-Session: 58cfd49b-90bb-46a3-bcfe-c5f92898f03c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1502 | 2024.02.09 21:16:53.020619 [ 3 ] {8a766ffe-c476-4d1c-bc69-e2fddb816f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1503 | 2024.02.09 21:16:53.020660 [ 3 ] {8a766ffe-c476-4d1c-bc69-e2fddb816f40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1504 | 2024.02.09 21:16:53.020768 [ 3 ] {8a766ffe-c476-4d1c-bc69-e2fddb816f40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1505 | 2024.02.09 21:16:53.021152 [ 3 ] {8a766ffe-c476-4d1c-bc69-e2fddb816f40} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1506 | 2024.02.09 21:16:53.021361 [ 3 ] {8a766ffe-c476-4d1c-bc69-e2fddb816f40} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1507 | 2024.02.09 21:16:53.021511 [ 3 ] {8a766ffe-c476-4d1c-bc69-e2fddb816f40} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1508 | 2024.02.09 21:16:53.021626 [ 3 ] {8a766ffe-c476-4d1c-bc69-e2fddb816f40} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000976658 sec., 2047 rows/sec., 174.98 KiB/sec. | ||
1509 | 2024.02.09 21:16:53.021746 [ 3 ] {8a766ffe-c476-4d1c-bc69-e2fddb816f40} <Debug> DynamicQueryHandler: Done processing query | ||
1510 | 2024.02.09 21:16:53.021770 [ 3 ] {8a766ffe-c476-4d1c-bc69-e2fddb816f40} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1511 | 2024.02.09 21:16:53.021785 [ 3 ] {} <Debug> HTTP-Session: 58cfd49b-90bb-46a3-bcfe-c5f92898f03c Destroying unnamed session | ||
1512 | 2024.02.09 21:16:53.021911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1513 | 2024.02.09 21:16:53.021957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1514 | 2024.02.09 21:16:53.021976 [ 3 ] {} <Debug> HTTP-Session: 40c22db1-7a64-425e-8209-7008c56e3bd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1515 | 2024.02.09 21:16:53.021993 [ 3 ] {} <Debug> HTTP-Session: 40c22db1-7a64-425e-8209-7008c56e3bd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1516 | 2024.02.09 21:16:53.022066 [ 3 ] {11c06d70-853f-447b-aa90-4619a352de47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1517 | 2024.02.09 21:16:53.022104 [ 3 ] {11c06d70-853f-447b-aa90-4619a352de47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1518 | 2024.02.09 21:16:53.022209 [ 3 ] {11c06d70-853f-447b-aa90-4619a352de47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1519 | 2024.02.09 21:16:53.022523 [ 3 ] {11c06d70-853f-447b-aa90-4619a352de47} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1520 | 2024.02.09 21:16:53.022731 [ 3 ] {11c06d70-853f-447b-aa90-4619a352de47} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1521 | 2024.02.09 21:16:53.022886 [ 3 ] {11c06d70-853f-447b-aa90-4619a352de47} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0. | ||
1522 | 2024.02.09 21:16:53.023002 [ 3 ] {11c06d70-853f-447b-aa90-4619a352de47} <Information> executeQuery: Read 43 rows, 3.38 KiB in 0.000907886 sec., 47362 rows/sec., 3.64 MiB/sec. | ||
1523 | 2024.02.09 21:16:53.023120 [ 3 ] {11c06d70-853f-447b-aa90-4619a352de47} <Debug> DynamicQueryHandler: Done processing query | ||
1524 | 2024.02.09 21:16:53.023145 [ 3 ] {11c06d70-853f-447b-aa90-4619a352de47} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1525 | 2024.02.09 21:16:53.023160 [ 3 ] {} <Debug> HTTP-Session: 40c22db1-7a64-425e-8209-7008c56e3bd1 Destroying unnamed session | ||
1526 | 2024.02.09 21:16:53.023298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1527 | 2024.02.09 21:16:53.023343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1528 | 2024.02.09 21:16:53.023362 [ 3 ] {} <Debug> HTTP-Session: 38076d64-c85c-4aee-a17e-6dd4dce2674a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1529 | 2024.02.09 21:16:53.023379 [ 3 ] {} <Debug> HTTP-Session: 38076d64-c85c-4aee-a17e-6dd4dce2674a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1530 | 2024.02.09 21:16:53.023447 [ 3 ] {709e416f-7ac7-44db-ba2e-c96049657607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1531 | 2024.02.09 21:16:53.023486 [ 3 ] {709e416f-7ac7-44db-ba2e-c96049657607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1532 | 2024.02.09 21:16:53.023616 [ 3 ] {709e416f-7ac7-44db-ba2e-c96049657607} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1533 | 2024.02.09 21:16:53.023984 [ 3 ] {709e416f-7ac7-44db-ba2e-c96049657607} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1534 | 2024.02.09 21:16:53.024195 [ 3 ] {709e416f-7ac7-44db-ba2e-c96049657607} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1535 | 2024.02.09 21:16:53.024345 [ 3 ] {709e416f-7ac7-44db-ba2e-c96049657607} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1536 | 2024.02.09 21:16:53.024452 [ 3 ] {709e416f-7ac7-44db-ba2e-c96049657607} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000976118 sec., 2048 rows/sec., 143.07 KiB/sec. | ||
1537 | 2024.02.09 21:16:53.024568 [ 3 ] {709e416f-7ac7-44db-ba2e-c96049657607} <Debug> DynamicQueryHandler: Done processing query | ||
1538 | 2024.02.09 21:16:53.024591 [ 3 ] {709e416f-7ac7-44db-ba2e-c96049657607} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1539 | 2024.02.09 21:16:53.024606 [ 3 ] {} <Debug> HTTP-Session: 38076d64-c85c-4aee-a17e-6dd4dce2674a Destroying unnamed session | ||
1540 | 2024.02.09 21:16:53.024723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1541 | 2024.02.09 21:16:53.024768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1542 | 2024.02.09 21:16:53.024787 [ 3 ] {} <Debug> HTTP-Session: 99356426-7776-462b-b802-e7e09bbcc7d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1543 | 2024.02.09 21:16:53.024828 [ 3 ] {} <Debug> HTTP-Session: 99356426-7776-462b-b802-e7e09bbcc7d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1544 | 2024.02.09 21:16:53.024899 [ 3 ] {e25aba8f-edd6-457f-aad8-9af15ac38cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1545 | 2024.02.09 21:16:53.024937 [ 3 ] {e25aba8f-edd6-457f-aad8-9af15ac38cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1546 | 2024.02.09 21:16:53.025041 [ 3 ] {e25aba8f-edd6-457f-aad8-9af15ac38cf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1547 | 2024.02.09 21:16:53.025345 [ 3 ] {e25aba8f-edd6-457f-aad8-9af15ac38cf4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1548 | 2024.02.09 21:16:53.025546 [ 3 ] {e25aba8f-edd6-457f-aad8-9af15ac38cf4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1549 | 2024.02.09 21:16:53.025694 [ 3 ] {e25aba8f-edd6-457f-aad8-9af15ac38cf4} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0. | ||
1550 | 2024.02.09 21:16:53.025804 [ 3 ] {e25aba8f-edd6-457f-aad8-9af15ac38cf4} <Information> executeQuery: Read 28 rows, 2.22 KiB in 0.000877276 sec., 31916 rows/sec., 2.47 MiB/sec. | ||
1551 | 2024.02.09 21:16:53.025919 [ 3 ] {e25aba8f-edd6-457f-aad8-9af15ac38cf4} <Debug> DynamicQueryHandler: Done processing query | ||
1552 | 2024.02.09 21:16:53.025944 [ 3 ] {e25aba8f-edd6-457f-aad8-9af15ac38cf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1553 | 2024.02.09 21:16:53.025960 [ 3 ] {} <Debug> HTTP-Session: 99356426-7776-462b-b802-e7e09bbcc7d5 Destroying unnamed session | ||
1554 | 2024.02.09 21:16:53.026064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1555 | 2024.02.09 21:16:53.026109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1556 | 2024.02.09 21:16:53.026128 [ 3 ] {} <Debug> HTTP-Session: fc8881dc-f5b9-48b0-b861-bd7eea40f12c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1557 | 2024.02.09 21:16:53.026144 [ 3 ] {} <Debug> HTTP-Session: fc8881dc-f5b9-48b0-b861-bd7eea40f12c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1558 | 2024.02.09 21:16:53.026217 [ 3 ] {f56d2c1b-c807-44e5-9617-ca74b0606136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1559 | 2024.02.09 21:16:53.026259 [ 3 ] {f56d2c1b-c807-44e5-9617-ca74b0606136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1560 | 2024.02.09 21:16:53.026380 [ 3 ] {f56d2c1b-c807-44e5-9617-ca74b0606136} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1561 | 2024.02.09 21:16:53.026682 [ 3 ] {f56d2c1b-c807-44e5-9617-ca74b0606136} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1562 | 2024.02.09 21:16:53.026940 [ 3 ] {f56d2c1b-c807-44e5-9617-ca74b0606136} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1563 | 2024.02.09 21:16:53.027115 [ 3 ] {f56d2c1b-c807-44e5-9617-ca74b0606136} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
1564 | 2024.02.09 21:16:53.027232 [ 3 ] {f56d2c1b-c807-44e5-9617-ca74b0606136} <Information> executeQuery: Read 37 rows, 2.67 KiB in 0.000987248 sec., 37477 rows/sec., 2.64 MiB/sec. | ||
1565 | 2024.02.09 21:16:53.027351 [ 3 ] {f56d2c1b-c807-44e5-9617-ca74b0606136} <Debug> DynamicQueryHandler: Done processing query | ||
1566 | 2024.02.09 21:16:53.027375 [ 3 ] {f56d2c1b-c807-44e5-9617-ca74b0606136} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1567 | 2024.02.09 21:16:53.027390 [ 3 ] {} <Debug> HTTP-Session: fc8881dc-f5b9-48b0-b861-bd7eea40f12c Destroying unnamed session | ||
1568 | 2024.02.09 21:16:53.027501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 2202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1569 | 2024.02.09 21:16:53.027545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1570 | 2024.02.09 21:16:53.027564 [ 3 ] {} <Debug> HTTP-Session: a82359d5-910d-44ef-8adc-36f712d0d862 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1571 | 2024.02.09 21:16:53.027580 [ 3 ] {} <Debug> HTTP-Session: a82359d5-910d-44ef-8adc-36f712d0d862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1572 | 2024.02.09 21:16:53.027651 [ 3 ] {e358e201-e7c8-438f-993a-cafb0c709c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1573 | 2024.02.09 21:16:53.027696 [ 3 ] {e358e201-e7c8-438f-993a-cafb0c709c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1574 | 2024.02.09 21:16:53.027833 [ 3 ] {e358e201-e7c8-438f-993a-cafb0c709c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1575 | 2024.02.09 21:16:53.028137 [ 3 ] {e358e201-e7c8-438f-993a-cafb0c709c7a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1576 | 2024.02.09 21:16:53.028405 [ 3 ] {e358e201-e7c8-438f-993a-cafb0c709c7a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1577 | 2024.02.09 21:16:53.028589 [ 3 ] {e358e201-e7c8-438f-993a-cafb0c709c7a} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0. | ||
1578 | 2024.02.09 21:16:53.028686 [ 3 ] {e358e201-e7c8-438f-993a-cafb0c709c7a} <Information> executeQuery: Read 2 rows, 2.76 KiB in 0.001004709 sec., 1990 rows/sec., 2.69 MiB/sec. | ||
1579 | 2024.02.09 21:16:53.028814 [ 3 ] {e358e201-e7c8-438f-993a-cafb0c709c7a} <Debug> DynamicQueryHandler: Done processing query | ||
1580 | 2024.02.09 21:16:53.028838 [ 3 ] {e358e201-e7c8-438f-993a-cafb0c709c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1581 | 2024.02.09 21:16:53.028853 [ 3 ] {} <Debug> HTTP-Session: a82359d5-910d-44ef-8adc-36f712d0d862 Destroying unnamed session | ||
1582 | 2024.02.09 21:16:58.019753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1583 | 2024.02.09 21:16:58.019873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1584 | 2024.02.09 21:16:58.019900 [ 3 ] {} <Debug> HTTP-Session: 44ae9593-9e3c-4ad9-90d1-47d3b92ddb8d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1585 | 2024.02.09 21:16:58.019924 [ 3 ] {} <Debug> HTTP-Session: 44ae9593-9e3c-4ad9-90d1-47d3b92ddb8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1586 | 2024.02.09 21:16:58.020050 [ 3 ] {9537e24a-f0ea-46e5-b58f-d10bb1d93722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1587 | 2024.02.09 21:16:58.020109 [ 3 ] {9537e24a-f0ea-46e5-b58f-d10bb1d93722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1588 | 2024.02.09 21:16:58.020271 [ 3 ] {9537e24a-f0ea-46e5-b58f-d10bb1d93722} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1589 | 2024.02.09 21:16:58.020717 [ 3 ] {9537e24a-f0ea-46e5-b58f-d10bb1d93722} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1590 | 2024.02.09 21:16:58.020975 [ 3 ] {9537e24a-f0ea-46e5-b58f-d10bb1d93722} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1591 | 2024.02.09 21:16:58.021139 [ 3 ] {9537e24a-f0ea-46e5-b58f-d10bb1d93722} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0. | ||
1592 | 2024.02.09 21:16:58.021271 [ 3 ] {9537e24a-f0ea-46e5-b58f-d10bb1d93722} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001181972 sec., 41456 rows/sec., 3.28 MiB/sec. | ||
1593 | 2024.02.09 21:16:58.021419 [ 3 ] {9537e24a-f0ea-46e5-b58f-d10bb1d93722} <Debug> DynamicQueryHandler: Done processing query | ||
1594 | 2024.02.09 21:16:58.021444 [ 3 ] {9537e24a-f0ea-46e5-b58f-d10bb1d93722} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1595 | 2024.02.09 21:16:58.021461 [ 3 ] {} <Debug> HTTP-Session: 44ae9593-9e3c-4ad9-90d1-47d3b92ddb8d Destroying unnamed session | ||
1596 | 2024.02.09 21:16:58.021639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1597 | 2024.02.09 21:16:58.021685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1598 | 2024.02.09 21:16:58.021706 [ 3 ] {} <Debug> HTTP-Session: 66771337-af4c-4e17-997f-2ac66bd2ca01 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1599 | 2024.02.09 21:16:58.021723 [ 3 ] {} <Debug> HTTP-Session: 66771337-af4c-4e17-997f-2ac66bd2ca01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1600 | 2024.02.09 21:16:58.021800 [ 3 ] {16d8d364-3cef-492f-be7e-360ffac5661c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1601 | 2024.02.09 21:16:58.021841 [ 3 ] {16d8d364-3cef-492f-be7e-360ffac5661c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1602 | 2024.02.09 21:16:58.021949 [ 3 ] {16d8d364-3cef-492f-be7e-360ffac5661c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1603 | 2024.02.09 21:16:58.022349 [ 3 ] {16d8d364-3cef-492f-be7e-360ffac5661c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1604 | 2024.02.09 21:16:58.022567 [ 3 ] {16d8d364-3cef-492f-be7e-360ffac5661c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1605 | 2024.02.09 21:16:58.022717 [ 3 ] {16d8d364-3cef-492f-be7e-360ffac5661c} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0. | ||
1606 | 2024.02.09 21:16:58.022833 [ 3 ] {16d8d364-3cef-492f-be7e-360ffac5661c} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.001002989 sec., 146561 rows/sec., 14.25 MiB/sec. | ||
1607 | 2024.02.09 21:16:58.022960 [ 3 ] {16d8d364-3cef-492f-be7e-360ffac5661c} <Debug> DynamicQueryHandler: Done processing query | ||
1608 | 2024.02.09 21:16:58.022984 [ 3 ] {16d8d364-3cef-492f-be7e-360ffac5661c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1609 | 2024.02.09 21:16:58.023001 [ 3 ] {} <Debug> HTTP-Session: 66771337-af4c-4e17-997f-2ac66bd2ca01 Destroying unnamed session | ||
1610 | 2024.02.09 21:16:58.023154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1611 | 2024.02.09 21:16:58.023200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1612 | 2024.02.09 21:16:58.023219 [ 3 ] {} <Debug> HTTP-Session: 3ca503ed-8e4e-4448-92f7-642463658460 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1613 | 2024.02.09 21:16:58.023236 [ 3 ] {} <Debug> HTTP-Session: 3ca503ed-8e4e-4448-92f7-642463658460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1614 | 2024.02.09 21:16:58.023308 [ 3 ] {6115f45d-1cbf-43bc-bbcd-26e5c1d1ca1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1615 | 2024.02.09 21:16:58.023349 [ 3 ] {6115f45d-1cbf-43bc-bbcd-26e5c1d1ca1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1616 | 2024.02.09 21:16:58.023457 [ 3 ] {6115f45d-1cbf-43bc-bbcd-26e5c1d1ca1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1617 | 2024.02.09 21:16:58.023769 [ 3 ] {6115f45d-1cbf-43bc-bbcd-26e5c1d1ca1a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1618 | 2024.02.09 21:16:58.023975 [ 3 ] {6115f45d-1cbf-43bc-bbcd-26e5c1d1ca1a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1619 | 2024.02.09 21:16:58.024121 [ 3 ] {6115f45d-1cbf-43bc-bbcd-26e5c1d1ca1a} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0. | ||
1620 | 2024.02.09 21:16:58.024234 [ 3 ] {6115f45d-1cbf-43bc-bbcd-26e5c1d1ca1a} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000889826 sec., 55066 rows/sec., 4.31 MiB/sec. | ||
1621 | 2024.02.09 21:16:58.024352 [ 3 ] {6115f45d-1cbf-43bc-bbcd-26e5c1d1ca1a} <Debug> DynamicQueryHandler: Done processing query | ||
1622 | 2024.02.09 21:16:58.024377 [ 3 ] {6115f45d-1cbf-43bc-bbcd-26e5c1d1ca1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
1623 | 2024.02.09 21:16:58.024392 [ 3 ] {} <Debug> HTTP-Session: 3ca503ed-8e4e-4448-92f7-642463658460 Destroying unnamed session | ||
1624 | 2024.02.09 21:16:58.024573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1625 | 2024.02.09 21:16:58.024619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1626 | 2024.02.09 21:16:58.024638 [ 3 ] {} <Debug> HTTP-Session: 560bc120-33dc-48b6-ba8e-0c963478dc48 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1627 | 2024.02.09 21:16:58.024655 [ 3 ] {} <Debug> HTTP-Session: 560bc120-33dc-48b6-ba8e-0c963478dc48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1628 | 2024.02.09 21:16:58.024745 [ 3 ] {37a73f57-9cc3-40fc-aa81-d5409aba65c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1629 | 2024.02.09 21:16:58.024790 [ 3 ] {37a73f57-9cc3-40fc-aa81-d5409aba65c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1630 | 2024.02.09 21:16:58.024928 [ 3 ] {37a73f57-9cc3-40fc-aa81-d5409aba65c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1631 | 2024.02.09 21:16:58.025446 [ 3 ] {37a73f57-9cc3-40fc-aa81-d5409aba65c8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1632 | 2024.02.09 21:16:58.025770 [ 3 ] {37a73f57-9cc3-40fc-aa81-d5409aba65c8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1633 | 2024.02.09 21:16:58.025961 [ 3 ] {37a73f57-9cc3-40fc-aa81-d5409aba65c8} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0. | ||
1634 | 2024.02.09 21:16:58.026084 [ 3 ] {37a73f57-9cc3-40fc-aa81-d5409aba65c8} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001304184 sec., 37571 rows/sec., 50.70 MiB/sec. | ||
1635 | 2024.02.09 21:16:58.026239 [ 3 ] {37a73f57-9cc3-40fc-aa81-d5409aba65c8} <Debug> DynamicQueryHandler: Done processing query | ||
1636 | 2024.02.09 21:16:58.026264 [ 3 ] {37a73f57-9cc3-40fc-aa81-d5409aba65c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1637 | 2024.02.09 21:16:58.026281 [ 3 ] {} <Debug> HTTP-Session: 560bc120-33dc-48b6-ba8e-0c963478dc48 Destroying unnamed session | ||
1638 | 2024.02.09 21:17:03.016560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1639 | 2024.02.09 21:17:03.016691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1640 | 2024.02.09 21:17:03.016721 [ 3 ] {} <Debug> HTTP-Session: b7ab7bb3-5986-4478-98ae-1bedc79d7187 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1641 | 2024.02.09 21:17:03.016748 [ 3 ] {} <Debug> HTTP-Session: b7ab7bb3-5986-4478-98ae-1bedc79d7187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1642 | 2024.02.09 21:17:03.016885 [ 3 ] {10002cc0-f3fd-47b1-9830-970cf6e4d36a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1643 | 2024.02.09 21:17:03.016952 [ 3 ] {10002cc0-f3fd-47b1-9830-970cf6e4d36a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1644 | 2024.02.09 21:17:03.017130 [ 3 ] {10002cc0-f3fd-47b1-9830-970cf6e4d36a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1645 | 2024.02.09 21:17:03.017576 [ 3 ] {10002cc0-f3fd-47b1-9830-970cf6e4d36a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1646 | 2024.02.09 21:17:03.017832 [ 3 ] {10002cc0-f3fd-47b1-9830-970cf6e4d36a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1647 | 2024.02.09 21:17:03.017993 [ 3 ] {10002cc0-f3fd-47b1-9830-970cf6e4d36a} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0. | ||
1648 | 2024.02.09 21:17:03.018133 [ 3 ] {10002cc0-f3fd-47b1-9830-970cf6e4d36a} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001200272 sec., 2499 rows/sec., 202.59 KiB/sec. | ||
1649 | 2024.02.09 21:17:03.018276 [ 3 ] {10002cc0-f3fd-47b1-9830-970cf6e4d36a} <Debug> DynamicQueryHandler: Done processing query | ||
1650 | 2024.02.09 21:17:03.018302 [ 3 ] {10002cc0-f3fd-47b1-9830-970cf6e4d36a} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1651 | 2024.02.09 21:17:03.018319 [ 3 ] {} <Debug> HTTP-Session: b7ab7bb3-5986-4478-98ae-1bedc79d7187 Destroying unnamed session | ||
1652 | 2024.02.09 21:17:03.018438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1653 | 2024.02.09 21:17:03.018485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1654 | 2024.02.09 21:17:03.018504 [ 3 ] {} <Debug> HTTP-Session: 75c5eef8-177c-4a11-9d89-c33a46c8d77d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1655 | 2024.02.09 21:17:03.018520 [ 3 ] {} <Debug> HTTP-Session: 75c5eef8-177c-4a11-9d89-c33a46c8d77d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1656 | 2024.02.09 21:17:03.018591 [ 3 ] {dcf83251-9c71-4278-91df-bf649c70084f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1657 | 2024.02.09 21:17:03.018630 [ 3 ] {dcf83251-9c71-4278-91df-bf649c70084f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1658 | 2024.02.09 21:17:03.018735 [ 3 ] {dcf83251-9c71-4278-91df-bf649c70084f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1659 | 2024.02.09 21:17:03.019064 [ 3 ] {dcf83251-9c71-4278-91df-bf649c70084f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1660 | 2024.02.09 21:17:03.019266 [ 3 ] {dcf83251-9c71-4278-91df-bf649c70084f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1661 | 2024.02.09 21:17:03.019414 [ 3 ] {dcf83251-9c71-4278-91df-bf649c70084f} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0. | ||
1662 | 2024.02.09 21:17:03.019537 [ 3 ] {dcf83251-9c71-4278-91df-bf649c70084f} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000917726 sec., 9806 rows/sec., 899.17 KiB/sec. | ||
1663 | 2024.02.09 21:17:03.019658 [ 3 ] {dcf83251-9c71-4278-91df-bf649c70084f} <Debug> DynamicQueryHandler: Done processing query | ||
1664 | 2024.02.09 21:17:03.019682 [ 3 ] {dcf83251-9c71-4278-91df-bf649c70084f} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
1665 | 2024.02.09 21:17:03.019697 [ 3 ] {} <Debug> HTTP-Session: 75c5eef8-177c-4a11-9d89-c33a46c8d77d Destroying unnamed session | ||
1666 | 2024.02.09 21:17:03.019822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1667 | 2024.02.09 21:17:03.019867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1668 | 2024.02.09 21:17:03.019886 [ 3 ] {} <Debug> HTTP-Session: 1dcdc4a7-2703-47e3-ad4d-3620f51b43a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1669 | 2024.02.09 21:17:03.019902 [ 3 ] {} <Debug> HTTP-Session: 1dcdc4a7-2703-47e3-ad4d-3620f51b43a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1670 | 2024.02.09 21:17:03.019969 [ 3 ] {3906772c-8794-4a56-9ed4-99d612531c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1671 | 2024.02.09 21:17:03.020008 [ 3 ] {3906772c-8794-4a56-9ed4-99d612531c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1672 | 2024.02.09 21:17:03.020114 [ 3 ] {3906772c-8794-4a56-9ed4-99d612531c03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1673 | 2024.02.09 21:17:03.020404 [ 3 ] {3906772c-8794-4a56-9ed4-99d612531c03} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1674 | 2024.02.09 21:17:03.020602 [ 3 ] {3906772c-8794-4a56-9ed4-99d612531c03} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1675 | 2024.02.09 21:17:03.020748 [ 3 ] {3906772c-8794-4a56-9ed4-99d612531c03} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0. | ||
1676 | 2024.02.09 21:17:03.020864 [ 3 ] {3906772c-8794-4a56-9ed4-99d612531c03} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000865986 sec., 3464 rows/sec., 277.41 KiB/sec. | ||
1677 | 2024.02.09 21:17:03.020978 [ 3 ] {3906772c-8794-4a56-9ed4-99d612531c03} <Debug> DynamicQueryHandler: Done processing query | ||
1678 | 2024.02.09 21:17:03.021002 [ 3 ] {3906772c-8794-4a56-9ed4-99d612531c03} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1679 | 2024.02.09 21:17:03.021017 [ 3 ] {} <Debug> HTTP-Session: 1dcdc4a7-2703-47e3-ad4d-3620f51b43a6 Destroying unnamed session | ||
1680 | 2024.02.09 21:17:03.021145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1681 | 2024.02.09 21:17:03.021189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1682 | 2024.02.09 21:17:03.021208 [ 3 ] {} <Debug> HTTP-Session: f1b34c28-a3cd-43e8-8374-282a7bf70f7b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1683 | 2024.02.09 21:17:03.021225 [ 3 ] {} <Debug> HTTP-Session: f1b34c28-a3cd-43e8-8374-282a7bf70f7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1684 | 2024.02.09 21:17:03.021294 [ 3 ] {c4f9dcdb-1e8d-47e7-8bea-92e07854039a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1685 | 2024.02.09 21:17:03.021341 [ 3 ] {c4f9dcdb-1e8d-47e7-8bea-92e07854039a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1686 | 2024.02.09 21:17:03.021476 [ 3 ] {c4f9dcdb-1e8d-47e7-8bea-92e07854039a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1687 | 2024.02.09 21:17:03.021772 [ 3 ] {c4f9dcdb-1e8d-47e7-8bea-92e07854039a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1688 | 2024.02.09 21:17:03.022045 [ 3 ] {c4f9dcdb-1e8d-47e7-8bea-92e07854039a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1689 | 2024.02.09 21:17:03.022229 [ 3 ] {c4f9dcdb-1e8d-47e7-8bea-92e07854039a} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0. | ||
1690 | 2024.02.09 21:17:03.022362 [ 3 ] {c4f9dcdb-1e8d-47e7-8bea-92e07854039a} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001030939 sec., 2909 rows/sec., 3.93 MiB/sec. | ||
1691 | 2024.02.09 21:17:03.022520 [ 3 ] {c4f9dcdb-1e8d-47e7-8bea-92e07854039a} <Debug> DynamicQueryHandler: Done processing query | ||
1692 | 2024.02.09 21:17:03.022545 [ 3 ] {c4f9dcdb-1e8d-47e7-8bea-92e07854039a} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1693 | 2024.02.09 21:17:03.022561 [ 3 ] {} <Debug> HTTP-Session: f1b34c28-a3cd-43e8-8374-282a7bf70f7b Destroying unnamed session | ||
1694 | 2024.02.09 21:17:06.765223 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1695 | 2024.02.09 21:17:06.765298 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1696 | 2024.02.09 21:17:08.019875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1697 | 2024.02.09 21:17:08.020010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1698 | 2024.02.09 21:17:08.020042 [ 3 ] {} <Debug> HTTP-Session: ea5d2e1e-dff4-4202-aee3-7f7ad83994c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1699 | 2024.02.09 21:17:08.020070 [ 3 ] {} <Debug> HTTP-Session: ea5d2e1e-dff4-4202-aee3-7f7ad83994c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1700 | 2024.02.09 21:17:08.020213 [ 3 ] {5874a67a-1c75-4c7b-9cd2-2e66076f20f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1701 | 2024.02.09 21:17:08.020283 [ 3 ] {5874a67a-1c75-4c7b-9cd2-2e66076f20f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1702 | 2024.02.09 21:17:08.020465 [ 3 ] {5874a67a-1c75-4c7b-9cd2-2e66076f20f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1703 | 2024.02.09 21:17:08.020983 [ 3 ] {5874a67a-1c75-4c7b-9cd2-2e66076f20f0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1704 | 2024.02.09 21:17:08.021251 [ 3 ] {5874a67a-1c75-4c7b-9cd2-2e66076f20f0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1705 | 2024.02.09 21:17:08.021423 [ 3 ] {5874a67a-1c75-4c7b-9cd2-2e66076f20f0} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0. | ||
1706 | 2024.02.09 21:17:08.021566 [ 3 ] {5874a67a-1c75-4c7b-9cd2-2e66076f20f0} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001294914 sec., 37840 rows/sec., 3.00 MiB/sec. | ||
1707 | 2024.02.09 21:17:08.021715 [ 3 ] {5874a67a-1c75-4c7b-9cd2-2e66076f20f0} <Debug> DynamicQueryHandler: Done processing query | ||
1708 | 2024.02.09 21:17:08.021741 [ 3 ] {5874a67a-1c75-4c7b-9cd2-2e66076f20f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1709 | 2024.02.09 21:17:08.021757 [ 3 ] {} <Debug> HTTP-Session: ea5d2e1e-dff4-4202-aee3-7f7ad83994c0 Destroying unnamed session | ||
1710 | 2024.02.09 21:17:08.021917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1711 | 2024.02.09 21:17:08.021965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1712 | 2024.02.09 21:17:08.021984 [ 3 ] {} <Debug> HTTP-Session: a5083d8f-1ff6-4053-8208-26186abd49c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1713 | 2024.02.09 21:17:08.022001 [ 3 ] {} <Debug> HTTP-Session: a5083d8f-1ff6-4053-8208-26186abd49c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1714 | 2024.02.09 21:17:08.022078 [ 3 ] {53a95dd9-a308-4ce2-a41a-a90e307a1bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1715 | 2024.02.09 21:17:08.022116 [ 3 ] {53a95dd9-a308-4ce2-a41a-a90e307a1bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1716 | 2024.02.09 21:17:08.022220 [ 3 ] {53a95dd9-a308-4ce2-a41a-a90e307a1bcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1717 | 2024.02.09 21:17:08.022622 [ 3 ] {53a95dd9-a308-4ce2-a41a-a90e307a1bcb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1718 | 2024.02.09 21:17:08.022847 [ 3 ] {53a95dd9-a308-4ce2-a41a-a90e307a1bcb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1719 | 2024.02.09 21:17:08.023000 [ 3 ] {53a95dd9-a308-4ce2-a41a-a90e307a1bcb} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0. | ||
1720 | 2024.02.09 21:17:08.023125 [ 3 ] {53a95dd9-a308-4ce2-a41a-a90e307a1bcb} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.001016418 sec., 144625 rows/sec., 14.07 MiB/sec. | ||
1721 | 2024.02.09 21:17:08.023118 [ 74 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1722 | 2024.02.09 21:17:08.023203 [ 74 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1723 | 2024.02.09 21:17:08.023315 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact | ||
1724 | 2024.02.09 21:17:08.023432 [ 3 ] {53a95dd9-a308-4ce2-a41a-a90e307a1bcb} <Debug> DynamicQueryHandler: Done processing query | ||
1725 | 2024.02.09 21:17:08.023470 [ 3 ] {53a95dd9-a308-4ce2-a41a-a90e307a1bcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1726 | 2024.02.09 21:17:08.023496 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1727 | 2024.02.09 21:17:08.023504 [ 3 ] {} <Debug> HTTP-Session: a5083d8f-1ff6-4053-8208-26186abd49c4 Destroying unnamed session | ||
1728 | 2024.02.09 21:17:08.023544 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 180 rows starting from the beginning of the part | ||
1729 | 2024.02.09 21:17:08.023695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1730 | 2024.02.09 21:17:08.023731 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part | ||
1731 | 2024.02.09 21:17:08.023794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1732 | 2024.02.09 21:17:08.023827 [ 3 ] {} <Debug> HTTP-Session: 1a949f1f-2242-46f0-a351-8f1b373875e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1733 | 2024.02.09 21:17:08.023867 [ 3 ] {} <Debug> HTTP-Session: 1a949f1f-2242-46f0-a351-8f1b373875e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1734 | 2024.02.09 21:17:08.023932 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 43 rows starting from the beginning of the part | ||
1735 | 2024.02.09 21:17:08.024058 [ 3 ] {f96d48b3-40f3-4b6b-8790-2f656fa8c8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1736 | 2024.02.09 21:17:08.024156 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 147 rows starting from the beginning of the part | ||
1737 | 2024.02.09 21:17:08.024166 [ 3 ] {f96d48b3-40f3-4b6b-8790-2f656fa8c8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1738 | 2024.02.09 21:17:08.024405 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part | ||
1739 | 2024.02.09 21:17:08.024642 [ 3 ] {f96d48b3-40f3-4b6b-8790-2f656fa8c8d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1740 | 2024.02.09 21:17:08.024662 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 147 rows starting from the beginning of the part | ||
1741 | 2024.02.09 21:17:08.025393 [ 3 ] {f96d48b3-40f3-4b6b-8790-2f656fa8c8d0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1742 | 2024.02.09 21:17:08.025880 [ 3 ] {f96d48b3-40f3-4b6b-8790-2f656fa8c8d0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1743 | 2024.02.09 21:17:08.026226 [ 3 ] {f96d48b3-40f3-4b6b-8790-2f656fa8c8d0} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0. | ||
1744 | 2024.02.09 21:17:08.026297 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 674 rows, containing 4 columns (4 merged, 0 gathered) in 0.003047936 sec., 221133.25214177728 rows/sec., 20.93 MiB/sec. | ||
1745 | 2024.02.09 21:17:08.026370 [ 74 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1746 | 2024.02.09 21:17:08.026431 [ 3 ] {f96d48b3-40f3-4b6b-8790-2f656fa8c8d0} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.002306753 sec., 21241 rows/sec., 1.66 MiB/sec. | ||
1747 | 2024.02.09 21:17:08.026439 [ 74 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.56 GiB. | ||
1748 | 2024.02.09 21:17:08.026547 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1749 | 2024.02.09 21:17:08.026734 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact | ||
1750 | 2024.02.09 21:17:08.026849 [ 3 ] {f96d48b3-40f3-4b6b-8790-2f656fa8c8d0} <Debug> DynamicQueryHandler: Done processing query | ||
1751 | 2024.02.09 21:17:08.026902 [ 3 ] {f96d48b3-40f3-4b6b-8790-2f656fa8c8d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
1752 | 2024.02.09 21:17:08.026986 [ 3 ] {} <Debug> HTTP-Session: 1a949f1f-2242-46f0-a351-8f1b373875e3 Destroying unnamed session | ||
1753 | 2024.02.09 21:17:08.027003 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1754 | 2024.02.09 21:17:08.027054 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_11_2} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2. | ||
1755 | 2024.02.09 21:17:08.027070 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 90 rows starting from the beginning of the part | ||
1756 | 2024.02.09 21:17:08.027159 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_11_2} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0 | ||
1757 | 2024.02.09 21:17:08.027343 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 51 rows starting from the beginning of the part | ||
1758 | 2024.02.09 21:17:08.027360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1759 | 2024.02.09 21:17:08.027448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1760 | 2024.02.09 21:17:08.027506 [ 3 ] {} <Debug> HTTP-Session: 2f5171b6-ab6e-4b9f-bbf1-ac24087037e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1761 | 2024.02.09 21:17:08.027561 [ 3 ] {} <Debug> HTTP-Session: 2f5171b6-ab6e-4b9f-bbf1-ac24087037e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1762 | 2024.02.09 21:17:08.027574 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
1763 | 2024.02.09 21:17:08.027795 [ 3 ] {a29e254a-d94e-43e1-9692-5b38d4686e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1764 | 2024.02.09 21:17:08.027813 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 49 rows starting from the beginning of the part | ||
1765 | 2024.02.09 21:17:08.027922 [ 3 ] {a29e254a-d94e-43e1-9692-5b38d4686e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1766 | 2024.02.09 21:17:08.028092 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 3 rows starting from the beginning of the part | ||
1767 | 2024.02.09 21:17:08.028412 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 49 rows starting from the beginning of the part | ||
1768 | 2024.02.09 21:17:08.028556 [ 3 ] {a29e254a-d94e-43e1-9692-5b38d4686e09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1769 | 2024.02.09 21:17:08.029739 [ 3 ] {a29e254a-d94e-43e1-9692-5b38d4686e09} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1770 | 2024.02.09 21:17:08.030010 [ 24 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.003504785 sec., 77037.53582602071 rows/sec., 6.01 MiB/sec. | ||
1771 | 2024.02.09 21:17:08.030184 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1772 | 2024.02.09 21:17:08.030370 [ 3 ] {a29e254a-d94e-43e1-9692-5b38d4686e09} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1773 | 2024.02.09 21:17:08.030438 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_11_2} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2. | ||
1774 | 2024.02.09 21:17:08.030528 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_11_2} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0 | ||
1775 | 2024.02.09 21:17:08.030672 [ 3 ] {a29e254a-d94e-43e1-9692-5b38d4686e09} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0. | ||
1776 | 2024.02.09 21:17:08.030813 [ 3 ] {a29e254a-d94e-43e1-9692-5b38d4686e09} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.002966934 sec., 16515 rows/sec., 22.29 MiB/sec. | ||
1777 | 2024.02.09 21:17:08.031012 [ 3 ] {a29e254a-d94e-43e1-9692-5b38d4686e09} <Debug> DynamicQueryHandler: Done processing query | ||
1778 | 2024.02.09 21:17:08.031037 [ 3 ] {a29e254a-d94e-43e1-9692-5b38d4686e09} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1779 | 2024.02.09 21:17:08.031055 [ 3 ] {} <Debug> HTTP-Session: 2f5171b6-ab6e-4b9f-bbf1-ac24087037e9 Destroying unnamed session | ||
1780 | 2024.02.09 21:17:13.017502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1781 | 2024.02.09 21:17:13.017685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1782 | 2024.02.09 21:17:13.017734 [ 3 ] {} <Debug> HTTP-Session: e068391f-df39-49c6-a2b5-90940e161e28 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1783 | 2024.02.09 21:17:13.017772 [ 3 ] {} <Debug> HTTP-Session: e068391f-df39-49c6-a2b5-90940e161e28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1784 | 2024.02.09 21:17:13.017910 [ 3 ] {36e61912-6c98-4ab9-8bc2-136b509d5b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1785 | 2024.02.09 21:17:13.017979 [ 3 ] {36e61912-6c98-4ab9-8bc2-136b509d5b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1786 | 2024.02.09 21:17:13.018162 [ 3 ] {36e61912-6c98-4ab9-8bc2-136b509d5b48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1787 | 2024.02.09 21:17:13.018641 [ 3 ] {36e61912-6c98-4ab9-8bc2-136b509d5b48} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1788 | 2024.02.09 21:17:13.018905 [ 3 ] {36e61912-6c98-4ab9-8bc2-136b509d5b48} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1789 | 2024.02.09 21:17:13.019067 [ 3 ] {36e61912-6c98-4ab9-8bc2-136b509d5b48} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0. | ||
1790 | 2024.02.09 21:17:13.019177 [ 3 ] {36e61912-6c98-4ab9-8bc2-136b509d5b48} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001228633 sec., 2441 rows/sec., 197.91 KiB/sec. | ||
1791 | 2024.02.09 21:17:13.019209 [ 56 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1792 | 2024.02.09 21:17:13.019328 [ 3 ] {36e61912-6c98-4ab9-8bc2-136b509d5b48} <Debug> DynamicQueryHandler: Done processing query | ||
1793 | 2024.02.09 21:17:13.019335 [ 56 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1794 | 2024.02.09 21:17:13.019369 [ 3 ] {36e61912-6c98-4ab9-8bc2-136b509d5b48} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1795 | 2024.02.09 21:17:13.019397 [ 3 ] {} <Debug> HTTP-Session: e068391f-df39-49c6-a2b5-90940e161e28 Destroying unnamed session | ||
1796 | 2024.02.09 21:17:13.019455 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact | ||
1797 | 2024.02.09 21:17:13.019543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1798 | 2024.02.09 21:17:13.019552 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1799 | 2024.02.09 21:17:13.019587 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 49 rows starting from the beginning of the part | ||
1800 | 2024.02.09 21:17:13.019597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1801 | 2024.02.09 21:17:13.019618 [ 3 ] {} <Debug> HTTP-Session: 01edae75-fbaa-4499-b1f9-a2c627b63e08 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1802 | 2024.02.09 21:17:13.019642 [ 3 ] {} <Debug> HTTP-Session: 01edae75-fbaa-4499-b1f9-a2c627b63e08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1803 | 2024.02.09 21:17:13.019743 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
1804 | 2024.02.09 21:17:13.019754 [ 3 ] {427ee5f3-335e-4d11-9970-c546501827e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1805 | 2024.02.09 21:17:13.019809 [ 3 ] {427ee5f3-335e-4d11-9970-c546501827e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1806 | 2024.02.09 21:17:13.019873 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 49 rows starting from the beginning of the part | ||
1807 | 2024.02.09 21:17:13.020049 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 3 rows starting from the beginning of the part | ||
1808 | 2024.02.09 21:17:13.020065 [ 3 ] {427ee5f3-335e-4d11-9970-c546501827e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1809 | 2024.02.09 21:17:13.020158 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 49 rows starting from the beginning of the part | ||
1810 | 2024.02.09 21:17:13.020300 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 3 rows starting from the beginning of the part | ||
1811 | 2024.02.09 21:17:13.020610 [ 3 ] {427ee5f3-335e-4d11-9970-c546501827e7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1812 | 2024.02.09 21:17:13.020881 [ 3 ] {427ee5f3-335e-4d11-9970-c546501827e7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1813 | 2024.02.09 21:17:13.021128 [ 3 ] {427ee5f3-335e-4d11-9970-c546501827e7} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0. | ||
1814 | 2024.02.09 21:17:13.021169 [ 20 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.001759513 sec., 88092.5574292432 rows/sec., 6.97 MiB/sec. | ||
1815 | 2024.02.09 21:17:13.021325 [ 3 ] {427ee5f3-335e-4d11-9970-c546501827e7} <Information> executeQuery: Read 9 rows, 845.00 B in 0.001515468 sec., 5938 rows/sec., 544.52 KiB/sec. | ||
1816 | 2024.02.09 21:17:13.021424 [ 20 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1817 | 2024.02.09 21:17:13.021565 [ 3 ] {427ee5f3-335e-4d11-9970-c546501827e7} <Debug> DynamicQueryHandler: Done processing query | ||
1818 | 2024.02.09 21:17:13.021598 [ 3 ] {427ee5f3-335e-4d11-9970-c546501827e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
1819 | 2024.02.09 21:17:13.021630 [ 3 ] {} <Debug> HTTP-Session: 01edae75-fbaa-4499-b1f9-a2c627b63e08 Destroying unnamed session | ||
1820 | 2024.02.09 21:17:13.021744 [ 20 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_11_2} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2. | ||
1821 | 2024.02.09 21:17:13.021781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1822 | 2024.02.09 21:17:13.021858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1823 | 2024.02.09 21:17:13.021875 [ 20 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_11_2} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0 | ||
1824 | 2024.02.09 21:17:13.021886 [ 3 ] {} <Debug> HTTP-Session: a005c14f-2166-4b78-9cef-13bbeeabf28c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1825 | 2024.02.09 21:17:13.021918 [ 3 ] {} <Debug> HTTP-Session: a005c14f-2166-4b78-9cef-13bbeeabf28c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1826 | 2024.02.09 21:17:13.022040 [ 3 ] {61f4fdd2-3702-4920-b7b1-5d6853c2eb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1827 | 2024.02.09 21:17:13.022081 [ 3 ] {61f4fdd2-3702-4920-b7b1-5d6853c2eb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1828 | 2024.02.09 21:17:13.022204 [ 3 ] {61f4fdd2-3702-4920-b7b1-5d6853c2eb35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1829 | 2024.02.09 21:17:13.022489 [ 3 ] {61f4fdd2-3702-4920-b7b1-5d6853c2eb35} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1830 | 2024.02.09 21:17:13.022699 [ 3 ] {61f4fdd2-3702-4920-b7b1-5d6853c2eb35} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1831 | 2024.02.09 21:17:13.022854 [ 3 ] {61f4fdd2-3702-4920-b7b1-5d6853c2eb35} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0. | ||
1832 | 2024.02.09 21:17:13.022974 [ 3 ] {61f4fdd2-3702-4920-b7b1-5d6853c2eb35} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000904087 sec., 3318 rows/sec., 265.72 KiB/sec. | ||
1833 | 2024.02.09 21:17:13.023079 [ 3 ] {61f4fdd2-3702-4920-b7b1-5d6853c2eb35} <Debug> DynamicQueryHandler: Done processing query | ||
1834 | 2024.02.09 21:17:13.023103 [ 3 ] {61f4fdd2-3702-4920-b7b1-5d6853c2eb35} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1835 | 2024.02.09 21:17:13.023119 [ 3 ] {} <Debug> HTTP-Session: a005c14f-2166-4b78-9cef-13bbeeabf28c Destroying unnamed session | ||
1836 | 2024.02.09 21:17:13.023266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1837 | 2024.02.09 21:17:13.023310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1838 | 2024.02.09 21:17:13.023329 [ 3 ] {} <Debug> HTTP-Session: 2e6b21fb-913b-4feb-80c0-00bf9b0a009c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1839 | 2024.02.09 21:17:13.023346 [ 3 ] {} <Debug> HTTP-Session: 2e6b21fb-913b-4feb-80c0-00bf9b0a009c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1840 | 2024.02.09 21:17:13.023418 [ 3 ] {72b36b05-17d3-48f1-9bdc-8e083f4edaaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1841 | 2024.02.09 21:17:13.023464 [ 3 ] {72b36b05-17d3-48f1-9bdc-8e083f4edaaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1842 | 2024.02.09 21:17:13.023602 [ 3 ] {72b36b05-17d3-48f1-9bdc-8e083f4edaaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1843 | 2024.02.09 21:17:13.023891 [ 3 ] {72b36b05-17d3-48f1-9bdc-8e083f4edaaf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1844 | 2024.02.09 21:17:13.024170 [ 3 ] {72b36b05-17d3-48f1-9bdc-8e083f4edaaf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1845 | 2024.02.09 21:17:13.024385 [ 3 ] {72b36b05-17d3-48f1-9bdc-8e083f4edaaf} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0. | ||
1846 | 2024.02.09 21:17:13.024510 [ 56 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1847 | 2024.02.09 21:17:13.024518 [ 3 ] {72b36b05-17d3-48f1-9bdc-8e083f4edaaf} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.00106519 sec., 2816 rows/sec., 3.80 MiB/sec. | ||
1848 | 2024.02.09 21:17:13.024569 [ 56 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1849 | 2024.02.09 21:17:13.024737 [ 24 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact | ||
1850 | 2024.02.09 21:17:13.024828 [ 3 ] {72b36b05-17d3-48f1-9bdc-8e083f4edaaf} <Debug> DynamicQueryHandler: Done processing query | ||
1851 | 2024.02.09 21:17:13.024878 [ 3 ] {72b36b05-17d3-48f1-9bdc-8e083f4edaaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1852 | 2024.02.09 21:17:13.024923 [ 3 ] {} <Debug> HTTP-Session: 2e6b21fb-913b-4feb-80c0-00bf9b0a009c Destroying unnamed session | ||
1853 | 2024.02.09 21:17:13.024932 [ 24 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1854 | 2024.02.09 21:17:13.024985 [ 24 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 176 rows starting from the beginning of the part | ||
1855 | 2024.02.09 21:17:13.025128 [ 24 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
1856 | 2024.02.09 21:17:13.025243 [ 24 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 49 rows starting from the beginning of the part | ||
1857 | 2024.02.09 21:17:13.025347 [ 24 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 3 rows starting from the beginning of the part | ||
1858 | 2024.02.09 21:17:13.025452 [ 24 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 49 rows starting from the beginning of the part | ||
1859 | 2024.02.09 21:17:13.025562 [ 24 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 3 rows starting from the beginning of the part | ||
1860 | 2024.02.09 21:17:13.029498 [ 16 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 6 columns (6 merged, 0 gathered) in 0.004866119 sec., 57951.72703339149 rows/sec., 78.20 MiB/sec. | ||
1861 | 2024.02.09 21:17:13.029737 [ 16 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1862 | 2024.02.09 21:17:13.029953 [ 16 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2. | ||
1863 | 2024.02.09 21:17:13.030014 [ 16 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_6_1 to all_11_11_0 | ||
1864 | 2024.02.09 21:17:13.030071 [ 16 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_11_2: 4.05 MiB. | ||
1865 | 2024.02.09 21:17:18.019344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1866 | 2024.02.09 21:17:18.019471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1867 | 2024.02.09 21:17:18.019498 [ 3 ] {} <Debug> HTTP-Session: 6163f0b8-a7cb-4857-b2ac-e692b7a5b84e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1868 | 2024.02.09 21:17:18.019522 [ 3 ] {} <Debug> HTTP-Session: 6163f0b8-a7cb-4857-b2ac-e692b7a5b84e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1869 | 2024.02.09 21:17:18.019653 [ 3 ] {3f2ee3e8-489c-4ede-b427-7bda4d10e281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1870 | 2024.02.09 21:17:18.019713 [ 3 ] {3f2ee3e8-489c-4ede-b427-7bda4d10e281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1871 | 2024.02.09 21:17:18.019870 [ 3 ] {3f2ee3e8-489c-4ede-b427-7bda4d10e281} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1872 | 2024.02.09 21:17:18.020321 [ 3 ] {3f2ee3e8-489c-4ede-b427-7bda4d10e281} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1873 | 2024.02.09 21:17:18.020597 [ 3 ] {3f2ee3e8-489c-4ede-b427-7bda4d10e281} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1874 | 2024.02.09 21:17:18.020771 [ 3 ] {3f2ee3e8-489c-4ede-b427-7bda4d10e281} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0. | ||
1875 | 2024.02.09 21:17:18.020899 [ 3 ] {3f2ee3e8-489c-4ede-b427-7bda4d10e281} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001208793 sec., 40536 rows/sec., 3.21 MiB/sec. | ||
1876 | 2024.02.09 21:17:18.021040 [ 3 ] {3f2ee3e8-489c-4ede-b427-7bda4d10e281} <Debug> DynamicQueryHandler: Done processing query | ||
1877 | 2024.02.09 21:17:18.021065 [ 3 ] {3f2ee3e8-489c-4ede-b427-7bda4d10e281} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1878 | 2024.02.09 21:17:18.021082 [ 3 ] {} <Debug> HTTP-Session: 6163f0b8-a7cb-4857-b2ac-e692b7a5b84e Destroying unnamed session | ||
1879 | 2024.02.09 21:17:18.021227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1880 | 2024.02.09 21:17:18.021275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1881 | 2024.02.09 21:17:18.021296 [ 3 ] {} <Debug> HTTP-Session: 683f58c9-b405-47c9-955d-67e0c39e4582 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1882 | 2024.02.09 21:17:18.021315 [ 3 ] {} <Debug> HTTP-Session: 683f58c9-b405-47c9-955d-67e0c39e4582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1883 | 2024.02.09 21:17:18.021403 [ 3 ] {658171dc-a22a-4d3c-af91-18b8319918bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1884 | 2024.02.09 21:17:18.021445 [ 3 ] {658171dc-a22a-4d3c-af91-18b8319918bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1885 | 2024.02.09 21:17:18.021554 [ 3 ] {658171dc-a22a-4d3c-af91-18b8319918bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1886 | 2024.02.09 21:17:18.021972 [ 3 ] {658171dc-a22a-4d3c-af91-18b8319918bb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1887 | 2024.02.09 21:17:18.022221 [ 3 ] {658171dc-a22a-4d3c-af91-18b8319918bb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1888 | 2024.02.09 21:17:18.022389 [ 3 ] {658171dc-a22a-4d3c-af91-18b8319918bb} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0. | ||
1889 | 2024.02.09 21:17:18.022509 [ 3 ] {658171dc-a22a-4d3c-af91-18b8319918bb} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.001071059 sec., 137247 rows/sec., 13.35 MiB/sec. | ||
1890 | 2024.02.09 21:17:18.022708 [ 3 ] {658171dc-a22a-4d3c-af91-18b8319918bb} <Debug> DynamicQueryHandler: Done processing query | ||
1891 | 2024.02.09 21:17:18.022732 [ 3 ] {658171dc-a22a-4d3c-af91-18b8319918bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1892 | 2024.02.09 21:17:18.022749 [ 3 ] {} <Debug> HTTP-Session: 683f58c9-b405-47c9-955d-67e0c39e4582 Destroying unnamed session | ||
1893 | 2024.02.09 21:17:18.022940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1894 | 2024.02.09 21:17:18.023013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1895 | 2024.02.09 21:17:18.023046 [ 3 ] {} <Debug> HTTP-Session: 5ed01721-5bf9-460d-ba82-9c0bda1615a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1896 | 2024.02.09 21:17:18.023076 [ 3 ] {} <Debug> HTTP-Session: 5ed01721-5bf9-460d-ba82-9c0bda1615a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1897 | 2024.02.09 21:17:18.023180 [ 3 ] {fc3fd48b-a8cc-4eb2-82b0-27d2febb2f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1898 | 2024.02.09 21:17:18.023225 [ 3 ] {fc3fd48b-a8cc-4eb2-82b0-27d2febb2f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1899 | 2024.02.09 21:17:18.023356 [ 3 ] {fc3fd48b-a8cc-4eb2-82b0-27d2febb2f4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1900 | 2024.02.09 21:17:18.023745 [ 3 ] {fc3fd48b-a8cc-4eb2-82b0-27d2febb2f4e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1901 | 2024.02.09 21:17:18.024042 [ 3 ] {fc3fd48b-a8cc-4eb2-82b0-27d2febb2f4e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1902 | 2024.02.09 21:17:18.024243 [ 3 ] {fc3fd48b-a8cc-4eb2-82b0-27d2febb2f4e} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0. | ||
1903 | 2024.02.09 21:17:18.024387 [ 3 ] {fc3fd48b-a8cc-4eb2-82b0-27d2febb2f4e} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.001168962 sec., 41917 rows/sec., 3.28 MiB/sec. | ||
1904 | 2024.02.09 21:17:18.024500 [ 3 ] {fc3fd48b-a8cc-4eb2-82b0-27d2febb2f4e} <Debug> DynamicQueryHandler: Done processing query | ||
1905 | 2024.02.09 21:17:18.024524 [ 3 ] {fc3fd48b-a8cc-4eb2-82b0-27d2febb2f4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
1906 | 2024.02.09 21:17:18.024539 [ 3 ] {} <Debug> HTTP-Session: 5ed01721-5bf9-460d-ba82-9c0bda1615a1 Destroying unnamed session | ||
1907 | 2024.02.09 21:17:18.024726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1908 | 2024.02.09 21:17:18.024774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1909 | 2024.02.09 21:17:18.024794 [ 3 ] {} <Debug> HTTP-Session: fe67f2c2-c218-4b29-8f99-084ba2b81337 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1910 | 2024.02.09 21:17:18.024812 [ 3 ] {} <Debug> HTTP-Session: fe67f2c2-c218-4b29-8f99-084ba2b81337 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1911 | 2024.02.09 21:17:18.024937 [ 3 ] {b3262762-7a44-40b3-bc6d-a04fd9ca2abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1912 | 2024.02.09 21:17:18.025004 [ 3 ] {b3262762-7a44-40b3-bc6d-a04fd9ca2abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1913 | 2024.02.09 21:17:18.025211 [ 3 ] {b3262762-7a44-40b3-bc6d-a04fd9ca2abe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1914 | 2024.02.09 21:17:18.025766 [ 3 ] {b3262762-7a44-40b3-bc6d-a04fd9ca2abe} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1915 | 2024.02.09 21:17:18.026125 [ 3 ] {b3262762-7a44-40b3-bc6d-a04fd9ca2abe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1916 | 2024.02.09 21:17:18.026332 [ 3 ] {b3262762-7a44-40b3-bc6d-a04fd9ca2abe} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0. | ||
1917 | 2024.02.09 21:17:18.026455 [ 3 ] {b3262762-7a44-40b3-bc6d-a04fd9ca2abe} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001470647 sec., 33318 rows/sec., 44.96 MiB/sec. | ||
1918 | 2024.02.09 21:17:18.026596 [ 3 ] {b3262762-7a44-40b3-bc6d-a04fd9ca2abe} <Debug> DynamicQueryHandler: Done processing query | ||
1919 | 2024.02.09 21:17:18.026620 [ 3 ] {b3262762-7a44-40b3-bc6d-a04fd9ca2abe} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1920 | 2024.02.09 21:17:18.026636 [ 3 ] {} <Debug> HTTP-Session: fe67f2c2-c218-4b29-8f99-084ba2b81337 Destroying unnamed session | ||
1921 | 2024.02.09 21:17:21.765368 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1922 | 2024.02.09 21:17:21.765422 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1923 | 2024.02.09 21:17:23.018921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1924 | 2024.02.09 21:17:23.019088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1925 | 2024.02.09 21:17:23.019135 [ 3 ] {} <Debug> HTTP-Session: 9a39a0a2-46bd-40f5-92e2-c43fac1376fd Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1926 | 2024.02.09 21:17:23.019176 [ 3 ] {} <Debug> HTTP-Session: 9a39a0a2-46bd-40f5-92e2-c43fac1376fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1927 | 2024.02.09 21:17:23.019385 [ 3 ] {89197372-1337-407f-bd9f-7135b25b4293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1928 | 2024.02.09 21:17:23.019483 [ 3 ] {89197372-1337-407f-bd9f-7135b25b4293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1929 | 2024.02.09 21:17:23.019751 [ 3 ] {89197372-1337-407f-bd9f-7135b25b4293} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1930 | 2024.02.09 21:17:23.020289 [ 3 ] {89197372-1337-407f-bd9f-7135b25b4293} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1931 | 2024.02.09 21:17:23.020556 [ 3 ] {89197372-1337-407f-bd9f-7135b25b4293} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1932 | 2024.02.09 21:17:23.020717 [ 3 ] {89197372-1337-407f-bd9f-7135b25b4293} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0. | ||
1933 | 2024.02.09 21:17:23.020858 [ 3 ] {89197372-1337-407f-bd9f-7135b25b4293} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001406266 sec., 2133 rows/sec., 172.91 KiB/sec. | ||
1934 | 2024.02.09 21:17:23.021032 [ 3 ] {89197372-1337-407f-bd9f-7135b25b4293} <Debug> DynamicQueryHandler: Done processing query | ||
1935 | 2024.02.09 21:17:23.021058 [ 3 ] {89197372-1337-407f-bd9f-7135b25b4293} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1936 | 2024.02.09 21:17:23.021073 [ 3 ] {} <Debug> HTTP-Session: 9a39a0a2-46bd-40f5-92e2-c43fac1376fd Destroying unnamed session | ||
1937 | 2024.02.09 21:17:23.021214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1938 | 2024.02.09 21:17:23.021260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1939 | 2024.02.09 21:17:23.021279 [ 3 ] {} <Debug> HTTP-Session: d72df0cc-7efd-4000-b097-fa220f85cda8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1940 | 2024.02.09 21:17:23.021297 [ 3 ] {} <Debug> HTTP-Session: d72df0cc-7efd-4000-b097-fa220f85cda8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1941 | 2024.02.09 21:17:23.021371 [ 3 ] {4f2cf30e-06b2-42a6-92e0-497aebd3574b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1942 | 2024.02.09 21:17:23.021411 [ 3 ] {4f2cf30e-06b2-42a6-92e0-497aebd3574b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1943 | 2024.02.09 21:17:23.021517 [ 3 ] {4f2cf30e-06b2-42a6-92e0-497aebd3574b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1944 | 2024.02.09 21:17:23.021809 [ 3 ] {4f2cf30e-06b2-42a6-92e0-497aebd3574b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1945 | 2024.02.09 21:17:23.022025 [ 3 ] {4f2cf30e-06b2-42a6-92e0-497aebd3574b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
1946 | 2024.02.09 21:17:23.022182 [ 3 ] {4f2cf30e-06b2-42a6-92e0-497aebd3574b} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0. | ||
1947 | 2024.02.09 21:17:23.022302 [ 3 ] {4f2cf30e-06b2-42a6-92e0-497aebd3574b} <Information> executeQuery: Read 45 rows, 3.59 KiB in 0.000904067 sec., 49775 rows/sec., 3.88 MiB/sec. | ||
1948 | 2024.02.09 21:17:23.022420 [ 3 ] {4f2cf30e-06b2-42a6-92e0-497aebd3574b} <Debug> DynamicQueryHandler: Done processing query | ||
1949 | 2024.02.09 21:17:23.022443 [ 3 ] {4f2cf30e-06b2-42a6-92e0-497aebd3574b} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1950 | 2024.02.09 21:17:23.022459 [ 3 ] {} <Debug> HTTP-Session: d72df0cc-7efd-4000-b097-fa220f85cda8 Destroying unnamed session | ||
1951 | 2024.02.09 21:17:23.022627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1952 | 2024.02.09 21:17:23.022671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1953 | 2024.02.09 21:17:23.022690 [ 3 ] {} <Debug> HTTP-Session: 43315a9d-9c76-4e81-82b4-0cb2d923ce3f Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1954 | 2024.02.09 21:17:23.022707 [ 3 ] {} <Debug> HTTP-Session: 43315a9d-9c76-4e81-82b4-0cb2d923ce3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1955 | 2024.02.09 21:17:23.022779 [ 3 ] {e28771ef-a47c-4bf1-bcd3-9c17fe8d70c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1956 | 2024.02.09 21:17:23.022816 [ 3 ] {e28771ef-a47c-4bf1-bcd3-9c17fe8d70c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1957 | 2024.02.09 21:17:23.022919 [ 3 ] {e28771ef-a47c-4bf1-bcd3-9c17fe8d70c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1958 | 2024.02.09 21:17:23.023187 [ 3 ] {e28771ef-a47c-4bf1-bcd3-9c17fe8d70c1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1959 | 2024.02.09 21:17:23.023395 [ 3 ] {e28771ef-a47c-4bf1-bcd3-9c17fe8d70c1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
1960 | 2024.02.09 21:17:23.023544 [ 3 ] {e28771ef-a47c-4bf1-bcd3-9c17fe8d70c1} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0. | ||
1961 | 2024.02.09 21:17:23.023673 [ 3 ] {e28771ef-a47c-4bf1-bcd3-9c17fe8d70c1} <Information> executeQuery: Read 27 rows, 2.14 KiB in 0.000858756 sec., 31440 rows/sec., 2.43 MiB/sec. | ||
1962 | 2024.02.09 21:17:23.023802 [ 3 ] {e28771ef-a47c-4bf1-bcd3-9c17fe8d70c1} <Debug> DynamicQueryHandler: Done processing query | ||
1963 | 2024.02.09 21:17:23.023826 [ 3 ] {e28771ef-a47c-4bf1-bcd3-9c17fe8d70c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1964 | 2024.02.09 21:17:23.023841 [ 3 ] {} <Debug> HTTP-Session: 43315a9d-9c76-4e81-82b4-0cb2d923ce3f Destroying unnamed session | ||
1965 | 2024.02.09 21:17:23.023954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1966 | 2024.02.09 21:17:23.024000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1967 | 2024.02.09 21:17:23.024019 [ 3 ] {} <Debug> HTTP-Session: 82368c16-bf91-4cba-ad56-edacf54fee22 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1968 | 2024.02.09 21:17:23.024035 [ 3 ] {} <Debug> HTTP-Session: 82368c16-bf91-4cba-ad56-edacf54fee22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1969 | 2024.02.09 21:17:23.024107 [ 3 ] {a91ba57e-a5eb-44f6-aa85-5da0db0f2ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1970 | 2024.02.09 21:17:23.024149 [ 3 ] {a91ba57e-a5eb-44f6-aa85-5da0db0f2ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1971 | 2024.02.09 21:17:23.024271 [ 3 ] {a91ba57e-a5eb-44f6-aa85-5da0db0f2ec1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1972 | 2024.02.09 21:17:23.024549 [ 3 ] {a91ba57e-a5eb-44f6-aa85-5da0db0f2ec1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1973 | 2024.02.09 21:17:23.024816 [ 3 ] {a91ba57e-a5eb-44f6-aa85-5da0db0f2ec1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1974 | 2024.02.09 21:17:23.024995 [ 3 ] {a91ba57e-a5eb-44f6-aa85-5da0db0f2ec1} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
1975 | 2024.02.09 21:17:23.025113 [ 3 ] {a91ba57e-a5eb-44f6-aa85-5da0db0f2ec1} <Information> executeQuery: Read 36 rows, 2.60 KiB in 0.000973548 sec., 36978 rows/sec., 2.61 MiB/sec. | ||
1976 | 2024.02.09 21:17:23.025241 [ 3 ] {a91ba57e-a5eb-44f6-aa85-5da0db0f2ec1} <Debug> DynamicQueryHandler: Done processing query | ||
1977 | 2024.02.09 21:17:23.025265 [ 3 ] {a91ba57e-a5eb-44f6-aa85-5da0db0f2ec1} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1978 | 2024.02.09 21:17:23.025281 [ 3 ] {} <Debug> HTTP-Session: 82368c16-bf91-4cba-ad56-edacf54fee22 Destroying unnamed session | ||
1979 | 2024.02.09 21:17:23.025391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1980 | 2024.02.09 21:17:23.025435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1981 | 2024.02.09 21:17:23.025453 [ 3 ] {} <Debug> HTTP-Session: 1427b224-a3ae-4e8c-9b6a-6d2705e245aa Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1982 | 2024.02.09 21:17:23.025470 [ 3 ] {} <Debug> HTTP-Session: 1427b224-a3ae-4e8c-9b6a-6d2705e245aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1983 | 2024.02.09 21:17:23.025540 [ 3 ] {09ebb3a1-d6b2-470f-a06c-b04484399bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1984 | 2024.02.09 21:17:23.025583 [ 3 ] {09ebb3a1-d6b2-470f-a06c-b04484399bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1985 | 2024.02.09 21:17:23.025718 [ 3 ] {09ebb3a1-d6b2-470f-a06c-b04484399bea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1986 | 2024.02.09 21:17:23.025990 [ 3 ] {09ebb3a1-d6b2-470f-a06c-b04484399bea} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
1987 | 2024.02.09 21:17:23.026252 [ 3 ] {09ebb3a1-d6b2-470f-a06c-b04484399bea} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1988 | 2024.02.09 21:17:23.026438 [ 3 ] {09ebb3a1-d6b2-470f-a06c-b04484399bea} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0. | ||
1989 | 2024.02.09 21:17:23.026558 [ 3 ] {09ebb3a1-d6b2-470f-a06c-b04484399bea} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.000990539 sec., 3028 rows/sec., 4.09 MiB/sec. | ||
1990 | 2024.02.09 21:17:23.026679 [ 3 ] {09ebb3a1-d6b2-470f-a06c-b04484399bea} <Debug> DynamicQueryHandler: Done processing query | ||
1991 | 2024.02.09 21:17:23.026702 [ 3 ] {09ebb3a1-d6b2-470f-a06c-b04484399bea} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1992 | 2024.02.09 21:17:23.026717 [ 3 ] {} <Debug> HTTP-Session: 1427b224-a3ae-4e8c-9b6a-6d2705e245aa Destroying unnamed session | ||
1993 | 2024.02.09 21:17:28.019436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1994 | 2024.02.09 21:17:28.019624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1995 | 2024.02.09 21:17:28.019671 [ 3 ] {} <Debug> HTTP-Session: b0fa2316-77d9-41f7-babf-e3265e6cef6f Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
1996 | 2024.02.09 21:17:28.019714 [ 3 ] {} <Debug> HTTP-Session: b0fa2316-77d9-41f7-babf-e3265e6cef6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1997 | 2024.02.09 21:17:28.019914 [ 3 ] {d37f585c-bf4a-44cf-8d2a-42cc6ac51e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1998 | 2024.02.09 21:17:28.020013 [ 3 ] {d37f585c-bf4a-44cf-8d2a-42cc6ac51e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1999 | 2024.02.09 21:17:28.020225 [ 3 ] {d37f585c-bf4a-44cf-8d2a-42cc6ac51e7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2000 | 2024.02.09 21:17:28.020773 [ 3 ] {d37f585c-bf4a-44cf-8d2a-42cc6ac51e7e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2001 | 2024.02.09 21:17:28.021046 [ 3 ] {d37f585c-bf4a-44cf-8d2a-42cc6ac51e7e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2002 | 2024.02.09 21:17:28.021226 [ 3 ] {d37f585c-bf4a-44cf-8d2a-42cc6ac51e7e} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0. | ||
2003 | 2024.02.09 21:17:28.021347 [ 3 ] {d37f585c-bf4a-44cf-8d2a-42cc6ac51e7e} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001372265 sec., 35707 rows/sec., 2.83 MiB/sec. | ||
2004 | 2024.02.09 21:17:28.021517 [ 3 ] {d37f585c-bf4a-44cf-8d2a-42cc6ac51e7e} <Debug> DynamicQueryHandler: Done processing query | ||
2005 | 2024.02.09 21:17:28.021543 [ 3 ] {d37f585c-bf4a-44cf-8d2a-42cc6ac51e7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2006 | 2024.02.09 21:17:28.021559 [ 3 ] {} <Debug> HTTP-Session: b0fa2316-77d9-41f7-babf-e3265e6cef6f Destroying unnamed session | ||
2007 | 2024.02.09 21:17:28.021684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2008 | 2024.02.09 21:17:28.021735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2009 | 2024.02.09 21:17:28.021755 [ 3 ] {} <Debug> HTTP-Session: fba8e061-54f5-42ba-8aa9-bf73bf1659e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2010 | 2024.02.09 21:17:28.021774 [ 3 ] {} <Debug> HTTP-Session: fba8e061-54f5-42ba-8aa9-bf73bf1659e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2011 | 2024.02.09 21:17:28.021852 [ 3 ] {df09ac8a-12e9-4e02-91d9-ba705843c37b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2012 | 2024.02.09 21:17:28.021895 [ 3 ] {df09ac8a-12e9-4e02-91d9-ba705843c37b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2013 | 2024.02.09 21:17:28.022003 [ 3 ] {df09ac8a-12e9-4e02-91d9-ba705843c37b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2014 | 2024.02.09 21:17:28.022269 [ 3 ] {df09ac8a-12e9-4e02-91d9-ba705843c37b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2015 | 2024.02.09 21:17:28.022479 [ 3 ] {df09ac8a-12e9-4e02-91d9-ba705843c37b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2016 | 2024.02.09 21:17:28.022633 [ 3 ] {df09ac8a-12e9-4e02-91d9-ba705843c37b} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
2017 | 2024.02.09 21:17:28.022765 [ 3 ] {df09ac8a-12e9-4e02-91d9-ba705843c37b} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000879496 sec., 2274 rows/sec., 194.31 KiB/sec. | ||
2018 | 2024.02.09 21:17:28.022896 [ 3 ] {df09ac8a-12e9-4e02-91d9-ba705843c37b} <Debug> DynamicQueryHandler: Done processing query | ||
2019 | 2024.02.09 21:17:28.022921 [ 3 ] {df09ac8a-12e9-4e02-91d9-ba705843c37b} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2020 | 2024.02.09 21:17:28.022937 [ 3 ] {} <Debug> HTTP-Session: fba8e061-54f5-42ba-8aa9-bf73bf1659e1 Destroying unnamed session | ||
2021 | 2024.02.09 21:17:28.023075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2022 | 2024.02.09 21:17:28.023122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2023 | 2024.02.09 21:17:28.023141 [ 3 ] {} <Debug> HTTP-Session: 0d93abad-0a2f-47d0-a140-42de06f3636d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2024 | 2024.02.09 21:17:28.023158 [ 3 ] {} <Debug> HTTP-Session: 0d93abad-0a2f-47d0-a140-42de06f3636d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2025 | 2024.02.09 21:17:28.023235 [ 3 ] {e77bea00-4921-4aac-bbd0-84cfcc65310f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2026 | 2024.02.09 21:17:28.023275 [ 3 ] {e77bea00-4921-4aac-bbd0-84cfcc65310f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2027 | 2024.02.09 21:17:28.023380 [ 3 ] {e77bea00-4921-4aac-bbd0-84cfcc65310f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2028 | 2024.02.09 21:17:28.023738 [ 3 ] {e77bea00-4921-4aac-bbd0-84cfcc65310f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2029 | 2024.02.09 21:17:28.023956 [ 3 ] {e77bea00-4921-4aac-bbd0-84cfcc65310f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2030 | 2024.02.09 21:17:28.024102 [ 3 ] {e77bea00-4921-4aac-bbd0-84cfcc65310f} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0. | ||
2031 | 2024.02.09 21:17:28.024232 [ 3 ] {e77bea00-4921-4aac-bbd0-84cfcc65310f} <Information> executeQuery: Read 148 rows, 14.73 KiB in 0.000966348 sec., 153153 rows/sec., 14.88 MiB/sec. | ||
2032 | 2024.02.09 21:17:28.024362 [ 3 ] {e77bea00-4921-4aac-bbd0-84cfcc65310f} <Debug> DynamicQueryHandler: Done processing query | ||
2033 | 2024.02.09 21:17:28.024386 [ 3 ] {e77bea00-4921-4aac-bbd0-84cfcc65310f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2034 | 2024.02.09 21:17:28.024402 [ 3 ] {} <Debug> HTTP-Session: 0d93abad-0a2f-47d0-a140-42de06f3636d Destroying unnamed session | ||
2035 | 2024.02.09 21:17:28.024540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2036 | 2024.02.09 21:17:28.024586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2037 | 2024.02.09 21:17:28.024604 [ 3 ] {} <Debug> HTTP-Session: f37fc4dc-5ae8-4e3d-a4cb-8e808ed65c40 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2038 | 2024.02.09 21:17:28.024622 [ 3 ] {} <Debug> HTTP-Session: f37fc4dc-5ae8-4e3d-a4cb-8e808ed65c40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2039 | 2024.02.09 21:17:28.024690 [ 3 ] {64576112-d910-4d85-8324-d3af6dd27989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2040 | 2024.02.09 21:17:28.024729 [ 3 ] {64576112-d910-4d85-8324-d3af6dd27989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2041 | 2024.02.09 21:17:28.024836 [ 3 ] {64576112-d910-4d85-8324-d3af6dd27989} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2042 | 2024.02.09 21:17:28.025162 [ 3 ] {64576112-d910-4d85-8324-d3af6dd27989} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2043 | 2024.02.09 21:17:28.025407 [ 3 ] {64576112-d910-4d85-8324-d3af6dd27989} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2044 | 2024.02.09 21:17:28.025584 [ 3 ] {64576112-d910-4d85-8324-d3af6dd27989} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
2045 | 2024.02.09 21:17:28.025722 [ 3 ] {64576112-d910-4d85-8324-d3af6dd27989} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000996308 sec., 2007 rows/sec., 140.17 KiB/sec. | ||
2046 | 2024.02.09 21:17:28.025846 [ 3 ] {64576112-d910-4d85-8324-d3af6dd27989} <Debug> DynamicQueryHandler: Done processing query | ||
2047 | 2024.02.09 21:17:28.025870 [ 3 ] {64576112-d910-4d85-8324-d3af6dd27989} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2048 | 2024.02.09 21:17:28.025885 [ 3 ] {} <Debug> HTTP-Session: f37fc4dc-5ae8-4e3d-a4cb-8e808ed65c40 Destroying unnamed session | ||
2049 | 2024.02.09 21:17:28.026065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2050 | 2024.02.09 21:17:28.026111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2051 | 2024.02.09 21:17:28.026129 [ 3 ] {} <Debug> HTTP-Session: 0783fc93-7fb4-48ab-9d4c-b7b8b8fe7043 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2052 | 2024.02.09 21:17:28.026146 [ 3 ] {} <Debug> HTTP-Session: 0783fc93-7fb4-48ab-9d4c-b7b8b8fe7043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2053 | 2024.02.09 21:17:28.026219 [ 3 ] {2588f2b6-3705-4fc3-a53a-f0990bb6fc87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2054 | 2024.02.09 21:17:28.026256 [ 3 ] {2588f2b6-3705-4fc3-a53a-f0990bb6fc87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2055 | 2024.02.09 21:17:28.026362 [ 3 ] {2588f2b6-3705-4fc3-a53a-f0990bb6fc87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2056 | 2024.02.09 21:17:28.026648 [ 3 ] {2588f2b6-3705-4fc3-a53a-f0990bb6fc87} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2057 | 2024.02.09 21:17:28.026857 [ 3 ] {2588f2b6-3705-4fc3-a53a-f0990bb6fc87} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2058 | 2024.02.09 21:17:28.027015 [ 3 ] {2588f2b6-3705-4fc3-a53a-f0990bb6fc87} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0. | ||
2059 | 2024.02.09 21:17:28.027141 [ 3 ] {2588f2b6-3705-4fc3-a53a-f0990bb6fc87} <Information> executeQuery: Read 51 rows, 4.09 KiB in 0.000894966 sec., 56985 rows/sec., 4.46 MiB/sec. | ||
2060 | 2024.02.09 21:17:28.027254 [ 3 ] {2588f2b6-3705-4fc3-a53a-f0990bb6fc87} <Debug> DynamicQueryHandler: Done processing query | ||
2061 | 2024.02.09 21:17:28.027283 [ 3 ] {2588f2b6-3705-4fc3-a53a-f0990bb6fc87} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
2062 | 2024.02.09 21:17:28.027299 [ 3 ] {} <Debug> HTTP-Session: 0783fc93-7fb4-48ab-9d4c-b7b8b8fe7043 Destroying unnamed session | ||
2063 | 2024.02.09 21:17:28.027400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2064 | 2024.02.09 21:17:28.027444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2065 | 2024.02.09 21:17:28.027462 [ 3 ] {} <Debug> HTTP-Session: a09e1551-8cc8-423e-82ba-340869eea69d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2066 | 2024.02.09 21:17:28.027479 [ 3 ] {} <Debug> HTTP-Session: a09e1551-8cc8-423e-82ba-340869eea69d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2067 | 2024.02.09 21:17:28.027548 [ 3 ] {11fe689e-4120-409b-a7af-99fa98722dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2068 | 2024.02.09 21:17:28.027590 [ 3 ] {11fe689e-4120-409b-a7af-99fa98722dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2069 | 2024.02.09 21:17:28.027711 [ 3 ] {11fe689e-4120-409b-a7af-99fa98722dee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2070 | 2024.02.09 21:17:28.027958 [ 3 ] {11fe689e-4120-409b-a7af-99fa98722dee} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2071 | 2024.02.09 21:17:28.028211 [ 3 ] {11fe689e-4120-409b-a7af-99fa98722dee} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2072 | 2024.02.09 21:17:28.028389 [ 3 ] {11fe689e-4120-409b-a7af-99fa98722dee} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0. | ||
2073 | 2024.02.09 21:17:28.028515 [ 3 ] {11fe689e-4120-409b-a7af-99fa98722dee} <Information> executeQuery: Read 1 rows, 72.00 B in 0.000937968 sec., 1066 rows/sec., 74.96 KiB/sec. | ||
2074 | 2024.02.09 21:17:28.028638 [ 3 ] {11fe689e-4120-409b-a7af-99fa98722dee} <Debug> DynamicQueryHandler: Done processing query | ||
2075 | 2024.02.09 21:17:28.028662 [ 3 ] {11fe689e-4120-409b-a7af-99fa98722dee} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2076 | 2024.02.09 21:17:28.028677 [ 3 ] {} <Debug> HTTP-Session: a09e1551-8cc8-423e-82ba-340869eea69d Destroying unnamed session | ||
2077 | 2024.02.09 21:17:28.028824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2078 | 2024.02.09 21:17:28.028869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2079 | 2024.02.09 21:17:28.028888 [ 3 ] {} <Debug> HTTP-Session: 1a6cfc99-e019-4666-87cb-f1670d764ccb Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2080 | 2024.02.09 21:17:28.028904 [ 3 ] {} <Debug> HTTP-Session: 1a6cfc99-e019-4666-87cb-f1670d764ccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2081 | 2024.02.09 21:17:28.028983 [ 3 ] {20a232c9-9520-494a-b657-09be931a5d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2082 | 2024.02.09 21:17:28.029027 [ 3 ] {20a232c9-9520-494a-b657-09be931a5d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2083 | 2024.02.09 21:17:28.029161 [ 3 ] {20a232c9-9520-494a-b657-09be931a5d72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2084 | 2024.02.09 21:17:28.029636 [ 3 ] {20a232c9-9520-494a-b657-09be931a5d72} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2085 | 2024.02.09 21:17:28.029945 [ 3 ] {20a232c9-9520-494a-b657-09be931a5d72} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2086 | 2024.02.09 21:17:28.030122 [ 3 ] {20a232c9-9520-494a-b657-09be931a5d72} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0. | ||
2087 | 2024.02.09 21:17:28.030238 [ 3 ] {20a232c9-9520-494a-b657-09be931a5d72} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001227682 sec., 39912 rows/sec., 53.86 MiB/sec. | ||
2088 | 2024.02.09 21:17:28.030364 [ 3 ] {20a232c9-9520-494a-b657-09be931a5d72} <Debug> DynamicQueryHandler: Done processing query | ||
2089 | 2024.02.09 21:17:28.030387 [ 3 ] {20a232c9-9520-494a-b657-09be931a5d72} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2090 | 2024.02.09 21:17:28.030402 [ 3 ] {} <Debug> HTTP-Session: 1a6cfc99-e019-4666-87cb-f1670d764ccb Destroying unnamed session | ||
2091 | 2024.02.09 21:17:33.017513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2092 | 2024.02.09 21:17:33.017698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2093 | 2024.02.09 21:17:33.017744 [ 3 ] {} <Debug> HTTP-Session: 1357d908-2166-4cfc-a143-6ba85f26d581 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2094 | 2024.02.09 21:17:33.017788 [ 3 ] {} <Debug> HTTP-Session: 1357d908-2166-4cfc-a143-6ba85f26d581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2095 | 2024.02.09 21:17:33.017985 [ 3 ] {763cfded-d80a-49f7-9cf3-80da1492d6b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2096 | 2024.02.09 21:17:33.018105 [ 3 ] {763cfded-d80a-49f7-9cf3-80da1492d6b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2097 | 2024.02.09 21:17:33.018467 [ 3 ] {763cfded-d80a-49f7-9cf3-80da1492d6b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2098 | 2024.02.09 21:17:33.019020 [ 3 ] {763cfded-d80a-49f7-9cf3-80da1492d6b5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2099 | 2024.02.09 21:17:33.019295 [ 3 ] {763cfded-d80a-49f7-9cf3-80da1492d6b5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2100 | 2024.02.09 21:17:33.019459 [ 3 ] {763cfded-d80a-49f7-9cf3-80da1492d6b5} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0. | ||
2101 | 2024.02.09 21:17:33.019593 [ 3 ] {763cfded-d80a-49f7-9cf3-80da1492d6b5} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001551679 sec., 1933 rows/sec., 156.71 KiB/sec. | ||
2102 | 2024.02.09 21:17:33.019735 [ 3 ] {763cfded-d80a-49f7-9cf3-80da1492d6b5} <Debug> DynamicQueryHandler: Done processing query | ||
2103 | 2024.02.09 21:17:33.019759 [ 3 ] {763cfded-d80a-49f7-9cf3-80da1492d6b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2104 | 2024.02.09 21:17:33.019776 [ 3 ] {} <Debug> HTTP-Session: 1357d908-2166-4cfc-a143-6ba85f26d581 Destroying unnamed session | ||
2105 | 2024.02.09 21:17:33.019892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2106 | 2024.02.09 21:17:33.019937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2107 | 2024.02.09 21:17:33.019956 [ 3 ] {} <Debug> HTTP-Session: f4163b67-fa40-4870-94fd-80671d798a14 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2108 | 2024.02.09 21:17:33.019974 [ 3 ] {} <Debug> HTTP-Session: f4163b67-fa40-4870-94fd-80671d798a14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2109 | 2024.02.09 21:17:33.020046 [ 3 ] {6cb0d501-28dc-48b4-8709-596b721232bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2110 | 2024.02.09 21:17:33.020085 [ 3 ] {6cb0d501-28dc-48b4-8709-596b721232bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2111 | 2024.02.09 21:17:33.020188 [ 3 ] {6cb0d501-28dc-48b4-8709-596b721232bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2112 | 2024.02.09 21:17:33.020458 [ 3 ] {6cb0d501-28dc-48b4-8709-596b721232bd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2113 | 2024.02.09 21:17:33.020685 [ 3 ] {6cb0d501-28dc-48b4-8709-596b721232bd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2114 | 2024.02.09 21:17:33.020839 [ 3 ] {6cb0d501-28dc-48b4-8709-596b721232bd} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0. | ||
2115 | 2024.02.09 21:17:33.020961 [ 3 ] {6cb0d501-28dc-48b4-8709-596b721232bd} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000882186 sec., 10201 rows/sec., 935.40 KiB/sec. | ||
2116 | 2024.02.09 21:17:33.020956 [ 77 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2117 | 2024.02.09 21:17:33.021070 [ 77 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2118 | 2024.02.09 21:17:33.021136 [ 3 ] {6cb0d501-28dc-48b4-8709-596b721232bd} <Debug> DynamicQueryHandler: Done processing query | ||
2119 | 2024.02.09 21:17:33.021204 [ 3 ] {6cb0d501-28dc-48b4-8709-596b721232bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
2120 | 2024.02.09 21:17:33.021239 [ 3 ] {} <Debug> HTTP-Session: f4163b67-fa40-4870-94fd-80671d798a14 Destroying unnamed session | ||
2121 | 2024.02.09 21:17:33.021248 [ 20 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact | ||
2122 | 2024.02.09 21:17:33.021433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2123 | 2024.02.09 21:17:33.021452 [ 20 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2124 | 2024.02.09 21:17:33.021517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2125 | 2024.02.09 21:17:33.021522 [ 20 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 194 rows starting from the beginning of the part | ||
2126 | 2024.02.09 21:17:33.021552 [ 3 ] {} <Debug> HTTP-Session: 5f8084a3-03c4-4e7d-b3b7-4b81c1728a2e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2127 | 2024.02.09 21:17:33.021606 [ 3 ] {} <Debug> HTTP-Session: 5f8084a3-03c4-4e7d-b3b7-4b81c1728a2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.02.09 21:17:33.021787 [ 3 ] {a76de766-fa3c-404e-8715-ed8eac8cd439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2129 | 2024.02.09 21:17:33.021835 [ 20 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part | ||
2130 | 2024.02.09 21:17:33.021869 [ 3 ] {a76de766-fa3c-404e-8715-ed8eac8cd439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2131 | 2024.02.09 21:17:33.022174 [ 20 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 147 rows starting from the beginning of the part | ||
2132 | 2024.02.09 21:17:33.022307 [ 3 ] {a76de766-fa3c-404e-8715-ed8eac8cd439} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2133 | 2024.02.09 21:17:33.022470 [ 20 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 45 rows starting from the beginning of the part | ||
2134 | 2024.02.09 21:17:33.022680 [ 20 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 148 rows starting from the beginning of the part | ||
2135 | 2024.02.09 21:17:33.022980 [ 20 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part | ||
2136 | 2024.02.09 21:17:33.023122 [ 3 ] {a76de766-fa3c-404e-8715-ed8eac8cd439} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2137 | 2024.02.09 21:17:33.023481 [ 3 ] {a76de766-fa3c-404e-8715-ed8eac8cd439} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2138 | 2024.02.09 21:17:33.023834 [ 3 ] {a76de766-fa3c-404e-8715-ed8eac8cd439} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0. | ||
2139 | 2024.02.09 21:17:33.024020 [ 77 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2140 | 2024.02.09 21:17:33.024112 [ 77 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2141 | 2024.02.09 21:17:33.024175 [ 3 ] {a76de766-fa3c-404e-8715-ed8eac8cd439} <Information> executeQuery: Read 3 rows, 246.00 B in 0.002299263 sec., 1304 rows/sec., 104.48 KiB/sec. | ||
2142 | 2024.02.09 21:17:33.024399 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact | ||
2143 | 2024.02.09 21:17:33.024651 [ 3 ] {a76de766-fa3c-404e-8715-ed8eac8cd439} <Debug> DynamicQueryHandler: Done processing query | ||
2144 | 2024.02.09 21:17:33.024684 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2145 | 2024.02.09 21:17:33.024741 [ 3 ] {a76de766-fa3c-404e-8715-ed8eac8cd439} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2146 | 2024.02.09 21:17:33.024789 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 98 rows starting from the beginning of the part | ||
2147 | 2024.02.09 21:17:33.024829 [ 3 ] {} <Debug> HTTP-Session: 5f8084a3-03c4-4e7d-b3b7-4b81c1728a2e Destroying unnamed session | ||
2148 | 2024.02.09 21:17:33.025185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2149 | 2024.02.09 21:17:33.025262 [ 20 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 4 columns (4 merged, 0 gathered) in 0.004123086 sec., 133880.30227843902 rows/sec., 12.56 MiB/sec. | ||
2150 | 2024.02.09 21:17:33.025276 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 3 rows starting from the beginning of the part | ||
2151 | 2024.02.09 21:17:33.025294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2152 | 2024.02.09 21:17:33.025390 [ 3 ] {} <Debug> HTTP-Session: 5acaee52-a65a-4e2d-9894-a1bac3212b19 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2153 | 2024.02.09 21:17:33.025451 [ 3 ] {} <Debug> HTTP-Session: 5acaee52-a65a-4e2d-9894-a1bac3212b19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2154 | 2024.02.09 21:17:33.025484 [ 20 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2155 | 2024.02.09 21:17:33.025666 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 49 rows starting from the beginning of the part | ||
2156 | 2024.02.09 21:17:33.025843 [ 3 ] {c3ccc09b-d6e0-448d-a656-5f40feb629f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2157 | 2024.02.09 21:17:33.025926 [ 20 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_16_3} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3. | ||
2158 | 2024.02.09 21:17:33.026025 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part | ||
2159 | 2024.02.09 21:17:33.026046 [ 3 ] {c3ccc09b-d6e0-448d-a656-5f40feb629f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2160 | 2024.02.09 21:17:33.026110 [ 20 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_16_3} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0 | ||
2161 | 2024.02.09 21:17:33.026421 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 51 rows starting from the beginning of the part | ||
2162 | 2024.02.09 21:17:33.026792 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3 rows starting from the beginning of the part | ||
2163 | 2024.02.09 21:17:33.026905 [ 3 ] {c3ccc09b-d6e0-448d-a656-5f40feb629f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2164 | 2024.02.09 21:17:33.027751 [ 3 ] {c3ccc09b-d6e0-448d-a656-5f40feb629f4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2165 | 2024.02.09 21:17:33.028569 [ 3 ] {c3ccc09b-d6e0-448d-a656-5f40feb629f4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2166 | 2024.02.09 21:17:33.028646 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 231 rows, containing 4 columns (4 merged, 0 gathered) in 0.004433471 sec., 52103.645202596344 rows/sec., 4.07 MiB/sec. | ||
2167 | 2024.02.09 21:17:33.028852 [ 3 ] {c3ccc09b-d6e0-448d-a656-5f40feb629f4} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0. | ||
2168 | 2024.02.09 21:17:33.028852 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2169 | 2024.02.09 21:17:33.029085 [ 3 ] {c3ccc09b-d6e0-448d-a656-5f40feb629f4} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.003173628 sec., 945 rows/sec., 1.28 MiB/sec. | ||
2170 | 2024.02.09 21:17:33.029273 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_16_3} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3. | ||
2171 | 2024.02.09 21:17:33.029367 [ 3 ] {c3ccc09b-d6e0-448d-a656-5f40feb629f4} <Debug> DynamicQueryHandler: Done processing query | ||
2172 | 2024.02.09 21:17:33.029401 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_16_3} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0 | ||
2173 | 2024.02.09 21:17:33.029407 [ 3 ] {c3ccc09b-d6e0-448d-a656-5f40feb629f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2174 | 2024.02.09 21:17:33.029458 [ 3 ] {} <Debug> HTTP-Session: 5acaee52-a65a-4e2d-9894-a1bac3212b19 Destroying unnamed session | ||
2175 | 2024.02.09 21:17:36.765461 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2176 | 2024.02.09 21:17:36.765514 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2177 | 2024.02.09 21:17:38.019073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2178 | 2024.02.09 21:17:38.019218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2179 | 2024.02.09 21:17:38.019248 [ 3 ] {} <Debug> HTTP-Session: 09f216fb-c6f2-4190-b9ad-ad480aea17b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2180 | 2024.02.09 21:17:38.019278 [ 3 ] {} <Debug> HTTP-Session: 09f216fb-c6f2-4190-b9ad-ad480aea17b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2181 | 2024.02.09 21:17:38.019416 [ 3 ] {b0deadde-8523-45d4-a474-a090fdeb8264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2182 | 2024.02.09 21:17:38.019475 [ 3 ] {b0deadde-8523-45d4-a474-a090fdeb8264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2183 | 2024.02.09 21:17:38.019630 [ 3 ] {b0deadde-8523-45d4-a474-a090fdeb8264} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2184 | 2024.02.09 21:17:38.020092 [ 3 ] {b0deadde-8523-45d4-a474-a090fdeb8264} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2185 | 2024.02.09 21:17:38.020367 [ 3 ] {b0deadde-8523-45d4-a474-a090fdeb8264} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2186 | 2024.02.09 21:17:38.020533 [ 3 ] {b0deadde-8523-45d4-a474-a090fdeb8264} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0. | ||
2187 | 2024.02.09 21:17:38.020671 [ 3 ] {b0deadde-8523-45d4-a474-a090fdeb8264} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001209922 sec., 40498 rows/sec., 3.21 MiB/sec. | ||
2188 | 2024.02.09 21:17:38.020673 [ 69 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2189 | 2024.02.09 21:17:38.020793 [ 69 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2190 | 2024.02.09 21:17:38.020895 [ 3 ] {b0deadde-8523-45d4-a474-a090fdeb8264} <Debug> DynamicQueryHandler: Done processing query | ||
2191 | 2024.02.09 21:17:38.020931 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact | ||
2192 | 2024.02.09 21:17:38.020938 [ 3 ] {b0deadde-8523-45d4-a474-a090fdeb8264} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2193 | 2024.02.09 21:17:38.021013 [ 3 ] {} <Debug> HTTP-Session: 09f216fb-c6f2-4190-b9ad-ad480aea17b7 Destroying unnamed session | ||
2194 | 2024.02.09 21:17:38.021090 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2195 | 2024.02.09 21:17:38.021129 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 52 rows starting from the beginning of the part | ||
2196 | 2024.02.09 21:17:38.021182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2197 | 2024.02.09 21:17:38.021276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2198 | 2024.02.09 21:17:38.021321 [ 3 ] {} <Debug> HTTP-Session: 0424c004-411a-4189-9257-3f5e38a995f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2199 | 2024.02.09 21:17:38.021367 [ 3 ] {} <Debug> HTTP-Session: 0424c004-411a-4189-9257-3f5e38a995f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2200 | 2024.02.09 21:17:38.021391 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 49 rows starting from the beginning of the part | ||
2201 | 2024.02.09 21:17:38.021554 [ 3 ] {68d42829-cd3a-45a8-b2c9-d2ba0782553a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2202 | 2024.02.09 21:17:38.021608 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 3 rows starting from the beginning of the part | ||
2203 | 2024.02.09 21:17:38.021635 [ 3 ] {68d42829-cd3a-45a8-b2c9-d2ba0782553a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2204 | 2024.02.09 21:17:38.021897 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 49 rows starting from the beginning of the part | ||
2205 | 2024.02.09 21:17:38.022112 [ 3 ] {68d42829-cd3a-45a8-b2c9-d2ba0782553a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2206 | 2024.02.09 21:17:38.022155 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 3 rows starting from the beginning of the part | ||
2207 | 2024.02.09 21:17:38.022317 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 49 rows starting from the beginning of the part | ||
2208 | 2024.02.09 21:17:38.022883 [ 3 ] {68d42829-cd3a-45a8-b2c9-d2ba0782553a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2209 | 2024.02.09 21:17:38.023389 [ 3 ] {68d42829-cd3a-45a8-b2c9-d2ba0782553a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2210 | 2024.02.09 21:17:38.023697 [ 3 ] {68d42829-cd3a-45a8-b2c9-d2ba0782553a} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0. | ||
2211 | 2024.02.09 21:17:38.023695 [ 14 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 4 columns (4 merged, 0 gathered) in 0.002826303 sec., 72532.91667595442 rows/sec., 5.74 MiB/sec. | ||
2212 | 2024.02.09 21:17:38.023871 [ 3 ] {68d42829-cd3a-45a8-b2c9-d2ba0782553a} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.002260172 sec., 65039 rows/sec., 6.33 MiB/sec. | ||
2213 | 2024.02.09 21:17:38.023927 [ 11 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2214 | 2024.02.09 21:17:38.024104 [ 3 ] {68d42829-cd3a-45a8-b2c9-d2ba0782553a} <Debug> DynamicQueryHandler: Done processing query | ||
2215 | 2024.02.09 21:17:38.024144 [ 3 ] {68d42829-cd3a-45a8-b2c9-d2ba0782553a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2216 | 2024.02.09 21:17:38.024175 [ 3 ] {} <Debug> HTTP-Session: 0424c004-411a-4189-9257-3f5e38a995f9 Destroying unnamed session | ||
2217 | 2024.02.09 21:17:38.024242 [ 11 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_16_3} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3. | ||
2218 | 2024.02.09 21:17:38.024310 [ 11 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_16_3} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0 | ||
2219 | 2024.02.09 21:17:38.024345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2220 | 2024.02.09 21:17:38.024437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2221 | 2024.02.09 21:17:38.024456 [ 3 ] {} <Debug> HTTP-Session: 2f4567ae-cd97-4a39-a8de-c53bfabc42f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2222 | 2024.02.09 21:17:38.024473 [ 3 ] {} <Debug> HTTP-Session: 2f4567ae-cd97-4a39-a8de-c53bfabc42f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2223 | 2024.02.09 21:17:38.024547 [ 3 ] {e419b3cc-e8f5-4134-8463-03ee5101d804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2224 | 2024.02.09 21:17:38.024587 [ 3 ] {e419b3cc-e8f5-4134-8463-03ee5101d804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2225 | 2024.02.09 21:17:38.024708 [ 3 ] {e419b3cc-e8f5-4134-8463-03ee5101d804} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2226 | 2024.02.09 21:17:38.025030 [ 3 ] {e419b3cc-e8f5-4134-8463-03ee5101d804} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2227 | 2024.02.09 21:17:38.025251 [ 3 ] {e419b3cc-e8f5-4134-8463-03ee5101d804} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2228 | 2024.02.09 21:17:38.025410 [ 3 ] {e419b3cc-e8f5-4134-8463-03ee5101d804} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0. | ||
2229 | 2024.02.09 21:17:38.025533 [ 3 ] {e419b3cc-e8f5-4134-8463-03ee5101d804} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000952787 sec., 51428 rows/sec., 4.02 MiB/sec. | ||
2230 | 2024.02.09 21:17:38.025652 [ 3 ] {e419b3cc-e8f5-4134-8463-03ee5101d804} <Debug> DynamicQueryHandler: Done processing query | ||
2231 | 2024.02.09 21:17:38.025675 [ 3 ] {e419b3cc-e8f5-4134-8463-03ee5101d804} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
2232 | 2024.02.09 21:17:38.025690 [ 3 ] {} <Debug> HTTP-Session: 2f4567ae-cd97-4a39-a8de-c53bfabc42f3 Destroying unnamed session | ||
2233 | 2024.02.09 21:17:38.025876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2234 | 2024.02.09 21:17:38.025921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2235 | 2024.02.09 21:17:38.025940 [ 3 ] {} <Debug> HTTP-Session: 3e8fb0e2-1094-4ed6-8ecd-6bb92e04b653 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2236 | 2024.02.09 21:17:38.025957 [ 3 ] {} <Debug> HTTP-Session: 3e8fb0e2-1094-4ed6-8ecd-6bb92e04b653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2237 | 2024.02.09 21:17:38.026048 [ 3 ] {7c505b3b-e32b-4fd9-9493-04fed4191a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2238 | 2024.02.09 21:17:38.026095 [ 3 ] {7c505b3b-e32b-4fd9-9493-04fed4191a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2239 | 2024.02.09 21:17:38.026233 [ 3 ] {7c505b3b-e32b-4fd9-9493-04fed4191a47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2240 | 2024.02.09 21:17:38.026761 [ 3 ] {7c505b3b-e32b-4fd9-9493-04fed4191a47} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2241 | 2024.02.09 21:17:38.027095 [ 3 ] {7c505b3b-e32b-4fd9-9493-04fed4191a47} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2242 | 2024.02.09 21:17:38.027290 [ 3 ] {7c505b3b-e32b-4fd9-9493-04fed4191a47} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0. | ||
2243 | 2024.02.09 21:17:38.027413 [ 69 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2244 | 2024.02.09 21:17:38.027422 [ 3 ] {7c505b3b-e32b-4fd9-9493-04fed4191a47} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001337134 sec., 36645 rows/sec., 49.45 MiB/sec. | ||
2245 | 2024.02.09 21:17:38.027475 [ 69 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2246 | 2024.02.09 21:17:38.027659 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact | ||
2247 | 2024.02.09 21:17:38.027687 [ 3 ] {7c505b3b-e32b-4fd9-9493-04fed4191a47} <Debug> DynamicQueryHandler: Done processing query | ||
2248 | 2024.02.09 21:17:38.027719 [ 3 ] {7c505b3b-e32b-4fd9-9493-04fed4191a47} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2249 | 2024.02.09 21:17:38.027743 [ 3 ] {} <Debug> HTTP-Session: 3e8fb0e2-1094-4ed6-8ecd-6bb92e04b653 Destroying unnamed session | ||
2250 | 2024.02.09 21:17:38.027830 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2251 | 2024.02.09 21:17:38.027879 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 282 rows starting from the beginning of the part | ||
2252 | 2024.02.09 21:17:38.028030 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 49 rows starting from the beginning of the part | ||
2253 | 2024.02.09 21:17:38.028147 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 3 rows starting from the beginning of the part | ||
2254 | 2024.02.09 21:17:38.028258 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 49 rows starting from the beginning of the part | ||
2255 | 2024.02.09 21:17:38.028367 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 3 rows starting from the beginning of the part | ||
2256 | 2024.02.09 21:17:38.028468 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 49 rows starting from the beginning of the part | ||
2257 | 2024.02.09 21:17:38.029822 [ 11 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 435 rows, containing 6 columns (6 merged, 0 gathered) in 0.002263371 sec., 192191.2050653649 rows/sec., 259.35 MiB/sec. | ||
2258 | 2024.02.09 21:17:38.030122 [ 11 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2259 | 2024.02.09 21:17:38.030327 [ 11 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3. | ||
2260 | 2024.02.09 21:17:38.030386 [ 11 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_11_2 to all_16_16_0 | ||
2261 | 2024.02.09 21:17:38.030457 [ 11 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_16_3: 4.00 MiB. | ||
2262 | 2024.02.09 21:17:39.000129 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.01 MiB, peak 236.34 MiB, will set to 230.89 MiB (RSS), difference: -4.12 MiB | ||
2263 | 2024.02.09 21:17:40.529220 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2264 | 2024.02.09 21:17:40.529292 [ 63 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2265 | 2024.02.09 21:17:40.529363 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact | ||
2266 | 2024.02.09 21:17:40.529492 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2267 | 2024.02.09 21:17:40.529534 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 324 rows starting from the beginning of the part | ||
2268 | 2024.02.09 21:17:40.529706 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
2269 | 2024.02.09 21:17:40.529816 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 37 rows starting from the beginning of the part | ||
2270 | 2024.02.09 21:17:40.529917 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
2271 | 2024.02.09 21:17:40.530014 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
2272 | 2024.02.09 21:17:40.530854 [ 14 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 399 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510158 sec., 264210.76470144186 rows/sec., 18.64 MiB/sec. | ||
2273 | 2024.02.09 21:17:40.531080 [ 22 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2274 | 2024.02.09 21:17:40.531405 [ 22 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_5_1} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1. | ||
2275 | 2024.02.09 21:17:40.531478 [ 22 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_5_1} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7) (MergerMutator): Merged 5 parts: from all_1_1_0 to all_5_5_0 | ||
2276 | 2024.02.09 21:17:43.017143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2277 | 2024.02.09 21:17:43.017325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2278 | 2024.02.09 21:17:43.017372 [ 3 ] {} <Debug> HTTP-Session: 77f917f2-88fb-43c1-b55f-1914ae0e244c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2279 | 2024.02.09 21:17:43.017413 [ 3 ] {} <Debug> HTTP-Session: 77f917f2-88fb-43c1-b55f-1914ae0e244c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2280 | 2024.02.09 21:17:43.017593 [ 3 ] {fec57dbb-a036-41a0-9f75-1261747b4a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2281 | 2024.02.09 21:17:43.017652 [ 3 ] {fec57dbb-a036-41a0-9f75-1261747b4a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2282 | 2024.02.09 21:17:43.017811 [ 3 ] {fec57dbb-a036-41a0-9f75-1261747b4a13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2283 | 2024.02.09 21:17:43.018246 [ 3 ] {fec57dbb-a036-41a0-9f75-1261747b4a13} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2284 | 2024.02.09 21:17:43.018512 [ 3 ] {fec57dbb-a036-41a0-9f75-1261747b4a13} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2285 | 2024.02.09 21:17:43.018677 [ 3 ] {fec57dbb-a036-41a0-9f75-1261747b4a13} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0. | ||
2286 | 2024.02.09 21:17:43.018807 [ 3 ] {fec57dbb-a036-41a0-9f75-1261747b4a13} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001174252 sec., 2554 rows/sec., 207.08 KiB/sec. | ||
2287 | 2024.02.09 21:17:43.018972 [ 3 ] {fec57dbb-a036-41a0-9f75-1261747b4a13} <Debug> DynamicQueryHandler: Done processing query | ||
2288 | 2024.02.09 21:17:43.018999 [ 3 ] {fec57dbb-a036-41a0-9f75-1261747b4a13} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2289 | 2024.02.09 21:17:43.019015 [ 3 ] {} <Debug> HTTP-Session: 77f917f2-88fb-43c1-b55f-1914ae0e244c Destroying unnamed session | ||
2290 | 2024.02.09 21:17:43.019138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2291 | 2024.02.09 21:17:43.019184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2292 | 2024.02.09 21:17:43.019203 [ 3 ] {} <Debug> HTTP-Session: 5c4ef3af-1fb9-4a57-a78d-e6ed4fc11e53 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2293 | 2024.02.09 21:17:43.019220 [ 3 ] {} <Debug> HTTP-Session: 5c4ef3af-1fb9-4a57-a78d-e6ed4fc11e53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2294 | 2024.02.09 21:17:43.019290 [ 3 ] {ee378501-bbee-4674-953a-96a7cfd87637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2295 | 2024.02.09 21:17:43.019329 [ 3 ] {ee378501-bbee-4674-953a-96a7cfd87637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2296 | 2024.02.09 21:17:43.019466 [ 3 ] {ee378501-bbee-4674-953a-96a7cfd87637} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2297 | 2024.02.09 21:17:43.019768 [ 3 ] {ee378501-bbee-4674-953a-96a7cfd87637} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2298 | 2024.02.09 21:17:43.019984 [ 3 ] {ee378501-bbee-4674-953a-96a7cfd87637} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2299 | 2024.02.09 21:17:43.020131 [ 3 ] {ee378501-bbee-4674-953a-96a7cfd87637} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
2300 | 2024.02.09 21:17:43.020244 [ 3 ] {ee378501-bbee-4674-953a-96a7cfd87637} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000926797 sec., 2157 rows/sec., 184.40 KiB/sec. | ||
2301 | 2024.02.09 21:17:43.020364 [ 3 ] {ee378501-bbee-4674-953a-96a7cfd87637} <Debug> DynamicQueryHandler: Done processing query | ||
2302 | 2024.02.09 21:17:43.020388 [ 3 ] {ee378501-bbee-4674-953a-96a7cfd87637} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2303 | 2024.02.09 21:17:43.020404 [ 3 ] {} <Debug> HTTP-Session: 5c4ef3af-1fb9-4a57-a78d-e6ed4fc11e53 Destroying unnamed session | ||
2304 | 2024.02.09 21:17:43.020521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2305 | 2024.02.09 21:17:43.020567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2306 | 2024.02.09 21:17:43.020610 [ 3 ] {} <Debug> HTTP-Session: c35ffc59-eb76-49e0-bb42-042ce84cf3d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2307 | 2024.02.09 21:17:43.020628 [ 3 ] {} <Debug> HTTP-Session: c35ffc59-eb76-49e0-bb42-042ce84cf3d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2308 | 2024.02.09 21:17:43.020698 [ 3 ] {c1dfe9d2-a366-4f2f-80ec-ebc4a7488693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2309 | 2024.02.09 21:17:43.020735 [ 3 ] {c1dfe9d2-a366-4f2f-80ec-ebc4a7488693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2310 | 2024.02.09 21:17:43.020838 [ 3 ] {c1dfe9d2-a366-4f2f-80ec-ebc4a7488693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2311 | 2024.02.09 21:17:43.021108 [ 3 ] {c1dfe9d2-a366-4f2f-80ec-ebc4a7488693} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2312 | 2024.02.09 21:17:43.021316 [ 3 ] {c1dfe9d2-a366-4f2f-80ec-ebc4a7488693} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2313 | 2024.02.09 21:17:43.021462 [ 3 ] {c1dfe9d2-a366-4f2f-80ec-ebc4a7488693} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0. | ||
2314 | 2024.02.09 21:17:43.021591 [ 3 ] {c1dfe9d2-a366-4f2f-80ec-ebc4a7488693} <Information> executeQuery: Read 10 rows, 936.00 B in 0.000865536 sec., 11553 rows/sec., 1.03 MiB/sec. | ||
2315 | 2024.02.09 21:17:43.021710 [ 3 ] {c1dfe9d2-a366-4f2f-80ec-ebc4a7488693} <Debug> DynamicQueryHandler: Done processing query | ||
2316 | 2024.02.09 21:17:43.021733 [ 3 ] {c1dfe9d2-a366-4f2f-80ec-ebc4a7488693} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
2317 | 2024.02.09 21:17:43.021749 [ 3 ] {} <Debug> HTTP-Session: c35ffc59-eb76-49e0-bb42-042ce84cf3d2 Destroying unnamed session | ||
2318 | 2024.02.09 21:17:43.021874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2319 | 2024.02.09 21:17:43.021919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2320 | 2024.02.09 21:17:43.021937 [ 3 ] {} <Debug> HTTP-Session: 6249732f-3a28-44c9-aea0-56210da41dde Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2321 | 2024.02.09 21:17:43.021953 [ 3 ] {} <Debug> HTTP-Session: 6249732f-3a28-44c9-aea0-56210da41dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2322 | 2024.02.09 21:17:43.022021 [ 3 ] {6c673ee2-60e1-41e8-bc31-6381fef98108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2323 | 2024.02.09 21:17:43.022058 [ 3 ] {6c673ee2-60e1-41e8-bc31-6381fef98108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2324 | 2024.02.09 21:17:43.022164 [ 3 ] {6c673ee2-60e1-41e8-bc31-6381fef98108} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2325 | 2024.02.09 21:17:43.022429 [ 3 ] {6c673ee2-60e1-41e8-bc31-6381fef98108} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2326 | 2024.02.09 21:17:43.022632 [ 3 ] {6c673ee2-60e1-41e8-bc31-6381fef98108} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2327 | 2024.02.09 21:17:43.022779 [ 3 ] {6c673ee2-60e1-41e8-bc31-6381fef98108} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
2328 | 2024.02.09 21:17:43.022898 [ 3 ] {6c673ee2-60e1-41e8-bc31-6381fef98108} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000846186 sec., 2363 rows/sec., 165.03 KiB/sec. | ||
2329 | 2024.02.09 21:17:43.023020 [ 3 ] {6c673ee2-60e1-41e8-bc31-6381fef98108} <Debug> DynamicQueryHandler: Done processing query | ||
2330 | 2024.02.09 21:17:43.023045 [ 3 ] {6c673ee2-60e1-41e8-bc31-6381fef98108} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2331 | 2024.02.09 21:17:43.023061 [ 3 ] {} <Debug> HTTP-Session: 6249732f-3a28-44c9-aea0-56210da41dde Destroying unnamed session | ||
2332 | 2024.02.09 21:17:43.023163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2333 | 2024.02.09 21:17:43.023207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2334 | 2024.02.09 21:17:43.023226 [ 3 ] {} <Debug> HTTP-Session: b1ad673a-ef7b-4e07-9cdc-7690a8a8b29a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2335 | 2024.02.09 21:17:43.023244 [ 3 ] {} <Debug> HTTP-Session: b1ad673a-ef7b-4e07-9cdc-7690a8a8b29a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2336 | 2024.02.09 21:17:43.023312 [ 3 ] {bb880bf3-39e6-4f83-9a55-b29971f72ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2337 | 2024.02.09 21:17:43.023350 [ 3 ] {bb880bf3-39e6-4f83-9a55-b29971f72ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2338 | 2024.02.09 21:17:43.023454 [ 3 ] {bb880bf3-39e6-4f83-9a55-b29971f72ea0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2339 | 2024.02.09 21:17:43.023747 [ 3 ] {bb880bf3-39e6-4f83-9a55-b29971f72ea0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2340 | 2024.02.09 21:17:43.023945 [ 3 ] {bb880bf3-39e6-4f83-9a55-b29971f72ea0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2341 | 2024.02.09 21:17:43.024090 [ 3 ] {bb880bf3-39e6-4f83-9a55-b29971f72ea0} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0. | ||
2342 | 2024.02.09 21:17:43.024209 [ 3 ] {bb880bf3-39e6-4f83-9a55-b29971f72ea0} <Information> executeQuery: Read 5 rows, 413.00 B in 0.000869586 sec., 5749 rows/sec., 463.81 KiB/sec. | ||
2343 | 2024.02.09 21:17:43.024312 [ 3 ] {bb880bf3-39e6-4f83-9a55-b29971f72ea0} <Debug> DynamicQueryHandler: Done processing query | ||
2344 | 2024.02.09 21:17:43.024334 [ 3 ] {bb880bf3-39e6-4f83-9a55-b29971f72ea0} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
2345 | 2024.02.09 21:17:43.024349 [ 3 ] {} <Debug> HTTP-Session: b1ad673a-ef7b-4e07-9cdc-7690a8a8b29a Destroying unnamed session | ||
2346 | 2024.02.09 21:17:43.024449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2347 | 2024.02.09 21:17:43.024492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2348 | 2024.02.09 21:17:43.024510 [ 3 ] {} <Debug> HTTP-Session: 6add03e4-fc9e-4fbe-9905-e0f97fc5619c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2349 | 2024.02.09 21:17:43.024526 [ 3 ] {} <Debug> HTTP-Session: 6add03e4-fc9e-4fbe-9905-e0f97fc5619c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.02.09 21:17:43.024593 [ 3 ] {d4596bb4-8af0-4447-b9e3-c757a4bd3b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2351 | 2024.02.09 21:17:43.024635 [ 3 ] {d4596bb4-8af0-4447-b9e3-c757a4bd3b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2352 | 2024.02.09 21:17:43.024752 [ 3 ] {d4596bb4-8af0-4447-b9e3-c757a4bd3b41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2353 | 2024.02.09 21:17:43.025000 [ 3 ] {d4596bb4-8af0-4447-b9e3-c757a4bd3b41} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2354 | 2024.02.09 21:17:43.025261 [ 3 ] {d4596bb4-8af0-4447-b9e3-c757a4bd3b41} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2355 | 2024.02.09 21:17:43.025434 [ 3 ] {d4596bb4-8af0-4447-b9e3-c757a4bd3b41} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0. | ||
2356 | 2024.02.09 21:17:43.025551 [ 3 ] {d4596bb4-8af0-4447-b9e3-c757a4bd3b41} <Information> executeQuery: Read 1 rows, 72.00 B in 0.000929567 sec., 1075 rows/sec., 75.64 KiB/sec. | ||
2357 | 2024.02.09 21:17:43.025672 [ 3 ] {d4596bb4-8af0-4447-b9e3-c757a4bd3b41} <Debug> DynamicQueryHandler: Done processing query | ||
2358 | 2024.02.09 21:17:43.025695 [ 3 ] {d4596bb4-8af0-4447-b9e3-c757a4bd3b41} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2359 | 2024.02.09 21:17:43.025710 [ 3 ] {} <Debug> HTTP-Session: 6add03e4-fc9e-4fbe-9905-e0f97fc5619c Destroying unnamed session | ||
2360 | 2024.02.09 21:17:43.025814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2361 | 2024.02.09 21:17:43.025858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2362 | 2024.02.09 21:17:43.025876 [ 3 ] {} <Debug> HTTP-Session: e1aa7100-c8bb-4955-9d70-c11ea384db20 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2363 | 2024.02.09 21:17:43.025892 [ 3 ] {} <Debug> HTTP-Session: e1aa7100-c8bb-4955-9d70-c11ea384db20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2364 | 2024.02.09 21:17:43.025961 [ 3 ] {ab9817fa-7ac8-44e2-a723-08fb8d05cc5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2365 | 2024.02.09 21:17:43.026004 [ 3 ] {ab9817fa-7ac8-44e2-a723-08fb8d05cc5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2366 | 2024.02.09 21:17:43.026137 [ 3 ] {ab9817fa-7ac8-44e2-a723-08fb8d05cc5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2367 | 2024.02.09 21:17:43.026417 [ 3 ] {ab9817fa-7ac8-44e2-a723-08fb8d05cc5e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2368 | 2024.02.09 21:17:43.026684 [ 3 ] {ab9817fa-7ac8-44e2-a723-08fb8d05cc5e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2369 | 2024.02.09 21:17:43.026860 [ 3 ] {ab9817fa-7ac8-44e2-a723-08fb8d05cc5e} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0. | ||
2370 | 2024.02.09 21:17:43.026974 [ 3 ] {ab9817fa-7ac8-44e2-a723-08fb8d05cc5e} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.000985548 sec., 3043 rows/sec., 4.11 MiB/sec. | ||
2371 | 2024.02.09 21:17:43.027084 [ 3 ] {ab9817fa-7ac8-44e2-a723-08fb8d05cc5e} <Debug> DynamicQueryHandler: Done processing query | ||
2372 | 2024.02.09 21:17:43.027108 [ 3 ] {ab9817fa-7ac8-44e2-a723-08fb8d05cc5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2373 | 2024.02.09 21:17:43.027123 [ 3 ] {} <Debug> HTTP-Session: e1aa7100-c8bb-4955-9d70-c11ea384db20 Destroying unnamed session | ||
2374 | 2024.02.09 21:17:48.020082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2375 | 2024.02.09 21:17:48.020264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2376 | 2024.02.09 21:17:48.020310 [ 3 ] {} <Debug> HTTP-Session: 689f7216-1ff1-4d1a-9486-fd835172fa6d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2377 | 2024.02.09 21:17:48.020354 [ 3 ] {} <Debug> HTTP-Session: 689f7216-1ff1-4d1a-9486-fd835172fa6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2378 | 2024.02.09 21:17:48.020557 [ 3 ] {f7e35d0a-f7a3-4f4f-aaf6-7d261ae24c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2379 | 2024.02.09 21:17:48.020657 [ 3 ] {f7e35d0a-f7a3-4f4f-aaf6-7d261ae24c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2380 | 2024.02.09 21:17:48.020828 [ 3 ] {f7e35d0a-f7a3-4f4f-aaf6-7d261ae24c92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2381 | 2024.02.09 21:17:48.021329 [ 3 ] {f7e35d0a-f7a3-4f4f-aaf6-7d261ae24c92} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2382 | 2024.02.09 21:17:48.021591 [ 3 ] {f7e35d0a-f7a3-4f4f-aaf6-7d261ae24c92} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2383 | 2024.02.09 21:17:48.021752 [ 3 ] {f7e35d0a-f7a3-4f4f-aaf6-7d261ae24c92} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0. | ||
2384 | 2024.02.09 21:17:48.021888 [ 3 ] {f7e35d0a-f7a3-4f4f-aaf6-7d261ae24c92} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001269374 sec., 38601 rows/sec., 3.06 MiB/sec. | ||
2385 | 2024.02.09 21:17:48.022083 [ 3 ] {f7e35d0a-f7a3-4f4f-aaf6-7d261ae24c92} <Debug> DynamicQueryHandler: Done processing query | ||
2386 | 2024.02.09 21:17:48.022116 [ 3 ] {f7e35d0a-f7a3-4f4f-aaf6-7d261ae24c92} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2387 | 2024.02.09 21:17:48.022151 [ 3 ] {} <Debug> HTTP-Session: 689f7216-1ff1-4d1a-9486-fd835172fa6d Destroying unnamed session | ||
2388 | 2024.02.09 21:17:48.022284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2389 | 2024.02.09 21:17:48.022331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2390 | 2024.02.09 21:17:48.022350 [ 3 ] {} <Debug> HTTP-Session: 9aad51a6-218c-40a4-a387-58486e359a2c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2391 | 2024.02.09 21:17:48.022369 [ 3 ] {} <Debug> HTTP-Session: 9aad51a6-218c-40a4-a387-58486e359a2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2392 | 2024.02.09 21:17:48.022440 [ 3 ] {c0235ee0-30ea-431c-a9da-b70ed476a1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2393 | 2024.02.09 21:17:48.022481 [ 3 ] {c0235ee0-30ea-431c-a9da-b70ed476a1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2394 | 2024.02.09 21:17:48.022596 [ 3 ] {c0235ee0-30ea-431c-a9da-b70ed476a1be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2395 | 2024.02.09 21:17:48.022877 [ 3 ] {c0235ee0-30ea-431c-a9da-b70ed476a1be} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2396 | 2024.02.09 21:17:48.023080 [ 3 ] {c0235ee0-30ea-431c-a9da-b70ed476a1be} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2397 | 2024.02.09 21:17:48.023240 [ 3 ] {c0235ee0-30ea-431c-a9da-b70ed476a1be} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0. | ||
2398 | 2024.02.09 21:17:48.023356 [ 3 ] {c0235ee0-30ea-431c-a9da-b70ed476a1be} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000878316 sec., 2277 rows/sec., 194.58 KiB/sec. | ||
2399 | 2024.02.09 21:17:48.023356 [ 133 ] {} <Debug> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2400 | 2024.02.09 21:17:48.023468 [ 133 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2401 | 2024.02.09 21:17:48.023498 [ 3 ] {c0235ee0-30ea-431c-a9da-b70ed476a1be} <Debug> DynamicQueryHandler: Done processing query | ||
2402 | 2024.02.09 21:17:48.023542 [ 3 ] {c0235ee0-30ea-431c-a9da-b70ed476a1be} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2403 | 2024.02.09 21:17:48.023566 [ 3 ] {} <Debug> HTTP-Session: 9aad51a6-218c-40a4-a387-58486e359a2c Destroying unnamed session | ||
2404 | 2024.02.09 21:17:48.023553 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact | ||
2405 | 2024.02.09 21:17:48.023692 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2406 | 2024.02.09 21:17:48.023733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2407 | 2024.02.09 21:17:48.023751 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
2408 | 2024.02.09 21:17:48.023800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2409 | 2024.02.09 21:17:48.023863 [ 3 ] {} <Debug> HTTP-Session: bdc839d5-c8c9-47cd-8185-e30131db4010 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2410 | 2024.02.09 21:17:48.023890 [ 3 ] {} <Debug> HTTP-Session: bdc839d5-c8c9-47cd-8185-e30131db4010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2411 | 2024.02.09 21:17:48.024113 [ 3 ] {6e8561c4-7b37-42a2-9827-ce3b23861c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2412 | 2024.02.09 21:17:48.024115 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
2413 | 2024.02.09 21:17:48.024194 [ 3 ] {6e8561c4-7b37-42a2-9827-ce3b23861c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2414 | 2024.02.09 21:17:48.024450 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
2415 | 2024.02.09 21:17:48.024623 [ 3 ] {6e8561c4-7b37-42a2-9827-ce3b23861c8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2416 | 2024.02.09 21:17:48.024783 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
2417 | 2024.02.09 21:17:48.024904 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
2418 | 2024.02.09 21:17:48.025503 [ 3 ] {6e8561c4-7b37-42a2-9827-ce3b23861c8e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2419 | 2024.02.09 21:17:48.025966 [ 3 ] {6e8561c4-7b37-42a2-9827-ce3b23861c8e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2420 | 2024.02.09 21:17:48.026235 [ 14 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.002703189 sec., 3699.334378765229 rows/sec., 316.11 KiB/sec. | ||
2421 | 2024.02.09 21:17:48.026248 [ 3 ] {6e8561c4-7b37-42a2-9827-ce3b23861c8e} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0. | ||
2422 | 2024.02.09 21:17:48.026510 [ 17 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2423 | 2024.02.09 21:17:48.026533 [ 3 ] {6e8561c4-7b37-42a2-9827-ce3b23861c8e} <Information> executeQuery: Read 148 rows, 14.73 KiB in 0.002371013 sec., 62420 rows/sec., 6.07 MiB/sec. | ||
2424 | 2024.02.09 21:17:48.026719 [ 3 ] {6e8561c4-7b37-42a2-9827-ce3b23861c8e} <Debug> DynamicQueryHandler: Done processing query | ||
2425 | 2024.02.09 21:17:48.026752 [ 3 ] {6e8561c4-7b37-42a2-9827-ce3b23861c8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2426 | 2024.02.09 21:17:48.026780 [ 3 ] {} <Debug> HTTP-Session: bdc839d5-c8c9-47cd-8185-e30131db4010 Destroying unnamed session | ||
2427 | 2024.02.09 21:17:48.026785 [ 17 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_5_1} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1. | ||
2428 | 2024.02.09 21:17:48.026866 [ 17 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_5_1} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99) (MergerMutator): Merged 5 parts: from all_1_1_0 to all_5_5_0 | ||
2429 | 2024.02.09 21:17:48.026958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2430 | 2024.02.09 21:17:48.027010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2431 | 2024.02.09 21:17:48.027029 [ 3 ] {} <Debug> HTTP-Session: d597fa6d-2348-47d8-9deb-cfd7a93a4520 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2432 | 2024.02.09 21:17:48.027046 [ 3 ] {} <Debug> HTTP-Session: d597fa6d-2348-47d8-9deb-cfd7a93a4520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2433 | 2024.02.09 21:17:48.027118 [ 3 ] {3339ecd5-8ec6-42fa-961a-e732038b3e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2434 | 2024.02.09 21:17:48.027158 [ 3 ] {3339ecd5-8ec6-42fa-961a-e732038b3e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2435 | 2024.02.09 21:17:48.027277 [ 3 ] {3339ecd5-8ec6-42fa-961a-e732038b3e3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2436 | 2024.02.09 21:17:48.027562 [ 3 ] {3339ecd5-8ec6-42fa-961a-e732038b3e3e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2437 | 2024.02.09 21:17:48.027774 [ 3 ] {3339ecd5-8ec6-42fa-961a-e732038b3e3e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2438 | 2024.02.09 21:17:48.027920 [ 3 ] {3339ecd5-8ec6-42fa-961a-e732038b3e3e} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0. | ||
2439 | 2024.02.09 21:17:48.028033 [ 133 ] {} <Debug> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2440 | 2024.02.09 21:17:48.028050 [ 3 ] {3339ecd5-8ec6-42fa-961a-e732038b3e3e} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000897367 sec., 2228 rows/sec., 155.62 KiB/sec. | ||
2441 | 2024.02.09 21:17:48.028083 [ 133 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2442 | 2024.02.09 21:17:48.028194 [ 19 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact | ||
2443 | 2024.02.09 21:17:48.028226 [ 3 ] {3339ecd5-8ec6-42fa-961a-e732038b3e3e} <Debug> DynamicQueryHandler: Done processing query | ||
2444 | 2024.02.09 21:17:48.028253 [ 3 ] {3339ecd5-8ec6-42fa-961a-e732038b3e3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2445 | 2024.02.09 21:17:48.028281 [ 3 ] {} <Debug> HTTP-Session: d597fa6d-2348-47d8-9deb-cfd7a93a4520 Destroying unnamed session | ||
2446 | 2024.02.09 21:17:48.028290 [ 19 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2447 | 2024.02.09 21:17:48.028322 [ 19 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
2448 | 2024.02.09 21:17:48.028418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2449 | 2024.02.09 21:17:48.028431 [ 19 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
2450 | 2024.02.09 21:17:48.028470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2451 | 2024.02.09 21:17:48.028495 [ 3 ] {} <Debug> HTTP-Session: ad2db1a4-3049-481c-aa78-2f69bc504a76 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2452 | 2024.02.09 21:17:48.028523 [ 3 ] {} <Debug> HTTP-Session: ad2db1a4-3049-481c-aa78-2f69bc504a76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2453 | 2024.02.09 21:17:48.028547 [ 19 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
2454 | 2024.02.09 21:17:48.028628 [ 3 ] {cbc760a9-f434-4521-9a0e-db27c7af970f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2455 | 2024.02.09 21:17:48.028663 [ 19 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
2456 | 2024.02.09 21:17:48.028679 [ 3 ] {cbc760a9-f434-4521-9a0e-db27c7af970f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2457 | 2024.02.09 21:17:48.028810 [ 19 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
2458 | 2024.02.09 21:17:48.028933 [ 3 ] {cbc760a9-f434-4521-9a0e-db27c7af970f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2459 | 2024.02.09 21:17:48.029432 [ 3 ] {cbc760a9-f434-4521-9a0e-db27c7af970f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2460 | 2024.02.09 21:17:48.029627 [ 19 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001488987 sec., 6715.9753577432175 rows/sec., 468.94 KiB/sec. | ||
2461 | 2024.02.09 21:17:48.029725 [ 3 ] {cbc760a9-f434-4521-9a0e-db27c7af970f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2462 | 2024.02.09 21:17:48.029762 [ 17 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2463 | 2024.02.09 21:17:48.029974 [ 3 ] {cbc760a9-f434-4521-9a0e-db27c7af970f} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0. | ||
2464 | 2024.02.09 21:17:48.030023 [ 17 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_5_1} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1. | ||
2465 | 2024.02.09 21:17:48.030155 [ 17 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_5_1} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9) (MergerMutator): Merged 5 parts: from all_1_1_0 to all_5_5_0 | ||
2466 | 2024.02.09 21:17:48.030197 [ 3 ] {cbc760a9-f434-4521-9a0e-db27c7af970f} <Information> executeQuery: Read 51 rows, 4.09 KiB in 0.001524208 sec., 33460 rows/sec., 2.62 MiB/sec. | ||
2467 | 2024.02.09 21:17:48.030442 [ 3 ] {cbc760a9-f434-4521-9a0e-db27c7af970f} <Debug> DynamicQueryHandler: Done processing query | ||
2468 | 2024.02.09 21:17:48.030466 [ 3 ] {cbc760a9-f434-4521-9a0e-db27c7af970f} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
2469 | 2024.02.09 21:17:48.030482 [ 3 ] {} <Debug> HTTP-Session: ad2db1a4-3049-481c-aa78-2f69bc504a76 Destroying unnamed session | ||
2470 | 2024.02.09 21:17:48.030609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2471 | 2024.02.09 21:17:48.030654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2472 | 2024.02.09 21:17:48.030673 [ 3 ] {} <Debug> HTTP-Session: bd043318-2fca-4975-9949-09259772164d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2473 | 2024.02.09 21:17:48.030690 [ 3 ] {} <Debug> HTTP-Session: bd043318-2fca-4975-9949-09259772164d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2474 | 2024.02.09 21:17:48.030760 [ 3 ] {eec7af44-89ce-432b-bb77-4948d447cd28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2475 | 2024.02.09 21:17:48.030803 [ 3 ] {eec7af44-89ce-432b-bb77-4948d447cd28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2476 | 2024.02.09 21:17:48.030927 [ 3 ] {eec7af44-89ce-432b-bb77-4948d447cd28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2477 | 2024.02.09 21:17:48.031261 [ 3 ] {eec7af44-89ce-432b-bb77-4948d447cd28} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2478 | 2024.02.09 21:17:48.031520 [ 3 ] {eec7af44-89ce-432b-bb77-4948d447cd28} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2479 | 2024.02.09 21:17:48.031706 [ 3 ] {eec7af44-89ce-432b-bb77-4948d447cd28} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0. | ||
2480 | 2024.02.09 21:17:48.031833 [ 3 ] {eec7af44-89ce-432b-bb77-4948d447cd28} <Information> executeQuery: Read 1 rows, 72.00 B in 0.001035069 sec., 966 rows/sec., 67.93 KiB/sec. | ||
2481 | 2024.02.09 21:17:48.032016 [ 3 ] {eec7af44-89ce-432b-bb77-4948d447cd28} <Debug> DynamicQueryHandler: Done processing query | ||
2482 | 2024.02.09 21:17:48.032040 [ 3 ] {eec7af44-89ce-432b-bb77-4948d447cd28} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2483 | 2024.02.09 21:17:48.032056 [ 3 ] {} <Debug> HTTP-Session: bd043318-2fca-4975-9949-09259772164d Destroying unnamed session | ||
2484 | 2024.02.09 21:17:48.032207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2485 | 2024.02.09 21:17:48.032254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2486 | 2024.02.09 21:17:48.032273 [ 3 ] {} <Debug> HTTP-Session: 2e9e03c9-a7db-49bc-b957-541dee2f0505 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2487 | 2024.02.09 21:17:48.032290 [ 3 ] {} <Debug> HTTP-Session: 2e9e03c9-a7db-49bc-b957-541dee2f0505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2488 | 2024.02.09 21:17:48.032374 [ 3 ] {e1dc8dfc-f2e3-43e4-a7e5-f731e7d062d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2489 | 2024.02.09 21:17:48.032419 [ 3 ] {e1dc8dfc-f2e3-43e4-a7e5-f731e7d062d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2490 | 2024.02.09 21:17:48.032565 [ 3 ] {e1dc8dfc-f2e3-43e4-a7e5-f731e7d062d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2491 | 2024.02.09 21:17:48.033108 [ 3 ] {e1dc8dfc-f2e3-43e4-a7e5-f731e7d062d8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.55 GiB. | ||
2492 | 2024.02.09 21:17:48.033419 [ 3 ] {e1dc8dfc-f2e3-43e4-a7e5-f731e7d062d8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2493 | 2024.02.09 21:17:48.033598 [ 3 ] {e1dc8dfc-f2e3-43e4-a7e5-f731e7d062d8} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0. | ||
2494 | 2024.02.09 21:17:48.033727 [ 3 ] {e1dc8dfc-f2e3-43e4-a7e5-f731e7d062d8} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001324584 sec., 36992 rows/sec., 49.92 MiB/sec. | ||
2495 | 2024.02.09 21:17:48.033857 [ 3 ] {e1dc8dfc-f2e3-43e4-a7e5-f731e7d062d8} <Debug> DynamicQueryHandler: Done processing query | ||
2496 | 2024.02.09 21:17:48.033879 [ 3 ] {e1dc8dfc-f2e3-43e4-a7e5-f731e7d062d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2497 | 2024.02.09 21:17:48.033895 [ 3 ] {} <Debug> HTTP-Session: 2e9e03c9-a7db-49bc-b957-541dee2f0505 Destroying unnamed session | ||
2498 | 2024.02.09 21:17:51.765665 [ 164 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2499 | 2024.02.09 21:17:51.765737 [ 164 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2500 | 2024.02.09 21:17:53.018515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2501 | 2024.02.09 21:17:53.018636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2502 | 2024.02.09 21:17:53.018662 [ 3 ] {} <Debug> HTTP-Session: 00fe1e4c-d86c-4469-a1d7-6c47bc6335ba Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2503 | 2024.02.09 21:17:53.018687 [ 3 ] {} <Debug> HTTP-Session: 00fe1e4c-d86c-4469-a1d7-6c47bc6335ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2504 | 2024.02.09 21:17:53.018820 [ 3 ] {26261e6e-2c3d-4d28-9960-af9f05a20883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2505 | 2024.02.09 21:17:53.018886 [ 3 ] {26261e6e-2c3d-4d28-9960-af9f05a20883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2506 | 2024.02.09 21:17:53.019062 [ 3 ] {26261e6e-2c3d-4d28-9960-af9f05a20883} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2507 | 2024.02.09 21:17:53.019532 [ 3 ] {26261e6e-2c3d-4d28-9960-af9f05a20883} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2508 | 2024.02.09 21:17:53.019827 [ 3 ] {26261e6e-2c3d-4d28-9960-af9f05a20883} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2509 | 2024.02.09 21:17:53.019989 [ 3 ] {26261e6e-2c3d-4d28-9960-af9f05a20883} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0. | ||
2510 | 2024.02.09 21:17:53.020104 [ 3 ] {26261e6e-2c3d-4d28-9960-af9f05a20883} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001247293 sec., 2405 rows/sec., 194.95 KiB/sec. | ||
2511 | 2024.02.09 21:17:53.020251 [ 3 ] {26261e6e-2c3d-4d28-9960-af9f05a20883} <Debug> DynamicQueryHandler: Done processing query | ||
2512 | 2024.02.09 21:17:53.020275 [ 3 ] {26261e6e-2c3d-4d28-9960-af9f05a20883} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2513 | 2024.02.09 21:17:53.020291 [ 3 ] {} <Debug> HTTP-Session: 00fe1e4c-d86c-4469-a1d7-6c47bc6335ba Destroying unnamed session | ||
2514 | 2024.02.09 21:17:53.020413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2515 | 2024.02.09 21:17:53.020458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2516 | 2024.02.09 21:17:53.020477 [ 3 ] {} <Debug> HTTP-Session: 503a95cf-4e58-46ac-8ccd-f86cabb32083 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2517 | 2024.02.09 21:17:53.020493 [ 3 ] {} <Debug> HTTP-Session: 503a95cf-4e58-46ac-8ccd-f86cabb32083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2518 | 2024.02.09 21:17:53.020563 [ 3 ] {3d97eca8-02bf-4bcc-99ac-d8bf02440218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2519 | 2024.02.09 21:17:53.020601 [ 3 ] {3d97eca8-02bf-4bcc-99ac-d8bf02440218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2520 | 2024.02.09 21:17:53.020710 [ 3 ] {3d97eca8-02bf-4bcc-99ac-d8bf02440218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2521 | 2024.02.09 21:17:53.021009 [ 3 ] {3d97eca8-02bf-4bcc-99ac-d8bf02440218} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2522 | 2024.02.09 21:17:53.021212 [ 3 ] {3d97eca8-02bf-4bcc-99ac-d8bf02440218} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2523 | 2024.02.09 21:17:53.021359 [ 3 ] {3d97eca8-02bf-4bcc-99ac-d8bf02440218} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0. | ||
2524 | 2024.02.09 21:17:53.021477 [ 3 ] {3d97eca8-02bf-4bcc-99ac-d8bf02440218} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000886526 sec., 2255 rows/sec., 192.77 KiB/sec. | ||
2525 | 2024.02.09 21:17:53.021595 [ 3 ] {3d97eca8-02bf-4bcc-99ac-d8bf02440218} <Debug> DynamicQueryHandler: Done processing query | ||
2526 | 2024.02.09 21:17:53.021618 [ 3 ] {3d97eca8-02bf-4bcc-99ac-d8bf02440218} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2527 | 2024.02.09 21:17:53.021634 [ 3 ] {} <Debug> HTTP-Session: 503a95cf-4e58-46ac-8ccd-f86cabb32083 Destroying unnamed session | ||
2528 | 2024.02.09 21:17:53.021771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2529 | 2024.02.09 21:17:53.021816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2530 | 2024.02.09 21:17:53.021834 [ 3 ] {} <Debug> HTTP-Session: 81f18f3c-696f-40cf-a575-4d6f95e1deca Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2531 | 2024.02.09 21:17:53.021851 [ 3 ] {} <Debug> HTTP-Session: 81f18f3c-696f-40cf-a575-4d6f95e1deca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2532 | 2024.02.09 21:17:53.021923 [ 3 ] {15f0e049-ef05-437a-8fe3-31accbc1a46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2533 | 2024.02.09 21:17:53.021961 [ 3 ] {15f0e049-ef05-437a-8fe3-31accbc1a46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2534 | 2024.02.09 21:17:53.022065 [ 3 ] {15f0e049-ef05-437a-8fe3-31accbc1a46f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2535 | 2024.02.09 21:17:53.022367 [ 3 ] {15f0e049-ef05-437a-8fe3-31accbc1a46f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2536 | 2024.02.09 21:17:53.022582 [ 3 ] {15f0e049-ef05-437a-8fe3-31accbc1a46f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2537 | 2024.02.09 21:17:53.022750 [ 3 ] {15f0e049-ef05-437a-8fe3-31accbc1a46f} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0. | ||
2538 | 2024.02.09 21:17:53.022873 [ 3 ] {15f0e049-ef05-437a-8fe3-31accbc1a46f} <Information> executeQuery: Read 46 rows, 3.68 KiB in 0.000921017 sec., 49944 rows/sec., 3.90 MiB/sec. | ||
2539 | 2024.02.09 21:17:53.022988 [ 3 ] {15f0e049-ef05-437a-8fe3-31accbc1a46f} <Debug> DynamicQueryHandler: Done processing query | ||
2540 | 2024.02.09 21:17:53.023010 [ 3 ] {15f0e049-ef05-437a-8fe3-31accbc1a46f} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2541 | 2024.02.09 21:17:53.023025 [ 3 ] {} <Debug> HTTP-Session: 81f18f3c-696f-40cf-a575-4d6f95e1deca Destroying unnamed session | ||
2542 | 2024.02.09 21:17:53.023154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2543 | 2024.02.09 21:17:53.023198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2544 | 2024.02.09 21:17:53.023217 [ 3 ] {} <Debug> HTTP-Session: dc351b76-0562-4a5f-8623-a8daa3cda0a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2545 | 2024.02.09 21:17:53.023239 [ 3 ] {} <Debug> HTTP-Session: dc351b76-0562-4a5f-8623-a8daa3cda0a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2546 | 2024.02.09 21:17:53.023307 [ 3 ] {2a0d02be-ed4c-4aa1-a637-2dc138c0860f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2547 | 2024.02.09 21:17:53.023345 [ 3 ] {2a0d02be-ed4c-4aa1-a637-2dc138c0860f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2548 | 2024.02.09 21:17:53.023448 [ 3 ] {2a0d02be-ed4c-4aa1-a637-2dc138c0860f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2549 | 2024.02.09 21:17:53.023713 [ 3 ] {2a0d02be-ed4c-4aa1-a637-2dc138c0860f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2550 | 2024.02.09 21:17:53.023917 [ 3 ] {2a0d02be-ed4c-4aa1-a637-2dc138c0860f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2551 | 2024.02.09 21:17:53.024063 [ 3 ] {2a0d02be-ed4c-4aa1-a637-2dc138c0860f} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0. | ||
2552 | 2024.02.09 21:17:53.024173 [ 3 ] {2a0d02be-ed4c-4aa1-a637-2dc138c0860f} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000838526 sec., 2385 rows/sec., 166.54 KiB/sec. | ||
2553 | 2024.02.09 21:17:53.024348 [ 3 ] {2a0d02be-ed4c-4aa1-a637-2dc138c0860f} <Debug> DynamicQueryHandler: Done processing query | ||
2554 | 2024.02.09 21:17:53.024371 [ 3 ] {2a0d02be-ed4c-4aa1-a637-2dc138c0860f} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2555 | 2024.02.09 21:17:53.024387 [ 3 ] {} <Debug> HTTP-Session: dc351b76-0562-4a5f-8623-a8daa3cda0a6 Destroying unnamed session | ||
2556 | 2024.02.09 21:17:53.024506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2557 | 2024.02.09 21:17:53.024551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2558 | 2024.02.09 21:17:53.024570 [ 3 ] {} <Debug> HTTP-Session: ec741759-1d86-4185-ab68-dc56e6d2c00b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2559 | 2024.02.09 21:17:53.024587 [ 3 ] {} <Debug> HTTP-Session: ec741759-1d86-4185-ab68-dc56e6d2c00b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2560 | 2024.02.09 21:17:53.024659 [ 3 ] {d9043a83-1de1-4a87-9480-74f89e4cf398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2561 | 2024.02.09 21:17:53.024697 [ 3 ] {d9043a83-1de1-4a87-9480-74f89e4cf398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2562 | 2024.02.09 21:17:53.024806 [ 3 ] {d9043a83-1de1-4a87-9480-74f89e4cf398} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2563 | 2024.02.09 21:17:53.025112 [ 3 ] {d9043a83-1de1-4a87-9480-74f89e4cf398} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2564 | 2024.02.09 21:17:53.025316 [ 3 ] {d9043a83-1de1-4a87-9480-74f89e4cf398} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2565 | 2024.02.09 21:17:53.025462 [ 3 ] {d9043a83-1de1-4a87-9480-74f89e4cf398} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0. | ||
2566 | 2024.02.09 21:17:53.025580 [ 3 ] {d9043a83-1de1-4a87-9480-74f89e4cf398} <Information> executeQuery: Read 29 rows, 2.30 KiB in 0.000894947 sec., 32404 rows/sec., 2.51 MiB/sec. | ||
2567 | 2024.02.09 21:17:53.025714 [ 3 ] {d9043a83-1de1-4a87-9480-74f89e4cf398} <Debug> DynamicQueryHandler: Done processing query | ||
2568 | 2024.02.09 21:17:53.025737 [ 3 ] {d9043a83-1de1-4a87-9480-74f89e4cf398} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2569 | 2024.02.09 21:17:53.025752 [ 3 ] {} <Debug> HTTP-Session: ec741759-1d86-4185-ab68-dc56e6d2c00b Destroying unnamed session | ||
2570 | 2024.02.09 21:17:53.025913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2571 | 2024.02.09 21:17:53.025956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2572 | 2024.02.09 21:17:53.025975 [ 3 ] {} <Debug> HTTP-Session: 5ccc778f-a075-4080-839d-d01633f5bbf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2573 | 2024.02.09 21:17:53.025992 [ 3 ] {} <Debug> HTTP-Session: 5ccc778f-a075-4080-839d-d01633f5bbf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2574 | 2024.02.09 21:17:53.026064 [ 3 ] {1204ba2a-0e3b-49ea-9e09-bc2c78a36208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2575 | 2024.02.09 21:17:53.026106 [ 3 ] {1204ba2a-0e3b-49ea-9e09-bc2c78a36208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2576 | 2024.02.09 21:17:53.026224 [ 3 ] {1204ba2a-0e3b-49ea-9e09-bc2c78a36208} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2577 | 2024.02.09 21:17:53.026503 [ 3 ] {1204ba2a-0e3b-49ea-9e09-bc2c78a36208} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2578 | 2024.02.09 21:17:53.026766 [ 3 ] {1204ba2a-0e3b-49ea-9e09-bc2c78a36208} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2579 | 2024.02.09 21:17:53.026936 [ 3 ] {1204ba2a-0e3b-49ea-9e09-bc2c78a36208} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0. | ||
2580 | 2024.02.09 21:17:53.027049 [ 3 ] {1204ba2a-0e3b-49ea-9e09-bc2c78a36208} <Information> executeQuery: Read 37 rows, 2.67 KiB in 0.000959037 sec., 38580 rows/sec., 2.72 MiB/sec. | ||
2581 | 2024.02.09 21:17:53.027171 [ 3 ] {1204ba2a-0e3b-49ea-9e09-bc2c78a36208} <Debug> DynamicQueryHandler: Done processing query | ||
2582 | 2024.02.09 21:17:53.027193 [ 3 ] {1204ba2a-0e3b-49ea-9e09-bc2c78a36208} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2583 | 2024.02.09 21:17:53.027208 [ 3 ] {} <Debug> HTTP-Session: 5ccc778f-a075-4080-839d-d01633f5bbf9 Destroying unnamed session | ||
2584 | 2024.02.09 21:17:53.027324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2585 | 2024.02.09 21:17:53.027368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2586 | 2024.02.09 21:17:53.027386 [ 3 ] {} <Debug> HTTP-Session: e89a980f-c7fc-4e82-afec-98d1fd7b064b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2587 | 2024.02.09 21:17:53.027402 [ 3 ] {} <Debug> HTTP-Session: e89a980f-c7fc-4e82-afec-98d1fd7b064b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2588 | 2024.02.09 21:17:53.027471 [ 3 ] {9eff80cf-0286-4987-b3ce-012ee3844c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2589 | 2024.02.09 21:17:53.027513 [ 3 ] {9eff80cf-0286-4987-b3ce-012ee3844c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2590 | 2024.02.09 21:17:53.027648 [ 3 ] {9eff80cf-0286-4987-b3ce-012ee3844c22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2591 | 2024.02.09 21:17:53.027963 [ 3 ] {9eff80cf-0286-4987-b3ce-012ee3844c22} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2592 | 2024.02.09 21:17:53.028248 [ 3 ] {9eff80cf-0286-4987-b3ce-012ee3844c22} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2593 | 2024.02.09 21:17:53.028423 [ 3 ] {9eff80cf-0286-4987-b3ce-012ee3844c22} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0. | ||
2594 | 2024.02.09 21:17:53.028554 [ 3 ] {9eff80cf-0286-4987-b3ce-012ee3844c22} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001047129 sec., 2864 rows/sec., 3.87 MiB/sec. | ||
2595 | 2024.02.09 21:17:53.028702 [ 3 ] {9eff80cf-0286-4987-b3ce-012ee3844c22} <Debug> DynamicQueryHandler: Done processing query | ||
2596 | 2024.02.09 21:17:53.028726 [ 3 ] {9eff80cf-0286-4987-b3ce-012ee3844c22} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2597 | 2024.02.09 21:17:53.028741 [ 3 ] {} <Debug> HTTP-Session: e89a980f-c7fc-4e82-afec-98d1fd7b064b Destroying unnamed session | ||
2598 | 2024.02.09 21:17:58.019575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2599 | 2024.02.09 21:17:58.019722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2600 | 2024.02.09 21:17:58.019751 [ 3 ] {} <Debug> HTTP-Session: 9bbdfa14-a49a-4ecf-8067-9027ddf4f03f Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2601 | 2024.02.09 21:17:58.019779 [ 3 ] {} <Debug> HTTP-Session: 9bbdfa14-a49a-4ecf-8067-9027ddf4f03f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2602 | 2024.02.09 21:17:58.019922 [ 3 ] {751efd63-5ffd-4eea-b420-a2897e08a7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2603 | 2024.02.09 21:17:58.019983 [ 3 ] {751efd63-5ffd-4eea-b420-a2897e08a7e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2604 | 2024.02.09 21:17:58.020141 [ 3 ] {751efd63-5ffd-4eea-b420-a2897e08a7e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2605 | 2024.02.09 21:17:58.020646 [ 3 ] {751efd63-5ffd-4eea-b420-a2897e08a7e3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2606 | 2024.02.09 21:17:58.020919 [ 3 ] {751efd63-5ffd-4eea-b420-a2897e08a7e3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2607 | 2024.02.09 21:17:58.021082 [ 3 ] {751efd63-5ffd-4eea-b420-a2897e08a7e3} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0. | ||
2608 | 2024.02.09 21:17:58.021194 [ 3 ] {751efd63-5ffd-4eea-b420-a2897e08a7e3} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001237283 sec., 39602 rows/sec., 3.13 MiB/sec. | ||
2609 | 2024.02.09 21:17:58.021349 [ 3 ] {751efd63-5ffd-4eea-b420-a2897e08a7e3} <Debug> DynamicQueryHandler: Done processing query | ||
2610 | 2024.02.09 21:17:58.021373 [ 3 ] {751efd63-5ffd-4eea-b420-a2897e08a7e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2611 | 2024.02.09 21:17:58.021389 [ 3 ] {} <Debug> HTTP-Session: 9bbdfa14-a49a-4ecf-8067-9027ddf4f03f Destroying unnamed session | ||
2612 | 2024.02.09 21:17:58.021549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2613 | 2024.02.09 21:17:58.021594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2614 | 2024.02.09 21:17:58.021613 [ 3 ] {} <Debug> HTTP-Session: 942d0d23-024f-429d-8e94-0fc8bcd5ca6b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2615 | 2024.02.09 21:17:58.021629 [ 3 ] {} <Debug> HTTP-Session: 942d0d23-024f-429d-8e94-0fc8bcd5ca6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2616 | 2024.02.09 21:17:58.021705 [ 3 ] {33d8be44-864c-4246-b26a-17bfec23041f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2617 | 2024.02.09 21:17:58.021745 [ 3 ] {33d8be44-864c-4246-b26a-17bfec23041f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2618 | 2024.02.09 21:17:58.021853 [ 3 ] {33d8be44-864c-4246-b26a-17bfec23041f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2619 | 2024.02.09 21:17:58.022274 [ 3 ] {33d8be44-864c-4246-b26a-17bfec23041f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2620 | 2024.02.09 21:17:58.022489 [ 3 ] {33d8be44-864c-4246-b26a-17bfec23041f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2621 | 2024.02.09 21:17:58.022632 [ 3 ] {33d8be44-864c-4246-b26a-17bfec23041f} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0. | ||
2622 | 2024.02.09 21:17:58.022728 [ 3 ] {33d8be44-864c-4246-b26a-17bfec23041f} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.000995338 sec., 147688 rows/sec., 14.36 MiB/sec. | ||
2623 | 2024.02.09 21:17:58.022720 [ 75 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
2624 | 2024.02.09 21:17:58.022794 [ 75 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2625 | 2024.02.09 21:17:58.022898 [ 3 ] {33d8be44-864c-4246-b26a-17bfec23041f} <Debug> DynamicQueryHandler: Done processing query | ||
2626 | 2024.02.09 21:17:58.022944 [ 3 ] {33d8be44-864c-4246-b26a-17bfec23041f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2627 | 2024.02.09 21:17:58.022964 [ 21 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact | ||
2628 | 2024.02.09 21:17:58.023005 [ 3 ] {} <Debug> HTTP-Session: 942d0d23-024f-429d-8e94-0fc8bcd5ca6b Destroying unnamed session | ||
2629 | 2024.02.09 21:17:58.023126 [ 21 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2630 | 2024.02.09 21:17:58.023192 [ 21 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 195 rows starting from the beginning of the part | ||
2631 | 2024.02.09 21:17:58.023192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2632 | 2024.02.09 21:17:58.023287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2633 | 2024.02.09 21:17:58.023313 [ 3 ] {} <Debug> HTTP-Session: 29ad127e-8cae-468b-92aa-f969d6811863 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2634 | 2024.02.09 21:17:58.023368 [ 3 ] {} <Debug> HTTP-Session: 29ad127e-8cae-468b-92aa-f969d6811863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2635 | 2024.02.09 21:17:58.023448 [ 21 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 147 rows starting from the beginning of the part | ||
2636 | 2024.02.09 21:17:58.023583 [ 3 ] {360b2a64-31a8-4311-904e-8fc21b916f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2637 | 2024.02.09 21:17:58.023681 [ 3 ] {360b2a64-31a8-4311-904e-8fc21b916f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2638 | 2024.02.09 21:17:58.023734 [ 21 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part | ||
2639 | 2024.02.09 21:17:58.024096 [ 21 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 148 rows starting from the beginning of the part | ||
2640 | 2024.02.09 21:17:58.024112 [ 3 ] {360b2a64-31a8-4311-904e-8fc21b916f12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2641 | 2024.02.09 21:17:58.024299 [ 21 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 46 rows starting from the beginning of the part | ||
2642 | 2024.02.09 21:17:58.024425 [ 21 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 147 rows starting from the beginning of the part | ||
2643 | 2024.02.09 21:17:58.024993 [ 3 ] {360b2a64-31a8-4311-904e-8fc21b916f12} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2644 | 2024.02.09 21:17:58.025380 [ 3 ] {360b2a64-31a8-4311-904e-8fc21b916f12} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2645 | 2024.02.09 21:17:58.025720 [ 3 ] {360b2a64-31a8-4311-904e-8fc21b916f12} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0. | ||
2646 | 2024.02.09 21:17:58.025888 [ 75 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
2647 | 2024.02.09 21:17:58.025915 [ 3 ] {360b2a64-31a8-4311-904e-8fc21b916f12} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.002284272 sec., 21451 rows/sec., 1.68 MiB/sec. | ||
2648 | 2024.02.09 21:17:58.025932 [ 75 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2649 | 2024.02.09 21:17:58.026219 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact | ||
2650 | 2024.02.09 21:17:58.026422 [ 3 ] {360b2a64-31a8-4311-904e-8fc21b916f12} <Debug> DynamicQueryHandler: Done processing query | ||
2651 | 2024.02.09 21:17:58.026518 [ 3 ] {360b2a64-31a8-4311-904e-8fc21b916f12} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
2652 | 2024.02.09 21:17:58.026565 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2653 | 2024.02.09 21:17:58.026612 [ 3 ] {} <Debug> HTTP-Session: 29ad127e-8cae-468b-92aa-f969d6811863 Destroying unnamed session | ||
2654 | 2024.02.09 21:17:58.026681 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 100 rows starting from the beginning of the part | ||
2655 | 2024.02.09 21:17:58.026715 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 693 rows, containing 4 columns (4 merged, 0 gathered) in 0.00386012 sec., 179528.09757209622 rows/sec., 16.98 MiB/sec. | ||
2656 | 2024.02.09 21:17:58.026805 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 49 rows starting from the beginning of the part | ||
2657 | 2024.02.09 21:17:58.026845 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
2658 | 2024.02.09 21:17:58.026933 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part | ||
2659 | 2024.02.09 21:17:58.026968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2660 | 2024.02.09 21:17:58.027110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2661 | 2024.02.09 21:17:58.027118 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_21_4} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4. | ||
2662 | 2024.02.09 21:17:58.027191 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 51 rows starting from the beginning of the part | ||
2663 | 2024.02.09 21:17:58.027202 [ 3 ] {} <Debug> HTTP-Session: 3cd257fe-858f-41ce-b1cd-6bbfffe26140 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2664 | 2024.02.09 21:17:58.027282 [ 3 ] {} <Debug> HTTP-Session: 3cd257fe-858f-41ce-b1cd-6bbfffe26140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2665 | 2024.02.09 21:17:58.027295 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_21_4} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0 | ||
2666 | 2024.02.09 21:17:58.027572 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 29 rows starting from the beginning of the part | ||
2667 | 2024.02.09 21:17:58.027650 [ 3 ] {8df17722-6e62-49f8-ad1b-84ba3ec9c3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2668 | 2024.02.09 21:17:58.027790 [ 3 ] {8df17722-6e62-49f8-ad1b-84ba3ec9c3e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2669 | 2024.02.09 21:17:58.027818 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 49 rows starting from the beginning of the part | ||
2670 | 2024.02.09 21:17:58.028440 [ 3 ] {8df17722-6e62-49f8-ad1b-84ba3ec9c3e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2671 | 2024.02.09 21:17:58.029030 [ 17 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 283 rows, containing 4 columns (4 merged, 0 gathered) in 0.002978585 sec., 95011.55750129675 rows/sec., 7.42 MiB/sec. | ||
2672 | 2024.02.09 21:17:58.029210 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
2673 | 2024.02.09 21:17:58.029232 [ 3 ] {8df17722-6e62-49f8-ad1b-84ba3ec9c3e5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2674 | 2024.02.09 21:17:58.029422 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_21_4} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4. | ||
2675 | 2024.02.09 21:17:58.029488 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_21_4} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0 | ||
2676 | 2024.02.09 21:17:58.029625 [ 3 ] {8df17722-6e62-49f8-ad1b-84ba3ec9c3e5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2677 | 2024.02.09 21:17:58.029804 [ 3 ] {8df17722-6e62-49f8-ad1b-84ba3ec9c3e5} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0. | ||
2678 | 2024.02.09 21:17:58.029908 [ 3 ] {8df17722-6e62-49f8-ad1b-84ba3ec9c3e5} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.00220249 sec., 22247 rows/sec., 30.02 MiB/sec. | ||
2679 | 2024.02.09 21:17:58.030052 [ 3 ] {8df17722-6e62-49f8-ad1b-84ba3ec9c3e5} <Debug> DynamicQueryHandler: Done processing query | ||
2680 | 2024.02.09 21:17:58.030075 [ 3 ] {8df17722-6e62-49f8-ad1b-84ba3ec9c3e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2681 | 2024.02.09 21:17:58.030091 [ 3 ] {} <Debug> HTTP-Session: 3cd257fe-858f-41ce-b1cd-6bbfffe26140 Destroying unnamed session | ||
2682 | 2024.02.09 21:18:03.016946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2683 | 2024.02.09 21:18:03.017126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2684 | 2024.02.09 21:18:03.017156 [ 3 ] {} <Debug> HTTP-Session: b7060d19-6b4f-4d53-acc8-9fc1c006674d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2685 | 2024.02.09 21:18:03.017186 [ 3 ] {} <Debug> HTTP-Session: b7060d19-6b4f-4d53-acc8-9fc1c006674d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2686 | 2024.02.09 21:18:03.017330 [ 3 ] {b8d3a14b-c398-40b4-ac0d-efe101683dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2687 | 2024.02.09 21:18:03.017397 [ 3 ] {b8d3a14b-c398-40b4-ac0d-efe101683dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2688 | 2024.02.09 21:18:03.017578 [ 3 ] {b8d3a14b-c398-40b4-ac0d-efe101683dd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2689 | 2024.02.09 21:18:03.018089 [ 3 ] {b8d3a14b-c398-40b4-ac0d-efe101683dd9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2690 | 2024.02.09 21:18:03.018356 [ 3 ] {b8d3a14b-c398-40b4-ac0d-efe101683dd9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2691 | 2024.02.09 21:18:03.018521 [ 3 ] {b8d3a14b-c398-40b4-ac0d-efe101683dd9} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0. | ||
2692 | 2024.02.09 21:18:03.018666 [ 3 ] {b8d3a14b-c398-40b4-ac0d-efe101683dd9} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001293564 sec., 2319 rows/sec., 187.98 KiB/sec. | ||
2693 | 2024.02.09 21:18:03.018662 [ 125 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
2694 | 2024.02.09 21:18:03.018791 [ 125 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2695 | 2024.02.09 21:18:03.018903 [ 3 ] {b8d3a14b-c398-40b4-ac0d-efe101683dd9} <Debug> DynamicQueryHandler: Done processing query | ||
2696 | 2024.02.09 21:18:03.018915 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact | ||
2697 | 2024.02.09 21:18:03.018950 [ 3 ] {b8d3a14b-c398-40b4-ac0d-efe101683dd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2698 | 2024.02.09 21:18:03.019009 [ 3 ] {} <Debug> HTTP-Session: b7060d19-6b4f-4d53-acc8-9fc1c006674d Destroying unnamed session | ||
2699 | 2024.02.09 21:18:03.019093 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2700 | 2024.02.09 21:18:03.019139 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 52 rows starting from the beginning of the part | ||
2701 | 2024.02.09 21:18:03.019175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2702 | 2024.02.09 21:18:03.019250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2703 | 2024.02.09 21:18:03.019290 [ 3 ] {} <Debug> HTTP-Session: 07f02aa1-e7e0-4dba-bfec-cf3136649558 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2704 | 2024.02.09 21:18:03.019346 [ 3 ] {} <Debug> HTTP-Session: 07f02aa1-e7e0-4dba-bfec-cf3136649558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2705 | 2024.02.09 21:18:03.019396 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 3 rows starting from the beginning of the part | ||
2706 | 2024.02.09 21:18:03.019543 [ 3 ] {b2b24ce6-74a9-4dd5-a48d-fc26299e0a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2707 | 2024.02.09 21:18:03.019663 [ 3 ] {b2b24ce6-74a9-4dd5-a48d-fc26299e0a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2708 | 2024.02.09 21:18:03.019680 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::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 | ||
2709 | 2024.02.09 21:18:03.020090 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 3 rows starting from the beginning of the part | ||
2710 | 2024.02.09 21:18:03.020131 [ 3 ] {b2b24ce6-74a9-4dd5-a48d-fc26299e0a67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2711 | 2024.02.09 21:18:03.020320 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 49 rows starting from the beginning of the part | ||
2712 | 2024.02.09 21:18:03.020435 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 3 rows starting from the beginning of the part | ||
2713 | 2024.02.09 21:18:03.021012 [ 3 ] {b2b24ce6-74a9-4dd5-a48d-fc26299e0a67} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2714 | 2024.02.09 21:18:03.021464 [ 3 ] {b2b24ce6-74a9-4dd5-a48d-fc26299e0a67} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
2715 | 2024.02.09 21:18:03.021768 [ 3 ] {b2b24ce6-74a9-4dd5-a48d-fc26299e0a67} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0. | ||
2716 | 2024.02.09 21:18:03.022091 [ 3 ] {b2b24ce6-74a9-4dd5-a48d-fc26299e0a67} <Information> executeQuery: Read 9 rows, 845.00 B in 0.002482256 sec., 3625 rows/sec., 332.44 KiB/sec. | ||
2717 | 2024.02.09 21:18:03.022126 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 4 columns (4 merged, 0 gathered) in 0.0032655 sec., 48690.85898024804 rows/sec., 3.85 MiB/sec. | ||
2718 | 2024.02.09 21:18:03.022299 [ 3 ] {b2b24ce6-74a9-4dd5-a48d-fc26299e0a67} <Debug> DynamicQueryHandler: Done processing query | ||
2719 | 2024.02.09 21:18:03.022308 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
2720 | 2024.02.09 21:18:03.022341 [ 3 ] {b2b24ce6-74a9-4dd5-a48d-fc26299e0a67} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
2721 | 2024.02.09 21:18:03.022384 [ 3 ] {} <Debug> HTTP-Session: 07f02aa1-e7e0-4dba-bfec-cf3136649558 Destroying unnamed session | ||
2722 | 2024.02.09 21:18:03.022532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2723 | 2024.02.09 21:18:03.022569 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_21_4} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4. | ||
2724 | 2024.02.09 21:18:03.022619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2725 | 2024.02.09 21:18:03.022647 [ 3 ] {} <Debug> HTTP-Session: 366a1f07-5e28-4135-a3bb-1133aa5ddcf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2726 | 2024.02.09 21:18:03.022667 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_21_4} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0 | ||
2727 | 2024.02.09 21:18:03.022679 [ 3 ] {} <Debug> HTTP-Session: 366a1f07-5e28-4135-a3bb-1133aa5ddcf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2728 | 2024.02.09 21:18:03.022821 [ 3 ] {65fdf00c-7eb6-4c27-b72b-ffcab6a6d2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2729 | 2024.02.09 21:18:03.022860 [ 3 ] {65fdf00c-7eb6-4c27-b72b-ffcab6a6d2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2730 | 2024.02.09 21:18:03.022983 [ 3 ] {65fdf00c-7eb6-4c27-b72b-ffcab6a6d2e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2731 | 2024.02.09 21:18:03.023273 [ 3 ] {65fdf00c-7eb6-4c27-b72b-ffcab6a6d2e1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2732 | 2024.02.09 21:18:03.023491 [ 3 ] {65fdf00c-7eb6-4c27-b72b-ffcab6a6d2e1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
2733 | 2024.02.09 21:18:03.023642 [ 3 ] {65fdf00c-7eb6-4c27-b72b-ffcab6a6d2e1} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0. | ||
2734 | 2024.02.09 21:18:03.023758 [ 3 ] {65fdf00c-7eb6-4c27-b72b-ffcab6a6d2e1} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000909647 sec., 3297 rows/sec., 264.10 KiB/sec. | ||
2735 | 2024.02.09 21:18:03.023880 [ 3 ] {65fdf00c-7eb6-4c27-b72b-ffcab6a6d2e1} <Debug> DynamicQueryHandler: Done processing query | ||
2736 | 2024.02.09 21:18:03.023903 [ 3 ] {65fdf00c-7eb6-4c27-b72b-ffcab6a6d2e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2737 | 2024.02.09 21:18:03.023919 [ 3 ] {} <Debug> HTTP-Session: 366a1f07-5e28-4135-a3bb-1133aa5ddcf0 Destroying unnamed session | ||
2738 | 2024.02.09 21:18:03.024052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2739 | 2024.02.09 21:18:03.024099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2740 | 2024.02.09 21:18:03.024117 [ 3 ] {} <Debug> HTTP-Session: 6c687bed-dd8a-4b0c-9d99-6da1c52ca192 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2741 | 2024.02.09 21:18:03.024134 [ 3 ] {} <Debug> HTTP-Session: 6c687bed-dd8a-4b0c-9d99-6da1c52ca192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2742 | 2024.02.09 21:18:03.024212 [ 3 ] {e12658dc-3d35-4297-9878-94aa45204057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2743 | 2024.02.09 21:18:03.024258 [ 3 ] {e12658dc-3d35-4297-9878-94aa45204057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2744 | 2024.02.09 21:18:03.024394 [ 3 ] {e12658dc-3d35-4297-9878-94aa45204057} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2745 | 2024.02.09 21:18:03.024767 [ 3 ] {e12658dc-3d35-4297-9878-94aa45204057} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2746 | 2024.02.09 21:18:03.025063 [ 3 ] {e12658dc-3d35-4297-9878-94aa45204057} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2747 | 2024.02.09 21:18:03.025248 [ 3 ] {e12658dc-3d35-4297-9878-94aa45204057} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0. | ||
2748 | 2024.02.09 21:18:03.025368 [ 125 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
2749 | 2024.02.09 21:18:03.025376 [ 3 ] {e12658dc-3d35-4297-9878-94aa45204057} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001127021 sec., 2661 rows/sec., 3.59 MiB/sec. | ||
2750 | 2024.02.09 21:18:03.025416 [ 125 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2751 | 2024.02.09 21:18:03.025561 [ 23 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact | ||
2752 | 2024.02.09 21:18:03.025622 [ 3 ] {e12658dc-3d35-4297-9878-94aa45204057} <Debug> DynamicQueryHandler: Done processing query | ||
2753 | 2024.02.09 21:18:03.025650 [ 3 ] {e12658dc-3d35-4297-9878-94aa45204057} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2754 | 2024.02.09 21:18:03.025679 [ 3 ] {} <Debug> HTTP-Session: 6c687bed-dd8a-4b0c-9d99-6da1c52ca192 Destroying unnamed session | ||
2755 | 2024.02.09 21:18:03.025688 [ 23 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2756 | 2024.02.09 21:18:03.025722 [ 23 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 435 rows starting from the beginning of the part | ||
2757 | 2024.02.09 21:18:03.025857 [ 23 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 3 rows starting from the beginning of the part | ||
2758 | 2024.02.09 21:18:03.025950 [ 23 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::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 | ||
2759 | 2024.02.09 21:18:03.026034 [ 23 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 3 rows starting from the beginning of the part | ||
2760 | 2024.02.09 21:18:03.026115 [ 23 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 49 rows starting from the beginning of the part | ||
2761 | 2024.02.09 21:18:03.026196 [ 23 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 3 rows starting from the beginning of the part | ||
2762 | 2024.02.09 21:18:03.027524 [ 17 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 6 columns (6 merged, 0 gathered) in 0.002048088 sec., 264637.06637605414 rows/sec., 357.11 MiB/sec. | ||
2763 | 2024.02.09 21:18:03.027883 [ 21 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
2764 | 2024.02.09 21:18:03.028099 [ 21 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4. | ||
2765 | 2024.02.09 21:18:03.028159 [ 21 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_16_3 to all_21_21_0 | ||
2766 | 2024.02.09 21:18:03.028232 [ 21 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_21_4: 4.48 MiB. | ||
2767 | 2024.02.09 21:18:06.765786 [ 179 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2768 | 2024.02.09 21:18:06.765857 [ 179 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2769 | 2024.02.09 21:18:08.019386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2770 | 2024.02.09 21:18:08.019511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2771 | 2024.02.09 21:18:08.019542 [ 3 ] {} <Debug> HTTP-Session: c23a1bbb-b70e-461a-9bea-6f4a387a3b05 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2772 | 2024.02.09 21:18:08.019566 [ 3 ] {} <Debug> HTTP-Session: c23a1bbb-b70e-461a-9bea-6f4a387a3b05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2773 | 2024.02.09 21:18:08.019702 [ 3 ] {1ed1b8b4-8a99-481e-a5dc-6ef3f70edd44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2774 | 2024.02.09 21:18:08.019766 [ 3 ] {1ed1b8b4-8a99-481e-a5dc-6ef3f70edd44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2775 | 2024.02.09 21:18:08.019933 [ 3 ] {1ed1b8b4-8a99-481e-a5dc-6ef3f70edd44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2776 | 2024.02.09 21:18:08.020408 [ 3 ] {1ed1b8b4-8a99-481e-a5dc-6ef3f70edd44} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2777 | 2024.02.09 21:18:08.020695 [ 3 ] {1ed1b8b4-8a99-481e-a5dc-6ef3f70edd44} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
2778 | 2024.02.09 21:18:08.020884 [ 3 ] {1ed1b8b4-8a99-481e-a5dc-6ef3f70edd44} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0. | ||
2779 | 2024.02.09 21:18:08.020998 [ 3 ] {1ed1b8b4-8a99-481e-a5dc-6ef3f70edd44} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001261453 sec., 38844 rows/sec., 3.07 MiB/sec. | ||
2780 | 2024.02.09 21:18:08.021147 [ 3 ] {1ed1b8b4-8a99-481e-a5dc-6ef3f70edd44} <Debug> DynamicQueryHandler: Done processing query | ||
2781 | 2024.02.09 21:18:08.021176 [ 3 ] {1ed1b8b4-8a99-481e-a5dc-6ef3f70edd44} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2782 | 2024.02.09 21:18:08.021197 [ 3 ] {} <Debug> HTTP-Session: c23a1bbb-b70e-461a-9bea-6f4a387a3b05 Destroying unnamed session | ||
2783 | 2024.02.09 21:18:08.021383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2784 | 2024.02.09 21:18:08.021433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2785 | 2024.02.09 21:18:08.021452 [ 3 ] {} <Debug> HTTP-Session: 8be4e824-9515-4604-9c91-4a5631a4246e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2786 | 2024.02.09 21:18:08.021470 [ 3 ] {} <Debug> HTTP-Session: 8be4e824-9515-4604-9c91-4a5631a4246e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2787 | 2024.02.09 21:18:08.021550 [ 3 ] {c243ba3c-2ad8-4a65-bd19-9ccb70df2594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2788 | 2024.02.09 21:18:08.021589 [ 3 ] {c243ba3c-2ad8-4a65-bd19-9ccb70df2594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2789 | 2024.02.09 21:18:08.021764 [ 3 ] {c243ba3c-2ad8-4a65-bd19-9ccb70df2594} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2790 | 2024.02.09 21:18:08.022244 [ 3 ] {c243ba3c-2ad8-4a65-bd19-9ccb70df2594} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2791 | 2024.02.09 21:18:08.022546 [ 3 ] {c243ba3c-2ad8-4a65-bd19-9ccb70df2594} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
2792 | 2024.02.09 21:18:08.022752 [ 3 ] {c243ba3c-2ad8-4a65-bd19-9ccb70df2594} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0. | ||
2793 | 2024.02.09 21:18:08.022871 [ 3 ] {c243ba3c-2ad8-4a65-bd19-9ccb70df2594} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.001293743 sec., 113623 rows/sec., 11.05 MiB/sec. | ||
2794 | 2024.02.09 21:18:08.023011 [ 3 ] {c243ba3c-2ad8-4a65-bd19-9ccb70df2594} <Debug> DynamicQueryHandler: Done processing query | ||
2795 | 2024.02.09 21:18:08.023040 [ 3 ] {c243ba3c-2ad8-4a65-bd19-9ccb70df2594} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2796 | 2024.02.09 21:18:08.023062 [ 3 ] {} <Debug> HTTP-Session: 8be4e824-9515-4604-9c91-4a5631a4246e Destroying unnamed session | ||
2797 | 2024.02.09 21:18:08.023229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2798 | 2024.02.09 21:18:08.023277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2799 | 2024.02.09 21:18:08.023297 [ 3 ] {} <Debug> HTTP-Session: 82419d1c-837e-465f-8198-56ce716eac8c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2800 | 2024.02.09 21:18:08.023314 [ 3 ] {} <Debug> HTTP-Session: 82419d1c-837e-465f-8198-56ce716eac8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2801 | 2024.02.09 21:18:08.023387 [ 3 ] {15a8a73e-b340-4c98-acaf-24c3919730b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2802 | 2024.02.09 21:18:08.023427 [ 3 ] {15a8a73e-b340-4c98-acaf-24c3919730b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2803 | 2024.02.09 21:18:08.023533 [ 3 ] {15a8a73e-b340-4c98-acaf-24c3919730b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2804 | 2024.02.09 21:18:08.023833 [ 3 ] {15a8a73e-b340-4c98-acaf-24c3919730b4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2805 | 2024.02.09 21:18:08.024039 [ 3 ] {15a8a73e-b340-4c98-acaf-24c3919730b4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
2806 | 2024.02.09 21:18:08.024188 [ 3 ] {15a8a73e-b340-4c98-acaf-24c3919730b4} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0. | ||
2807 | 2024.02.09 21:18:08.024283 [ 3 ] {15a8a73e-b340-4c98-acaf-24c3919730b4} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000867456 sec., 56487 rows/sec., 4.42 MiB/sec. | ||
2808 | 2024.02.09 21:18:08.024456 [ 3 ] {15a8a73e-b340-4c98-acaf-24c3919730b4} <Debug> DynamicQueryHandler: Done processing query | ||
2809 | 2024.02.09 21:18:08.024481 [ 3 ] {15a8a73e-b340-4c98-acaf-24c3919730b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
2810 | 2024.02.09 21:18:08.024497 [ 3 ] {} <Debug> HTTP-Session: 82419d1c-837e-465f-8198-56ce716eac8c Destroying unnamed session | ||
2811 | 2024.02.09 21:18:08.024654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2812 | 2024.02.09 21:18:08.024700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2813 | 2024.02.09 21:18:08.024720 [ 3 ] {} <Debug> HTTP-Session: f0744675-bade-4c57-b30f-c5bc51eec0ff Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2814 | 2024.02.09 21:18:08.024737 [ 3 ] {} <Debug> HTTP-Session: f0744675-bade-4c57-b30f-c5bc51eec0ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2815 | 2024.02.09 21:18:08.024828 [ 3 ] {10ee2d14-3fe9-48e6-a563-ca1e42ed4183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2816 | 2024.02.09 21:18:08.024876 [ 3 ] {10ee2d14-3fe9-48e6-a563-ca1e42ed4183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2817 | 2024.02.09 21:18:08.025024 [ 3 ] {10ee2d14-3fe9-48e6-a563-ca1e42ed4183} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2818 | 2024.02.09 21:18:08.025559 [ 3 ] {10ee2d14-3fe9-48e6-a563-ca1e42ed4183} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2819 | 2024.02.09 21:18:08.025884 [ 3 ] {10ee2d14-3fe9-48e6-a563-ca1e42ed4183} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
2820 | 2024.02.09 21:18:08.026064 [ 3 ] {10ee2d14-3fe9-48e6-a563-ca1e42ed4183} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0. | ||
2821 | 2024.02.09 21:18:08.026161 [ 3 ] {10ee2d14-3fe9-48e6-a563-ca1e42ed4183} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001306254 sec., 37511 rows/sec., 50.62 MiB/sec. | ||
2822 | 2024.02.09 21:18:08.026285 [ 3 ] {10ee2d14-3fe9-48e6-a563-ca1e42ed4183} <Debug> DynamicQueryHandler: Done processing query | ||
2823 | 2024.02.09 21:18:08.026308 [ 3 ] {10ee2d14-3fe9-48e6-a563-ca1e42ed4183} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2824 | 2024.02.09 21:18:08.026324 [ 3 ] {} <Debug> HTTP-Session: f0744675-bade-4c57-b30f-c5bc51eec0ff Destroying unnamed session | ||
2825 | 2024.02.09 21:18:13.017144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2826 | 2024.02.09 21:18:13.017285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2827 | 2024.02.09 21:18:13.017319 [ 3 ] {} <Debug> HTTP-Session: c8aa5c2b-4827-43f7-a730-224f813623a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2828 | 2024.02.09 21:18:13.017348 [ 3 ] {} <Debug> HTTP-Session: c8aa5c2b-4827-43f7-a730-224f813623a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2829 | 2024.02.09 21:18:13.017492 [ 3 ] {c78a1949-e6b3-4da3-a4e8-2f04a097d752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2830 | 2024.02.09 21:18:13.017562 [ 3 ] {c78a1949-e6b3-4da3-a4e8-2f04a097d752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2831 | 2024.02.09 21:18:13.017747 [ 3 ] {c78a1949-e6b3-4da3-a4e8-2f04a097d752} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2832 | 2024.02.09 21:18:13.018227 [ 3 ] {c78a1949-e6b3-4da3-a4e8-2f04a097d752} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2833 | 2024.02.09 21:18:13.018526 [ 3 ] {c78a1949-e6b3-4da3-a4e8-2f04a097d752} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
2834 | 2024.02.09 21:18:13.018709 [ 3 ] {c78a1949-e6b3-4da3-a4e8-2f04a097d752} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0. | ||
2835 | 2024.02.09 21:18:13.018847 [ 3 ] {c78a1949-e6b3-4da3-a4e8-2f04a097d752} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001306044 sec., 2297 rows/sec., 186.18 KiB/sec. | ||
2836 | 2024.02.09 21:18:13.019031 [ 3 ] {c78a1949-e6b3-4da3-a4e8-2f04a097d752} <Debug> DynamicQueryHandler: Done processing query | ||
2837 | 2024.02.09 21:18:13.019062 [ 3 ] {c78a1949-e6b3-4da3-a4e8-2f04a097d752} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2838 | 2024.02.09 21:18:13.019079 [ 3 ] {} <Debug> HTTP-Session: c8aa5c2b-4827-43f7-a730-224f813623a6 Destroying unnamed session | ||
2839 | 2024.02.09 21:18:13.019203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2840 | 2024.02.09 21:18:13.019263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2841 | 2024.02.09 21:18:13.019286 [ 3 ] {} <Debug> HTTP-Session: dddf0afd-a169-4045-836e-f480a9ddeb47 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2842 | 2024.02.09 21:18:13.019306 [ 3 ] {} <Debug> HTTP-Session: dddf0afd-a169-4045-836e-f480a9ddeb47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2843 | 2024.02.09 21:18:13.019394 [ 3 ] {6d7a119a-6d17-4b38-9e53-2da9c2cc3104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2844 | 2024.02.09 21:18:13.019442 [ 3 ] {6d7a119a-6d17-4b38-9e53-2da9c2cc3104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2845 | 2024.02.09 21:18:13.019561 [ 3 ] {6d7a119a-6d17-4b38-9e53-2da9c2cc3104} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2846 | 2024.02.09 21:18:13.019874 [ 3 ] {6d7a119a-6d17-4b38-9e53-2da9c2cc3104} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2847 | 2024.02.09 21:18:13.020099 [ 3 ] {6d7a119a-6d17-4b38-9e53-2da9c2cc3104} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
2848 | 2024.02.09 21:18:13.020263 [ 3 ] {6d7a119a-6d17-4b38-9e53-2da9c2cc3104} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0. | ||
2849 | 2024.02.09 21:18:13.020409 [ 3 ] {6d7a119a-6d17-4b38-9e53-2da9c2cc3104} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000975707 sec., 9224 rows/sec., 845.74 KiB/sec. | ||
2850 | 2024.02.09 21:18:13.020618 [ 3 ] {6d7a119a-6d17-4b38-9e53-2da9c2cc3104} <Debug> DynamicQueryHandler: Done processing query | ||
2851 | 2024.02.09 21:18:13.020644 [ 3 ] {6d7a119a-6d17-4b38-9e53-2da9c2cc3104} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
2852 | 2024.02.09 21:18:13.020661 [ 3 ] {} <Debug> HTTP-Session: dddf0afd-a169-4045-836e-f480a9ddeb47 Destroying unnamed session | ||
2853 | 2024.02.09 21:18:13.020785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2854 | 2024.02.09 21:18:13.020840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2855 | 2024.02.09 21:18:13.020861 [ 3 ] {} <Debug> HTTP-Session: efe247bd-241b-4b4f-966e-984206425311 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2856 | 2024.02.09 21:18:13.020880 [ 3 ] {} <Debug> HTTP-Session: efe247bd-241b-4b4f-966e-984206425311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2857 | 2024.02.09 21:18:13.020963 [ 3 ] {04c29939-7db5-49ef-893c-6c3a286dd817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2858 | 2024.02.09 21:18:13.021010 [ 3 ] {04c29939-7db5-49ef-893c-6c3a286dd817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2859 | 2024.02.09 21:18:13.021136 [ 3 ] {04c29939-7db5-49ef-893c-6c3a286dd817} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2860 | 2024.02.09 21:18:13.021423 [ 3 ] {04c29939-7db5-49ef-893c-6c3a286dd817} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2861 | 2024.02.09 21:18:13.021644 [ 3 ] {04c29939-7db5-49ef-893c-6c3a286dd817} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
2862 | 2024.02.09 21:18:13.021803 [ 3 ] {04c29939-7db5-49ef-893c-6c3a286dd817} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0. | ||
2863 | 2024.02.09 21:18:13.021918 [ 3 ] {04c29939-7db5-49ef-893c-6c3a286dd817} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000918637 sec., 3265 rows/sec., 261.51 KiB/sec. | ||
2864 | 2024.02.09 21:18:13.022083 [ 3 ] {04c29939-7db5-49ef-893c-6c3a286dd817} <Debug> DynamicQueryHandler: Done processing query | ||
2865 | 2024.02.09 21:18:13.022107 [ 3 ] {04c29939-7db5-49ef-893c-6c3a286dd817} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2866 | 2024.02.09 21:18:13.022122 [ 3 ] {} <Debug> HTTP-Session: efe247bd-241b-4b4f-966e-984206425311 Destroying unnamed session | ||
2867 | 2024.02.09 21:18:13.022262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2868 | 2024.02.09 21:18:13.022320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2869 | 2024.02.09 21:18:13.022341 [ 3 ] {} <Debug> HTTP-Session: ee34dd93-b851-48e5-81b0-505970c86042 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2870 | 2024.02.09 21:18:13.022362 [ 3 ] {} <Debug> HTTP-Session: ee34dd93-b851-48e5-81b0-505970c86042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2871 | 2024.02.09 21:18:13.022450 [ 3 ] {7472899d-32f6-433c-8711-9ea39f0f97c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2872 | 2024.02.09 21:18:13.022507 [ 3 ] {7472899d-32f6-433c-8711-9ea39f0f97c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2873 | 2024.02.09 21:18:13.022664 [ 3 ] {7472899d-32f6-433c-8711-9ea39f0f97c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2874 | 2024.02.09 21:18:13.022986 [ 3 ] {7472899d-32f6-433c-8711-9ea39f0f97c5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2875 | 2024.02.09 21:18:13.023278 [ 3 ] {7472899d-32f6-433c-8711-9ea39f0f97c5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
2876 | 2024.02.09 21:18:13.023456 [ 3 ] {7472899d-32f6-433c-8711-9ea39f0f97c5} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0. | ||
2877 | 2024.02.09 21:18:13.023582 [ 3 ] {7472899d-32f6-433c-8711-9ea39f0f97c5} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.00109383 sec., 2742 rows/sec., 3.70 MiB/sec. | ||
2878 | 2024.02.09 21:18:13.023693 [ 3 ] {7472899d-32f6-433c-8711-9ea39f0f97c5} <Debug> DynamicQueryHandler: Done processing query | ||
2879 | 2024.02.09 21:18:13.023715 [ 3 ] {7472899d-32f6-433c-8711-9ea39f0f97c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2880 | 2024.02.09 21:18:13.023730 [ 3 ] {} <Debug> HTTP-Session: ee34dd93-b851-48e5-81b0-505970c86042 Destroying unnamed session | ||
2881 | 2024.02.09 21:18:18.019174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2882 | 2024.02.09 21:18:18.019300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2883 | 2024.02.09 21:18:18.019326 [ 3 ] {} <Debug> HTTP-Session: 2d7f54f9-7340-4e39-80b1-9c0870d0afbb Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2884 | 2024.02.09 21:18:18.019350 [ 3 ] {} <Debug> HTTP-Session: 2d7f54f9-7340-4e39-80b1-9c0870d0afbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2885 | 2024.02.09 21:18:18.019476 [ 3 ] {4c5a9403-e3d1-42b7-8126-cf09011c0bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2886 | 2024.02.09 21:18:18.019536 [ 3 ] {4c5a9403-e3d1-42b7-8126-cf09011c0bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2887 | 2024.02.09 21:18:18.019692 [ 3 ] {4c5a9403-e3d1-42b7-8126-cf09011c0bdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2888 | 2024.02.09 21:18:18.020126 [ 3 ] {4c5a9403-e3d1-42b7-8126-cf09011c0bdf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2889 | 2024.02.09 21:18:18.020403 [ 3 ] {4c5a9403-e3d1-42b7-8126-cf09011c0bdf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
2890 | 2024.02.09 21:18:18.020574 [ 3 ] {4c5a9403-e3d1-42b7-8126-cf09011c0bdf} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0. | ||
2891 | 2024.02.09 21:18:18.020707 [ 3 ] {4c5a9403-e3d1-42b7-8126-cf09011c0bdf} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001191772 sec., 41115 rows/sec., 3.25 MiB/sec. | ||
2892 | 2024.02.09 21:18:18.020941 [ 3 ] {4c5a9403-e3d1-42b7-8126-cf09011c0bdf} <Debug> DynamicQueryHandler: Done processing query | ||
2893 | 2024.02.09 21:18:18.020968 [ 3 ] {4c5a9403-e3d1-42b7-8126-cf09011c0bdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2894 | 2024.02.09 21:18:18.020985 [ 3 ] {} <Debug> HTTP-Session: 2d7f54f9-7340-4e39-80b1-9c0870d0afbb Destroying unnamed session | ||
2895 | 2024.02.09 21:18:18.021133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2896 | 2024.02.09 21:18:18.021185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2897 | 2024.02.09 21:18:18.021204 [ 3 ] {} <Debug> HTTP-Session: 6177007a-2f82-4759-8200-1512c71fe133 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2898 | 2024.02.09 21:18:18.021224 [ 3 ] {} <Debug> HTTP-Session: 6177007a-2f82-4759-8200-1512c71fe133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2899 | 2024.02.09 21:18:18.021312 [ 3 ] {b2e0abe0-fdf9-4613-a99d-ed38f6eff823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2900 | 2024.02.09 21:18:18.021356 [ 3 ] {b2e0abe0-fdf9-4613-a99d-ed38f6eff823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2901 | 2024.02.09 21:18:18.021480 [ 3 ] {b2e0abe0-fdf9-4613-a99d-ed38f6eff823} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2902 | 2024.02.09 21:18:18.021866 [ 3 ] {b2e0abe0-fdf9-4613-a99d-ed38f6eff823} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2903 | 2024.02.09 21:18:18.022092 [ 3 ] {b2e0abe0-fdf9-4613-a99d-ed38f6eff823} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
2904 | 2024.02.09 21:18:18.022241 [ 3 ] {b2e0abe0-fdf9-4613-a99d-ed38f6eff823} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0. | ||
2905 | 2024.02.09 21:18:18.022368 [ 3 ] {b2e0abe0-fdf9-4613-a99d-ed38f6eff823} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.001025279 sec., 143375 rows/sec., 13.94 MiB/sec. | ||
2906 | 2024.02.09 21:18:18.022486 [ 3 ] {b2e0abe0-fdf9-4613-a99d-ed38f6eff823} <Debug> DynamicQueryHandler: Done processing query | ||
2907 | 2024.02.09 21:18:18.022511 [ 3 ] {b2e0abe0-fdf9-4613-a99d-ed38f6eff823} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2908 | 2024.02.09 21:18:18.022526 [ 3 ] {} <Debug> HTTP-Session: 6177007a-2f82-4759-8200-1512c71fe133 Destroying unnamed session | ||
2909 | 2024.02.09 21:18:18.022661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2910 | 2024.02.09 21:18:18.022706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2911 | 2024.02.09 21:18:18.022725 [ 3 ] {} <Debug> HTTP-Session: 1b98a271-16eb-487c-84a7-38432f7dbfc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2912 | 2024.02.09 21:18:18.022742 [ 3 ] {} <Debug> HTTP-Session: 1b98a271-16eb-487c-84a7-38432f7dbfc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2913 | 2024.02.09 21:18:18.022817 [ 3 ] {f48adc56-dfe7-4378-ae7a-b16945eda14f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2914 | 2024.02.09 21:18:18.022858 [ 3 ] {f48adc56-dfe7-4378-ae7a-b16945eda14f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2915 | 2024.02.09 21:18:18.022962 [ 3 ] {f48adc56-dfe7-4378-ae7a-b16945eda14f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2916 | 2024.02.09 21:18:18.023242 [ 3 ] {f48adc56-dfe7-4378-ae7a-b16945eda14f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2917 | 2024.02.09 21:18:18.023452 [ 3 ] {f48adc56-dfe7-4378-ae7a-b16945eda14f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
2918 | 2024.02.09 21:18:18.023595 [ 3 ] {f48adc56-dfe7-4378-ae7a-b16945eda14f} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0. | ||
2919 | 2024.02.09 21:18:18.023717 [ 3 ] {f48adc56-dfe7-4378-ae7a-b16945eda14f} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000864206 sec., 56699 rows/sec., 4.43 MiB/sec. | ||
2920 | 2024.02.09 21:18:18.023855 [ 3 ] {f48adc56-dfe7-4378-ae7a-b16945eda14f} <Debug> DynamicQueryHandler: Done processing query | ||
2921 | 2024.02.09 21:18:18.023880 [ 3 ] {f48adc56-dfe7-4378-ae7a-b16945eda14f} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
2922 | 2024.02.09 21:18:18.023896 [ 3 ] {} <Debug> HTTP-Session: 1b98a271-16eb-487c-84a7-38432f7dbfc5 Destroying unnamed session | ||
2923 | 2024.02.09 21:18:18.024104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2924 | 2024.02.09 21:18:18.024149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2925 | 2024.02.09 21:18:18.024169 [ 3 ] {} <Debug> HTTP-Session: 6dd0214a-5878-488f-b255-23a73650e945 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2926 | 2024.02.09 21:18:18.024188 [ 3 ] {} <Debug> HTTP-Session: 6dd0214a-5878-488f-b255-23a73650e945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2927 | 2024.02.09 21:18:18.024280 [ 3 ] {4deaf503-3c88-4b9c-b1a5-6edac839a739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2928 | 2024.02.09 21:18:18.024327 [ 3 ] {4deaf503-3c88-4b9c-b1a5-6edac839a739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2929 | 2024.02.09 21:18:18.024468 [ 3 ] {4deaf503-3c88-4b9c-b1a5-6edac839a739} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2930 | 2024.02.09 21:18:18.024934 [ 3 ] {4deaf503-3c88-4b9c-b1a5-6edac839a739} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2931 | 2024.02.09 21:18:18.025245 [ 3 ] {4deaf503-3c88-4b9c-b1a5-6edac839a739} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
2932 | 2024.02.09 21:18:18.025423 [ 3 ] {4deaf503-3c88-4b9c-b1a5-6edac839a739} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0. | ||
2933 | 2024.02.09 21:18:18.025552 [ 3 ] {4deaf503-3c88-4b9c-b1a5-6edac839a739} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001242063 sec., 39450 rows/sec., 53.24 MiB/sec. | ||
2934 | 2024.02.09 21:18:18.025722 [ 3 ] {4deaf503-3c88-4b9c-b1a5-6edac839a739} <Debug> DynamicQueryHandler: Done processing query | ||
2935 | 2024.02.09 21:18:18.025745 [ 3 ] {4deaf503-3c88-4b9c-b1a5-6edac839a739} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2936 | 2024.02.09 21:18:18.025762 [ 3 ] {} <Debug> HTTP-Session: 6dd0214a-5878-488f-b255-23a73650e945 Destroying unnamed session | ||
2937 | 2024.02.09 21:18:21.766135 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2938 | 2024.02.09 21:18:21.766214 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2939 | 2024.02.09 21:18:23.017956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2940 | 2024.02.09 21:18:23.018077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2941 | 2024.02.09 21:18:23.018103 [ 3 ] {} <Debug> HTTP-Session: 3990b850-f200-4363-9f5f-1646aa6645c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2942 | 2024.02.09 21:18:23.018126 [ 3 ] {} <Debug> HTTP-Session: 3990b850-f200-4363-9f5f-1646aa6645c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2943 | 2024.02.09 21:18:23.018252 [ 3 ] {2f4290b9-89ee-4c1f-92aa-36d0cb61d8ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2944 | 2024.02.09 21:18:23.018312 [ 3 ] {2f4290b9-89ee-4c1f-92aa-36d0cb61d8ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2945 | 2024.02.09 21:18:23.018469 [ 3 ] {2f4290b9-89ee-4c1f-92aa-36d0cb61d8ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2946 | 2024.02.09 21:18:23.018860 [ 3 ] {2f4290b9-89ee-4c1f-92aa-36d0cb61d8ac} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2947 | 2024.02.09 21:18:23.019119 [ 3 ] {2f4290b9-89ee-4c1f-92aa-36d0cb61d8ac} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
2948 | 2024.02.09 21:18:23.019278 [ 3 ] {2f4290b9-89ee-4c1f-92aa-36d0cb61d8ac} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0. | ||
2949 | 2024.02.09 21:18:23.019411 [ 3 ] {2f4290b9-89ee-4c1f-92aa-36d0cb61d8ac} <Information> executeQuery: Read 3 rows, 249.00 B in 0.0011138 sec., 2693 rows/sec., 218.32 KiB/sec. | ||
2950 | 2024.02.09 21:18:23.019548 [ 3 ] {2f4290b9-89ee-4c1f-92aa-36d0cb61d8ac} <Debug> DynamicQueryHandler: Done processing query | ||
2951 | 2024.02.09 21:18:23.019572 [ 3 ] {2f4290b9-89ee-4c1f-92aa-36d0cb61d8ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
2952 | 2024.02.09 21:18:23.019588 [ 3 ] {} <Debug> HTTP-Session: 3990b850-f200-4363-9f5f-1646aa6645c2 Destroying unnamed session | ||
2953 | 2024.02.09 21:18:23.019709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2954 | 2024.02.09 21:18:23.019754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2955 | 2024.02.09 21:18:23.019773 [ 3 ] {} <Debug> HTTP-Session: cf36b44c-1818-47d0-83d4-d65e0eb09187 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2956 | 2024.02.09 21:18:23.019789 [ 3 ] {} <Debug> HTTP-Session: cf36b44c-1818-47d0-83d4-d65e0eb09187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2957 | 2024.02.09 21:18:23.019860 [ 3 ] {566dff4a-4fc2-40e8-a3bb-2035bc939174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2958 | 2024.02.09 21:18:23.019898 [ 3 ] {566dff4a-4fc2-40e8-a3bb-2035bc939174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2959 | 2024.02.09 21:18:23.020000 [ 3 ] {566dff4a-4fc2-40e8-a3bb-2035bc939174} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2960 | 2024.02.09 21:18:23.020306 [ 3 ] {566dff4a-4fc2-40e8-a3bb-2035bc939174} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2961 | 2024.02.09 21:18:23.020511 [ 3 ] {566dff4a-4fc2-40e8-a3bb-2035bc939174} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
2962 | 2024.02.09 21:18:23.020655 [ 3 ] {566dff4a-4fc2-40e8-a3bb-2035bc939174} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0. | ||
2963 | 2024.02.09 21:18:23.020780 [ 3 ] {566dff4a-4fc2-40e8-a3bb-2035bc939174} <Information> executeQuery: Read 45 rows, 3.59 KiB in 0.000889497 sec., 50590 rows/sec., 3.94 MiB/sec. | ||
2964 | 2024.02.09 21:18:23.020776 [ 70 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
2965 | 2024.02.09 21:18:23.020897 [ 70 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2966 | 2024.02.09 21:18:23.020947 [ 3 ] {566dff4a-4fc2-40e8-a3bb-2035bc939174} <Debug> DynamicQueryHandler: Done processing query | ||
2967 | 2024.02.09 21:18:23.020994 [ 3 ] {566dff4a-4fc2-40e8-a3bb-2035bc939174} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2968 | 2024.02.09 21:18:23.021001 [ 10 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact | ||
2969 | 2024.02.09 21:18:23.021015 [ 3 ] {} <Debug> HTTP-Session: cf36b44c-1818-47d0-83d4-d65e0eb09187 Destroying unnamed session | ||
2970 | 2024.02.09 21:18:23.021126 [ 10 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2971 | 2024.02.09 21:18:23.021193 [ 10 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 196 rows starting from the beginning of the part | ||
2972 | 2024.02.09 21:18:23.021192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2973 | 2024.02.09 21:18:23.021293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2974 | 2024.02.09 21:18:23.021321 [ 3 ] {} <Debug> HTTP-Session: bf450889-19d2-4b8a-b51f-4af45dceb795 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
2975 | 2024.02.09 21:18:23.021377 [ 3 ] {} <Debug> HTTP-Session: bf450889-19d2-4b8a-b51f-4af45dceb795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2976 | 2024.02.09 21:18:23.021468 [ 10 ] {6c14061b-22a0-4b26-956e-da421f7bc719::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 | ||
2977 | 2024.02.09 21:18:23.021575 [ 3 ] {3d08bff8-7b7a-41db-b66f-f1eca62dd3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2978 | 2024.02.09 21:18:23.021673 [ 3 ] {3d08bff8-7b7a-41db-b66f-f1eca62dd3be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2979 | 2024.02.09 21:18:23.021726 [ 10 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 147 rows starting from the beginning of the part | ||
2980 | 2024.02.09 21:18:23.022074 [ 10 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part | ||
2981 | 2024.02.09 21:18:23.022113 [ 3 ] {3d08bff8-7b7a-41db-b66f-f1eca62dd3be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2982 | 2024.02.09 21:18:23.022297 [ 10 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 147 rows starting from the beginning of the part | ||
2983 | 2024.02.09 21:18:23.022476 [ 10 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 45 rows starting from the beginning of the part | ||
2984 | 2024.02.09 21:18:23.022900 [ 3 ] {3d08bff8-7b7a-41db-b66f-f1eca62dd3be} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2985 | 2024.02.09 21:18:23.023279 [ 3 ] {3d08bff8-7b7a-41db-b66f-f1eca62dd3be} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
2986 | 2024.02.09 21:18:23.023590 [ 3 ] {3d08bff8-7b7a-41db-b66f-f1eca62dd3be} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0. | ||
2987 | 2024.02.09 21:18:23.023758 [ 70 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
2988 | 2024.02.09 21:18:23.023805 [ 3 ] {3d08bff8-7b7a-41db-b66f-f1eca62dd3be} <Information> executeQuery: Read 27 rows, 2.14 KiB in 0.00216894 sec., 12448 rows/sec., 986.04 KiB/sec. | ||
2989 | 2024.02.09 21:18:23.023834 [ 70 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
2990 | 2024.02.09 21:18:23.024120 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact | ||
2991 | 2024.02.09 21:18:23.024404 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2992 | 2024.02.09 21:18:23.024415 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 553 rows, containing 4 columns (4 merged, 0 gathered) in 0.003448473 sec., 160360.83217122476 rows/sec., 15.04 MiB/sec. | ||
2993 | 2024.02.09 21:18:23.024434 [ 3 ] {3d08bff8-7b7a-41db-b66f-f1eca62dd3be} <Debug> DynamicQueryHandler: Done processing query | ||
2994 | 2024.02.09 21:18:23.024456 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 102 rows starting from the beginning of the part | ||
2995 | 2024.02.09 21:18:23.024486 [ 3 ] {3d08bff8-7b7a-41db-b66f-f1eca62dd3be} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
2996 | 2024.02.09 21:18:23.024555 [ 3 ] {} <Debug> HTTP-Session: bf450889-19d2-4b8a-b51f-4af45dceb795 Destroying unnamed session | ||
2997 | 2024.02.09 21:18:23.024636 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
2998 | 2024.02.09 21:18:23.024685 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 3 rows starting from the beginning of the part | ||
2999 | 2024.02.09 21:18:23.024798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3000 | 2024.02.09 21:18:23.024858 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 49 rows starting from the beginning of the part | ||
3001 | 2024.02.09 21:18:23.024894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3002 | 2024.02.09 21:18:23.024947 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_26_5} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5. | ||
3003 | 2024.02.09 21:18:23.024972 [ 3 ] {} <Debug> HTTP-Session: 3f469789-8809-4f34-b8a5-36fe69aa8e51 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3004 | 2024.02.09 21:18:23.025037 [ 3 ] {} <Debug> HTTP-Session: 3f469789-8809-4f34-b8a5-36fe69aa8e51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3005 | 2024.02.09 21:18:23.025131 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_26_5} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0 | ||
3006 | 2024.02.09 21:18:23.025152 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 3 rows starting from the beginning of the part | ||
3007 | 2024.02.09 21:18:23.025419 [ 3 ] {ef736e6a-8b2b-467e-b14d-c2da90f86d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3008 | 2024.02.09 21:18:23.025464 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 49 rows starting from the beginning of the part | ||
3009 | 2024.02.09 21:18:23.025540 [ 3 ] {ef736e6a-8b2b-467e-b14d-c2da90f86d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3010 | 2024.02.09 21:18:23.025745 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part | ||
3011 | 2024.02.09 21:18:23.026140 [ 3 ] {ef736e6a-8b2b-467e-b14d-c2da90f86d37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3012 | 2024.02.09 21:18:23.026989 [ 3 ] {ef736e6a-8b2b-467e-b14d-c2da90f86d37} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3013 | 2024.02.09 21:18:23.027519 [ 9 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 233 rows, containing 4 columns (4 merged, 0 gathered) in 0.003595366 sec., 64805.641484065876 rows/sec., 5.06 MiB/sec. | ||
3014 | 2024.02.09 21:18:23.027653 [ 3 ] {ef736e6a-8b2b-467e-b14d-c2da90f86d37} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3015 | 2024.02.09 21:18:23.027695 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3016 | 2024.02.09 21:18:23.027946 [ 3 ] {ef736e6a-8b2b-467e-b14d-c2da90f86d37} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0. | ||
3017 | 2024.02.09 21:18:23.027972 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_26_5} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5. | ||
3018 | 2024.02.09 21:18:23.028082 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_26_5} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0 | ||
3019 | 2024.02.09 21:18:23.028170 [ 3 ] {ef736e6a-8b2b-467e-b14d-c2da90f86d37} <Information> executeQuery: Read 36 rows, 2.60 KiB in 0.002673549 sec., 13465 rows/sec., 973.07 KiB/sec. | ||
3020 | 2024.02.09 21:18:23.028391 [ 3 ] {ef736e6a-8b2b-467e-b14d-c2da90f86d37} <Debug> DynamicQueryHandler: Done processing query | ||
3021 | 2024.02.09 21:18:23.028414 [ 3 ] {ef736e6a-8b2b-467e-b14d-c2da90f86d37} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3022 | 2024.02.09 21:18:23.028430 [ 3 ] {} <Debug> HTTP-Session: 3f469789-8809-4f34-b8a5-36fe69aa8e51 Destroying unnamed session | ||
3023 | 2024.02.09 21:18:23.028564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3024 | 2024.02.09 21:18:23.028609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3025 | 2024.02.09 21:18:23.028628 [ 3 ] {} <Debug> HTTP-Session: 5c410229-e1b2-4e1b-b1f3-bdbdc3873433 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3026 | 2024.02.09 21:18:23.028646 [ 3 ] {} <Debug> HTTP-Session: 5c410229-e1b2-4e1b-b1f3-bdbdc3873433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3027 | 2024.02.09 21:18:23.028718 [ 3 ] {98c2a93e-30e6-4e75-b87f-b4ca6df7ec64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3028 | 2024.02.09 21:18:23.028763 [ 3 ] {98c2a93e-30e6-4e75-b87f-b4ca6df7ec64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3029 | 2024.02.09 21:18:23.028908 [ 3 ] {98c2a93e-30e6-4e75-b87f-b4ca6df7ec64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3030 | 2024.02.09 21:18:23.029231 [ 3 ] {98c2a93e-30e6-4e75-b87f-b4ca6df7ec64} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3031 | 2024.02.09 21:18:23.029504 [ 3 ] {98c2a93e-30e6-4e75-b87f-b4ca6df7ec64} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3032 | 2024.02.09 21:18:23.029683 [ 3 ] {98c2a93e-30e6-4e75-b87f-b4ca6df7ec64} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0. | ||
3033 | 2024.02.09 21:18:23.029821 [ 3 ] {98c2a93e-30e6-4e75-b87f-b4ca6df7ec64} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.00107454 sec., 2791 rows/sec., 3.77 MiB/sec. | ||
3034 | 2024.02.09 21:18:23.029945 [ 3 ] {98c2a93e-30e6-4e75-b87f-b4ca6df7ec64} <Debug> DynamicQueryHandler: Done processing query | ||
3035 | 2024.02.09 21:18:23.029968 [ 3 ] {98c2a93e-30e6-4e75-b87f-b4ca6df7ec64} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3036 | 2024.02.09 21:18:23.029984 [ 3 ] {} <Debug> HTTP-Session: 5c410229-e1b2-4e1b-b1f3-bdbdc3873433 Destroying unnamed session | ||
3037 | 2024.02.09 21:18:28.019997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3038 | 2024.02.09 21:18:28.020173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3039 | 2024.02.09 21:18:28.020221 [ 3 ] {} <Debug> HTTP-Session: bfbbc2b8-f4ea-4f4b-9c9b-1c12b7934e14 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3040 | 2024.02.09 21:18:28.020263 [ 3 ] {} <Debug> HTTP-Session: bfbbc2b8-f4ea-4f4b-9c9b-1c12b7934e14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3041 | 2024.02.09 21:18:28.020462 [ 3 ] {5e2964e0-59e9-4cde-80b3-38dc7f526872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3042 | 2024.02.09 21:18:28.020558 [ 3 ] {5e2964e0-59e9-4cde-80b3-38dc7f526872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3043 | 2024.02.09 21:18:28.020797 [ 3 ] {5e2964e0-59e9-4cde-80b3-38dc7f526872} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3044 | 2024.02.09 21:18:28.021300 [ 3 ] {5e2964e0-59e9-4cde-80b3-38dc7f526872} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3045 | 2024.02.09 21:18:28.021566 [ 3 ] {5e2964e0-59e9-4cde-80b3-38dc7f526872} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3046 | 2024.02.09 21:18:28.021727 [ 3 ] {5e2964e0-59e9-4cde-80b3-38dc7f526872} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0. | ||
3047 | 2024.02.09 21:18:28.021847 [ 3 ] {5e2964e0-59e9-4cde-80b3-38dc7f526872} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001329804 sec., 36847 rows/sec., 2.92 MiB/sec. | ||
3048 | 2024.02.09 21:18:28.021844 [ 59 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3049 | 2024.02.09 21:18:28.021907 [ 59 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3050 | 2024.02.09 21:18:28.022014 [ 3 ] {5e2964e0-59e9-4cde-80b3-38dc7f526872} <Debug> DynamicQueryHandler: Done processing query | ||
3051 | 2024.02.09 21:18:28.022014 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact | ||
3052 | 2024.02.09 21:18:28.022045 [ 3 ] {5e2964e0-59e9-4cde-80b3-38dc7f526872} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3053 | 2024.02.09 21:18:28.022095 [ 3 ] {} <Debug> HTTP-Session: bfbbc2b8-f4ea-4f4b-9c9b-1c12b7934e14 Destroying unnamed session | ||
3054 | 2024.02.09 21:18:28.022174 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3055 | 2024.02.09 21:18:28.022219 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 52 rows starting from the beginning of the part | ||
3056 | 2024.02.09 21:18:28.022259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3057 | 2024.02.09 21:18:28.022340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3058 | 2024.02.09 21:18:28.022375 [ 3 ] {} <Debug> HTTP-Session: cb8aef48-d320-4292-9004-48af382eb2db Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3059 | 2024.02.09 21:18:28.022429 [ 3 ] {} <Debug> HTTP-Session: cb8aef48-d320-4292-9004-48af382eb2db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3060 | 2024.02.09 21:18:28.022486 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 49 rows starting from the beginning of the part | ||
3061 | 2024.02.09 21:18:28.022618 [ 3 ] {714f3479-f7e4-4dc2-b220-1fbf4b19fb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3062 | 2024.02.09 21:18:28.022740 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part | ||
3063 | 2024.02.09 21:18:28.022751 [ 3 ] {714f3479-f7e4-4dc2-b220-1fbf4b19fb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3064 | 2024.02.09 21:18:28.023045 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 49 rows starting from the beginning of the part | ||
3065 | 2024.02.09 21:18:28.023232 [ 3 ] {714f3479-f7e4-4dc2-b220-1fbf4b19fb9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3066 | 2024.02.09 21:18:28.023299 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 3 rows starting from the beginning of the part | ||
3067 | 2024.02.09 21:18:28.023468 [ 21 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 49 rows starting from the beginning of the part | ||
3068 | 2024.02.09 21:18:28.024015 [ 3 ] {714f3479-f7e4-4dc2-b220-1fbf4b19fb9d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3069 | 2024.02.09 21:18:28.024411 [ 3 ] {714f3479-f7e4-4dc2-b220-1fbf4b19fb9d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3070 | 2024.02.09 21:18:28.024685 [ 3 ] {714f3479-f7e4-4dc2-b220-1fbf4b19fb9d} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0. | ||
3071 | 2024.02.09 21:18:28.025036 [ 3 ] {714f3479-f7e4-4dc2-b220-1fbf4b19fb9d} <Information> executeQuery: Read 2 rows, 175.00 B in 0.002332792 sec., 857 rows/sec., 73.26 KiB/sec. | ||
3072 | 2024.02.09 21:18:28.025044 [ 9 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 4 columns (4 merged, 0 gathered) in 0.003071867 sec., 66734.66006178003 rows/sec., 5.28 MiB/sec. | ||
3073 | 2024.02.09 21:18:28.025267 [ 9 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3074 | 2024.02.09 21:18:28.025269 [ 3 ] {714f3479-f7e4-4dc2-b220-1fbf4b19fb9d} <Debug> DynamicQueryHandler: Done processing query | ||
3075 | 2024.02.09 21:18:28.025326 [ 3 ] {714f3479-f7e4-4dc2-b220-1fbf4b19fb9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3076 | 2024.02.09 21:18:28.025351 [ 3 ] {} <Debug> HTTP-Session: cb8aef48-d320-4292-9004-48af382eb2db Destroying unnamed session | ||
3077 | 2024.02.09 21:18:28.025525 [ 9 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_26_5} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5. | ||
3078 | 2024.02.09 21:18:28.025556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3079 | 2024.02.09 21:18:28.025621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3080 | 2024.02.09 21:18:28.025640 [ 9 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_26_5} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0 | ||
3081 | 2024.02.09 21:18:28.025655 [ 3 ] {} <Debug> HTTP-Session: 2890e65a-e586-4132-97be-17621d71602e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3082 | 2024.02.09 21:18:28.025690 [ 3 ] {} <Debug> HTTP-Session: 2890e65a-e586-4132-97be-17621d71602e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3083 | 2024.02.09 21:18:28.025821 [ 3 ] {03fe73dc-6120-4db3-964f-e8db2cb056a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3084 | 2024.02.09 21:18:28.025860 [ 3 ] {03fe73dc-6120-4db3-964f-e8db2cb056a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3085 | 2024.02.09 21:18:28.025980 [ 3 ] {03fe73dc-6120-4db3-964f-e8db2cb056a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3086 | 2024.02.09 21:18:28.026372 [ 3 ] {03fe73dc-6120-4db3-964f-e8db2cb056a4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3087 | 2024.02.09 21:18:28.026600 [ 3 ] {03fe73dc-6120-4db3-964f-e8db2cb056a4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3088 | 2024.02.09 21:18:28.026761 [ 3 ] {03fe73dc-6120-4db3-964f-e8db2cb056a4} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0. | ||
3089 | 2024.02.09 21:18:28.026856 [ 3 ] {03fe73dc-6120-4db3-964f-e8db2cb056a4} <Information> executeQuery: Read 148 rows, 14.73 KiB in 0.001007888 sec., 146841 rows/sec., 14.27 MiB/sec. | ||
3090 | 2024.02.09 21:18:28.027000 [ 3 ] {03fe73dc-6120-4db3-964f-e8db2cb056a4} <Debug> DynamicQueryHandler: Done processing query | ||
3091 | 2024.02.09 21:18:28.027027 [ 3 ] {03fe73dc-6120-4db3-964f-e8db2cb056a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3092 | 2024.02.09 21:18:28.027043 [ 3 ] {} <Debug> HTTP-Session: 2890e65a-e586-4132-97be-17621d71602e Destroying unnamed session | ||
3093 | 2024.02.09 21:18:28.027198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3094 | 2024.02.09 21:18:28.027242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3095 | 2024.02.09 21:18:28.027262 [ 3 ] {} <Debug> HTTP-Session: 4ae76e51-82ea-4755-93d9-7be215de097c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3096 | 2024.02.09 21:18:28.027278 [ 3 ] {} <Debug> HTTP-Session: 4ae76e51-82ea-4755-93d9-7be215de097c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3097 | 2024.02.09 21:18:28.027349 [ 3 ] {e4320c19-8015-4df7-bd45-93d27e62bc62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3098 | 2024.02.09 21:18:28.027388 [ 3 ] {e4320c19-8015-4df7-bd45-93d27e62bc62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3099 | 2024.02.09 21:18:28.027498 [ 3 ] {e4320c19-8015-4df7-bd45-93d27e62bc62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3100 | 2024.02.09 21:18:28.027784 [ 3 ] {e4320c19-8015-4df7-bd45-93d27e62bc62} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3101 | 2024.02.09 21:18:28.027989 [ 3 ] {e4320c19-8015-4df7-bd45-93d27e62bc62} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3102 | 2024.02.09 21:18:28.028136 [ 3 ] {e4320c19-8015-4df7-bd45-93d27e62bc62} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0. | ||
3103 | 2024.02.09 21:18:28.028236 [ 3 ] {e4320c19-8015-4df7-bd45-93d27e62bc62} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000853695 sec., 2342 rows/sec., 163.58 KiB/sec. | ||
3104 | 2024.02.09 21:18:28.028368 [ 3 ] {e4320c19-8015-4df7-bd45-93d27e62bc62} <Debug> DynamicQueryHandler: Done processing query | ||
3105 | 2024.02.09 21:18:28.028392 [ 3 ] {e4320c19-8015-4df7-bd45-93d27e62bc62} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3106 | 2024.02.09 21:18:28.028407 [ 3 ] {} <Debug> HTTP-Session: 4ae76e51-82ea-4755-93d9-7be215de097c Destroying unnamed session | ||
3107 | 2024.02.09 21:18:28.028543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3108 | 2024.02.09 21:18:28.028586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3109 | 2024.02.09 21:18:28.028606 [ 3 ] {} <Debug> HTTP-Session: bb9e2aa5-ec30-476c-8b5a-a4fbc7197b3a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3110 | 2024.02.09 21:18:28.028622 [ 3 ] {} <Debug> HTTP-Session: bb9e2aa5-ec30-476c-8b5a-a4fbc7197b3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3111 | 2024.02.09 21:18:28.028692 [ 3 ] {558a5837-b0e8-436d-a299-0859488c2121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3112 | 2024.02.09 21:18:28.028730 [ 3 ] {558a5837-b0e8-436d-a299-0859488c2121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3113 | 2024.02.09 21:18:28.028834 [ 3 ] {558a5837-b0e8-436d-a299-0859488c2121} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3114 | 2024.02.09 21:18:28.029141 [ 3 ] {558a5837-b0e8-436d-a299-0859488c2121} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3115 | 2024.02.09 21:18:28.029347 [ 3 ] {558a5837-b0e8-436d-a299-0859488c2121} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3116 | 2024.02.09 21:18:28.029489 [ 3 ] {558a5837-b0e8-436d-a299-0859488c2121} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0. | ||
3117 | 2024.02.09 21:18:28.029582 [ 3 ] {558a5837-b0e8-436d-a299-0859488c2121} <Information> executeQuery: Read 51 rows, 4.09 KiB in 0.000863636 sec., 59052 rows/sec., 4.62 MiB/sec. | ||
3118 | 2024.02.09 21:18:28.029695 [ 3 ] {558a5837-b0e8-436d-a299-0859488c2121} <Debug> DynamicQueryHandler: Done processing query | ||
3119 | 2024.02.09 21:18:28.029717 [ 3 ] {558a5837-b0e8-436d-a299-0859488c2121} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
3120 | 2024.02.09 21:18:28.029733 [ 3 ] {} <Debug> HTTP-Session: bb9e2aa5-ec30-476c-8b5a-a4fbc7197b3a Destroying unnamed session | ||
3121 | 2024.02.09 21:18:28.029886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3122 | 2024.02.09 21:18:28.029930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3123 | 2024.02.09 21:18:28.029948 [ 3 ] {} <Debug> HTTP-Session: f6c5060e-41a7-45c9-8acf-5b337f2da138 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3124 | 2024.02.09 21:18:28.029965 [ 3 ] {} <Debug> HTTP-Session: f6c5060e-41a7-45c9-8acf-5b337f2da138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3125 | 2024.02.09 21:18:28.030031 [ 3 ] {e066afed-1bba-4dab-87b9-8068e17b35a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3126 | 2024.02.09 21:18:28.030073 [ 3 ] {e066afed-1bba-4dab-87b9-8068e17b35a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3127 | 2024.02.09 21:18:28.030197 [ 3 ] {e066afed-1bba-4dab-87b9-8068e17b35a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3128 | 2024.02.09 21:18:28.030469 [ 3 ] {e066afed-1bba-4dab-87b9-8068e17b35a5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3129 | 2024.02.09 21:18:28.030723 [ 3 ] {e066afed-1bba-4dab-87b9-8068e17b35a5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3130 | 2024.02.09 21:18:28.030900 [ 3 ] {e066afed-1bba-4dab-87b9-8068e17b35a5} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0. | ||
3131 | 2024.02.09 21:18:28.031007 [ 3 ] {e066afed-1bba-4dab-87b9-8068e17b35a5} <Information> executeQuery: Read 1 rows, 72.00 B in 0.000944737 sec., 1058 rows/sec., 74.43 KiB/sec. | ||
3132 | 2024.02.09 21:18:28.031027 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
3133 | 2024.02.09 21:18:28.031144 [ 102 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3134 | 2024.02.09 21:18:28.031168 [ 3 ] {e066afed-1bba-4dab-87b9-8068e17b35a5} <Debug> DynamicQueryHandler: Done processing query | ||
3135 | 2024.02.09 21:18:28.031205 [ 3 ] {e066afed-1bba-4dab-87b9-8068e17b35a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3136 | 2024.02.09 21:18:28.031254 [ 3 ] {} <Debug> HTTP-Session: f6c5060e-41a7-45c9-8acf-5b337f2da138 Destroying unnamed session | ||
3137 | 2024.02.09 21:18:28.031286 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact | ||
3138 | 2024.02.09 21:18:28.031403 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3139 | 2024.02.09 21:18:28.031438 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 399 rows starting from the beginning of the part | ||
3140 | 2024.02.09 21:18:28.031497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3141 | 2024.02.09 21:18:28.031578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3142 | 2024.02.09 21:18:28.031632 [ 3 ] {} <Debug> HTTP-Session: 22fdb701-326a-4fd7-bcb4-8fbc630eba12 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3143 | 2024.02.09 21:18:28.031673 [ 3 ] {} <Debug> HTTP-Session: 22fdb701-326a-4fd7-bcb4-8fbc630eba12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3144 | 2024.02.09 21:18:28.031697 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
3145 | 2024.02.09 21:18:28.031868 [ 3 ] {81c198c1-ac25-4280-90f6-bcd01f0b6b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3146 | 2024.02.09 21:18:28.031944 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
3147 | 2024.02.09 21:18:28.031963 [ 3 ] {81c198c1-ac25-4280-90f6-bcd01f0b6b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3148 | 2024.02.09 21:18:28.032288 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 37 rows starting from the beginning of the part | ||
3149 | 2024.02.09 21:18:28.032607 [ 3 ] {81c198c1-ac25-4280-90f6-bcd01f0b6b6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3150 | 2024.02.09 21:18:28.032626 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
3151 | 2024.02.09 21:18:28.032826 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
3152 | 2024.02.09 21:18:28.033747 [ 3 ] {81c198c1-ac25-4280-90f6-bcd01f0b6b6a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3153 | 2024.02.09 21:18:28.034373 [ 9 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 475 rows, containing 5 columns (5 merged, 0 gathered) in 0.003154418 sec., 150582.45292792522 rows/sec., 10.62 MiB/sec. | ||
3154 | 2024.02.09 21:18:28.034523 [ 9 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
3155 | 2024.02.09 21:18:28.034532 [ 3 ] {81c198c1-ac25-4280-90f6-bcd01f0b6b6a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3156 | 2024.02.09 21:18:28.034938 [ 3 ] {81c198c1-ac25-4280-90f6-bcd01f0b6b6a} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0. | ||
3157 | 2024.02.09 21:18:28.034949 [ 9 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_10_2} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2. | ||
3158 | 2024.02.09 21:18:28.035061 [ 9 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_10_2} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7) (MergerMutator): Merged 6 parts: from all_1_5_1 to all_10_10_0 | ||
3159 | 2024.02.09 21:18:28.035117 [ 102 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3160 | 2024.02.09 21:18:28.035240 [ 3 ] {81c198c1-ac25-4280-90f6-bcd01f0b6b6a} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.00327284 sec., 14971 rows/sec., 20.20 MiB/sec. | ||
3161 | 2024.02.09 21:18:28.035245 [ 102 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3162 | 2024.02.09 21:18:28.035452 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact | ||
3163 | 2024.02.09 21:18:28.035676 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3164 | 2024.02.09 21:18:28.035690 [ 3 ] {81c198c1-ac25-4280-90f6-bcd01f0b6b6a} <Debug> DynamicQueryHandler: Done processing query | ||
3165 | 2024.02.09 21:18:28.035727 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 542 rows starting from the beginning of the part | ||
3166 | 2024.02.09 21:18:28.035734 [ 3 ] {81c198c1-ac25-4280-90f6-bcd01f0b6b6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3167 | 2024.02.09 21:18:28.035803 [ 3 ] {} <Debug> HTTP-Session: 22fdb701-326a-4fd7-bcb4-8fbc630eba12 Destroying unnamed session | ||
3168 | 2024.02.09 21:18:28.035913 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 49 rows starting from the beginning of the part | ||
3169 | 2024.02.09 21:18:28.036017 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part | ||
3170 | 2024.02.09 21:18:28.036106 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 49 rows starting from the beginning of the part | ||
3171 | 2024.02.09 21:18:28.036194 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 3 rows starting from the beginning of the part | ||
3172 | 2024.02.09 21:18:28.036281 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 49 rows starting from the beginning of the part | ||
3173 | 2024.02.09 21:18:28.037831 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 6 columns (6 merged, 0 gathered) in 0.002495606 sec., 278489.47309791687 rows/sec., 375.81 MiB/sec. | ||
3174 | 2024.02.09 21:18:28.038216 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3175 | 2024.02.09 21:18:28.038477 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5. | ||
3176 | 2024.02.09 21:18:28.038549 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_21_4 to all_26_26_0 | ||
3177 | 2024.02.09 21:18:28.038626 [ 18 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_26_5: 4.07 MiB. | ||
3178 | 2024.02.09 21:18:33.017381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3179 | 2024.02.09 21:18:33.017502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3180 | 2024.02.09 21:18:33.017533 [ 3 ] {} <Debug> HTTP-Session: f13c3a84-8c91-400f-b841-6d0ad9307bf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3181 | 2024.02.09 21:18:33.017561 [ 3 ] {} <Debug> HTTP-Session: f13c3a84-8c91-400f-b841-6d0ad9307bf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3182 | 2024.02.09 21:18:33.017698 [ 3 ] {cc71a261-5d10-4d1b-a0fe-6c39726c842f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3183 | 2024.02.09 21:18:33.017765 [ 3 ] {cc71a261-5d10-4d1b-a0fe-6c39726c842f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3184 | 2024.02.09 21:18:33.017931 [ 3 ] {cc71a261-5d10-4d1b-a0fe-6c39726c842f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3185 | 2024.02.09 21:18:33.018415 [ 3 ] {cc71a261-5d10-4d1b-a0fe-6c39726c842f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3186 | 2024.02.09 21:18:33.018675 [ 3 ] {cc71a261-5d10-4d1b-a0fe-6c39726c842f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3187 | 2024.02.09 21:18:33.018843 [ 3 ] {cc71a261-5d10-4d1b-a0fe-6c39726c842f} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0. | ||
3188 | 2024.02.09 21:18:33.018967 [ 3 ] {cc71a261-5d10-4d1b-a0fe-6c39726c842f} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001229082 sec., 2440 rows/sec., 197.84 KiB/sec. | ||
3189 | 2024.02.09 21:18:33.019120 [ 3 ] {cc71a261-5d10-4d1b-a0fe-6c39726c842f} <Debug> DynamicQueryHandler: Done processing query | ||
3190 | 2024.02.09 21:18:33.019146 [ 3 ] {cc71a261-5d10-4d1b-a0fe-6c39726c842f} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3191 | 2024.02.09 21:18:33.019164 [ 3 ] {} <Debug> HTTP-Session: f13c3a84-8c91-400f-b841-6d0ad9307bf6 Destroying unnamed session | ||
3192 | 2024.02.09 21:18:33.019292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3193 | 2024.02.09 21:18:33.019342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3194 | 2024.02.09 21:18:33.019363 [ 3 ] {} <Debug> HTTP-Session: cc9086f8-b3ea-483d-bf77-57769d476c9b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3195 | 2024.02.09 21:18:33.019382 [ 3 ] {} <Debug> HTTP-Session: cc9086f8-b3ea-483d-bf77-57769d476c9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3196 | 2024.02.09 21:18:33.019460 [ 3 ] {91f77fe6-ea9b-4d2b-b219-ce903a8e472b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3197 | 2024.02.09 21:18:33.019500 [ 3 ] {91f77fe6-ea9b-4d2b-b219-ce903a8e472b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3198 | 2024.02.09 21:18:33.019606 [ 3 ] {91f77fe6-ea9b-4d2b-b219-ce903a8e472b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3199 | 2024.02.09 21:18:33.019916 [ 3 ] {91f77fe6-ea9b-4d2b-b219-ce903a8e472b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3200 | 2024.02.09 21:18:33.020127 [ 3 ] {91f77fe6-ea9b-4d2b-b219-ce903a8e472b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3201 | 2024.02.09 21:18:33.020295 [ 3 ] {91f77fe6-ea9b-4d2b-b219-ce903a8e472b} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0. | ||
3202 | 2024.02.09 21:18:33.020419 [ 3 ] {91f77fe6-ea9b-4d2b-b219-ce903a8e472b} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000931487 sec., 9661 rows/sec., 885.89 KiB/sec. | ||
3203 | 2024.02.09 21:18:33.020525 [ 3 ] {91f77fe6-ea9b-4d2b-b219-ce903a8e472b} <Debug> DynamicQueryHandler: Done processing query | ||
3204 | 2024.02.09 21:18:33.020549 [ 3 ] {91f77fe6-ea9b-4d2b-b219-ce903a8e472b} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
3205 | 2024.02.09 21:18:33.020565 [ 3 ] {} <Debug> HTTP-Session: cc9086f8-b3ea-483d-bf77-57769d476c9b Destroying unnamed session | ||
3206 | 2024.02.09 21:18:33.020694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3207 | 2024.02.09 21:18:33.020738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3208 | 2024.02.09 21:18:33.020757 [ 3 ] {} <Debug> HTTP-Session: b482c3b0-9239-4b97-b83d-b0c44927f85d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3209 | 2024.02.09 21:18:33.020775 [ 3 ] {} <Debug> HTTP-Session: b482c3b0-9239-4b97-b83d-b0c44927f85d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3210 | 2024.02.09 21:18:33.020845 [ 3 ] {2eb31cd8-2287-41b1-a8fa-8723d5303eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3211 | 2024.02.09 21:18:33.020884 [ 3 ] {2eb31cd8-2287-41b1-a8fa-8723d5303eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3212 | 2024.02.09 21:18:33.020988 [ 3 ] {2eb31cd8-2287-41b1-a8fa-8723d5303eb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3213 | 2024.02.09 21:18:33.021269 [ 3 ] {2eb31cd8-2287-41b1-a8fa-8723d5303eb1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3214 | 2024.02.09 21:18:33.021474 [ 3 ] {2eb31cd8-2287-41b1-a8fa-8723d5303eb1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3215 | 2024.02.09 21:18:33.021629 [ 3 ] {2eb31cd8-2287-41b1-a8fa-8723d5303eb1} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0. | ||
3216 | 2024.02.09 21:18:33.021746 [ 3 ] {2eb31cd8-2287-41b1-a8fa-8723d5303eb1} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000867396 sec., 3458 rows/sec., 276.96 KiB/sec. | ||
3217 | 2024.02.09 21:18:33.021893 [ 3 ] {2eb31cd8-2287-41b1-a8fa-8723d5303eb1} <Debug> DynamicQueryHandler: Done processing query | ||
3218 | 2024.02.09 21:18:33.021917 [ 3 ] {2eb31cd8-2287-41b1-a8fa-8723d5303eb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3219 | 2024.02.09 21:18:33.021933 [ 3 ] {} <Debug> HTTP-Session: b482c3b0-9239-4b97-b83d-b0c44927f85d Destroying unnamed session | ||
3220 | 2024.02.09 21:18:33.022063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3221 | 2024.02.09 21:18:33.022106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3222 | 2024.02.09 21:18:33.022126 [ 3 ] {} <Debug> HTTP-Session: 74e00171-8104-4723-9d0f-fa8029b44eb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3223 | 2024.02.09 21:18:33.022143 [ 3 ] {} <Debug> HTTP-Session: 74e00171-8104-4723-9d0f-fa8029b44eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3224 | 2024.02.09 21:18:33.022218 [ 3 ] {427e438a-a773-4e4f-906c-c40b878b5323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3225 | 2024.02.09 21:18:33.022265 [ 3 ] {427e438a-a773-4e4f-906c-c40b878b5323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3226 | 2024.02.09 21:18:33.022409 [ 3 ] {427e438a-a773-4e4f-906c-c40b878b5323} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3227 | 2024.02.09 21:18:33.022697 [ 3 ] {427e438a-a773-4e4f-906c-c40b878b5323} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.54 GiB. | ||
3228 | 2024.02.09 21:18:33.022975 [ 3 ] {427e438a-a773-4e4f-906c-c40b878b5323} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3229 | 2024.02.09 21:18:33.023156 [ 3 ] {427e438a-a773-4e4f-906c-c40b878b5323} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0. | ||
3230 | 2024.02.09 21:18:33.023286 [ 3 ] {427e438a-a773-4e4f-906c-c40b878b5323} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.00103905 sec., 2887 rows/sec., 3.90 MiB/sec. | ||
3231 | 2024.02.09 21:18:33.023398 [ 3 ] {427e438a-a773-4e4f-906c-c40b878b5323} <Debug> DynamicQueryHandler: Done processing query | ||
3232 | 2024.02.09 21:18:33.023420 [ 3 ] {427e438a-a773-4e4f-906c-c40b878b5323} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3233 | 2024.02.09 21:18:33.023436 [ 3 ] {} <Debug> HTTP-Session: 74e00171-8104-4723-9d0f-fa8029b44eb1 Destroying unnamed session | ||
3234 | 2024.02.09 21:18:36.766495 [ 175 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3235 | 2024.02.09 21:18:36.766574 [ 175 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3236 | 2024.02.09 21:18:38.019171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3237 | 2024.02.09 21:18:38.019294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3238 | 2024.02.09 21:18:38.019326 [ 3 ] {} <Debug> HTTP-Session: 09491e03-dc9a-4a20-a9a0-6a4f19c0c446 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3239 | 2024.02.09 21:18:38.019351 [ 3 ] {} <Debug> HTTP-Session: 09491e03-dc9a-4a20-a9a0-6a4f19c0c446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3240 | 2024.02.09 21:18:38.019488 [ 3 ] {69abd9f3-ce52-4ea5-b3ca-cf0f36d57a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3241 | 2024.02.09 21:18:38.019548 [ 3 ] {69abd9f3-ce52-4ea5-b3ca-cf0f36d57a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3242 | 2024.02.09 21:18:38.019721 [ 3 ] {69abd9f3-ce52-4ea5-b3ca-cf0f36d57a8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3243 | 2024.02.09 21:18:38.020177 [ 3 ] {69abd9f3-ce52-4ea5-b3ca-cf0f36d57a8a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3244 | 2024.02.09 21:18:38.020439 [ 3 ] {69abd9f3-ce52-4ea5-b3ca-cf0f36d57a8a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3245 | 2024.02.09 21:18:38.020602 [ 3 ] {69abd9f3-ce52-4ea5-b3ca-cf0f36d57a8a} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0. | ||
3246 | 2024.02.09 21:18:38.020710 [ 3 ] {69abd9f3-ce52-4ea5-b3ca-cf0f36d57a8a} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001187501 sec., 41263 rows/sec., 3.27 MiB/sec. | ||
3247 | 2024.02.09 21:18:38.020843 [ 3 ] {69abd9f3-ce52-4ea5-b3ca-cf0f36d57a8a} <Debug> DynamicQueryHandler: Done processing query | ||
3248 | 2024.02.09 21:18:38.020867 [ 3 ] {69abd9f3-ce52-4ea5-b3ca-cf0f36d57a8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3249 | 2024.02.09 21:18:38.020883 [ 3 ] {} <Debug> HTTP-Session: 09491e03-dc9a-4a20-a9a0-6a4f19c0c446 Destroying unnamed session | ||
3250 | 2024.02.09 21:18:38.021032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3251 | 2024.02.09 21:18:38.021077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3252 | 2024.02.09 21:18:38.021097 [ 3 ] {} <Debug> HTTP-Session: 5a828b99-efe6-48f7-b17f-7f94ec573242 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3253 | 2024.02.09 21:18:38.021114 [ 3 ] {} <Debug> HTTP-Session: 5a828b99-efe6-48f7-b17f-7f94ec573242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3254 | 2024.02.09 21:18:38.021188 [ 3 ] {4699fb83-1314-4a95-a65f-11fc8827e2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3255 | 2024.02.09 21:18:38.021228 [ 3 ] {4699fb83-1314-4a95-a65f-11fc8827e2e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3256 | 2024.02.09 21:18:38.021331 [ 3 ] {4699fb83-1314-4a95-a65f-11fc8827e2e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3257 | 2024.02.09 21:18:38.021702 [ 3 ] {4699fb83-1314-4a95-a65f-11fc8827e2e8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3258 | 2024.02.09 21:18:38.021924 [ 3 ] {4699fb83-1314-4a95-a65f-11fc8827e2e8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3259 | 2024.02.09 21:18:38.022085 [ 3 ] {4699fb83-1314-4a95-a65f-11fc8827e2e8} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0. | ||
3260 | 2024.02.09 21:18:38.022187 [ 3 ] {4699fb83-1314-4a95-a65f-11fc8827e2e8} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.000971069 sec., 151379 rows/sec., 14.72 MiB/sec. | ||
3261 | 2024.02.09 21:18:38.022335 [ 3 ] {4699fb83-1314-4a95-a65f-11fc8827e2e8} <Debug> DynamicQueryHandler: Done processing query | ||
3262 | 2024.02.09 21:18:38.022370 [ 3 ] {4699fb83-1314-4a95-a65f-11fc8827e2e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3263 | 2024.02.09 21:18:38.022387 [ 3 ] {} <Debug> HTTP-Session: 5a828b99-efe6-48f7-b17f-7f94ec573242 Destroying unnamed session | ||
3264 | 2024.02.09 21:18:38.022512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3265 | 2024.02.09 21:18:38.022555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3266 | 2024.02.09 21:18:38.022574 [ 3 ] {} <Debug> HTTP-Session: 2b2a8fc9-813b-49a8-8e56-54079edbd56e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3267 | 2024.02.09 21:18:38.022591 [ 3 ] {} <Debug> HTTP-Session: 2b2a8fc9-813b-49a8-8e56-54079edbd56e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3268 | 2024.02.09 21:18:38.022667 [ 3 ] {0c6071e8-74cd-48fd-ae39-ba21455b2a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3269 | 2024.02.09 21:18:38.022704 [ 3 ] {0c6071e8-74cd-48fd-ae39-ba21455b2a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3270 | 2024.02.09 21:18:38.022815 [ 3 ] {0c6071e8-74cd-48fd-ae39-ba21455b2a24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3271 | 2024.02.09 21:18:38.023100 [ 3 ] {0c6071e8-74cd-48fd-ae39-ba21455b2a24} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3272 | 2024.02.09 21:18:38.023307 [ 3 ] {0c6071e8-74cd-48fd-ae39-ba21455b2a24} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3273 | 2024.02.09 21:18:38.023458 [ 3 ] {0c6071e8-74cd-48fd-ae39-ba21455b2a24} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0. | ||
3274 | 2024.02.09 21:18:38.023551 [ 3 ] {0c6071e8-74cd-48fd-ae39-ba21455b2a24} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000859096 sec., 57036 rows/sec., 4.46 MiB/sec. | ||
3275 | 2024.02.09 21:18:38.023663 [ 3 ] {0c6071e8-74cd-48fd-ae39-ba21455b2a24} <Debug> DynamicQueryHandler: Done processing query | ||
3276 | 2024.02.09 21:18:38.023685 [ 3 ] {0c6071e8-74cd-48fd-ae39-ba21455b2a24} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
3277 | 2024.02.09 21:18:38.023701 [ 3 ] {} <Debug> HTTP-Session: 2b2a8fc9-813b-49a8-8e56-54079edbd56e Destroying unnamed session | ||
3278 | 2024.02.09 21:18:38.023902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3279 | 2024.02.09 21:18:38.023946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3280 | 2024.02.09 21:18:38.023965 [ 3 ] {} <Debug> HTTP-Session: 78de0468-977f-44bc-a997-66eedb5b06a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3281 | 2024.02.09 21:18:38.023981 [ 3 ] {} <Debug> HTTP-Session: 78de0468-977f-44bc-a997-66eedb5b06a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3282 | 2024.02.09 21:18:38.024068 [ 3 ] {3b73373c-7dac-4584-b746-50d7272307a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3283 | 2024.02.09 21:18:38.024112 [ 3 ] {3b73373c-7dac-4584-b746-50d7272307a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3284 | 2024.02.09 21:18:38.024248 [ 3 ] {3b73373c-7dac-4584-b746-50d7272307a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3285 | 2024.02.09 21:18:38.024804 [ 3 ] {3b73373c-7dac-4584-b746-50d7272307a7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3286 | 2024.02.09 21:18:38.025132 [ 3 ] {3b73373c-7dac-4584-b746-50d7272307a7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3287 | 2024.02.09 21:18:38.025310 [ 3 ] {3b73373c-7dac-4584-b746-50d7272307a7} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0. | ||
3288 | 2024.02.09 21:18:38.025408 [ 3 ] {3b73373c-7dac-4584-b746-50d7272307a7} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001313915 sec., 37293 rows/sec., 50.33 MiB/sec. | ||
3289 | 2024.02.09 21:18:38.025534 [ 3 ] {3b73373c-7dac-4584-b746-50d7272307a7} <Debug> DynamicQueryHandler: Done processing query | ||
3290 | 2024.02.09 21:18:38.025558 [ 3 ] {3b73373c-7dac-4584-b746-50d7272307a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3291 | 2024.02.09 21:18:38.025573 [ 3 ] {} <Debug> HTTP-Session: 78de0468-977f-44bc-a997-66eedb5b06a2 Destroying unnamed session | ||
3292 | 2024.02.09 21:18:43.016943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3293 | 2024.02.09 21:18:43.017071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3294 | 2024.02.09 21:18:43.017102 [ 3 ] {} <Debug> HTTP-Session: a916622b-c637-48ff-adf4-0b6cbae81342 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3295 | 2024.02.09 21:18:43.017130 [ 3 ] {} <Debug> HTTP-Session: a916622b-c637-48ff-adf4-0b6cbae81342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3296 | 2024.02.09 21:18:43.017259 [ 3 ] {dd472039-5f00-4acc-8641-7d8256fa8656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3297 | 2024.02.09 21:18:43.017318 [ 3 ] {dd472039-5f00-4acc-8641-7d8256fa8656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3298 | 2024.02.09 21:18:43.017476 [ 3 ] {dd472039-5f00-4acc-8641-7d8256fa8656} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3299 | 2024.02.09 21:18:43.017890 [ 3 ] {dd472039-5f00-4acc-8641-7d8256fa8656} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3300 | 2024.02.09 21:18:43.018151 [ 3 ] {dd472039-5f00-4acc-8641-7d8256fa8656} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3301 | 2024.02.09 21:18:43.018329 [ 3 ] {dd472039-5f00-4acc-8641-7d8256fa8656} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0. | ||
3302 | 2024.02.09 21:18:43.018469 [ 3 ] {dd472039-5f00-4acc-8641-7d8256fa8656} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001171971 sec., 2559 rows/sec., 207.48 KiB/sec. | ||
3303 | 2024.02.09 21:18:43.018624 [ 3 ] {dd472039-5f00-4acc-8641-7d8256fa8656} <Debug> DynamicQueryHandler: Done processing query | ||
3304 | 2024.02.09 21:18:43.018650 [ 3 ] {dd472039-5f00-4acc-8641-7d8256fa8656} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3305 | 2024.02.09 21:18:43.018667 [ 3 ] {} <Debug> HTTP-Session: a916622b-c637-48ff-adf4-0b6cbae81342 Destroying unnamed session | ||
3306 | 2024.02.09 21:18:43.018780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3307 | 2024.02.09 21:18:43.018825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3308 | 2024.02.09 21:18:43.018845 [ 3 ] {} <Debug> HTTP-Session: fb7f45a8-923d-4f8b-92cc-99eccd6dae3c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3309 | 2024.02.09 21:18:43.018863 [ 3 ] {} <Debug> HTTP-Session: fb7f45a8-923d-4f8b-92cc-99eccd6dae3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3310 | 2024.02.09 21:18:43.018933 [ 3 ] {494bc70f-fd10-4966-8cbd-0f6755a1861c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3311 | 2024.02.09 21:18:43.018978 [ 3 ] {494bc70f-fd10-4966-8cbd-0f6755a1861c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3312 | 2024.02.09 21:18:43.019091 [ 3 ] {494bc70f-fd10-4966-8cbd-0f6755a1861c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3313 | 2024.02.09 21:18:43.019365 [ 3 ] {494bc70f-fd10-4966-8cbd-0f6755a1861c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3314 | 2024.02.09 21:18:43.019590 [ 3 ] {494bc70f-fd10-4966-8cbd-0f6755a1861c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3315 | 2024.02.09 21:18:43.019741 [ 3 ] {494bc70f-fd10-4966-8cbd-0f6755a1861c} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0. | ||
3316 | 2024.02.09 21:18:43.019856 [ 3 ] {494bc70f-fd10-4966-8cbd-0f6755a1861c} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000894217 sec., 2236 rows/sec., 191.12 KiB/sec. | ||
3317 | 2024.02.09 21:18:43.020030 [ 3 ] {494bc70f-fd10-4966-8cbd-0f6755a1861c} <Debug> DynamicQueryHandler: Done processing query | ||
3318 | 2024.02.09 21:18:43.020053 [ 3 ] {494bc70f-fd10-4966-8cbd-0f6755a1861c} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3319 | 2024.02.09 21:18:43.020069 [ 3 ] {} <Debug> HTTP-Session: fb7f45a8-923d-4f8b-92cc-99eccd6dae3c Destroying unnamed session | ||
3320 | 2024.02.09 21:18:43.020205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3321 | 2024.02.09 21:18:43.020250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3322 | 2024.02.09 21:18:43.020269 [ 3 ] {} <Debug> HTTP-Session: 671ecbcc-411e-4165-b04b-8d6882514d8a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3323 | 2024.02.09 21:18:43.020286 [ 3 ] {} <Debug> HTTP-Session: 671ecbcc-411e-4165-b04b-8d6882514d8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3324 | 2024.02.09 21:18:43.020355 [ 3 ] {0d4c5d44-d983-4ecc-92b8-3a58661f0332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3325 | 2024.02.09 21:18:43.020392 [ 3 ] {0d4c5d44-d983-4ecc-92b8-3a58661f0332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3326 | 2024.02.09 21:18:43.020510 [ 3 ] {0d4c5d44-d983-4ecc-92b8-3a58661f0332} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3327 | 2024.02.09 21:18:43.020763 [ 3 ] {0d4c5d44-d983-4ecc-92b8-3a58661f0332} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3328 | 2024.02.09 21:18:43.020967 [ 3 ] {0d4c5d44-d983-4ecc-92b8-3a58661f0332} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3329 | 2024.02.09 21:18:43.021121 [ 3 ] {0d4c5d44-d983-4ecc-92b8-3a58661f0332} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0. | ||
3330 | 2024.02.09 21:18:43.021241 [ 3 ] {0d4c5d44-d983-4ecc-92b8-3a58661f0332} <Information> executeQuery: Read 10 rows, 936.00 B in 0.000859385 sec., 11636 rows/sec., 1.04 MiB/sec. | ||
3331 | 2024.02.09 21:18:43.021354 [ 3 ] {0d4c5d44-d983-4ecc-92b8-3a58661f0332} <Debug> DynamicQueryHandler: Done processing query | ||
3332 | 2024.02.09 21:18:43.021376 [ 3 ] {0d4c5d44-d983-4ecc-92b8-3a58661f0332} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
3333 | 2024.02.09 21:18:43.021392 [ 3 ] {} <Debug> HTTP-Session: 671ecbcc-411e-4165-b04b-8d6882514d8a Destroying unnamed session | ||
3334 | 2024.02.09 21:18:43.021521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3335 | 2024.02.09 21:18:43.021565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3336 | 2024.02.09 21:18:43.021583 [ 3 ] {} <Debug> HTTP-Session: d6facdec-275e-4657-8585-67fde0a5be52 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3337 | 2024.02.09 21:18:43.021600 [ 3 ] {} <Debug> HTTP-Session: d6facdec-275e-4657-8585-67fde0a5be52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3338 | 2024.02.09 21:18:43.021667 [ 3 ] {2609f0df-0d63-4ddb-9e9d-8a483ac2c2d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3339 | 2024.02.09 21:18:43.021705 [ 3 ] {2609f0df-0d63-4ddb-9e9d-8a483ac2c2d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3340 | 2024.02.09 21:18:43.021810 [ 3 ] {2609f0df-0d63-4ddb-9e9d-8a483ac2c2d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3341 | 2024.02.09 21:18:43.022055 [ 3 ] {2609f0df-0d63-4ddb-9e9d-8a483ac2c2d8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3342 | 2024.02.09 21:18:43.022261 [ 3 ] {2609f0df-0d63-4ddb-9e9d-8a483ac2c2d8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3343 | 2024.02.09 21:18:43.022412 [ 3 ] {2609f0df-0d63-4ddb-9e9d-8a483ac2c2d8} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0. | ||
3344 | 2024.02.09 21:18:43.022526 [ 3 ] {2609f0df-0d63-4ddb-9e9d-8a483ac2c2d8} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000830115 sec., 2409 rows/sec., 168.23 KiB/sec. | ||
3345 | 2024.02.09 21:18:43.022636 [ 3 ] {2609f0df-0d63-4ddb-9e9d-8a483ac2c2d8} <Debug> DynamicQueryHandler: Done processing query | ||
3346 | 2024.02.09 21:18:43.022659 [ 3 ] {2609f0df-0d63-4ddb-9e9d-8a483ac2c2d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3347 | 2024.02.09 21:18:43.022675 [ 3 ] {} <Debug> HTTP-Session: d6facdec-275e-4657-8585-67fde0a5be52 Destroying unnamed session | ||
3348 | 2024.02.09 21:18:43.022789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3349 | 2024.02.09 21:18:43.022833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3350 | 2024.02.09 21:18:43.022852 [ 3 ] {} <Debug> HTTP-Session: d185667c-b018-43f7-96d8-c8f9202646e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3351 | 2024.02.09 21:18:43.022869 [ 3 ] {} <Debug> HTTP-Session: d185667c-b018-43f7-96d8-c8f9202646e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3352 | 2024.02.09 21:18:43.022936 [ 3 ] {21b692ee-33f7-4f1a-b815-94bb45ba822c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3353 | 2024.02.09 21:18:43.022973 [ 3 ] {21b692ee-33f7-4f1a-b815-94bb45ba822c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3354 | 2024.02.09 21:18:43.023079 [ 3 ] {21b692ee-33f7-4f1a-b815-94bb45ba822c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3355 | 2024.02.09 21:18:43.023331 [ 3 ] {21b692ee-33f7-4f1a-b815-94bb45ba822c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3356 | 2024.02.09 21:18:43.023537 [ 3 ] {21b692ee-33f7-4f1a-b815-94bb45ba822c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3357 | 2024.02.09 21:18:43.023686 [ 3 ] {21b692ee-33f7-4f1a-b815-94bb45ba822c} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0. | ||
3358 | 2024.02.09 21:18:43.023784 [ 3 ] {21b692ee-33f7-4f1a-b815-94bb45ba822c} <Information> executeQuery: Read 5 rows, 413.00 B in 0.000821055 sec., 6089 rows/sec., 491.22 KiB/sec. | ||
3359 | 2024.02.09 21:18:43.023895 [ 3 ] {21b692ee-33f7-4f1a-b815-94bb45ba822c} <Debug> DynamicQueryHandler: Done processing query | ||
3360 | 2024.02.09 21:18:43.023917 [ 3 ] {21b692ee-33f7-4f1a-b815-94bb45ba822c} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
3361 | 2024.02.09 21:18:43.023933 [ 3 ] {} <Debug> HTTP-Session: d185667c-b018-43f7-96d8-c8f9202646e3 Destroying unnamed session | ||
3362 | 2024.02.09 21:18:43.024070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3363 | 2024.02.09 21:18:43.024114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3364 | 2024.02.09 21:18:43.024133 [ 3 ] {} <Debug> HTTP-Session: d9989b5d-b1bc-4590-9ded-5e0b8760377c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3365 | 2024.02.09 21:18:43.024149 [ 3 ] {} <Debug> HTTP-Session: d9989b5d-b1bc-4590-9ded-5e0b8760377c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3366 | 2024.02.09 21:18:43.024217 [ 3 ] {f6e6ce2e-82f8-4b35-b76a-6e74dedfe91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3367 | 2024.02.09 21:18:43.024260 [ 3 ] {f6e6ce2e-82f8-4b35-b76a-6e74dedfe91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3368 | 2024.02.09 21:18:43.024378 [ 3 ] {f6e6ce2e-82f8-4b35-b76a-6e74dedfe91c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3369 | 2024.02.09 21:18:43.024742 [ 3 ] {f6e6ce2e-82f8-4b35-b76a-6e74dedfe91c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3370 | 2024.02.09 21:18:43.025008 [ 3 ] {f6e6ce2e-82f8-4b35-b76a-6e74dedfe91c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3371 | 2024.02.09 21:18:43.025187 [ 3 ] {f6e6ce2e-82f8-4b35-b76a-6e74dedfe91c} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0. | ||
3372 | 2024.02.09 21:18:43.025289 [ 3 ] {f6e6ce2e-82f8-4b35-b76a-6e74dedfe91c} <Information> executeQuery: Read 1 rows, 72.00 B in 0.0010428 sec., 958 rows/sec., 67.43 KiB/sec. | ||
3373 | 2024.02.09 21:18:43.025421 [ 3 ] {f6e6ce2e-82f8-4b35-b76a-6e74dedfe91c} <Debug> DynamicQueryHandler: Done processing query | ||
3374 | 2024.02.09 21:18:43.025443 [ 3 ] {f6e6ce2e-82f8-4b35-b76a-6e74dedfe91c} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3375 | 2024.02.09 21:18:43.025459 [ 3 ] {} <Debug> HTTP-Session: d9989b5d-b1bc-4590-9ded-5e0b8760377c Destroying unnamed session | ||
3376 | 2024.02.09 21:18:43.025564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3377 | 2024.02.09 21:18:43.025609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3378 | 2024.02.09 21:18:43.025629 [ 3 ] {} <Debug> HTTP-Session: 295a2bb1-35f5-46af-8f53-5dc83cf03a18 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3379 | 2024.02.09 21:18:43.025645 [ 3 ] {} <Debug> HTTP-Session: 295a2bb1-35f5-46af-8f53-5dc83cf03a18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3380 | 2024.02.09 21:18:43.025716 [ 3 ] {f6c25189-cdc9-4d81-a81b-8483fb8fd531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3381 | 2024.02.09 21:18:43.025758 [ 3 ] {f6c25189-cdc9-4d81-a81b-8483fb8fd531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3382 | 2024.02.09 21:18:43.025891 [ 3 ] {f6c25189-cdc9-4d81-a81b-8483fb8fd531} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3383 | 2024.02.09 21:18:43.026187 [ 3 ] {f6c25189-cdc9-4d81-a81b-8483fb8fd531} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3384 | 2024.02.09 21:18:43.026455 [ 3 ] {f6c25189-cdc9-4d81-a81b-8483fb8fd531} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3385 | 2024.02.09 21:18:43.026633 [ 3 ] {f6c25189-cdc9-4d81-a81b-8483fb8fd531} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0. | ||
3386 | 2024.02.09 21:18:43.026738 [ 3 ] {f6c25189-cdc9-4d81-a81b-8483fb8fd531} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.000992688 sec., 3022 rows/sec., 4.08 MiB/sec. | ||
3387 | 2024.02.09 21:18:43.026974 [ 3 ] {f6c25189-cdc9-4d81-a81b-8483fb8fd531} <Debug> DynamicQueryHandler: Done processing query | ||
3388 | 2024.02.09 21:18:43.026996 [ 3 ] {f6c25189-cdc9-4d81-a81b-8483fb8fd531} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3389 | 2024.02.09 21:18:43.027012 [ 3 ] {} <Debug> HTTP-Session: 295a2bb1-35f5-46af-8f53-5dc83cf03a18 Destroying unnamed session | ||
3390 | 2024.02.09 21:18:48.019501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3391 | 2024.02.09 21:18:48.019629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3392 | 2024.02.09 21:18:48.019660 [ 3 ] {} <Debug> HTTP-Session: 62c3f7a2-9fdd-4181-b83c-affde2bc16d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3393 | 2024.02.09 21:18:48.019688 [ 3 ] {} <Debug> HTTP-Session: 62c3f7a2-9fdd-4181-b83c-affde2bc16d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3394 | 2024.02.09 21:18:48.019827 [ 3 ] {ba5a13d3-5a70-4d49-a88c-001426b6441f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3395 | 2024.02.09 21:18:48.019894 [ 3 ] {ba5a13d3-5a70-4d49-a88c-001426b6441f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3396 | 2024.02.09 21:18:48.020075 [ 3 ] {ba5a13d3-5a70-4d49-a88c-001426b6441f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3397 | 2024.02.09 21:18:48.020571 [ 3 ] {ba5a13d3-5a70-4d49-a88c-001426b6441f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3398 | 2024.02.09 21:18:48.020834 [ 3 ] {ba5a13d3-5a70-4d49-a88c-001426b6441f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3399 | 2024.02.09 21:18:48.020996 [ 3 ] {ba5a13d3-5a70-4d49-a88c-001426b6441f} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0. | ||
3400 | 2024.02.09 21:18:48.021129 [ 3 ] {ba5a13d3-5a70-4d49-a88c-001426b6441f} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001254393 sec., 39062 rows/sec., 3.09 MiB/sec. | ||
3401 | 2024.02.09 21:18:48.021264 [ 3 ] {ba5a13d3-5a70-4d49-a88c-001426b6441f} <Debug> DynamicQueryHandler: Done processing query | ||
3402 | 2024.02.09 21:18:48.021290 [ 3 ] {ba5a13d3-5a70-4d49-a88c-001426b6441f} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3403 | 2024.02.09 21:18:48.021306 [ 3 ] {} <Debug> HTTP-Session: 62c3f7a2-9fdd-4181-b83c-affde2bc16d0 Destroying unnamed session | ||
3404 | 2024.02.09 21:18:48.021412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3405 | 2024.02.09 21:18:48.021458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3406 | 2024.02.09 21:18:48.021477 [ 3 ] {} <Debug> HTTP-Session: 3c7880d9-755a-47bb-9e5c-205981841412 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3407 | 2024.02.09 21:18:48.021494 [ 3 ] {} <Debug> HTTP-Session: 3c7880d9-755a-47bb-9e5c-205981841412 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3408 | 2024.02.09 21:18:48.021564 [ 3 ] {97852d9b-e778-43f2-9369-0bd276ff81af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3409 | 2024.02.09 21:18:48.021603 [ 3 ] {97852d9b-e778-43f2-9369-0bd276ff81af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3410 | 2024.02.09 21:18:48.021713 [ 3 ] {97852d9b-e778-43f2-9369-0bd276ff81af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3411 | 2024.02.09 21:18:48.022006 [ 3 ] {97852d9b-e778-43f2-9369-0bd276ff81af} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3412 | 2024.02.09 21:18:48.022217 [ 3 ] {97852d9b-e778-43f2-9369-0bd276ff81af} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3413 | 2024.02.09 21:18:48.022369 [ 3 ] {97852d9b-e778-43f2-9369-0bd276ff81af} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0. | ||
3414 | 2024.02.09 21:18:48.022482 [ 3 ] {97852d9b-e778-43f2-9369-0bd276ff81af} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000881837 sec., 2267 rows/sec., 193.80 KiB/sec. | ||
3415 | 2024.02.09 21:18:48.022633 [ 3 ] {97852d9b-e778-43f2-9369-0bd276ff81af} <Debug> DynamicQueryHandler: Done processing query | ||
3416 | 2024.02.09 21:18:48.022658 [ 3 ] {97852d9b-e778-43f2-9369-0bd276ff81af} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3417 | 2024.02.09 21:18:48.022674 [ 3 ] {} <Debug> HTTP-Session: 3c7880d9-755a-47bb-9e5c-205981841412 Destroying unnamed session | ||
3418 | 2024.02.09 21:18:48.022809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3419 | 2024.02.09 21:18:48.022855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3420 | 2024.02.09 21:18:48.022874 [ 3 ] {} <Debug> HTTP-Session: 01b3224d-c6db-492d-84c9-64ba936d9c1b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3421 | 2024.02.09 21:18:48.022891 [ 3 ] {} <Debug> HTTP-Session: 01b3224d-c6db-492d-84c9-64ba936d9c1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3422 | 2024.02.09 21:18:48.022966 [ 3 ] {8e723ea1-4192-430c-a0b0-442ce3e2b0be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3423 | 2024.02.09 21:18:48.023004 [ 3 ] {8e723ea1-4192-430c-a0b0-442ce3e2b0be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3424 | 2024.02.09 21:18:48.023117 [ 3 ] {8e723ea1-4192-430c-a0b0-442ce3e2b0be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3425 | 2024.02.09 21:18:48.023495 [ 3 ] {8e723ea1-4192-430c-a0b0-442ce3e2b0be} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3426 | 2024.02.09 21:18:48.023721 [ 3 ] {8e723ea1-4192-430c-a0b0-442ce3e2b0be} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3427 | 2024.02.09 21:18:48.023869 [ 3 ] {8e723ea1-4192-430c-a0b0-442ce3e2b0be} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0. | ||
3428 | 2024.02.09 21:18:48.023990 [ 3 ] {8e723ea1-4192-430c-a0b0-442ce3e2b0be} <Information> executeQuery: Read 148 rows, 14.73 KiB in 0.000993468 sec., 148973 rows/sec., 14.48 MiB/sec. | ||
3429 | 2024.02.09 21:18:48.023987 [ 168 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
3430 | 2024.02.09 21:18:48.024102 [ 168 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3431 | 2024.02.09 21:18:48.024170 [ 3 ] {8e723ea1-4192-430c-a0b0-442ce3e2b0be} <Debug> DynamicQueryHandler: Done processing query | ||
3432 | 2024.02.09 21:18:48.024214 [ 3 ] {8e723ea1-4192-430c-a0b0-442ce3e2b0be} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3433 | 2024.02.09 21:18:48.024224 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact | ||
3434 | 2024.02.09 21:18:48.024243 [ 3 ] {} <Debug> HTTP-Session: 01b3224d-c6db-492d-84c9-64ba936d9c1b Destroying unnamed session | ||
3435 | 2024.02.09 21:18:48.024371 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3436 | 2024.02.09 21:18:48.024412 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part | ||
3437 | 2024.02.09 21:18:48.024454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3438 | 2024.02.09 21:18:48.024534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3439 | 2024.02.09 21:18:48.024569 [ 3 ] {} <Debug> HTTP-Session: 1ea1894a-ac8a-40fb-b642-8635bd0eec4c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3440 | 2024.02.09 21:18:48.024623 [ 3 ] {} <Debug> HTTP-Session: 1ea1894a-ac8a-40fb-b642-8635bd0eec4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3441 | 2024.02.09 21:18:48.024686 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 148 rows starting from the beginning of the part | ||
3442 | 2024.02.09 21:18:48.024825 [ 3 ] {5c1ce111-1ad3-46fe-8fa0-f691c7f4e4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3443 | 2024.02.09 21:18:48.024921 [ 3 ] {5c1ce111-1ad3-46fe-8fa0-f691c7f4e4cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3444 | 2024.02.09 21:18:48.024983 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part | ||
3445 | 2024.02.09 21:18:48.025354 [ 3 ] {5c1ce111-1ad3-46fe-8fa0-f691c7f4e4cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3446 | 2024.02.09 21:18:48.025366 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 147 rows starting from the beginning of the part | ||
3447 | 2024.02.09 21:18:48.025559 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part | ||
3448 | 2024.02.09 21:18:48.025851 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 148 rows starting from the beginning of the part | ||
3449 | 2024.02.09 21:18:48.026219 [ 3 ] {5c1ce111-1ad3-46fe-8fa0-f691c7f4e4cf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3450 | 2024.02.09 21:18:48.026628 [ 3 ] {5c1ce111-1ad3-46fe-8fa0-f691c7f4e4cf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3451 | 2024.02.09 21:18:48.026924 [ 3 ] {5c1ce111-1ad3-46fe-8fa0-f691c7f4e4cf} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0. | ||
3452 | 2024.02.09 21:18:48.027176 [ 3 ] {5c1ce111-1ad3-46fe-8fa0-f691c7f4e4cf} <Information> executeQuery: Read 2 rows, 143.00 B in 0.002290192 sec., 873 rows/sec., 60.98 KiB/sec. | ||
3453 | 2024.02.09 21:18:48.027356 [ 3 ] {5c1ce111-1ad3-46fe-8fa0-f691c7f4e4cf} <Debug> DynamicQueryHandler: Done processing query | ||
3454 | 2024.02.09 21:18:48.027402 [ 3 ] {5c1ce111-1ad3-46fe-8fa0-f691c7f4e4cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3455 | 2024.02.09 21:18:48.027471 [ 3 ] {} <Debug> HTTP-Session: 1ea1894a-ac8a-40fb-b642-8635bd0eec4c Destroying unnamed session | ||
3456 | 2024.02.09 21:18:48.027633 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 4 columns (4 merged, 0 gathered) in 0.003470753 sec., 189584.21990847518 rows/sec., 18.13 MiB/sec. | ||
3457 | 2024.02.09 21:18:48.027716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3458 | 2024.02.09 21:18:48.027773 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
3459 | 2024.02.09 21:18:48.027778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3460 | 2024.02.09 21:18:48.027854 [ 3 ] {} <Debug> HTTP-Session: 83baaa8a-f067-4a5a-b350-76177f6ec703 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3461 | 2024.02.09 21:18:48.027875 [ 3 ] {} <Debug> HTTP-Session: 83baaa8a-f067-4a5a-b350-76177f6ec703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3462 | 2024.02.09 21:18:48.027994 [ 3 ] {b78779ed-b6cf-47d9-8051-af5f0c88f3e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3463 | 2024.02.09 21:18:48.028053 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_31_6} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6. | ||
3464 | 2024.02.09 21:18:48.028066 [ 3 ] {b78779ed-b6cf-47d9-8051-af5f0c88f3e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3465 | 2024.02.09 21:18:48.028167 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_31_6} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_26_5 to all_31_31_0 | ||
3466 | 2024.02.09 21:18:48.028353 [ 3 ] {b78779ed-b6cf-47d9-8051-af5f0c88f3e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3467 | 2024.02.09 21:18:48.028674 [ 3 ] {b78779ed-b6cf-47d9-8051-af5f0c88f3e6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3468 | 2024.02.09 21:18:48.028887 [ 3 ] {b78779ed-b6cf-47d9-8051-af5f0c88f3e6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3469 | 2024.02.09 21:18:48.029037 [ 3 ] {b78779ed-b6cf-47d9-8051-af5f0c88f3e6} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0. | ||
3470 | 2024.02.09 21:18:48.029154 [ 168 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
3471 | 2024.02.09 21:18:48.029163 [ 3 ] {b78779ed-b6cf-47d9-8051-af5f0c88f3e6} <Information> executeQuery: Read 51 rows, 4.09 KiB in 0.00112107 sec., 45492 rows/sec., 3.56 MiB/sec. | ||
3472 | 2024.02.09 21:18:48.029213 [ 168 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3473 | 2024.02.09 21:18:48.029397 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact | ||
3474 | 2024.02.09 21:18:48.029462 [ 3 ] {b78779ed-b6cf-47d9-8051-af5f0c88f3e6} <Debug> DynamicQueryHandler: Done processing query | ||
3475 | 2024.02.09 21:18:48.029508 [ 3 ] {b78779ed-b6cf-47d9-8051-af5f0c88f3e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
3476 | 2024.02.09 21:18:48.029547 [ 3 ] {} <Debug> HTTP-Session: 83baaa8a-f067-4a5a-b350-76177f6ec703 Destroying unnamed session | ||
3477 | 2024.02.09 21:18:48.029606 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3478 | 2024.02.09 21:18:48.029645 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 102 rows starting from the beginning of the part | ||
3479 | 2024.02.09 21:18:48.029737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3480 | 2024.02.09 21:18:48.029799 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 51 rows starting from the beginning of the part | ||
3481 | 2024.02.09 21:18:48.029823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3482 | 2024.02.09 21:18:48.029873 [ 3 ] {} <Debug> HTTP-Session: 9b23d2fe-7474-472b-84d7-7c0503000c42 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3483 | 2024.02.09 21:18:48.029901 [ 3 ] {} <Debug> HTTP-Session: 9b23d2fe-7474-472b-84d7-7c0503000c42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3484 | 2024.02.09 21:18:48.030014 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 3 rows starting from the beginning of the part | ||
3485 | 2024.02.09 21:18:48.030114 [ 3 ] {46ad636d-f0c5-478d-8766-7d4867c0d0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3486 | 2024.02.09 21:18:48.030239 [ 3 ] {46ad636d-f0c5-478d-8766-7d4867c0d0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3487 | 2024.02.09 21:18:48.030265 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 49 rows starting from the beginning of the part | ||
3488 | 2024.02.09 21:18:48.030632 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part | ||
3489 | 2024.02.09 21:18:48.030766 [ 3 ] {46ad636d-f0c5-478d-8766-7d4867c0d0ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3490 | 2024.02.09 21:18:48.030948 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 51 rows starting from the beginning of the part | ||
3491 | 2024.02.09 21:18:48.031461 [ 3 ] {46ad636d-f0c5-478d-8766-7d4867c0d0ec} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3492 | 2024.02.09 21:18:48.032055 [ 3 ] {46ad636d-f0c5-478d-8766-7d4867c0d0ec} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3493 | 2024.02.09 21:18:48.032410 [ 3 ] {46ad636d-f0c5-478d-8766-7d4867c0d0ec} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0. | ||
3494 | 2024.02.09 21:18:48.032647 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 4 columns (4 merged, 0 gathered) in 0.003357582 sec., 77734.51251525652 rows/sec., 6.08 MiB/sec. | ||
3495 | 2024.02.09 21:18:48.032690 [ 3 ] {46ad636d-f0c5-478d-8766-7d4867c0d0ec} <Information> executeQuery: Read 1 rows, 72.00 B in 0.002518056 sec., 397 rows/sec., 27.92 KiB/sec. | ||
3496 | 2024.02.09 21:18:48.032828 [ 15 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
3497 | 2024.02.09 21:18:48.032848 [ 3 ] {46ad636d-f0c5-478d-8766-7d4867c0d0ec} <Debug> DynamicQueryHandler: Done processing query | ||
3498 | 2024.02.09 21:18:48.032874 [ 3 ] {46ad636d-f0c5-478d-8766-7d4867c0d0ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3499 | 2024.02.09 21:18:48.032892 [ 3 ] {} <Debug> HTTP-Session: 9b23d2fe-7474-472b-84d7-7c0503000c42 Destroying unnamed session | ||
3500 | 2024.02.09 21:18:48.033027 [ 15 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_31_6} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6. | ||
3501 | 2024.02.09 21:18:48.033046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3502 | 2024.02.09 21:18:48.033094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3503 | 2024.02.09 21:18:48.033097 [ 15 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_31_6} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_26_5 to all_31_31_0 | ||
3504 | 2024.02.09 21:18:48.033119 [ 3 ] {} <Debug> HTTP-Session: 59b60f85-2bb1-42dc-8463-196d4d53a451 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3505 | 2024.02.09 21:18:48.033138 [ 3 ] {} <Debug> HTTP-Session: 59b60f85-2bb1-42dc-8463-196d4d53a451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3506 | 2024.02.09 21:18:48.033254 [ 3 ] {91b5e729-89ab-4962-8d60-73bc00cafeed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3507 | 2024.02.09 21:18:48.033297 [ 3 ] {91b5e729-89ab-4962-8d60-73bc00cafeed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3508 | 2024.02.09 21:18:48.033434 [ 3 ] {91b5e729-89ab-4962-8d60-73bc00cafeed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3509 | 2024.02.09 21:18:48.033973 [ 3 ] {91b5e729-89ab-4962-8d60-73bc00cafeed} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3510 | 2024.02.09 21:18:48.034293 [ 3 ] {91b5e729-89ab-4962-8d60-73bc00cafeed} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3511 | 2024.02.09 21:18:48.034473 [ 3 ] {91b5e729-89ab-4962-8d60-73bc00cafeed} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0. | ||
3512 | 2024.02.09 21:18:48.034597 [ 3 ] {91b5e729-89ab-4962-8d60-73bc00cafeed} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001314884 sec., 37265 rows/sec., 50.29 MiB/sec. | ||
3513 | 2024.02.09 21:18:48.034718 [ 3 ] {91b5e729-89ab-4962-8d60-73bc00cafeed} <Debug> DynamicQueryHandler: Done processing query | ||
3514 | 2024.02.09 21:18:48.034741 [ 3 ] {91b5e729-89ab-4962-8d60-73bc00cafeed} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3515 | 2024.02.09 21:18:48.034757 [ 3 ] {} <Debug> HTTP-Session: 59b60f85-2bb1-42dc-8463-196d4d53a451 Destroying unnamed session | ||
3516 | 2024.02.09 21:18:51.766834 [ 166 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3517 | 2024.02.09 21:18:51.766915 [ 166 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3518 | 2024.02.09 21:18:53.018498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3519 | 2024.02.09 21:18:53.018625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3520 | 2024.02.09 21:18:53.018652 [ 3 ] {} <Debug> HTTP-Session: ae5646d7-99cc-4c71-bd15-c537027f6c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3521 | 2024.02.09 21:18:53.018676 [ 3 ] {} <Debug> HTTP-Session: ae5646d7-99cc-4c71-bd15-c537027f6c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3522 | 2024.02.09 21:18:53.018809 [ 3 ] {cddba232-64b2-48fd-ad7e-b8c478c70099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3523 | 2024.02.09 21:18:53.018874 [ 3 ] {cddba232-64b2-48fd-ad7e-b8c478c70099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3524 | 2024.02.09 21:18:53.019039 [ 3 ] {cddba232-64b2-48fd-ad7e-b8c478c70099} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3525 | 2024.02.09 21:18:53.019488 [ 3 ] {cddba232-64b2-48fd-ad7e-b8c478c70099} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3526 | 2024.02.09 21:18:53.019769 [ 3 ] {cddba232-64b2-48fd-ad7e-b8c478c70099} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3527 | 2024.02.09 21:18:53.019964 [ 3 ] {cddba232-64b2-48fd-ad7e-b8c478c70099} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0. | ||
3528 | 2024.02.09 21:18:53.020087 [ 3 ] {cddba232-64b2-48fd-ad7e-b8c478c70099} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001235463 sec., 2428 rows/sec., 196.82 KiB/sec. | ||
3529 | 2024.02.09 21:18:53.020085 [ 99 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
3530 | 2024.02.09 21:18:53.020165 [ 99 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3531 | 2024.02.09 21:18:53.020259 [ 3 ] {cddba232-64b2-48fd-ad7e-b8c478c70099} <Debug> DynamicQueryHandler: Done processing query | ||
3532 | 2024.02.09 21:18:53.020270 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact | ||
3533 | 2024.02.09 21:18:53.020293 [ 3 ] {cddba232-64b2-48fd-ad7e-b8c478c70099} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3534 | 2024.02.09 21:18:53.020350 [ 3 ] {} <Debug> HTTP-Session: ae5646d7-99cc-4c71-bd15-c537027f6c0b Destroying unnamed session | ||
3535 | 2024.02.09 21:18:53.020426 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3536 | 2024.02.09 21:18:53.020477 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 52 rows starting from the beginning of the part | ||
3537 | 2024.02.09 21:18:53.020504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3538 | 2024.02.09 21:18:53.020585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3539 | 2024.02.09 21:18:53.020621 [ 3 ] {} <Debug> HTTP-Session: 6016f514-ca71-4611-8d01-33602733e18e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3540 | 2024.02.09 21:18:53.020672 [ 3 ] {} <Debug> HTTP-Session: 6016f514-ca71-4611-8d01-33602733e18e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3541 | 2024.02.09 21:18:53.020739 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 3 rows starting from the beginning of the part | ||
3542 | 2024.02.09 21:18:53.020881 [ 3 ] {bae8d601-657a-4064-af43-b3b15660c8c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3543 | 2024.02.09 21:18:53.020991 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 49 rows starting from the beginning of the part | ||
3544 | 2024.02.09 21:18:53.021001 [ 3 ] {bae8d601-657a-4064-af43-b3b15660c8c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3545 | 2024.02.09 21:18:53.021294 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 3 rows starting from the beginning of the part | ||
3546 | 2024.02.09 21:18:53.021484 [ 3 ] {bae8d601-657a-4064-af43-b3b15660c8c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3547 | 2024.02.09 21:18:53.021575 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 49 rows starting from the beginning of the part | ||
3548 | 2024.02.09 21:18:53.021723 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 3 rows starting from the beginning of the part | ||
3549 | 2024.02.09 21:18:53.022195 [ 3 ] {bae8d601-657a-4064-af43-b3b15660c8c1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3550 | 2024.02.09 21:18:53.022599 [ 3 ] {bae8d601-657a-4064-af43-b3b15660c8c1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3551 | 2024.02.09 21:18:53.022933 [ 3 ] {bae8d601-657a-4064-af43-b3b15660c8c1} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0. | ||
3552 | 2024.02.09 21:18:53.023166 [ 99 ] {} <Debug> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
3553 | 2024.02.09 21:18:53.023191 [ 18 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 4 columns (4 merged, 0 gathered) in 0.002946094 sec., 53969.764712191805 rows/sec., 4.27 MiB/sec. | ||
3554 | 2024.02.09 21:18:53.023228 [ 99 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3555 | 2024.02.09 21:18:53.023215 [ 3 ] {bae8d601-657a-4064-af43-b3b15660c8c1} <Information> executeQuery: Read 2 rows, 175.00 B in 0.002251641 sec., 888 rows/sec., 75.90 KiB/sec. | ||
3556 | 2024.02.09 21:18:53.023421 [ 20 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact | ||
3557 | 2024.02.09 21:18:53.023448 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
3558 | 2024.02.09 21:18:53.023610 [ 3 ] {bae8d601-657a-4064-af43-b3b15660c8c1} <Debug> DynamicQueryHandler: Done processing query | ||
3559 | 2024.02.09 21:18:53.023633 [ 20 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3560 | 2024.02.09 21:18:53.023678 [ 3 ] {bae8d601-657a-4064-af43-b3b15660c8c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3561 | 2024.02.09 21:18:53.023719 [ 20 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 8 rows starting from the beginning of the part | ||
3562 | 2024.02.09 21:18:53.023738 [ 3 ] {} <Debug> HTTP-Session: 6016f514-ca71-4611-8d01-33602733e18e Destroying unnamed session | ||
3563 | 2024.02.09 21:18:53.023802 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_31_6} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6. | ||
3564 | 2024.02.09 21:18:53.023904 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_31_6} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_26_5 to all_31_31_0 | ||
3565 | 2024.02.09 21:18:53.023933 [ 20 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
3566 | 2024.02.09 21:18:53.024042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3567 | 2024.02.09 21:18:53.024168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3568 | 2024.02.09 21:18:53.024205 [ 20 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
3569 | 2024.02.09 21:18:53.024215 [ 3 ] {} <Debug> HTTP-Session: aa2b443a-4d91-4a98-a80f-f640bdca7289 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3570 | 2024.02.09 21:18:53.024276 [ 3 ] {} <Debug> HTTP-Session: aa2b443a-4d91-4a98-a80f-f640bdca7289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3571 | 2024.02.09 21:18:53.024466 [ 20 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
3572 | 2024.02.09 21:18:53.024488 [ 3 ] {bb00cc7d-e43f-458c-a5d4-6f4233de89d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3573 | 2024.02.09 21:18:53.024571 [ 3 ] {bb00cc7d-e43f-458c-a5d4-6f4233de89d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3574 | 2024.02.09 21:18:53.024667 [ 20 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
3575 | 2024.02.09 21:18:53.025009 [ 20 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
3576 | 2024.02.09 21:18:53.025064 [ 3 ] {bb00cc7d-e43f-458c-a5d4-6f4233de89d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3577 | 2024.02.09 21:18:53.025916 [ 3 ] {bb00cc7d-e43f-458c-a5d4-6f4233de89d6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3578 | 2024.02.09 21:18:53.026433 [ 18 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.003116167 sec., 5776.327135227349 rows/sec., 486.06 KiB/sec. | ||
3579 | 2024.02.09 21:18:53.026441 [ 3 ] {bb00cc7d-e43f-458c-a5d4-6f4233de89d6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
3580 | 2024.02.09 21:18:53.026614 [ 18 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
3581 | 2024.02.09 21:18:53.026730 [ 3 ] {bb00cc7d-e43f-458c-a5d4-6f4233de89d6} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0. | ||
3582 | 2024.02.09 21:18:53.026891 [ 3 ] {bb00cc7d-e43f-458c-a5d4-6f4233de89d6} <Information> executeQuery: Read 46 rows, 3.68 KiB in 0.002337823 sec., 19676 rows/sec., 1.54 MiB/sec. | ||
3583 | 2024.02.09 21:18:53.026975 [ 18 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_10_2} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2. | ||
3584 | 2024.02.09 21:18:53.027160 [ 18 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_10_2} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99) (MergerMutator): Merged 6 parts: from all_1_5_1 to all_10_10_0 | ||
3585 | 2024.02.09 21:18:53.027213 [ 3 ] {bb00cc7d-e43f-458c-a5d4-6f4233de89d6} <Debug> DynamicQueryHandler: Done processing query | ||
3586 | 2024.02.09 21:18:53.027282 [ 3 ] {bb00cc7d-e43f-458c-a5d4-6f4233de89d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3587 | 2024.02.09 21:18:53.027307 [ 3 ] {} <Debug> HTTP-Session: aa2b443a-4d91-4a98-a80f-f640bdca7289 Destroying unnamed session | ||
3588 | 2024.02.09 21:18:53.027465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3589 | 2024.02.09 21:18:53.027512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3590 | 2024.02.09 21:18:53.027532 [ 3 ] {} <Debug> HTTP-Session: c5655900-b4bf-440a-974d-518c0fd41bee Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3591 | 2024.02.09 21:18:53.027549 [ 3 ] {} <Debug> HTTP-Session: c5655900-b4bf-440a-974d-518c0fd41bee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3592 | 2024.02.09 21:18:53.027622 [ 3 ] {9ac041ec-cd91-48d1-859f-79024406e0d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3593 | 2024.02.09 21:18:53.027662 [ 3 ] {9ac041ec-cd91-48d1-859f-79024406e0d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3594 | 2024.02.09 21:18:53.027788 [ 3 ] {9ac041ec-cd91-48d1-859f-79024406e0d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3595 | 2024.02.09 21:18:53.028082 [ 3 ] {9ac041ec-cd91-48d1-859f-79024406e0d8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3596 | 2024.02.09 21:18:53.028301 [ 3 ] {9ac041ec-cd91-48d1-859f-79024406e0d8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3597 | 2024.02.09 21:18:53.028458 [ 3 ] {9ac041ec-cd91-48d1-859f-79024406e0d8} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0. | ||
3598 | 2024.02.09 21:18:53.028552 [ 99 ] {} <Debug> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
3599 | 2024.02.09 21:18:53.028562 [ 3 ] {9ac041ec-cd91-48d1-859f-79024406e0d8} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000911887 sec., 2193 rows/sec., 153.14 KiB/sec. | ||
3600 | 2024.02.09 21:18:53.028594 [ 99 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3601 | 2024.02.09 21:18:53.028765 [ 16 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact | ||
3602 | 2024.02.09 21:18:53.028826 [ 3 ] {9ac041ec-cd91-48d1-859f-79024406e0d8} <Debug> DynamicQueryHandler: Done processing query | ||
3603 | 2024.02.09 21:18:53.028869 [ 3 ] {9ac041ec-cd91-48d1-859f-79024406e0d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3604 | 2024.02.09 21:18:53.028896 [ 16 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3605 | 2024.02.09 21:18:53.028905 [ 3 ] {} <Debug> HTTP-Session: c5655900-b4bf-440a-974d-518c0fd41bee Destroying unnamed session | ||
3606 | 2024.02.09 21:18:53.028945 [ 16 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 8 rows starting from the beginning of the part | ||
3607 | 2024.02.09 21:18:53.029067 [ 16 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
3608 | 2024.02.09 21:18:53.029088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3609 | 2024.02.09 21:18:53.029169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3610 | 2024.02.09 21:18:53.029231 [ 3 ] {} <Debug> HTTP-Session: 2531a2ea-35e6-4630-8132-daf448016a81 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3611 | 2024.02.09 21:18:53.029234 [ 16 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
3612 | 2024.02.09 21:18:53.029269 [ 3 ] {} <Debug> HTTP-Session: 2531a2ea-35e6-4630-8132-daf448016a81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3613 | 2024.02.09 21:18:53.029483 [ 16 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
3614 | 2024.02.09 21:18:53.029492 [ 3 ] {8e8ee5ec-99b9-4f40-9243-e1ae03cbb7b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3615 | 2024.02.09 21:18:53.029581 [ 3 ] {8e8ee5ec-99b9-4f40-9243-e1ae03cbb7b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3616 | 2024.02.09 21:18:53.029670 [ 16 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
3617 | 2024.02.09 21:18:53.029987 [ 16 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
3618 | 2024.02.09 21:18:53.030069 [ 3 ] {8e8ee5ec-99b9-4f40-9243-e1ae03cbb7b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3619 | 2024.02.09 21:18:53.030837 [ 3 ] {8e8ee5ec-99b9-4f40-9243-e1ae03cbb7b0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3620 | 2024.02.09 21:18:53.031372 [ 3 ] {8e8ee5ec-99b9-4f40-9243-e1ae03cbb7b0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
3621 | 2024.02.09 21:18:53.031434 [ 16 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002789621 sec., 6452.489424190598 rows/sec., 450.54 KiB/sec. | ||
3622 | 2024.02.09 21:18:53.031580 [ 24 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
3623 | 2024.02.09 21:18:53.031627 [ 3 ] {8e8ee5ec-99b9-4f40-9243-e1ae03cbb7b0} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0. | ||
3624 | 2024.02.09 21:18:53.031793 [ 3 ] {8e8ee5ec-99b9-4f40-9243-e1ae03cbb7b0} <Information> executeQuery: Read 29 rows, 2.30 KiB in 0.002239172 sec., 12951 rows/sec., 1.00 MiB/sec. | ||
3625 | 2024.02.09 21:18:53.031871 [ 24 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_10_2} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2. | ||
3626 | 2024.02.09 21:18:53.031994 [ 24 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_10_2} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9) (MergerMutator): Merged 6 parts: from all_1_5_1 to all_10_10_0 | ||
3627 | 2024.02.09 21:18:53.032020 [ 3 ] {8e8ee5ec-99b9-4f40-9243-e1ae03cbb7b0} <Debug> DynamicQueryHandler: Done processing query | ||
3628 | 2024.02.09 21:18:53.032081 [ 3 ] {8e8ee5ec-99b9-4f40-9243-e1ae03cbb7b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3629 | 2024.02.09 21:18:53.032114 [ 3 ] {} <Debug> HTTP-Session: 2531a2ea-35e6-4630-8132-daf448016a81 Destroying unnamed session | ||
3630 | 2024.02.09 21:18:53.032274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3631 | 2024.02.09 21:18:53.032320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3632 | 2024.02.09 21:18:53.032340 [ 3 ] {} <Debug> HTTP-Session: 25a634c1-25db-4bb3-b514-2d94fd1113ed Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3633 | 2024.02.09 21:18:53.032356 [ 3 ] {} <Debug> HTTP-Session: 25a634c1-25db-4bb3-b514-2d94fd1113ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3634 | 2024.02.09 21:18:53.032431 [ 3 ] {df8cbd02-8020-489c-97a6-c45ef03479cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3635 | 2024.02.09 21:18:53.032475 [ 3 ] {df8cbd02-8020-489c-97a6-c45ef03479cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3636 | 2024.02.09 21:18:53.032611 [ 3 ] {df8cbd02-8020-489c-97a6-c45ef03479cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3637 | 2024.02.09 21:18:53.032932 [ 3 ] {df8cbd02-8020-489c-97a6-c45ef03479cd} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3638 | 2024.02.09 21:18:53.033204 [ 3 ] {df8cbd02-8020-489c-97a6-c45ef03479cd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3639 | 2024.02.09 21:18:53.033385 [ 3 ] {df8cbd02-8020-489c-97a6-c45ef03479cd} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0. | ||
3640 | 2024.02.09 21:18:53.033492 [ 3 ] {df8cbd02-8020-489c-97a6-c45ef03479cd} <Information> executeQuery: Read 37 rows, 2.67 KiB in 0.001033479 sec., 35801 rows/sec., 2.52 MiB/sec. | ||
3641 | 2024.02.09 21:18:53.033688 [ 3 ] {df8cbd02-8020-489c-97a6-c45ef03479cd} <Debug> DynamicQueryHandler: Done processing query | ||
3642 | 2024.02.09 21:18:53.033711 [ 3 ] {df8cbd02-8020-489c-97a6-c45ef03479cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3643 | 2024.02.09 21:18:53.033727 [ 3 ] {} <Debug> HTTP-Session: 25a634c1-25db-4bb3-b514-2d94fd1113ed Destroying unnamed session | ||
3644 | 2024.02.09 21:18:53.033848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3645 | 2024.02.09 21:18:53.033892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3646 | 2024.02.09 21:18:53.033912 [ 3 ] {} <Debug> HTTP-Session: 7fbe3e2a-996c-420f-8729-07ce4cc8c446 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3647 | 2024.02.09 21:18:53.033928 [ 3 ] {} <Debug> HTTP-Session: 7fbe3e2a-996c-420f-8729-07ce4cc8c446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3648 | 2024.02.09 21:18:53.033998 [ 3 ] {7b65829c-cbfa-4643-bc42-554d7bb39656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3649 | 2024.02.09 21:18:53.034043 [ 3 ] {7b65829c-cbfa-4643-bc42-554d7bb39656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3650 | 2024.02.09 21:18:53.034196 [ 3 ] {7b65829c-cbfa-4643-bc42-554d7bb39656} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3651 | 2024.02.09 21:18:53.034492 [ 3 ] {7b65829c-cbfa-4643-bc42-554d7bb39656} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3652 | 2024.02.09 21:18:53.034766 [ 3 ] {7b65829c-cbfa-4643-bc42-554d7bb39656} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3653 | 2024.02.09 21:18:53.034942 [ 3 ] {7b65829c-cbfa-4643-bc42-554d7bb39656} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0. | ||
3654 | 2024.02.09 21:18:53.035063 [ 3 ] {7b65829c-cbfa-4643-bc42-554d7bb39656} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001024728 sec., 2927 rows/sec., 3.95 MiB/sec. | ||
3655 | 2024.02.09 21:18:53.035069 [ 126 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
3656 | 2024.02.09 21:18:53.035154 [ 126 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3657 | 2024.02.09 21:18:53.035283 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact | ||
3658 | 2024.02.09 21:18:53.035301 [ 3 ] {7b65829c-cbfa-4643-bc42-554d7bb39656} <Debug> DynamicQueryHandler: Done processing query | ||
3659 | 2024.02.09 21:18:53.035345 [ 3 ] {7b65829c-cbfa-4643-bc42-554d7bb39656} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3660 | 2024.02.09 21:18:53.035385 [ 3 ] {} <Debug> HTTP-Session: 7fbe3e2a-996c-420f-8729-07ce4cc8c446 Destroying unnamed session | ||
3661 | 2024.02.09 21:18:53.035442 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3662 | 2024.02.09 21:18:53.035482 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 695 rows starting from the beginning of the part | ||
3663 | 2024.02.09 21:18:53.035605 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 3 rows starting from the beginning of the part | ||
3664 | 2024.02.09 21:18:53.035704 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 49 rows starting from the beginning of the part | ||
3665 | 2024.02.09 21:18:53.035798 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 3 rows starting from the beginning of the part | ||
3666 | 2024.02.09 21:18:53.035894 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 49 rows starting from the beginning of the part | ||
3667 | 2024.02.09 21:18:53.035990 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 3 rows starting from the beginning of the part | ||
3668 | 2024.02.09 21:18:53.038321 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 802 rows, containing 6 columns (6 merged, 0 gathered) in 0.003103057 sec., 258454.80763002418 rows/sec., 348.77 MiB/sec. | ||
3669 | 2024.02.09 21:18:53.038677 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
3670 | 2024.02.09 21:18:53.038886 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6. | ||
3671 | 2024.02.09 21:18:53.038945 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_26_5 to all_31_31_0 | ||
3672 | 2024.02.09 21:18:53.039004 [ 18 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_31_6: 4.17 MiB. | ||
3673 | 2024.02.09 21:18:58.019413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3674 | 2024.02.09 21:18:58.019556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3675 | 2024.02.09 21:18:58.019586 [ 3 ] {} <Debug> HTTP-Session: a0f85566-eeda-4e21-bb93-036eaeb967e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3676 | 2024.02.09 21:18:58.019614 [ 3 ] {} <Debug> HTTP-Session: a0f85566-eeda-4e21-bb93-036eaeb967e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3677 | 2024.02.09 21:18:58.019755 [ 3 ] {316ecdd3-7005-459b-9f88-a26e820d4283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3678 | 2024.02.09 21:18:58.019821 [ 3 ] {316ecdd3-7005-459b-9f88-a26e820d4283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3679 | 2024.02.09 21:18:58.020004 [ 3 ] {316ecdd3-7005-459b-9f88-a26e820d4283} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3680 | 2024.02.09 21:18:58.020535 [ 3 ] {316ecdd3-7005-459b-9f88-a26e820d4283} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3681 | 2024.02.09 21:18:58.020826 [ 3 ] {316ecdd3-7005-459b-9f88-a26e820d4283} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
3682 | 2024.02.09 21:18:58.020989 [ 3 ] {316ecdd3-7005-459b-9f88-a26e820d4283} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0. | ||
3683 | 2024.02.09 21:18:58.021120 [ 3 ] {316ecdd3-7005-459b-9f88-a26e820d4283} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001324514 sec., 36994 rows/sec., 2.93 MiB/sec. | ||
3684 | 2024.02.09 21:18:58.021266 [ 3 ] {316ecdd3-7005-459b-9f88-a26e820d4283} <Debug> DynamicQueryHandler: Done processing query | ||
3685 | 2024.02.09 21:18:58.021289 [ 3 ] {316ecdd3-7005-459b-9f88-a26e820d4283} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3686 | 2024.02.09 21:18:58.021305 [ 3 ] {} <Debug> HTTP-Session: a0f85566-eeda-4e21-bb93-036eaeb967e7 Destroying unnamed session | ||
3687 | 2024.02.09 21:18:58.021441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3688 | 2024.02.09 21:18:58.021486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3689 | 2024.02.09 21:18:58.021505 [ 3 ] {} <Debug> HTTP-Session: 65096df9-730e-44b1-972d-8f730363c9fa Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3690 | 2024.02.09 21:18:58.021522 [ 3 ] {} <Debug> HTTP-Session: 65096df9-730e-44b1-972d-8f730363c9fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3691 | 2024.02.09 21:18:58.021599 [ 3 ] {7db317aa-2f0a-4fb1-808c-4991e3c143d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3692 | 2024.02.09 21:18:58.021637 [ 3 ] {7db317aa-2f0a-4fb1-808c-4991e3c143d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3693 | 2024.02.09 21:18:58.021742 [ 3 ] {7db317aa-2f0a-4fb1-808c-4991e3c143d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3694 | 2024.02.09 21:18:58.022132 [ 3 ] {7db317aa-2f0a-4fb1-808c-4991e3c143d6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3695 | 2024.02.09 21:18:58.022347 [ 3 ] {7db317aa-2f0a-4fb1-808c-4991e3c143d6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
3696 | 2024.02.09 21:18:58.022491 [ 3 ] {7db317aa-2f0a-4fb1-808c-4991e3c143d6} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0. | ||
3697 | 2024.02.09 21:18:58.022612 [ 3 ] {7db317aa-2f0a-4fb1-808c-4991e3c143d6} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.000985288 sec., 149194 rows/sec., 14.51 MiB/sec. | ||
3698 | 2024.02.09 21:18:58.022735 [ 3 ] {7db317aa-2f0a-4fb1-808c-4991e3c143d6} <Debug> DynamicQueryHandler: Done processing query | ||
3699 | 2024.02.09 21:18:58.022759 [ 3 ] {7db317aa-2f0a-4fb1-808c-4991e3c143d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3700 | 2024.02.09 21:18:58.022775 [ 3 ] {} <Debug> HTTP-Session: 65096df9-730e-44b1-972d-8f730363c9fa Destroying unnamed session | ||
3701 | 2024.02.09 21:18:58.022894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3702 | 2024.02.09 21:18:58.022938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3703 | 2024.02.09 21:18:58.022957 [ 3 ] {} <Debug> HTTP-Session: c4cb88c1-e644-40ea-a203-88f6dad01007 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3704 | 2024.02.09 21:18:58.022975 [ 3 ] {} <Debug> HTTP-Session: c4cb88c1-e644-40ea-a203-88f6dad01007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3705 | 2024.02.09 21:18:58.023046 [ 3 ] {2d67d0da-ad15-484e-896f-b73a74c641b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3706 | 2024.02.09 21:18:58.023084 [ 3 ] {2d67d0da-ad15-484e-896f-b73a74c641b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3707 | 2024.02.09 21:18:58.023190 [ 3 ] {2d67d0da-ad15-484e-896f-b73a74c641b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3708 | 2024.02.09 21:18:58.023513 [ 3 ] {2d67d0da-ad15-484e-896f-b73a74c641b5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3709 | 2024.02.09 21:18:58.023719 [ 3 ] {2d67d0da-ad15-484e-896f-b73a74c641b5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
3710 | 2024.02.09 21:18:58.023866 [ 3 ] {2d67d0da-ad15-484e-896f-b73a74c641b5} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0. | ||
3711 | 2024.02.09 21:18:58.023977 [ 3 ] {2d67d0da-ad15-484e-896f-b73a74c641b5} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000905297 sec., 54125 rows/sec., 4.23 MiB/sec. | ||
3712 | 2024.02.09 21:18:58.024081 [ 3 ] {2d67d0da-ad15-484e-896f-b73a74c641b5} <Debug> DynamicQueryHandler: Done processing query | ||
3713 | 2024.02.09 21:18:58.024103 [ 3 ] {2d67d0da-ad15-484e-896f-b73a74c641b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
3714 | 2024.02.09 21:18:58.024118 [ 3 ] {} <Debug> HTTP-Session: c4cb88c1-e644-40ea-a203-88f6dad01007 Destroying unnamed session | ||
3715 | 2024.02.09 21:18:58.024309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3716 | 2024.02.09 21:18:58.024351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3717 | 2024.02.09 21:18:58.024368 [ 3 ] {} <Debug> HTTP-Session: 6466b531-24bb-45e3-96dd-629f703e08df Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3718 | 2024.02.09 21:18:58.024385 [ 3 ] {} <Debug> HTTP-Session: 6466b531-24bb-45e3-96dd-629f703e08df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3719 | 2024.02.09 21:18:58.024470 [ 3 ] {33e4e85a-0a42-44ef-b78e-822d2f69e068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3720 | 2024.02.09 21:18:58.024515 [ 3 ] {33e4e85a-0a42-44ef-b78e-822d2f69e068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3721 | 2024.02.09 21:18:58.024646 [ 3 ] {33e4e85a-0a42-44ef-b78e-822d2f69e068} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3722 | 2024.02.09 21:18:58.025114 [ 3 ] {33e4e85a-0a42-44ef-b78e-822d2f69e068} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3723 | 2024.02.09 21:18:58.025428 [ 3 ] {33e4e85a-0a42-44ef-b78e-822d2f69e068} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
3724 | 2024.02.09 21:18:58.025607 [ 3 ] {33e4e85a-0a42-44ef-b78e-822d2f69e068} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0. | ||
3725 | 2024.02.09 21:18:58.025728 [ 3 ] {33e4e85a-0a42-44ef-b78e-822d2f69e068} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001230202 sec., 39830 rows/sec., 53.75 MiB/sec. | ||
3726 | 2024.02.09 21:18:58.025874 [ 3 ] {33e4e85a-0a42-44ef-b78e-822d2f69e068} <Debug> DynamicQueryHandler: Done processing query | ||
3727 | 2024.02.09 21:18:58.025897 [ 3 ] {33e4e85a-0a42-44ef-b78e-822d2f69e068} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3728 | 2024.02.09 21:18:58.025913 [ 3 ] {} <Debug> HTTP-Session: 6466b531-24bb-45e3-96dd-629f703e08df Destroying unnamed session | ||
3729 | 2024.02.09 21:19:03.017387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3730 | 2024.02.09 21:19:03.017560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3731 | 2024.02.09 21:19:03.017609 [ 3 ] {} <Debug> HTTP-Session: 63d574f7-4d28-4e49-b5a8-2d61ea896164 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3732 | 2024.02.09 21:19:03.017650 [ 3 ] {} <Debug> HTTP-Session: 63d574f7-4d28-4e49-b5a8-2d61ea896164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3733 | 2024.02.09 21:19:03.017822 [ 3 ] {8404233d-0bd7-45e8-ac59-e36713016dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3734 | 2024.02.09 21:19:03.017881 [ 3 ] {8404233d-0bd7-45e8-ac59-e36713016dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3735 | 2024.02.09 21:19:03.018039 [ 3 ] {8404233d-0bd7-45e8-ac59-e36713016dc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3736 | 2024.02.09 21:19:03.018438 [ 3 ] {8404233d-0bd7-45e8-ac59-e36713016dc7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3737 | 2024.02.09 21:19:03.018717 [ 3 ] {8404233d-0bd7-45e8-ac59-e36713016dc7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
3738 | 2024.02.09 21:19:03.018882 [ 3 ] {8404233d-0bd7-45e8-ac59-e36713016dc7} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0. | ||
3739 | 2024.02.09 21:19:03.018995 [ 3 ] {8404233d-0bd7-45e8-ac59-e36713016dc7} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001138131 sec., 2635 rows/sec., 213.65 KiB/sec. | ||
3740 | 2024.02.09 21:19:03.019132 [ 3 ] {8404233d-0bd7-45e8-ac59-e36713016dc7} <Debug> DynamicQueryHandler: Done processing query | ||
3741 | 2024.02.09 21:19:03.019158 [ 3 ] {8404233d-0bd7-45e8-ac59-e36713016dc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3742 | 2024.02.09 21:19:03.019174 [ 3 ] {} <Debug> HTTP-Session: 63d574f7-4d28-4e49-b5a8-2d61ea896164 Destroying unnamed session | ||
3743 | 2024.02.09 21:19:03.019296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3744 | 2024.02.09 21:19:03.019344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3745 | 2024.02.09 21:19:03.019364 [ 3 ] {} <Debug> HTTP-Session: cd0bda7a-a9b7-46ff-a304-a41ac6ec7815 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3746 | 2024.02.09 21:19:03.019383 [ 3 ] {} <Debug> HTTP-Session: cd0bda7a-a9b7-46ff-a304-a41ac6ec7815 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3747 | 2024.02.09 21:19:03.019463 [ 3 ] {3b158656-972d-4193-b7c9-4160d1bc2bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3748 | 2024.02.09 21:19:03.019507 [ 3 ] {3b158656-972d-4193-b7c9-4160d1bc2bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3749 | 2024.02.09 21:19:03.019613 [ 3 ] {3b158656-972d-4193-b7c9-4160d1bc2bf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3750 | 2024.02.09 21:19:03.019909 [ 3 ] {3b158656-972d-4193-b7c9-4160d1bc2bf2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3751 | 2024.02.09 21:19:03.020119 [ 3 ] {3b158656-972d-4193-b7c9-4160d1bc2bf2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
3752 | 2024.02.09 21:19:03.020273 [ 3 ] {3b158656-972d-4193-b7c9-4160d1bc2bf2} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0. | ||
3753 | 2024.02.09 21:19:03.020371 [ 3 ] {3b158656-972d-4193-b7c9-4160d1bc2bf2} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000879636 sec., 10231 rows/sec., 938.11 KiB/sec. | ||
3754 | 2024.02.09 21:19:03.020489 [ 3 ] {3b158656-972d-4193-b7c9-4160d1bc2bf2} <Debug> DynamicQueryHandler: Done processing query | ||
3755 | 2024.02.09 21:19:03.020512 [ 3 ] {3b158656-972d-4193-b7c9-4160d1bc2bf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
3756 | 2024.02.09 21:19:03.020529 [ 3 ] {} <Debug> HTTP-Session: cd0bda7a-a9b7-46ff-a304-a41ac6ec7815 Destroying unnamed session | ||
3757 | 2024.02.09 21:19:03.020683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3758 | 2024.02.09 21:19:03.020729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3759 | 2024.02.09 21:19:03.020749 [ 3 ] {} <Debug> HTTP-Session: 01e07e5e-ad77-4350-881e-a9ca712e0bbb Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3760 | 2024.02.09 21:19:03.020766 [ 3 ] {} <Debug> HTTP-Session: 01e07e5e-ad77-4350-881e-a9ca712e0bbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3761 | 2024.02.09 21:19:03.020836 [ 3 ] {9bac16c1-e9f4-4318-8c3c-32571ebf3113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3762 | 2024.02.09 21:19:03.020876 [ 3 ] {9bac16c1-e9f4-4318-8c3c-32571ebf3113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3763 | 2024.02.09 21:19:03.020980 [ 3 ] {9bac16c1-e9f4-4318-8c3c-32571ebf3113} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3764 | 2024.02.09 21:19:03.021235 [ 3 ] {9bac16c1-e9f4-4318-8c3c-32571ebf3113} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3765 | 2024.02.09 21:19:03.021438 [ 3 ] {9bac16c1-e9f4-4318-8c3c-32571ebf3113} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
3766 | 2024.02.09 21:19:03.021589 [ 3 ] {9bac16c1-e9f4-4318-8c3c-32571ebf3113} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0. | ||
3767 | 2024.02.09 21:19:03.021684 [ 3 ] {9bac16c1-e9f4-4318-8c3c-32571ebf3113} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000820815 sec., 3654 rows/sec., 292.68 KiB/sec. | ||
3768 | 2024.02.09 21:19:03.021783 [ 3 ] {9bac16c1-e9f4-4318-8c3c-32571ebf3113} <Debug> DynamicQueryHandler: Done processing query | ||
3769 | 2024.02.09 21:19:03.021805 [ 3 ] {9bac16c1-e9f4-4318-8c3c-32571ebf3113} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3770 | 2024.02.09 21:19:03.021820 [ 3 ] {} <Debug> HTTP-Session: 01e07e5e-ad77-4350-881e-a9ca712e0bbb Destroying unnamed session | ||
3771 | 2024.02.09 21:19:03.021925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3772 | 2024.02.09 21:19:03.021968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3773 | 2024.02.09 21:19:03.021987 [ 3 ] {} <Debug> HTTP-Session: 0ae59fac-d7a2-4103-9df7-59961d23eb02 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3774 | 2024.02.09 21:19:03.022004 [ 3 ] {} <Debug> HTTP-Session: 0ae59fac-d7a2-4103-9df7-59961d23eb02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3775 | 2024.02.09 21:19:03.022076 [ 3 ] {02d74241-8bdd-4780-96c3-f66e616e7406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3776 | 2024.02.09 21:19:03.022121 [ 3 ] {02d74241-8bdd-4780-96c3-f66e616e7406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3777 | 2024.02.09 21:19:03.022254 [ 3 ] {02d74241-8bdd-4780-96c3-f66e616e7406} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3778 | 2024.02.09 21:19:03.022531 [ 3 ] {02d74241-8bdd-4780-96c3-f66e616e7406} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3779 | 2024.02.09 21:19:03.022806 [ 3 ] {02d74241-8bdd-4780-96c3-f66e616e7406} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
3780 | 2024.02.09 21:19:03.022984 [ 3 ] {02d74241-8bdd-4780-96c3-f66e616e7406} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0. | ||
3781 | 2024.02.09 21:19:03.023085 [ 3 ] {02d74241-8bdd-4780-96c3-f66e616e7406} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.000982258 sec., 3054 rows/sec., 4.12 MiB/sec. | ||
3782 | 2024.02.09 21:19:03.023204 [ 3 ] {02d74241-8bdd-4780-96c3-f66e616e7406} <Debug> DynamicQueryHandler: Done processing query | ||
3783 | 2024.02.09 21:19:03.023227 [ 3 ] {02d74241-8bdd-4780-96c3-f66e616e7406} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3784 | 2024.02.09 21:19:03.023243 [ 3 ] {} <Debug> HTTP-Session: 0ae59fac-d7a2-4103-9df7-59961d23eb02 Destroying unnamed session | ||
3785 | 2024.02.09 21:19:06.766979 [ 157 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3786 | 2024.02.09 21:19:06.767048 [ 157 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3787 | 2024.02.09 21:19:08.019128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3788 | 2024.02.09 21:19:08.019325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3789 | 2024.02.09 21:19:08.019371 [ 3 ] {} <Debug> HTTP-Session: 46b479f3-f991-4b8d-b4dc-fbbcb7c1bd39 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3790 | 2024.02.09 21:19:08.019412 [ 3 ] {} <Debug> HTTP-Session: 46b479f3-f991-4b8d-b4dc-fbbcb7c1bd39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3791 | 2024.02.09 21:19:08.019610 [ 3 ] {987f72e6-e063-4a95-9de2-ac444d9b1d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3792 | 2024.02.09 21:19:08.019708 [ 3 ] {987f72e6-e063-4a95-9de2-ac444d9b1d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3793 | 2024.02.09 21:19:08.019953 [ 3 ] {987f72e6-e063-4a95-9de2-ac444d9b1d73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3794 | 2024.02.09 21:19:08.020438 [ 3 ] {987f72e6-e063-4a95-9de2-ac444d9b1d73} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3795 | 2024.02.09 21:19:08.020715 [ 3 ] {987f72e6-e063-4a95-9de2-ac444d9b1d73} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
3796 | 2024.02.09 21:19:08.020875 [ 3 ] {987f72e6-e063-4a95-9de2-ac444d9b1d73} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0. | ||
3797 | 2024.02.09 21:19:08.020994 [ 3 ] {987f72e6-e063-4a95-9de2-ac444d9b1d73} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001330964 sec., 36815 rows/sec., 2.91 MiB/sec. | ||
3798 | 2024.02.09 21:19:08.021190 [ 3 ] {987f72e6-e063-4a95-9de2-ac444d9b1d73} <Debug> DynamicQueryHandler: Done processing query | ||
3799 | 2024.02.09 21:19:08.021217 [ 3 ] {987f72e6-e063-4a95-9de2-ac444d9b1d73} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3800 | 2024.02.09 21:19:08.021233 [ 3 ] {} <Debug> HTTP-Session: 46b479f3-f991-4b8d-b4dc-fbbcb7c1bd39 Destroying unnamed session | ||
3801 | 2024.02.09 21:19:08.021459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3802 | 2024.02.09 21:19:08.021503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3803 | 2024.02.09 21:19:08.021523 [ 3 ] {} <Debug> HTTP-Session: 790a9c5c-6be0-4629-84d5-f301f4d129f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3804 | 2024.02.09 21:19:08.021540 [ 3 ] {} <Debug> HTTP-Session: 790a9c5c-6be0-4629-84d5-f301f4d129f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3805 | 2024.02.09 21:19:08.021617 [ 3 ] {7f2bdfcc-2e8b-4cc0-ba5c-cecaf774fe42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3806 | 2024.02.09 21:19:08.021658 [ 3 ] {7f2bdfcc-2e8b-4cc0-ba5c-cecaf774fe42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3807 | 2024.02.09 21:19:08.021769 [ 3 ] {7f2bdfcc-2e8b-4cc0-ba5c-cecaf774fe42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3808 | 2024.02.09 21:19:08.022229 [ 3 ] {7f2bdfcc-2e8b-4cc0-ba5c-cecaf774fe42} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3809 | 2024.02.09 21:19:08.022445 [ 3 ] {7f2bdfcc-2e8b-4cc0-ba5c-cecaf774fe42} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
3810 | 2024.02.09 21:19:08.022593 [ 3 ] {7f2bdfcc-2e8b-4cc0-ba5c-cecaf774fe42} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0. | ||
3811 | 2024.02.09 21:19:08.022692 [ 3 ] {7f2bdfcc-2e8b-4cc0-ba5c-cecaf774fe42} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.00104258 sec., 140996 rows/sec., 13.71 MiB/sec. | ||
3812 | 2024.02.09 21:19:08.022820 [ 3 ] {7f2bdfcc-2e8b-4cc0-ba5c-cecaf774fe42} <Debug> DynamicQueryHandler: Done processing query | ||
3813 | 2024.02.09 21:19:08.022842 [ 3 ] {7f2bdfcc-2e8b-4cc0-ba5c-cecaf774fe42} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3814 | 2024.02.09 21:19:08.022858 [ 3 ] {} <Debug> HTTP-Session: 790a9c5c-6be0-4629-84d5-f301f4d129f2 Destroying unnamed session | ||
3815 | 2024.02.09 21:19:08.022989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3816 | 2024.02.09 21:19:08.023033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3817 | 2024.02.09 21:19:08.023052 [ 3 ] {} <Debug> HTTP-Session: dd50b4d2-bd2d-429c-9b59-6baa14e05b45 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3818 | 2024.02.09 21:19:08.023068 [ 3 ] {} <Debug> HTTP-Session: dd50b4d2-bd2d-429c-9b59-6baa14e05b45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3819 | 2024.02.09 21:19:08.023139 [ 3 ] {3573f72a-7922-4777-abc8-ad63c7698d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3820 | 2024.02.09 21:19:08.023177 [ 3 ] {3573f72a-7922-4777-abc8-ad63c7698d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3821 | 2024.02.09 21:19:08.023281 [ 3 ] {3573f72a-7922-4777-abc8-ad63c7698d8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3822 | 2024.02.09 21:19:08.023631 [ 3 ] {3573f72a-7922-4777-abc8-ad63c7698d8d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3823 | 2024.02.09 21:19:08.023832 [ 3 ] {3573f72a-7922-4777-abc8-ad63c7698d8d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
3824 | 2024.02.09 21:19:08.023977 [ 3 ] {3573f72a-7922-4777-abc8-ad63c7698d8d} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0. | ||
3825 | 2024.02.09 21:19:08.024117 [ 3 ] {3573f72a-7922-4777-abc8-ad63c7698d8d} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000945968 sec., 51798 rows/sec., 4.05 MiB/sec. | ||
3826 | 2024.02.09 21:19:08.024236 [ 3 ] {3573f72a-7922-4777-abc8-ad63c7698d8d} <Debug> DynamicQueryHandler: Done processing query | ||
3827 | 2024.02.09 21:19:08.024258 [ 3 ] {3573f72a-7922-4777-abc8-ad63c7698d8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
3828 | 2024.02.09 21:19:08.024274 [ 3 ] {} <Debug> HTTP-Session: dd50b4d2-bd2d-429c-9b59-6baa14e05b45 Destroying unnamed session | ||
3829 | 2024.02.09 21:19:08.024467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3830 | 2024.02.09 21:19:08.024511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3831 | 2024.02.09 21:19:08.024529 [ 3 ] {} <Debug> HTTP-Session: bc3d3488-d4e1-43c4-a4c7-a27697c7a93b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3832 | 2024.02.09 21:19:08.024546 [ 3 ] {} <Debug> HTTP-Session: bc3d3488-d4e1-43c4-a4c7-a27697c7a93b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3833 | 2024.02.09 21:19:08.024633 [ 3 ] {e706ccd9-cd8e-4e81-9485-39d075060448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3834 | 2024.02.09 21:19:08.024677 [ 3 ] {e706ccd9-cd8e-4e81-9485-39d075060448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3835 | 2024.02.09 21:19:08.024839 [ 3 ] {e706ccd9-cd8e-4e81-9485-39d075060448} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3836 | 2024.02.09 21:19:08.025540 [ 3 ] {e706ccd9-cd8e-4e81-9485-39d075060448} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3837 | 2024.02.09 21:19:08.025863 [ 3 ] {e706ccd9-cd8e-4e81-9485-39d075060448} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
3838 | 2024.02.09 21:19:08.026046 [ 3 ] {e706ccd9-cd8e-4e81-9485-39d075060448} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0. | ||
3839 | 2024.02.09 21:19:08.026166 [ 3 ] {e706ccd9-cd8e-4e81-9485-39d075060448} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001506677 sec., 32521 rows/sec., 43.89 MiB/sec. | ||
3840 | 2024.02.09 21:19:08.026289 [ 3 ] {e706ccd9-cd8e-4e81-9485-39d075060448} <Debug> DynamicQueryHandler: Done processing query | ||
3841 | 2024.02.09 21:19:08.026311 [ 3 ] {e706ccd9-cd8e-4e81-9485-39d075060448} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3842 | 2024.02.09 21:19:08.026326 [ 3 ] {} <Debug> HTTP-Session: bc3d3488-d4e1-43c4-a4c7-a27697c7a93b Destroying unnamed session | ||
3843 | 2024.02.09 21:19:13.017219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3844 | 2024.02.09 21:19:13.017392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3845 | 2024.02.09 21:19:13.017440 [ 3 ] {} <Debug> HTTP-Session: 63dfd87b-40ce-4d5b-804e-bb7689241f1e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3846 | 2024.02.09 21:19:13.017481 [ 3 ] {} <Debug> HTTP-Session: 63dfd87b-40ce-4d5b-804e-bb7689241f1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3847 | 2024.02.09 21:19:13.017677 [ 3 ] {cd35877e-888c-4a41-83a3-d352fc893af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3848 | 2024.02.09 21:19:13.017776 [ 3 ] {cd35877e-888c-4a41-83a3-d352fc893af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3849 | 2024.02.09 21:19:13.018039 [ 3 ] {cd35877e-888c-4a41-83a3-d352fc893af4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3850 | 2024.02.09 21:19:13.018484 [ 3 ] {cd35877e-888c-4a41-83a3-d352fc893af4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3851 | 2024.02.09 21:19:13.018747 [ 3 ] {cd35877e-888c-4a41-83a3-d352fc893af4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
3852 | 2024.02.09 21:19:13.018913 [ 3 ] {cd35877e-888c-4a41-83a3-d352fc893af4} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0. | ||
3853 | 2024.02.09 21:19:13.019028 [ 3 ] {cd35877e-888c-4a41-83a3-d352fc893af4} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001293344 sec., 2319 rows/sec., 188.01 KiB/sec. | ||
3854 | 2024.02.09 21:19:13.019179 [ 3 ] {cd35877e-888c-4a41-83a3-d352fc893af4} <Debug> DynamicQueryHandler: Done processing query | ||
3855 | 2024.02.09 21:19:13.019207 [ 3 ] {cd35877e-888c-4a41-83a3-d352fc893af4} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3856 | 2024.02.09 21:19:13.019224 [ 3 ] {} <Debug> HTTP-Session: 63dfd87b-40ce-4d5b-804e-bb7689241f1e Destroying unnamed session | ||
3857 | 2024.02.09 21:19:13.019358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3858 | 2024.02.09 21:19:13.019410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3859 | 2024.02.09 21:19:13.019431 [ 3 ] {} <Debug> HTTP-Session: 2ad5e69d-c31e-4225-8ec4-0fa3b7d91fa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3860 | 2024.02.09 21:19:13.019449 [ 3 ] {} <Debug> HTTP-Session: 2ad5e69d-c31e-4225-8ec4-0fa3b7d91fa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3861 | 2024.02.09 21:19:13.019529 [ 3 ] {2a3f42e1-2198-4db1-8aee-e32d585a65f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3862 | 2024.02.09 21:19:13.019571 [ 3 ] {2a3f42e1-2198-4db1-8aee-e32d585a65f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3863 | 2024.02.09 21:19:13.019679 [ 3 ] {2a3f42e1-2198-4db1-8aee-e32d585a65f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3864 | 2024.02.09 21:19:13.019983 [ 3 ] {2a3f42e1-2198-4db1-8aee-e32d585a65f5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3865 | 2024.02.09 21:19:13.020197 [ 3 ] {2a3f42e1-2198-4db1-8aee-e32d585a65f5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
3866 | 2024.02.09 21:19:13.020349 [ 3 ] {2a3f42e1-2198-4db1-8aee-e32d585a65f5} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0. | ||
3867 | 2024.02.09 21:19:13.020449 [ 3 ] {2a3f42e1-2198-4db1-8aee-e32d585a65f5} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000892406 sec., 10085 rows/sec., 924.69 KiB/sec. | ||
3868 | 2024.02.09 21:19:13.020441 [ 155 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
3869 | 2024.02.09 21:19:13.020513 [ 155 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3870 | 2024.02.09 21:19:13.020596 [ 3 ] {2a3f42e1-2198-4db1-8aee-e32d585a65f5} <Debug> DynamicQueryHandler: Done processing query | ||
3871 | 2024.02.09 21:19:13.020631 [ 3 ] {2a3f42e1-2198-4db1-8aee-e32d585a65f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
3872 | 2024.02.09 21:19:13.020639 [ 16 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact | ||
3873 | 2024.02.09 21:19:13.020653 [ 3 ] {} <Debug> HTTP-Session: 2ad5e69d-c31e-4225-8ec4-0fa3b7d91fa3 Destroying unnamed session | ||
3874 | 2024.02.09 21:19:13.020795 [ 16 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3875 | 2024.02.09 21:19:13.020853 [ 16 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 196 rows starting from the beginning of the part | ||
3876 | 2024.02.09 21:19:13.020856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3877 | 2024.02.09 21:19:13.020957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3878 | 2024.02.09 21:19:13.020993 [ 3 ] {} <Debug> HTTP-Session: 8f64c889-9ad9-47b9-b7a0-c933c2e4adbb Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3879 | 2024.02.09 21:19:13.021062 [ 3 ] {} <Debug> HTTP-Session: 8f64c889-9ad9-47b9-b7a0-c933c2e4adbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3880 | 2024.02.09 21:19:13.021088 [ 16 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 46 rows starting from the beginning of the part | ||
3881 | 2024.02.09 21:19:13.021257 [ 3 ] {41b3d67f-2ab3-49e8-8234-d6e99dc2e24b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3882 | 2024.02.09 21:19:13.021356 [ 16 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 147 rows starting from the beginning of the part | ||
3883 | 2024.02.09 21:19:13.021367 [ 3 ] {41b3d67f-2ab3-49e8-8234-d6e99dc2e24b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3884 | 2024.02.09 21:19:13.021630 [ 16 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part | ||
3885 | 2024.02.09 21:19:13.021814 [ 3 ] {41b3d67f-2ab3-49e8-8234-d6e99dc2e24b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3886 | 2024.02.09 21:19:13.021859 [ 16 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 147 rows starting from the beginning of the part | ||
3887 | 2024.02.09 21:19:13.022036 [ 16 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part | ||
3888 | 2024.02.09 21:19:13.022585 [ 3 ] {41b3d67f-2ab3-49e8-8234-d6e99dc2e24b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3889 | 2024.02.09 21:19:13.022931 [ 3 ] {41b3d67f-2ab3-49e8-8234-d6e99dc2e24b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
3890 | 2024.02.09 21:19:13.023255 [ 3 ] {41b3d67f-2ab3-49e8-8234-d6e99dc2e24b} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0. | ||
3891 | 2024.02.09 21:19:13.023406 [ 155 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
3892 | 2024.02.09 21:19:13.023486 [ 3 ] {41b3d67f-2ab3-49e8-8234-d6e99dc2e24b} <Information> executeQuery: Read 3 rows, 246.00 B in 0.00215944 sec., 1389 rows/sec., 111.25 KiB/sec. | ||
3893 | 2024.02.09 21:19:13.023488 [ 155 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3894 | 2024.02.09 21:19:13.023786 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact | ||
3895 | 2024.02.09 21:19:13.024181 [ 3 ] {41b3d67f-2ab3-49e8-8234-d6e99dc2e24b} <Debug> DynamicQueryHandler: Done processing query | ||
3896 | 2024.02.09 21:19:13.024276 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3897 | 2024.02.09 21:19:13.024313 [ 3 ] {41b3d67f-2ab3-49e8-8234-d6e99dc2e24b} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
3898 | 2024.02.09 21:19:13.024364 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 102 rows starting from the beginning of the part | ||
3899 | 2024.02.09 21:19:13.024376 [ 3 ] {} <Debug> HTTP-Session: 8f64c889-9ad9-47b9-b7a0-c933c2e4adbb Destroying unnamed session | ||
3900 | 2024.02.09 21:19:13.024374 [ 11 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 554 rows, containing 4 columns (4 merged, 0 gathered) in 0.003778619 sec., 146614.41124389626 rows/sec., 13.75 MiB/sec. | ||
3901 | 2024.02.09 21:19:13.024599 [ 11 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
3902 | 2024.02.09 21:19:13.024644 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 29 rows starting from the beginning of the part | ||
3903 | 2024.02.09 21:19:13.024704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3904 | 2024.02.09 21:19:13.024851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3905 | 2024.02.09 21:19:13.024946 [ 3 ] {} <Debug> HTTP-Session: 4a2a56cb-c96d-4b34-b86b-30963320ef74 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3906 | 2024.02.09 21:19:13.024948 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 49 rows starting from the beginning of the part | ||
3907 | 2024.02.09 21:19:13.024988 [ 11 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_36_7} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7. | ||
3908 | 2024.02.09 21:19:13.025011 [ 3 ] {} <Debug> HTTP-Session: 4a2a56cb-c96d-4b34-b86b-30963320ef74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3909 | 2024.02.09 21:19:13.025167 [ 11 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_36_7} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_31_6 to all_36_36_0 | ||
3910 | 2024.02.09 21:19:13.025287 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 3 rows starting from the beginning of the part | ||
3911 | 2024.02.09 21:19:13.025436 [ 3 ] {6484fff1-749d-493a-bfe6-377114aa0c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3912 | 2024.02.09 21:19:13.025576 [ 3 ] {6484fff1-749d-493a-bfe6-377114aa0c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3913 | 2024.02.09 21:19:13.025582 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 49 rows starting from the beginning of the part | ||
3914 | 2024.02.09 21:19:13.025910 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 3 rows starting from the beginning of the part | ||
3915 | 2024.02.09 21:19:13.026252 [ 3 ] {6484fff1-749d-493a-bfe6-377114aa0c44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3916 | 2024.02.09 21:19:13.027224 [ 3 ] {6484fff1-749d-493a-bfe6-377114aa0c44} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3917 | 2024.02.09 21:19:13.027827 [ 22 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 235 rows, containing 4 columns (4 merged, 0 gathered) in 0.004227667 sec., 55586.2133890867 rows/sec., 4.34 MiB/sec. | ||
3918 | 2024.02.09 21:19:13.027926 [ 3 ] {6484fff1-749d-493a-bfe6-377114aa0c44} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
3919 | 2024.02.09 21:19:13.027979 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
3920 | 2024.02.09 21:19:13.028229 [ 3 ] {6484fff1-749d-493a-bfe6-377114aa0c44} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0. | ||
3921 | 2024.02.09 21:19:13.028259 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_36_7} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7. | ||
3922 | 2024.02.09 21:19:13.028381 [ 18 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_36_7} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_31_6 to all_36_36_0 | ||
3923 | 2024.02.09 21:19:13.028468 [ 3 ] {6484fff1-749d-493a-bfe6-377114aa0c44} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.002968784 sec., 1010 rows/sec., 1.36 MiB/sec. | ||
3924 | 2024.02.09 21:19:13.028774 [ 3 ] {6484fff1-749d-493a-bfe6-377114aa0c44} <Debug> DynamicQueryHandler: Done processing query | ||
3925 | 2024.02.09 21:19:13.028798 [ 3 ] {6484fff1-749d-493a-bfe6-377114aa0c44} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3926 | 2024.02.09 21:19:13.028814 [ 3 ] {} <Debug> HTTP-Session: 4a2a56cb-c96d-4b34-b86b-30963320ef74 Destroying unnamed session | ||
3927 | 2024.02.09 21:19:18.019121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3928 | 2024.02.09 21:19:18.019285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3929 | 2024.02.09 21:19:18.019328 [ 3 ] {} <Debug> HTTP-Session: a16dc329-63d6-4294-a735-8bf6cb226e26 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3930 | 2024.02.09 21:19:18.019366 [ 3 ] {} <Debug> HTTP-Session: a16dc329-63d6-4294-a735-8bf6cb226e26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3931 | 2024.02.09 21:19:18.019548 [ 3 ] {199cf0e3-7a66-4098-a064-40669796c689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3932 | 2024.02.09 21:19:18.019635 [ 3 ] {199cf0e3-7a66-4098-a064-40669796c689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3933 | 2024.02.09 21:19:18.019877 [ 3 ] {199cf0e3-7a66-4098-a064-40669796c689} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3934 | 2024.02.09 21:19:18.020441 [ 3 ] {199cf0e3-7a66-4098-a064-40669796c689} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3935 | 2024.02.09 21:19:18.020708 [ 3 ] {199cf0e3-7a66-4098-a064-40669796c689} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
3936 | 2024.02.09 21:19:18.020868 [ 3 ] {199cf0e3-7a66-4098-a064-40669796c689} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0. | ||
3937 | 2024.02.09 21:19:18.020988 [ 3 ] {199cf0e3-7a66-4098-a064-40669796c689} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001391296 sec., 35218 rows/sec., 2.79 MiB/sec. | ||
3938 | 2024.02.09 21:19:18.020983 [ 151 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
3939 | 2024.02.09 21:19:18.021069 [ 151 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3940 | 2024.02.09 21:19:18.021190 [ 3 ] {199cf0e3-7a66-4098-a064-40669796c689} <Debug> DynamicQueryHandler: Done processing query | ||
3941 | 2024.02.09 21:19:18.021237 [ 3 ] {199cf0e3-7a66-4098-a064-40669796c689} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
3942 | 2024.02.09 21:19:18.021246 [ 22 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact | ||
3943 | 2024.02.09 21:19:18.021266 [ 3 ] {} <Debug> HTTP-Session: a16dc329-63d6-4294-a735-8bf6cb226e26 Destroying unnamed session | ||
3944 | 2024.02.09 21:19:18.021388 [ 22 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3945 | 2024.02.09 21:19:18.021424 [ 22 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 52 rows starting from the beginning of the part | ||
3946 | 2024.02.09 21:19:18.021524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3947 | 2024.02.09 21:19:18.021615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3948 | 2024.02.09 21:19:18.021623 [ 22 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 49 rows starting from the beginning of the part | ||
3949 | 2024.02.09 21:19:18.021645 [ 3 ] {} <Debug> HTTP-Session: e33e0ecf-b657-4546-a928-ee9e993641a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3950 | 2024.02.09 21:19:18.021702 [ 3 ] {} <Debug> HTTP-Session: e33e0ecf-b657-4546-a928-ee9e993641a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3951 | 2024.02.09 21:19:18.021898 [ 22 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 3 rows starting from the beginning of the part | ||
3952 | 2024.02.09 21:19:18.021915 [ 3 ] {921f5058-b336-4dfe-bb6e-4ddf835a2be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3953 | 2024.02.09 21:19:18.022009 [ 3 ] {921f5058-b336-4dfe-bb6e-4ddf835a2be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3954 | 2024.02.09 21:19:18.022175 [ 22 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 49 rows starting from the beginning of the part | ||
3955 | 2024.02.09 21:19:18.022503 [ 3 ] {921f5058-b336-4dfe-bb6e-4ddf835a2be8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3956 | 2024.02.09 21:19:18.022519 [ 22 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 3 rows starting from the beginning of the part | ||
3957 | 2024.02.09 21:19:18.022703 [ 22 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 49 rows starting from the beginning of the part | ||
3958 | 2024.02.09 21:19:18.023254 [ 3 ] {921f5058-b336-4dfe-bb6e-4ddf835a2be8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3959 | 2024.02.09 21:19:18.023737 [ 3 ] {921f5058-b336-4dfe-bb6e-4ddf835a2be8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
3960 | 2024.02.09 21:19:18.024024 [ 22 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 4 columns (4 merged, 0 gathered) in 0.002887663 sec., 70991.6635009002 rows/sec., 5.62 MiB/sec. | ||
3961 | 2024.02.09 21:19:18.024040 [ 3 ] {921f5058-b336-4dfe-bb6e-4ddf835a2be8} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0. | ||
3962 | 2024.02.09 21:19:18.024152 [ 22 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
3963 | 2024.02.09 21:19:18.024288 [ 3 ] {921f5058-b336-4dfe-bb6e-4ddf835a2be8} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.002287922 sec., 64250 rows/sec., 6.25 MiB/sec. | ||
3964 | 2024.02.09 21:19:18.024526 [ 3 ] {921f5058-b336-4dfe-bb6e-4ddf835a2be8} <Debug> DynamicQueryHandler: Done processing query | ||
3965 | 2024.02.09 21:19:18.024530 [ 22 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_36_7} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7. | ||
3966 | 2024.02.09 21:19:18.024564 [ 3 ] {921f5058-b336-4dfe-bb6e-4ddf835a2be8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3967 | 2024.02.09 21:19:18.024603 [ 3 ] {} <Debug> HTTP-Session: e33e0ecf-b657-4546-a928-ee9e993641a5 Destroying unnamed session | ||
3968 | 2024.02.09 21:19:18.024649 [ 22 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_36_7} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_31_6 to all_36_36_0 | ||
3969 | 2024.02.09 21:19:18.024755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3970 | 2024.02.09 21:19:18.024807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3971 | 2024.02.09 21:19:18.024826 [ 3 ] {} <Debug> HTTP-Session: 63c4e9eb-3603-4f05-af28-ea92949ea9ef Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3972 | 2024.02.09 21:19:18.024843 [ 3 ] {} <Debug> HTTP-Session: 63c4e9eb-3603-4f05-af28-ea92949ea9ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3973 | 2024.02.09 21:19:18.024922 [ 3 ] {e78c24ed-6b14-4dbe-abaa-5f739ad64d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3974 | 2024.02.09 21:19:18.024963 [ 3 ] {e78c24ed-6b14-4dbe-abaa-5f739ad64d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3975 | 2024.02.09 21:19:18.025082 [ 3 ] {e78c24ed-6b14-4dbe-abaa-5f739ad64d2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3976 | 2024.02.09 21:19:18.025395 [ 3 ] {e78c24ed-6b14-4dbe-abaa-5f739ad64d2b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3977 | 2024.02.09 21:19:18.025604 [ 3 ] {e78c24ed-6b14-4dbe-abaa-5f739ad64d2b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
3978 | 2024.02.09 21:19:18.025755 [ 3 ] {e78c24ed-6b14-4dbe-abaa-5f739ad64d2b} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0. | ||
3979 | 2024.02.09 21:19:18.025851 [ 3 ] {e78c24ed-6b14-4dbe-abaa-5f739ad64d2b} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000901676 sec., 54343 rows/sec., 4.25 MiB/sec. | ||
3980 | 2024.02.09 21:19:18.025965 [ 3 ] {e78c24ed-6b14-4dbe-abaa-5f739ad64d2b} <Debug> DynamicQueryHandler: Done processing query | ||
3981 | 2024.02.09 21:19:18.025989 [ 3 ] {e78c24ed-6b14-4dbe-abaa-5f739ad64d2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
3982 | 2024.02.09 21:19:18.026005 [ 3 ] {} <Debug> HTTP-Session: 63c4e9eb-3603-4f05-af28-ea92949ea9ef Destroying unnamed session | ||
3983 | 2024.02.09 21:19:18.026197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3984 | 2024.02.09 21:19:18.026243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3985 | 2024.02.09 21:19:18.026262 [ 3 ] {} <Debug> HTTP-Session: 60b81f0b-457d-4146-931e-86e1389c2459 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
3986 | 2024.02.09 21:19:18.026279 [ 3 ] {} <Debug> HTTP-Session: 60b81f0b-457d-4146-931e-86e1389c2459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3987 | 2024.02.09 21:19:18.026366 [ 3 ] {dff4d6a3-0754-43e3-95c3-dad43fc66e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3988 | 2024.02.09 21:19:18.026411 [ 3 ] {dff4d6a3-0754-43e3-95c3-dad43fc66e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3989 | 2024.02.09 21:19:18.026544 [ 3 ] {dff4d6a3-0754-43e3-95c3-dad43fc66e7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3990 | 2024.02.09 21:19:18.027026 [ 3 ] {dff4d6a3-0754-43e3-95c3-dad43fc66e7a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3991 | 2024.02.09 21:19:18.027400 [ 3 ] {dff4d6a3-0754-43e3-95c3-dad43fc66e7a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
3992 | 2024.02.09 21:19:18.027594 [ 3 ] {dff4d6a3-0754-43e3-95c3-dad43fc66e7a} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0. | ||
3993 | 2024.02.09 21:19:18.027686 [ 151 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
3994 | 2024.02.09 21:19:18.027701 [ 3 ] {dff4d6a3-0754-43e3-95c3-dad43fc66e7a} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001306814 sec., 37495 rows/sec., 50.60 MiB/sec. | ||
3995 | 2024.02.09 21:19:18.027718 [ 151 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.53 GiB. | ||
3996 | 2024.02.09 21:19:18.027876 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact | ||
3997 | 2024.02.09 21:19:18.027935 [ 3 ] {dff4d6a3-0754-43e3-95c3-dad43fc66e7a} <Debug> DynamicQueryHandler: Done processing query | ||
3998 | 2024.02.09 21:19:18.027974 [ 3 ] {dff4d6a3-0754-43e3-95c3-dad43fc66e7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3999 | 2024.02.09 21:19:18.028020 [ 3 ] {} <Debug> HTTP-Session: 60b81f0b-457d-4146-931e-86e1389c2459 Destroying unnamed session | ||
4000 | 2024.02.09 21:19:18.028068 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4001 | 2024.02.09 21:19:18.028110 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 802 rows starting from the beginning of the part | ||
4002 | 2024.02.09 21:19:18.028228 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 49 rows starting from the beginning of the part | ||
4003 | 2024.02.09 21:19:18.028326 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 3 rows starting from the beginning of the part | ||
4004 | 2024.02.09 21:19:18.028416 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 49 rows starting from the beginning of the part | ||
4005 | 2024.02.09 21:19:18.028502 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 3 rows starting from the beginning of the part | ||
4006 | 2024.02.09 21:19:18.028584 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 49 rows starting from the beginning of the part | ||
4007 | 2024.02.09 21:19:18.038232 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 955 rows, containing 6 columns (6 merged, 0 gathered) in 0.010454192 sec., 91350.91454222384 rows/sec., 123.27 MiB/sec. | ||
4008 | 2024.02.09 21:19:18.038721 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4009 | 2024.02.09 21:19:18.039004 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7. | ||
4010 | 2024.02.09 21:19:18.039077 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_31_6 to all_36_36_0 | ||
4011 | 2024.02.09 21:19:18.039150 [ 14 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_36_7: 8.78 MiB. | ||
4012 | 2024.02.09 21:19:19.000138 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.23 MiB, peak 240.99 MiB, will set to 234.00 MiB (RSS), difference: 1.76 MiB | ||
4013 | 2024.02.09 21:19:21.767333 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4014 | 2024.02.09 21:19:21.767423 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4015 | 2024.02.09 21:19:23.018278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4016 | 2024.02.09 21:19:23.018396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4017 | 2024.02.09 21:19:23.018421 [ 3 ] {} <Debug> HTTP-Session: 5987e3ec-76f2-4a1f-a126-9804b95f8d27 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4018 | 2024.02.09 21:19:23.018445 [ 3 ] {} <Debug> HTTP-Session: 5987e3ec-76f2-4a1f-a126-9804b95f8d27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4019 | 2024.02.09 21:19:23.018569 [ 3 ] {5dba9cc1-ae51-482d-982d-9a54a1a4cee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4020 | 2024.02.09 21:19:23.018627 [ 3 ] {5dba9cc1-ae51-482d-982d-9a54a1a4cee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4021 | 2024.02.09 21:19:23.018786 [ 3 ] {5dba9cc1-ae51-482d-982d-9a54a1a4cee2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4022 | 2024.02.09 21:19:23.019204 [ 3 ] {5dba9cc1-ae51-482d-982d-9a54a1a4cee2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4023 | 2024.02.09 21:19:23.019461 [ 3 ] {5dba9cc1-ae51-482d-982d-9a54a1a4cee2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4024 | 2024.02.09 21:19:23.019622 [ 3 ] {5dba9cc1-ae51-482d-982d-9a54a1a4cee2} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0. | ||
4025 | 2024.02.09 21:19:23.019730 [ 3 ] {5dba9cc1-ae51-482d-982d-9a54a1a4cee2} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001127651 sec., 2660 rows/sec., 215.64 KiB/sec. | ||
4026 | 2024.02.09 21:19:23.019866 [ 3 ] {5dba9cc1-ae51-482d-982d-9a54a1a4cee2} <Debug> DynamicQueryHandler: Done processing query | ||
4027 | 2024.02.09 21:19:23.019890 [ 3 ] {5dba9cc1-ae51-482d-982d-9a54a1a4cee2} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4028 | 2024.02.09 21:19:23.019906 [ 3 ] {} <Debug> HTTP-Session: 5987e3ec-76f2-4a1f-a126-9804b95f8d27 Destroying unnamed session | ||
4029 | 2024.02.09 21:19:23.020024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4030 | 2024.02.09 21:19:23.020069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4031 | 2024.02.09 21:19:23.020087 [ 3 ] {} <Debug> HTTP-Session: f45b3070-b6e5-42a1-9886-333face7f8d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4032 | 2024.02.09 21:19:23.020105 [ 3 ] {} <Debug> HTTP-Session: f45b3070-b6e5-42a1-9886-333face7f8d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4033 | 2024.02.09 21:19:23.020177 [ 3 ] {db9caea5-efae-47c1-8906-cf4950f929b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4034 | 2024.02.09 21:19:23.020217 [ 3 ] {db9caea5-efae-47c1-8906-cf4950f929b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4035 | 2024.02.09 21:19:23.020321 [ 3 ] {db9caea5-efae-47c1-8906-cf4950f929b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4036 | 2024.02.09 21:19:23.020618 [ 3 ] {db9caea5-efae-47c1-8906-cf4950f929b2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4037 | 2024.02.09 21:19:23.020828 [ 3 ] {db9caea5-efae-47c1-8906-cf4950f929b2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4038 | 2024.02.09 21:19:23.020978 [ 3 ] {db9caea5-efae-47c1-8906-cf4950f929b2} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0. | ||
4039 | 2024.02.09 21:19:23.021078 [ 3 ] {db9caea5-efae-47c1-8906-cf4950f929b2} <Information> executeQuery: Read 45 rows, 3.59 KiB in 0.000873207 sec., 51534 rows/sec., 4.02 MiB/sec. | ||
4040 | 2024.02.09 21:19:23.021194 [ 3 ] {db9caea5-efae-47c1-8906-cf4950f929b2} <Debug> DynamicQueryHandler: Done processing query | ||
4041 | 2024.02.09 21:19:23.021216 [ 3 ] {db9caea5-efae-47c1-8906-cf4950f929b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4042 | 2024.02.09 21:19:23.021233 [ 3 ] {} <Debug> HTTP-Session: f45b3070-b6e5-42a1-9886-333face7f8d5 Destroying unnamed session | ||
4043 | 2024.02.09 21:19:23.021351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4044 | 2024.02.09 21:19:23.021395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4045 | 2024.02.09 21:19:23.021413 [ 3 ] {} <Debug> HTTP-Session: 62afbbc8-12cf-406d-95a7-ce93eec11b55 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4046 | 2024.02.09 21:19:23.021430 [ 3 ] {} <Debug> HTTP-Session: 62afbbc8-12cf-406d-95a7-ce93eec11b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4047 | 2024.02.09 21:19:23.021501 [ 3 ] {b39cc4fa-193f-4f39-a9cd-1563714c5bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4048 | 2024.02.09 21:19:23.021540 [ 3 ] {b39cc4fa-193f-4f39-a9cd-1563714c5bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4049 | 2024.02.09 21:19:23.021643 [ 3 ] {b39cc4fa-193f-4f39-a9cd-1563714c5bdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4050 | 2024.02.09 21:19:23.021923 [ 3 ] {b39cc4fa-193f-4f39-a9cd-1563714c5bdf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4051 | 2024.02.09 21:19:23.022123 [ 3 ] {b39cc4fa-193f-4f39-a9cd-1563714c5bdf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4052 | 2024.02.09 21:19:23.022274 [ 3 ] {b39cc4fa-193f-4f39-a9cd-1563714c5bdf} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0. | ||
4053 | 2024.02.09 21:19:23.022371 [ 3 ] {b39cc4fa-193f-4f39-a9cd-1563714c5bdf} <Information> executeQuery: Read 27 rows, 2.14 KiB in 0.000842905 sec., 32032 rows/sec., 2.48 MiB/sec. | ||
4054 | 2024.02.09 21:19:23.022485 [ 3 ] {b39cc4fa-193f-4f39-a9cd-1563714c5bdf} <Debug> DynamicQueryHandler: Done processing query | ||
4055 | 2024.02.09 21:19:23.022509 [ 3 ] {b39cc4fa-193f-4f39-a9cd-1563714c5bdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4056 | 2024.02.09 21:19:23.022525 [ 3 ] {} <Debug> HTTP-Session: 62afbbc8-12cf-406d-95a7-ce93eec11b55 Destroying unnamed session | ||
4057 | 2024.02.09 21:19:23.022681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4058 | 2024.02.09 21:19:23.022726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4059 | 2024.02.09 21:19:23.022744 [ 3 ] {} <Debug> HTTP-Session: efe297cf-6e4a-4027-922f-e95bdabcca6a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4060 | 2024.02.09 21:19:23.022761 [ 3 ] {} <Debug> HTTP-Session: efe297cf-6e4a-4027-922f-e95bdabcca6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4061 | 2024.02.09 21:19:23.022831 [ 3 ] {d99dea7b-4fd0-4f7e-bde4-6e9ac46de553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4062 | 2024.02.09 21:19:23.022874 [ 3 ] {d99dea7b-4fd0-4f7e-bde4-6e9ac46de553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4063 | 2024.02.09 21:19:23.022992 [ 3 ] {d99dea7b-4fd0-4f7e-bde4-6e9ac46de553} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4064 | 2024.02.09 21:19:23.023281 [ 3 ] {d99dea7b-4fd0-4f7e-bde4-6e9ac46de553} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4065 | 2024.02.09 21:19:23.023553 [ 3 ] {d99dea7b-4fd0-4f7e-bde4-6e9ac46de553} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4066 | 2024.02.09 21:19:23.023732 [ 3 ] {d99dea7b-4fd0-4f7e-bde4-6e9ac46de553} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0. | ||
4067 | 2024.02.09 21:19:23.023828 [ 3 ] {d99dea7b-4fd0-4f7e-bde4-6e9ac46de553} <Information> executeQuery: Read 36 rows, 2.60 KiB in 0.000970198 sec., 37105 rows/sec., 2.62 MiB/sec. | ||
4068 | 2024.02.09 21:19:23.023961 [ 3 ] {d99dea7b-4fd0-4f7e-bde4-6e9ac46de553} <Debug> DynamicQueryHandler: Done processing query | ||
4069 | 2024.02.09 21:19:23.023985 [ 3 ] {d99dea7b-4fd0-4f7e-bde4-6e9ac46de553} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4070 | 2024.02.09 21:19:23.024001 [ 3 ] {} <Debug> HTTP-Session: efe297cf-6e4a-4027-922f-e95bdabcca6a Destroying unnamed session | ||
4071 | 2024.02.09 21:19:23.024133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4072 | 2024.02.09 21:19:23.024176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4073 | 2024.02.09 21:19:23.024196 [ 3 ] {} <Debug> HTTP-Session: ddcae271-15de-4b0a-a04f-998c8312229a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4074 | 2024.02.09 21:19:23.024214 [ 3 ] {} <Debug> HTTP-Session: ddcae271-15de-4b0a-a04f-998c8312229a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4075 | 2024.02.09 21:19:23.024283 [ 3 ] {ad40dc38-e537-4d87-8dd6-17b67a734b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4076 | 2024.02.09 21:19:23.024327 [ 3 ] {ad40dc38-e537-4d87-8dd6-17b67a734b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4077 | 2024.02.09 21:19:23.024460 [ 3 ] {ad40dc38-e537-4d87-8dd6-17b67a734b32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4078 | 2024.02.09 21:19:23.024745 [ 3 ] {ad40dc38-e537-4d87-8dd6-17b67a734b32} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4079 | 2024.02.09 21:19:23.025015 [ 3 ] {ad40dc38-e537-4d87-8dd6-17b67a734b32} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4080 | 2024.02.09 21:19:23.025198 [ 3 ] {ad40dc38-e537-4d87-8dd6-17b67a734b32} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0. | ||
4081 | 2024.02.09 21:19:23.025293 [ 3 ] {ad40dc38-e537-4d87-8dd6-17b67a734b32} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.000983078 sec., 3051 rows/sec., 4.12 MiB/sec. | ||
4082 | 2024.02.09 21:19:23.025413 [ 3 ] {ad40dc38-e537-4d87-8dd6-17b67a734b32} <Debug> DynamicQueryHandler: Done processing query | ||
4083 | 2024.02.09 21:19:23.025436 [ 3 ] {ad40dc38-e537-4d87-8dd6-17b67a734b32} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4084 | 2024.02.09 21:19:23.025452 [ 3 ] {} <Debug> HTTP-Session: ddcae271-15de-4b0a-a04f-998c8312229a Destroying unnamed session | ||
4085 | 2024.02.09 21:19:28.019423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4086 | 2024.02.09 21:19:28.019554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4087 | 2024.02.09 21:19:28.019584 [ 3 ] {} <Debug> HTTP-Session: ffc01e0a-63e8-4022-8eca-540d885d6054 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4088 | 2024.02.09 21:19:28.019612 [ 3 ] {} <Debug> HTTP-Session: ffc01e0a-63e8-4022-8eca-540d885d6054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4089 | 2024.02.09 21:19:28.019756 [ 3 ] {82e9d853-9430-4cd1-abf2-4dbe27a2a2e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4090 | 2024.02.09 21:19:28.019824 [ 3 ] {82e9d853-9430-4cd1-abf2-4dbe27a2a2e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4091 | 2024.02.09 21:19:28.020003 [ 3 ] {82e9d853-9430-4cd1-abf2-4dbe27a2a2e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4092 | 2024.02.09 21:19:28.020473 [ 3 ] {82e9d853-9430-4cd1-abf2-4dbe27a2a2e4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4093 | 2024.02.09 21:19:28.020741 [ 3 ] {82e9d853-9430-4cd1-abf2-4dbe27a2a2e4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4094 | 2024.02.09 21:19:28.020907 [ 3 ] {82e9d853-9430-4cd1-abf2-4dbe27a2a2e4} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0. | ||
4095 | 2024.02.09 21:19:28.021033 [ 3 ] {82e9d853-9430-4cd1-abf2-4dbe27a2a2e4} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001239573 sec., 39529 rows/sec., 3.13 MiB/sec. | ||
4096 | 2024.02.09 21:19:28.021195 [ 3 ] {82e9d853-9430-4cd1-abf2-4dbe27a2a2e4} <Debug> DynamicQueryHandler: Done processing query | ||
4097 | 2024.02.09 21:19:28.021221 [ 3 ] {82e9d853-9430-4cd1-abf2-4dbe27a2a2e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4098 | 2024.02.09 21:19:28.021237 [ 3 ] {} <Debug> HTTP-Session: ffc01e0a-63e8-4022-8eca-540d885d6054 Destroying unnamed session | ||
4099 | 2024.02.09 21:19:28.021358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4100 | 2024.02.09 21:19:28.021408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4101 | 2024.02.09 21:19:28.021427 [ 3 ] {} <Debug> HTTP-Session: 619abd8e-8dbb-4564-ab7d-00110719a323 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4102 | 2024.02.09 21:19:28.021447 [ 3 ] {} <Debug> HTTP-Session: 619abd8e-8dbb-4564-ab7d-00110719a323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4103 | 2024.02.09 21:19:28.021524 [ 3 ] {8db2d510-8f16-431c-af81-d57e5e9db9cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4104 | 2024.02.09 21:19:28.021569 [ 3 ] {8db2d510-8f16-431c-af81-d57e5e9db9cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4105 | 2024.02.09 21:19:28.021679 [ 3 ] {8db2d510-8f16-431c-af81-d57e5e9db9cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4106 | 2024.02.09 21:19:28.022061 [ 3 ] {8db2d510-8f16-431c-af81-d57e5e9db9cc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4107 | 2024.02.09 21:19:28.022272 [ 3 ] {8db2d510-8f16-431c-af81-d57e5e9db9cc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4108 | 2024.02.09 21:19:28.022424 [ 3 ] {8db2d510-8f16-431c-af81-d57e5e9db9cc} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0. | ||
4109 | 2024.02.09 21:19:28.022545 [ 3 ] {8db2d510-8f16-431c-af81-d57e5e9db9cc} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000984239 sec., 2032 rows/sec., 173.64 KiB/sec. | ||
4110 | 2024.02.09 21:19:28.022740 [ 3 ] {8db2d510-8f16-431c-af81-d57e5e9db9cc} <Debug> DynamicQueryHandler: Done processing query | ||
4111 | 2024.02.09 21:19:28.022764 [ 3 ] {8db2d510-8f16-431c-af81-d57e5e9db9cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4112 | 2024.02.09 21:19:28.022780 [ 3 ] {} <Debug> HTTP-Session: 619abd8e-8dbb-4564-ab7d-00110719a323 Destroying unnamed session | ||
4113 | 2024.02.09 21:19:28.022949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4114 | 2024.02.09 21:19:28.022994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4115 | 2024.02.09 21:19:28.023012 [ 3 ] {} <Debug> HTTP-Session: f15f148a-1466-44fc-8089-db2c7dbfaf2b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4116 | 2024.02.09 21:19:28.023030 [ 3 ] {} <Debug> HTTP-Session: f15f148a-1466-44fc-8089-db2c7dbfaf2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4117 | 2024.02.09 21:19:28.023107 [ 3 ] {b3d73212-d926-4cf1-b899-457a5e20ffd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4118 | 2024.02.09 21:19:28.023145 [ 3 ] {b3d73212-d926-4cf1-b899-457a5e20ffd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4119 | 2024.02.09 21:19:28.023264 [ 3 ] {b3d73212-d926-4cf1-b899-457a5e20ffd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4120 | 2024.02.09 21:19:28.023671 [ 3 ] {b3d73212-d926-4cf1-b899-457a5e20ffd5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4121 | 2024.02.09 21:19:28.023901 [ 3 ] {b3d73212-d926-4cf1-b899-457a5e20ffd5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4122 | 2024.02.09 21:19:28.024049 [ 3 ] {b3d73212-d926-4cf1-b899-457a5e20ffd5} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0. | ||
4123 | 2024.02.09 21:19:28.024172 [ 3 ] {b3d73212-d926-4cf1-b899-457a5e20ffd5} <Information> executeQuery: Read 148 rows, 14.73 KiB in 0.00103573 sec., 142894 rows/sec., 13.89 MiB/sec. | ||
4124 | 2024.02.09 21:19:28.024331 [ 3 ] {b3d73212-d926-4cf1-b899-457a5e20ffd5} <Debug> DynamicQueryHandler: Done processing query | ||
4125 | 2024.02.09 21:19:28.024355 [ 3 ] {b3d73212-d926-4cf1-b899-457a5e20ffd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4126 | 2024.02.09 21:19:28.024371 [ 3 ] {} <Debug> HTTP-Session: f15f148a-1466-44fc-8089-db2c7dbfaf2b Destroying unnamed session | ||
4127 | 2024.02.09 21:19:28.024516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4128 | 2024.02.09 21:19:28.024559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4129 | 2024.02.09 21:19:28.024578 [ 3 ] {} <Debug> HTTP-Session: 013bb47e-822d-4e37-95a6-9bb7e9521203 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4130 | 2024.02.09 21:19:28.024595 [ 3 ] {} <Debug> HTTP-Session: 013bb47e-822d-4e37-95a6-9bb7e9521203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4131 | 2024.02.09 21:19:28.024665 [ 3 ] {2b0bd439-1ef1-4ea2-8a03-af24ed68a9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4132 | 2024.02.09 21:19:28.024704 [ 3 ] {2b0bd439-1ef1-4ea2-8a03-af24ed68a9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4133 | 2024.02.09 21:19:28.024809 [ 3 ] {2b0bd439-1ef1-4ea2-8a03-af24ed68a9be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4134 | 2024.02.09 21:19:28.025071 [ 3 ] {2b0bd439-1ef1-4ea2-8a03-af24ed68a9be} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4135 | 2024.02.09 21:19:28.025280 [ 3 ] {2b0bd439-1ef1-4ea2-8a03-af24ed68a9be} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4136 | 2024.02.09 21:19:28.025425 [ 3 ] {2b0bd439-1ef1-4ea2-8a03-af24ed68a9be} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0. | ||
4137 | 2024.02.09 21:19:28.025543 [ 3 ] {2b0bd439-1ef1-4ea2-8a03-af24ed68a9be} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000848396 sec., 2357 rows/sec., 164.60 KiB/sec. | ||
4138 | 2024.02.09 21:19:28.025680 [ 3 ] {2b0bd439-1ef1-4ea2-8a03-af24ed68a9be} <Debug> DynamicQueryHandler: Done processing query | ||
4139 | 2024.02.09 21:19:28.025705 [ 3 ] {2b0bd439-1ef1-4ea2-8a03-af24ed68a9be} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4140 | 2024.02.09 21:19:28.025720 [ 3 ] {} <Debug> HTTP-Session: 013bb47e-822d-4e37-95a6-9bb7e9521203 Destroying unnamed session | ||
4141 | 2024.02.09 21:19:28.025842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4142 | 2024.02.09 21:19:28.025886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4143 | 2024.02.09 21:19:28.025905 [ 3 ] {} <Debug> HTTP-Session: 1c1d0674-acfb-46b5-84e4-61fcd67d2061 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4144 | 2024.02.09 21:19:28.025922 [ 3 ] {} <Debug> HTTP-Session: 1c1d0674-acfb-46b5-84e4-61fcd67d2061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4145 | 2024.02.09 21:19:28.025995 [ 3 ] {67c64a2d-fad7-43d3-859f-f39b5dd69072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4146 | 2024.02.09 21:19:28.026032 [ 3 ] {67c64a2d-fad7-43d3-859f-f39b5dd69072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4147 | 2024.02.09 21:19:28.026141 [ 3 ] {67c64a2d-fad7-43d3-859f-f39b5dd69072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4148 | 2024.02.09 21:19:28.026441 [ 3 ] {67c64a2d-fad7-43d3-859f-f39b5dd69072} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4149 | 2024.02.09 21:19:28.026648 [ 3 ] {67c64a2d-fad7-43d3-859f-f39b5dd69072} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4150 | 2024.02.09 21:19:28.026793 [ 3 ] {67c64a2d-fad7-43d3-859f-f39b5dd69072} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0. | ||
4151 | 2024.02.09 21:19:28.026916 [ 3 ] {67c64a2d-fad7-43d3-859f-f39b5dd69072} <Information> executeQuery: Read 51 rows, 4.09 KiB in 0.000885876 sec., 57570 rows/sec., 4.51 MiB/sec. | ||
4152 | 2024.02.09 21:19:28.027109 [ 3 ] {67c64a2d-fad7-43d3-859f-f39b5dd69072} <Debug> DynamicQueryHandler: Done processing query | ||
4153 | 2024.02.09 21:19:28.027133 [ 3 ] {67c64a2d-fad7-43d3-859f-f39b5dd69072} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
4154 | 2024.02.09 21:19:28.027149 [ 3 ] {} <Debug> HTTP-Session: 1c1d0674-acfb-46b5-84e4-61fcd67d2061 Destroying unnamed session | ||
4155 | 2024.02.09 21:19:28.027275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4156 | 2024.02.09 21:19:28.027319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4157 | 2024.02.09 21:19:28.027338 [ 3 ] {} <Debug> HTTP-Session: 06f155eb-7886-43dc-8ca9-5d178d7354b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4158 | 2024.02.09 21:19:28.027355 [ 3 ] {} <Debug> HTTP-Session: 06f155eb-7886-43dc-8ca9-5d178d7354b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4159 | 2024.02.09 21:19:28.027426 [ 3 ] {3adfb0db-ac81-4831-9bdf-c8aab5c87748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4160 | 2024.02.09 21:19:28.027470 [ 3 ] {3adfb0db-ac81-4831-9bdf-c8aab5c87748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4161 | 2024.02.09 21:19:28.027601 [ 3 ] {3adfb0db-ac81-4831-9bdf-c8aab5c87748} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4162 | 2024.02.09 21:19:28.027865 [ 3 ] {3adfb0db-ac81-4831-9bdf-c8aab5c87748} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4163 | 2024.02.09 21:19:28.028121 [ 3 ] {3adfb0db-ac81-4831-9bdf-c8aab5c87748} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4164 | 2024.02.09 21:19:28.028308 [ 3 ] {3adfb0db-ac81-4831-9bdf-c8aab5c87748} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0. | ||
4165 | 2024.02.09 21:19:28.028429 [ 3 ] {3adfb0db-ac81-4831-9bdf-c8aab5c87748} <Information> executeQuery: Read 1 rows, 72.00 B in 0.000969158 sec., 1031 rows/sec., 72.55 KiB/sec. | ||
4166 | 2024.02.09 21:19:28.028424 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
4167 | 2024.02.09 21:19:28.028564 [ 145 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4168 | 2024.02.09 21:19:28.028594 [ 3 ] {3adfb0db-ac81-4831-9bdf-c8aab5c87748} <Debug> DynamicQueryHandler: Done processing query | ||
4169 | 2024.02.09 21:19:28.028639 [ 3 ] {3adfb0db-ac81-4831-9bdf-c8aab5c87748} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4170 | 2024.02.09 21:19:28.028660 [ 3 ] {} <Debug> HTTP-Session: 06f155eb-7886-43dc-8ca9-5d178d7354b3 Destroying unnamed session | ||
4171 | 2024.02.09 21:19:28.028661 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact | ||
4172 | 2024.02.09 21:19:28.028742 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4173 | 2024.02.09 21:19:28.028770 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 475 rows starting from the beginning of the part | ||
4174 | 2024.02.09 21:19:28.028811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4175 | 2024.02.09 21:19:28.028867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4176 | 2024.02.09 21:19:28.028900 [ 3 ] {} <Debug> HTTP-Session: 517188de-73c1-43a6-9da0-61be5446adb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4177 | 2024.02.09 21:19:28.028913 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
4178 | 2024.02.09 21:19:28.028922 [ 3 ] {} <Debug> HTTP-Session: 517188de-73c1-43a6-9da0-61be5446adb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4179 | 2024.02.09 21:19:28.029064 [ 3 ] {d7531053-3414-4507-a64f-fc81a13d95a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4180 | 2024.02.09 21:19:28.029068 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
4181 | 2024.02.09 21:19:28.029135 [ 3 ] {d7531053-3414-4507-a64f-fc81a13d95a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4182 | 2024.02.09 21:19:28.029245 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 37 rows starting from the beginning of the part | ||
4183 | 2024.02.09 21:19:28.029443 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
4184 | 2024.02.09 21:19:28.029457 [ 3 ] {d7531053-3414-4507-a64f-fc81a13d95a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4185 | 2024.02.09 21:19:28.029568 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
4186 | 2024.02.09 21:19:28.030248 [ 3 ] {d7531053-3414-4507-a64f-fc81a13d95a9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4187 | 2024.02.09 21:19:28.030614 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 551 rows, containing 5 columns (5 merged, 0 gathered) in 0.001999077 sec., 275627.2019537016 rows/sec., 19.44 MiB/sec. | ||
4188 | 2024.02.09 21:19:28.030720 [ 3 ] {d7531053-3414-4507-a64f-fc81a13d95a9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4189 | 2024.02.09 21:19:28.030728 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
4190 | 2024.02.09 21:19:28.030935 [ 3 ] {d7531053-3414-4507-a64f-fc81a13d95a9} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0. | ||
4191 | 2024.02.09 21:19:28.030954 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_15_3} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3. | ||
4192 | 2024.02.09 21:19:28.031014 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_15_3} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7) (MergerMutator): Merged 6 parts: from all_1_10_2 to all_15_15_0 | ||
4193 | 2024.02.09 21:19:28.031130 [ 3 ] {d7531053-3414-4507-a64f-fc81a13d95a9} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.002011047 sec., 24365 rows/sec., 32.88 MiB/sec. | ||
4194 | 2024.02.09 21:19:28.031279 [ 3 ] {d7531053-3414-4507-a64f-fc81a13d95a9} <Debug> DynamicQueryHandler: Done processing query | ||
4195 | 2024.02.09 21:19:28.031303 [ 3 ] {d7531053-3414-4507-a64f-fc81a13d95a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4196 | 2024.02.09 21:19:28.031319 [ 3 ] {} <Debug> HTTP-Session: 517188de-73c1-43a6-9da0-61be5446adb4 Destroying unnamed session | ||
4197 | 2024.02.09 21:19:33.016860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4198 | 2024.02.09 21:19:33.016991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4199 | 2024.02.09 21:19:33.017018 [ 3 ] {} <Debug> HTTP-Session: 45bddf92-4355-4b15-b7e3-c2b899ace916 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4200 | 2024.02.09 21:19:33.017043 [ 3 ] {} <Debug> HTTP-Session: 45bddf92-4355-4b15-b7e3-c2b899ace916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4201 | 2024.02.09 21:19:33.017169 [ 3 ] {eb2ca4a3-0a6e-4855-b8db-40352480e5e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4202 | 2024.02.09 21:19:33.017235 [ 3 ] {eb2ca4a3-0a6e-4855-b8db-40352480e5e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4203 | 2024.02.09 21:19:33.017395 [ 3 ] {eb2ca4a3-0a6e-4855-b8db-40352480e5e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4204 | 2024.02.09 21:19:33.017831 [ 3 ] {eb2ca4a3-0a6e-4855-b8db-40352480e5e8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4205 | 2024.02.09 21:19:33.018110 [ 3 ] {eb2ca4a3-0a6e-4855-b8db-40352480e5e8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4206 | 2024.02.09 21:19:33.018285 [ 3 ] {eb2ca4a3-0a6e-4855-b8db-40352480e5e8} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0. | ||
4207 | 2024.02.09 21:19:33.018399 [ 3 ] {eb2ca4a3-0a6e-4855-b8db-40352480e5e8} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001188342 sec., 2524 rows/sec., 204.62 KiB/sec. | ||
4208 | 2024.02.09 21:19:33.018554 [ 3 ] {eb2ca4a3-0a6e-4855-b8db-40352480e5e8} <Debug> DynamicQueryHandler: Done processing query | ||
4209 | 2024.02.09 21:19:33.018580 [ 3 ] {eb2ca4a3-0a6e-4855-b8db-40352480e5e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4210 | 2024.02.09 21:19:33.018597 [ 3 ] {} <Debug> HTTP-Session: 45bddf92-4355-4b15-b7e3-c2b899ace916 Destroying unnamed session | ||
4211 | 2024.02.09 21:19:33.018728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4212 | 2024.02.09 21:19:33.018780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4213 | 2024.02.09 21:19:33.018800 [ 3 ] {} <Debug> HTTP-Session: b2d4ac59-9b76-4a57-9274-ba2e2bcfabfa Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4214 | 2024.02.09 21:19:33.018819 [ 3 ] {} <Debug> HTTP-Session: b2d4ac59-9b76-4a57-9274-ba2e2bcfabfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4215 | 2024.02.09 21:19:33.018901 [ 3 ] {5a388678-81f0-4140-832f-714f646a7cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4216 | 2024.02.09 21:19:33.018944 [ 3 ] {5a388678-81f0-4140-832f-714f646a7cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4217 | 2024.02.09 21:19:33.019054 [ 3 ] {5a388678-81f0-4140-832f-714f646a7cee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4218 | 2024.02.09 21:19:33.019375 [ 3 ] {5a388678-81f0-4140-832f-714f646a7cee} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4219 | 2024.02.09 21:19:33.019593 [ 3 ] {5a388678-81f0-4140-832f-714f646a7cee} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4220 | 2024.02.09 21:19:33.019747 [ 3 ] {5a388678-81f0-4140-832f-714f646a7cee} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0. | ||
4221 | 2024.02.09 21:19:33.019851 [ 3 ] {5a388678-81f0-4140-832f-714f646a7cee} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000921697 sec., 9764 rows/sec., 895.30 KiB/sec. | ||
4222 | 2024.02.09 21:19:33.019970 [ 3 ] {5a388678-81f0-4140-832f-714f646a7cee} <Debug> DynamicQueryHandler: Done processing query | ||
4223 | 2024.02.09 21:19:33.019993 [ 3 ] {5a388678-81f0-4140-832f-714f646a7cee} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
4224 | 2024.02.09 21:19:33.020009 [ 3 ] {} <Debug> HTTP-Session: b2d4ac59-9b76-4a57-9274-ba2e2bcfabfa Destroying unnamed session | ||
4225 | 2024.02.09 21:19:33.020151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4226 | 2024.02.09 21:19:33.020201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4227 | 2024.02.09 21:19:33.020221 [ 3 ] {} <Debug> HTTP-Session: ecdd146f-575f-47de-83f6-fab6d50e577c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4228 | 2024.02.09 21:19:33.020239 [ 3 ] {} <Debug> HTTP-Session: ecdd146f-575f-47de-83f6-fab6d50e577c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4229 | 2024.02.09 21:19:33.020312 [ 3 ] {4bb79ec8-780b-4764-a07f-d422857936ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4230 | 2024.02.09 21:19:33.020352 [ 3 ] {4bb79ec8-780b-4764-a07f-d422857936ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4231 | 2024.02.09 21:19:33.020459 [ 3 ] {4bb79ec8-780b-4764-a07f-d422857936ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4232 | 2024.02.09 21:19:33.020758 [ 3 ] {4bb79ec8-780b-4764-a07f-d422857936ca} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4233 | 2024.02.09 21:19:33.020963 [ 3 ] {4bb79ec8-780b-4764-a07f-d422857936ca} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4234 | 2024.02.09 21:19:33.021120 [ 3 ] {4bb79ec8-780b-4764-a07f-d422857936ca} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0. | ||
4235 | 2024.02.09 21:19:33.021221 [ 3 ] {4bb79ec8-780b-4764-a07f-d422857936ca} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000880666 sec., 3406 rows/sec., 272.79 KiB/sec. | ||
4236 | 2024.02.09 21:19:33.021370 [ 3 ] {4bb79ec8-780b-4764-a07f-d422857936ca} <Debug> DynamicQueryHandler: Done processing query | ||
4237 | 2024.02.09 21:19:33.021405 [ 3 ] {4bb79ec8-780b-4764-a07f-d422857936ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4238 | 2024.02.09 21:19:33.021423 [ 3 ] {} <Debug> HTTP-Session: ecdd146f-575f-47de-83f6-fab6d50e577c Destroying unnamed session | ||
4239 | 2024.02.09 21:19:33.021542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4240 | 2024.02.09 21:19:33.021585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4241 | 2024.02.09 21:19:33.021604 [ 3 ] {} <Debug> HTTP-Session: 937cdcfe-e3ac-4e7a-bda6-3f746e22e09b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4242 | 2024.02.09 21:19:33.021621 [ 3 ] {} <Debug> HTTP-Session: 937cdcfe-e3ac-4e7a-bda6-3f746e22e09b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4243 | 2024.02.09 21:19:33.021697 [ 3 ] {faaee9b0-1704-4df5-8397-855a72ab9829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4244 | 2024.02.09 21:19:33.021743 [ 3 ] {faaee9b0-1704-4df5-8397-855a72ab9829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4245 | 2024.02.09 21:19:33.021885 [ 3 ] {faaee9b0-1704-4df5-8397-855a72ab9829} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4246 | 2024.02.09 21:19:33.022175 [ 3 ] {faaee9b0-1704-4df5-8397-855a72ab9829} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4247 | 2024.02.09 21:19:33.022457 [ 3 ] {faaee9b0-1704-4df5-8397-855a72ab9829} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4248 | 2024.02.09 21:19:33.022639 [ 3 ] {faaee9b0-1704-4df5-8397-855a72ab9829} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0. | ||
4249 | 2024.02.09 21:19:33.022741 [ 3 ] {faaee9b0-1704-4df5-8397-855a72ab9829} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001013999 sec., 2958 rows/sec., 3.99 MiB/sec. | ||
4250 | 2024.02.09 21:19:33.022874 [ 3 ] {faaee9b0-1704-4df5-8397-855a72ab9829} <Debug> DynamicQueryHandler: Done processing query | ||
4251 | 2024.02.09 21:19:33.022898 [ 3 ] {faaee9b0-1704-4df5-8397-855a72ab9829} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4252 | 2024.02.09 21:19:33.022914 [ 3 ] {} <Debug> HTTP-Session: 937cdcfe-e3ac-4e7a-bda6-3f746e22e09b Destroying unnamed session | ||
4253 | 2024.02.09 21:19:36.767691 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4254 | 2024.02.09 21:19:36.767747 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4255 | 2024.02.09 21:19:38.020157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4256 | 2024.02.09 21:19:38.020334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4257 | 2024.02.09 21:19:38.020412 [ 3 ] {} <Debug> HTTP-Session: cc0bf8f8-0603-45bd-8a93-23ca733584a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4258 | 2024.02.09 21:19:38.020555 [ 3 ] {} <Debug> HTTP-Session: cc0bf8f8-0603-45bd-8a93-23ca733584a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4259 | 2024.02.09 21:19:38.020707 [ 3 ] {10ad2be8-3321-43e4-907f-ba80d27d5dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4260 | 2024.02.09 21:19:38.020778 [ 3 ] {10ad2be8-3321-43e4-907f-ba80d27d5dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4261 | 2024.02.09 21:19:38.020947 [ 3 ] {10ad2be8-3321-43e4-907f-ba80d27d5dfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4262 | 2024.02.09 21:19:38.021389 [ 3 ] {10ad2be8-3321-43e4-907f-ba80d27d5dfc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4263 | 2024.02.09 21:19:38.021655 [ 3 ] {10ad2be8-3321-43e4-907f-ba80d27d5dfc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4264 | 2024.02.09 21:19:38.021824 [ 3 ] {10ad2be8-3321-43e4-907f-ba80d27d5dfc} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0. | ||
4265 | 2024.02.09 21:19:38.021942 [ 3 ] {10ad2be8-3321-43e4-907f-ba80d27d5dfc} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001195192 sec., 40997 rows/sec., 3.25 MiB/sec. | ||
4266 | 2024.02.09 21:19:38.022147 [ 3 ] {10ad2be8-3321-43e4-907f-ba80d27d5dfc} <Debug> DynamicQueryHandler: Done processing query | ||
4267 | 2024.02.09 21:19:38.022184 [ 3 ] {10ad2be8-3321-43e4-907f-ba80d27d5dfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4268 | 2024.02.09 21:19:38.022203 [ 3 ] {} <Debug> HTTP-Session: cc0bf8f8-0603-45bd-8a93-23ca733584a0 Destroying unnamed session | ||
4269 | 2024.02.09 21:19:38.022351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4270 | 2024.02.09 21:19:38.022402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4271 | 2024.02.09 21:19:38.022423 [ 3 ] {} <Debug> HTTP-Session: dce35714-4a68-41ff-bd92-eb6b75623acd Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4272 | 2024.02.09 21:19:38.022442 [ 3 ] {} <Debug> HTTP-Session: dce35714-4a68-41ff-bd92-eb6b75623acd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4273 | 2024.02.09 21:19:38.022533 [ 3 ] {997c0362-6839-4749-8d16-c0c9bbc2929a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4274 | 2024.02.09 21:19:38.022577 [ 3 ] {997c0362-6839-4749-8d16-c0c9bbc2929a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4275 | 2024.02.09 21:19:38.022701 [ 3 ] {997c0362-6839-4749-8d16-c0c9bbc2929a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4276 | 2024.02.09 21:19:38.023145 [ 3 ] {997c0362-6839-4749-8d16-c0c9bbc2929a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4277 | 2024.02.09 21:19:38.023372 [ 3 ] {997c0362-6839-4749-8d16-c0c9bbc2929a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4278 | 2024.02.09 21:19:38.023523 [ 3 ] {997c0362-6839-4749-8d16-c0c9bbc2929a} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0. | ||
4279 | 2024.02.09 21:19:38.023641 [ 3 ] {997c0362-6839-4749-8d16-c0c9bbc2929a} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.001070009 sec., 137382 rows/sec., 13.36 MiB/sec. | ||
4280 | 2024.02.09 21:19:38.023645 [ 141 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
4281 | 2024.02.09 21:19:38.023772 [ 141 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4282 | 2024.02.09 21:19:38.023799 [ 3 ] {997c0362-6839-4749-8d16-c0c9bbc2929a} <Debug> DynamicQueryHandler: Done processing query | ||
4283 | 2024.02.09 21:19:38.023839 [ 3 ] {997c0362-6839-4749-8d16-c0c9bbc2929a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4284 | 2024.02.09 21:19:38.023861 [ 3 ] {} <Debug> HTTP-Session: dce35714-4a68-41ff-bd92-eb6b75623acd Destroying unnamed session | ||
4285 | 2024.02.09 21:19:38.023865 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact | ||
4286 | 2024.02.09 21:19:38.023956 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4287 | 2024.02.09 21:19:38.023988 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 196 rows starting from the beginning of the part | ||
4288 | 2024.02.09 21:19:38.024052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4289 | 2024.02.09 21:19:38.024113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4290 | 2024.02.09 21:19:38.024131 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::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 | ||
4291 | 2024.02.09 21:19:38.024139 [ 3 ] {} <Debug> HTTP-Session: 56278104-ebbd-4953-aa7a-c021bb75b378 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4292 | 2024.02.09 21:19:38.024178 [ 3 ] {} <Debug> HTTP-Session: 56278104-ebbd-4953-aa7a-c021bb75b378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4293 | 2024.02.09 21:19:38.024294 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 45 rows starting from the beginning of the part | ||
4294 | 2024.02.09 21:19:38.024300 [ 3 ] {33549238-7218-46bf-adcc-ee92a0690b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4295 | 2024.02.09 21:19:38.024361 [ 3 ] {33549238-7218-46bf-adcc-ee92a0690b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4296 | 2024.02.09 21:19:38.024464 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 148 rows starting from the beginning of the part | ||
4297 | 2024.02.09 21:19:38.024605 [ 3 ] {33549238-7218-46bf-adcc-ee92a0690b29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4298 | 2024.02.09 21:19:38.024640 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part | ||
4299 | 2024.02.09 21:19:38.024771 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 147 rows starting from the beginning of the part | ||
4300 | 2024.02.09 21:19:38.025100 [ 3 ] {33549238-7218-46bf-adcc-ee92a0690b29} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4301 | 2024.02.09 21:19:38.025374 [ 3 ] {33549238-7218-46bf-adcc-ee92a0690b29} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4302 | 2024.02.09 21:19:38.025568 [ 3 ] {33549238-7218-46bf-adcc-ee92a0690b29} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0. | ||
4303 | 2024.02.09 21:19:38.025751 [ 140 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
4304 | 2024.02.09 21:19:38.025817 [ 3 ] {33549238-7218-46bf-adcc-ee92a0690b29} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.001458057 sec., 33606 rows/sec., 2.63 MiB/sec. | ||
4305 | 2024.02.09 21:19:38.025904 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 4 columns (4 merged, 0 gathered) in 0.002084878 sec., 331913.90575371793 rows/sec., 31.39 MiB/sec. | ||
4306 | 2024.02.09 21:19:38.025917 [ 140 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4307 | 2024.02.09 21:19:38.026112 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact | ||
4308 | 2024.02.09 21:19:38.026138 [ 3 ] {33549238-7218-46bf-adcc-ee92a0690b29} <Debug> DynamicQueryHandler: Done processing query | ||
4309 | 2024.02.09 21:19:38.026139 [ 19 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
4310 | 2024.02.09 21:19:38.026169 [ 3 ] {33549238-7218-46bf-adcc-ee92a0690b29} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
4311 | 2024.02.09 21:19:38.026229 [ 3 ] {} <Debug> HTTP-Session: 56278104-ebbd-4953-aa7a-c021bb75b378 Destroying unnamed session | ||
4312 | 2024.02.09 21:19:38.026261 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4313 | 2024.02.09 21:19:38.026288 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 102 rows starting from the beginning of the part | ||
4314 | 2024.02.09 21:19:38.026381 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::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 | ||
4315 | 2024.02.09 21:19:38.026419 [ 19 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_41_8} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8. | ||
4316 | 2024.02.09 21:19:38.026444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4317 | 2024.02.09 21:19:38.026520 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part | ||
4318 | 2024.02.09 21:19:38.026523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4319 | 2024.02.09 21:19:38.026523 [ 19 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_41_8} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_36_7 to all_41_41_0 | ||
4320 | 2024.02.09 21:19:38.026579 [ 3 ] {} <Debug> HTTP-Session: 7ff31861-a339-4b6e-ae44-17a73b1e8459 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4321 | 2024.02.09 21:19:38.026635 [ 3 ] {} <Debug> HTTP-Session: 7ff31861-a339-4b6e-ae44-17a73b1e8459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4322 | 2024.02.09 21:19:38.026706 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 51 rows starting from the beginning of the part | ||
4323 | 2024.02.09 21:19:38.026794 [ 3 ] {e2cdacdb-9fde-43a6-b444-3c3a6587fd5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4324 | 2024.02.09 21:19:38.026818 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 3 rows starting from the beginning of the part | ||
4325 | 2024.02.09 21:19:38.026862 [ 3 ] {e2cdacdb-9fde-43a6-b444-3c3a6587fd5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4326 | 2024.02.09 21:19:38.026967 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 49 rows starting from the beginning of the part | ||
4327 | 2024.02.09 21:19:38.027247 [ 3 ] {e2cdacdb-9fde-43a6-b444-3c3a6587fd5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4328 | 2024.02.09 21:19:38.028013 [ 17 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 4 columns (4 merged, 0 gathered) in 0.001970747 sec., 142585.52721379252 rows/sec., 11.14 MiB/sec. | ||
4329 | 2024.02.09 21:19:38.028060 [ 3 ] {e2cdacdb-9fde-43a6-b444-3c3a6587fd5d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4330 | 2024.02.09 21:19:38.028240 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
4331 | 2024.02.09 21:19:38.028564 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_41_8} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8. | ||
4332 | 2024.02.09 21:19:38.028586 [ 3 ] {e2cdacdb-9fde-43a6-b444-3c3a6587fd5d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4333 | 2024.02.09 21:19:38.028672 [ 10 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_41_8} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_36_7 to all_41_41_0 | ||
4334 | 2024.02.09 21:19:38.028862 [ 3 ] {e2cdacdb-9fde-43a6-b444-3c3a6587fd5d} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0. | ||
4335 | 2024.02.09 21:19:38.029001 [ 3 ] {e2cdacdb-9fde-43a6-b444-3c3a6587fd5d} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.00217159 sec., 22564 rows/sec., 30.45 MiB/sec. | ||
4336 | 2024.02.09 21:19:38.029142 [ 3 ] {e2cdacdb-9fde-43a6-b444-3c3a6587fd5d} <Debug> DynamicQueryHandler: Done processing query | ||
4337 | 2024.02.09 21:19:38.029166 [ 3 ] {e2cdacdb-9fde-43a6-b444-3c3a6587fd5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4338 | 2024.02.09 21:19:38.029181 [ 3 ] {} <Debug> HTTP-Session: 7ff31861-a339-4b6e-ae44-17a73b1e8459 Destroying unnamed session | ||
4339 | 2024.02.09 21:19:43.016604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4340 | 2024.02.09 21:19:43.016740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4341 | 2024.02.09 21:19:43.016771 [ 3 ] {} <Debug> HTTP-Session: 97810f75-bf0c-4f79-90aa-ca0eaab5142c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4342 | 2024.02.09 21:19:43.016800 [ 3 ] {} <Debug> HTTP-Session: 97810f75-bf0c-4f79-90aa-ca0eaab5142c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4343 | 2024.02.09 21:19:43.016929 [ 3 ] {1d2a3ed6-a95b-4ea3-acdf-82afb68335c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4344 | 2024.02.09 21:19:43.016989 [ 3 ] {1d2a3ed6-a95b-4ea3-acdf-82afb68335c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4345 | 2024.02.09 21:19:43.017147 [ 3 ] {1d2a3ed6-a95b-4ea3-acdf-82afb68335c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4346 | 2024.02.09 21:19:43.017571 [ 3 ] {1d2a3ed6-a95b-4ea3-acdf-82afb68335c3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4347 | 2024.02.09 21:19:43.017836 [ 3 ] {1d2a3ed6-a95b-4ea3-acdf-82afb68335c3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4348 | 2024.02.09 21:19:43.018000 [ 3 ] {1d2a3ed6-a95b-4ea3-acdf-82afb68335c3} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0. | ||
4349 | 2024.02.09 21:19:43.018131 [ 3 ] {1d2a3ed6-a95b-4ea3-acdf-82afb68335c3} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001158451 sec., 2589 rows/sec., 209.90 KiB/sec. | ||
4350 | 2024.02.09 21:19:43.018142 [ 138 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
4351 | 2024.02.09 21:19:43.018254 [ 138 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4352 | 2024.02.09 21:19:43.018289 [ 3 ] {1d2a3ed6-a95b-4ea3-acdf-82afb68335c3} <Debug> DynamicQueryHandler: Done processing query | ||
4353 | 2024.02.09 21:19:43.018331 [ 3 ] {1d2a3ed6-a95b-4ea3-acdf-82afb68335c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4354 | 2024.02.09 21:19:43.018353 [ 3 ] {} <Debug> HTTP-Session: 97810f75-bf0c-4f79-90aa-ca0eaab5142c Destroying unnamed session | ||
4355 | 2024.02.09 21:19:43.018362 [ 19 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact | ||
4356 | 2024.02.09 21:19:43.018461 [ 19 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4357 | 2024.02.09 21:19:43.018481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4358 | 2024.02.09 21:19:43.018499 [ 19 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 52 rows starting from the beginning of the part | ||
4359 | 2024.02.09 21:19:43.018537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4360 | 2024.02.09 21:19:43.018564 [ 3 ] {} <Debug> HTTP-Session: 186ce54d-917f-4ad3-9232-ae73c09ad82d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4361 | 2024.02.09 21:19:43.018585 [ 3 ] {} <Debug> HTTP-Session: 186ce54d-917f-4ad3-9232-ae73c09ad82d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4362 | 2024.02.09 21:19:43.018644 [ 19 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 3 rows starting from the beginning of the part | ||
4363 | 2024.02.09 21:19:43.018691 [ 3 ] {1d87d4dd-afb7-4efb-baa8-032d924f7553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4364 | 2024.02.09 21:19:43.018753 [ 3 ] {1d87d4dd-afb7-4efb-baa8-032d924f7553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4365 | 2024.02.09 21:19:43.018770 [ 19 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 49 rows starting from the beginning of the part | ||
4366 | 2024.02.09 21:19:43.018958 [ 19 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 3 rows starting from the beginning of the part | ||
4367 | 2024.02.09 21:19:43.019002 [ 3 ] {1d87d4dd-afb7-4efb-baa8-032d924f7553} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4368 | 2024.02.09 21:19:43.019101 [ 19 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 49 rows starting from the beginning of the part | ||
4369 | 2024.02.09 21:19:43.019243 [ 19 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 3 rows starting from the beginning of the part | ||
4370 | 2024.02.09 21:19:43.019547 [ 3 ] {1d87d4dd-afb7-4efb-baa8-032d924f7553} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4371 | 2024.02.09 21:19:43.019809 [ 3 ] {1d87d4dd-afb7-4efb-baa8-032d924f7553} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4372 | 2024.02.09 21:19:43.020013 [ 3 ] {1d87d4dd-afb7-4efb-baa8-032d924f7553} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0. | ||
4373 | 2024.02.09 21:19:43.020119 [ 23 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 4 columns (4 merged, 0 gathered) in 0.001801423 sec., 88263.55608871432 rows/sec., 6.99 MiB/sec. | ||
4374 | 2024.02.09 21:19:43.020180 [ 3 ] {1d87d4dd-afb7-4efb-baa8-032d924f7553} <Information> executeQuery: Read 2 rows, 175.00 B in 0.001453647 sec., 1375 rows/sec., 117.57 KiB/sec. | ||
4375 | 2024.02.09 21:19:43.020275 [ 23 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
4376 | 2024.02.09 21:19:43.020310 [ 3 ] {1d87d4dd-afb7-4efb-baa8-032d924f7553} <Debug> DynamicQueryHandler: Done processing query | ||
4377 | 2024.02.09 21:19:43.020335 [ 3 ] {1d87d4dd-afb7-4efb-baa8-032d924f7553} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4378 | 2024.02.09 21:19:43.020352 [ 3 ] {} <Debug> HTTP-Session: 186ce54d-917f-4ad3-9232-ae73c09ad82d Destroying unnamed session | ||
4379 | 2024.02.09 21:19:43.020460 [ 23 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_41_8} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8. | ||
4380 | 2024.02.09 21:19:43.020477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4381 | 2024.02.09 21:19:43.020522 [ 23 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_41_8} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_36_7 to all_41_41_0 | ||
4382 | 2024.02.09 21:19:43.020527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4383 | 2024.02.09 21:19:43.020552 [ 3 ] {} <Debug> HTTP-Session: 285d3709-7ed2-494c-83ad-2eb48889c6fb Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4384 | 2024.02.09 21:19:43.020585 [ 3 ] {} <Debug> HTTP-Session: 285d3709-7ed2-494c-83ad-2eb48889c6fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4385 | 2024.02.09 21:19:43.020657 [ 3 ] {5e20d1cb-1508-4c22-b338-f47713b17beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4386 | 2024.02.09 21:19:43.020694 [ 3 ] {5e20d1cb-1508-4c22-b338-f47713b17beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4387 | 2024.02.09 21:19:43.020794 [ 3 ] {5e20d1cb-1508-4c22-b338-f47713b17beb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4388 | 2024.02.09 21:19:43.021141 [ 3 ] {5e20d1cb-1508-4c22-b338-f47713b17beb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4389 | 2024.02.09 21:19:43.021355 [ 3 ] {5e20d1cb-1508-4c22-b338-f47713b17beb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
4390 | 2024.02.09 21:19:43.021515 [ 3 ] {5e20d1cb-1508-4c22-b338-f47713b17beb} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0. | ||
4391 | 2024.02.09 21:19:43.021632 [ 3 ] {5e20d1cb-1508-4c22-b338-f47713b17beb} <Information> executeQuery: Read 10 rows, 936.00 B in 0.000949038 sec., 10536 rows/sec., 963.15 KiB/sec. | ||
4392 | 2024.02.09 21:19:43.021751 [ 3 ] {5e20d1cb-1508-4c22-b338-f47713b17beb} <Debug> DynamicQueryHandler: Done processing query | ||
4393 | 2024.02.09 21:19:43.021776 [ 3 ] {5e20d1cb-1508-4c22-b338-f47713b17beb} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
4394 | 2024.02.09 21:19:43.021791 [ 3 ] {} <Debug> HTTP-Session: 285d3709-7ed2-494c-83ad-2eb48889c6fb Destroying unnamed session | ||
4395 | 2024.02.09 21:19:43.021934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4396 | 2024.02.09 21:19:43.021978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4397 | 2024.02.09 21:19:43.021997 [ 3 ] {} <Debug> HTTP-Session: 951a24b8-df49-47f3-89f0-f9f00f3affca Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4398 | 2024.02.09 21:19:43.022014 [ 3 ] {} <Debug> HTTP-Session: 951a24b8-df49-47f3-89f0-f9f00f3affca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4399 | 2024.02.09 21:19:43.022081 [ 3 ] {65cfca27-a529-42c4-81d0-1c6e6c09a7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4400 | 2024.02.09 21:19:43.022120 [ 3 ] {65cfca27-a529-42c4-81d0-1c6e6c09a7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4401 | 2024.02.09 21:19:43.022224 [ 3 ] {65cfca27-a529-42c4-81d0-1c6e6c09a7ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4402 | 2024.02.09 21:19:43.022498 [ 3 ] {65cfca27-a529-42c4-81d0-1c6e6c09a7ab} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4403 | 2024.02.09 21:19:43.022704 [ 3 ] {65cfca27-a529-42c4-81d0-1c6e6c09a7ab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4404 | 2024.02.09 21:19:43.022858 [ 3 ] {65cfca27-a529-42c4-81d0-1c6e6c09a7ab} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0. | ||
4405 | 2024.02.09 21:19:43.022975 [ 3 ] {65cfca27-a529-42c4-81d0-1c6e6c09a7ab} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000864655 sec., 2313 rows/sec., 161.51 KiB/sec. | ||
4406 | 2024.02.09 21:19:43.023089 [ 3 ] {65cfca27-a529-42c4-81d0-1c6e6c09a7ab} <Debug> DynamicQueryHandler: Done processing query | ||
4407 | 2024.02.09 21:19:43.023112 [ 3 ] {65cfca27-a529-42c4-81d0-1c6e6c09a7ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4408 | 2024.02.09 21:19:43.023128 [ 3 ] {} <Debug> HTTP-Session: 951a24b8-df49-47f3-89f0-f9f00f3affca Destroying unnamed session | ||
4409 | 2024.02.09 21:19:43.023230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4410 | 2024.02.09 21:19:43.023275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4411 | 2024.02.09 21:19:43.023294 [ 3 ] {} <Debug> HTTP-Session: de0c23a8-e451-4670-8bde-083b3a724cdc Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4412 | 2024.02.09 21:19:43.023310 [ 3 ] {} <Debug> HTTP-Session: de0c23a8-e451-4670-8bde-083b3a724cdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4413 | 2024.02.09 21:19:43.023379 [ 3 ] {c0c0e341-ed40-4a8d-8b5e-db8c182975b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4414 | 2024.02.09 21:19:43.023417 [ 3 ] {c0c0e341-ed40-4a8d-8b5e-db8c182975b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4415 | 2024.02.09 21:19:43.023523 [ 3 ] {c0c0e341-ed40-4a8d-8b5e-db8c182975b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4416 | 2024.02.09 21:19:43.023798 [ 3 ] {c0c0e341-ed40-4a8d-8b5e-db8c182975b7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4417 | 2024.02.09 21:19:43.024007 [ 3 ] {c0c0e341-ed40-4a8d-8b5e-db8c182975b7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
4418 | 2024.02.09 21:19:43.024156 [ 3 ] {c0c0e341-ed40-4a8d-8b5e-db8c182975b7} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0. | ||
4419 | 2024.02.09 21:19:43.024275 [ 3 ] {c0c0e341-ed40-4a8d-8b5e-db8c182975b7} <Information> executeQuery: Read 5 rows, 413.00 B in 0.000869116 sec., 5752 rows/sec., 464.06 KiB/sec. | ||
4420 | 2024.02.09 21:19:43.024389 [ 3 ] {c0c0e341-ed40-4a8d-8b5e-db8c182975b7} <Debug> DynamicQueryHandler: Done processing query | ||
4421 | 2024.02.09 21:19:43.024412 [ 3 ] {c0c0e341-ed40-4a8d-8b5e-db8c182975b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
4422 | 2024.02.09 21:19:43.024428 [ 3 ] {} <Debug> HTTP-Session: de0c23a8-e451-4670-8bde-083b3a724cdc Destroying unnamed session | ||
4423 | 2024.02.09 21:19:43.024530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4424 | 2024.02.09 21:19:43.024574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4425 | 2024.02.09 21:19:43.024594 [ 3 ] {} <Debug> HTTP-Session: 19c7f478-2894-4cf4-806b-a0541f05e492 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4426 | 2024.02.09 21:19:43.024610 [ 3 ] {} <Debug> HTTP-Session: 19c7f478-2894-4cf4-806b-a0541f05e492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4427 | 2024.02.09 21:19:43.024678 [ 3 ] {d5f0bb31-07c4-4a5b-afd7-64d85416e4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4428 | 2024.02.09 21:19:43.024721 [ 3 ] {d5f0bb31-07c4-4a5b-afd7-64d85416e4d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4429 | 2024.02.09 21:19:43.024837 [ 3 ] {d5f0bb31-07c4-4a5b-afd7-64d85416e4d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4430 | 2024.02.09 21:19:43.025094 [ 3 ] {d5f0bb31-07c4-4a5b-afd7-64d85416e4d8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4431 | 2024.02.09 21:19:43.025349 [ 3 ] {d5f0bb31-07c4-4a5b-afd7-64d85416e4d8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4432 | 2024.02.09 21:19:43.025527 [ 3 ] {d5f0bb31-07c4-4a5b-afd7-64d85416e4d8} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0. | ||
4433 | 2024.02.09 21:19:43.025647 [ 3 ] {d5f0bb31-07c4-4a5b-afd7-64d85416e4d8} <Information> executeQuery: Read 1 rows, 72.00 B in 0.000940428 sec., 1063 rows/sec., 74.77 KiB/sec. | ||
4434 | 2024.02.09 21:19:43.025851 [ 3 ] {d5f0bb31-07c4-4a5b-afd7-64d85416e4d8} <Debug> DynamicQueryHandler: Done processing query | ||
4435 | 2024.02.09 21:19:43.025875 [ 3 ] {d5f0bb31-07c4-4a5b-afd7-64d85416e4d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4436 | 2024.02.09 21:19:43.025892 [ 3 ] {} <Debug> HTTP-Session: 19c7f478-2894-4cf4-806b-a0541f05e492 Destroying unnamed session | ||
4437 | 2024.02.09 21:19:43.025996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4438 | 2024.02.09 21:19:43.026040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4439 | 2024.02.09 21:19:43.026060 [ 3 ] {} <Debug> HTTP-Session: 88d908f3-4653-437e-86f2-f344f884ecbd Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4440 | 2024.02.09 21:19:43.026076 [ 3 ] {} <Debug> HTTP-Session: 88d908f3-4653-437e-86f2-f344f884ecbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4441 | 2024.02.09 21:19:43.026146 [ 3 ] {cc4143ac-38fc-45c7-826e-218899b1eb5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4442 | 2024.02.09 21:19:43.026191 [ 3 ] {cc4143ac-38fc-45c7-826e-218899b1eb5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4443 | 2024.02.09 21:19:43.026341 [ 3 ] {cc4143ac-38fc-45c7-826e-218899b1eb5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4444 | 2024.02.09 21:19:43.026640 [ 3 ] {cc4143ac-38fc-45c7-826e-218899b1eb5b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4445 | 2024.02.09 21:19:43.026916 [ 3 ] {cc4143ac-38fc-45c7-826e-218899b1eb5b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4446 | 2024.02.09 21:19:43.027102 [ 3 ] {cc4143ac-38fc-45c7-826e-218899b1eb5b} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0. | ||
4447 | 2024.02.09 21:19:43.027223 [ 138 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
4448 | 2024.02.09 21:19:43.027240 [ 3 ] {cc4143ac-38fc-45c7-826e-218899b1eb5b} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.00106104 sec., 2827 rows/sec., 3.82 MiB/sec. | ||
4449 | 2024.02.09 21:19:43.027276 [ 138 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4450 | 2024.02.09 21:19:43.027404 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact | ||
4451 | 2024.02.09 21:19:43.027447 [ 3 ] {cc4143ac-38fc-45c7-826e-218899b1eb5b} <Debug> DynamicQueryHandler: Done processing query | ||
4452 | 2024.02.09 21:19:43.027473 [ 3 ] {cc4143ac-38fc-45c7-826e-218899b1eb5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4453 | 2024.02.09 21:19:43.027502 [ 3 ] {} <Debug> HTTP-Session: 88d908f3-4653-437e-86f2-f344f884ecbd Destroying unnamed session | ||
4454 | 2024.02.09 21:19:43.027517 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4455 | 2024.02.09 21:19:43.027549 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 955 rows starting from the beginning of the part | ||
4456 | 2024.02.09 21:19:43.027651 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 3 rows starting from the beginning of the part | ||
4457 | 2024.02.09 21:19:43.027741 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 49 rows starting from the beginning of the part | ||
4458 | 2024.02.09 21:19:43.027824 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 3 rows starting from the beginning of the part | ||
4459 | 2024.02.09 21:19:43.027908 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 49 rows starting from the beginning of the part | ||
4460 | 2024.02.09 21:19:43.027990 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 3 rows starting from the beginning of the part | ||
4461 | 2024.02.09 21:19:43.031473 [ 17 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1062 rows, containing 6 columns (6 merged, 0 gathered) in 0.004131747 sec., 257034.13108305036 rows/sec., 346.85 MiB/sec. | ||
4462 | 2024.02.09 21:19:43.032152 [ 17 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
4463 | 2024.02.09 21:19:43.032424 [ 17 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8. | ||
4464 | 2024.02.09 21:19:43.032502 [ 17 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_36_7 to all_41_41_0 | ||
4465 | 2024.02.09 21:19:43.032595 [ 17 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_41_8: 8.94 MiB. | ||
4466 | 2024.02.09 21:19:44.000121 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.27 MiB, peak 243.18 MiB, will set to 235.83 MiB (RSS), difference: 1.56 MiB | ||
4467 | 2024.02.09 21:19:48.019313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4468 | 2024.02.09 21:19:48.019425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4469 | 2024.02.09 21:19:48.019450 [ 3 ] {} <Debug> HTTP-Session: 56216cd5-47d8-407e-af45-15748968089d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4470 | 2024.02.09 21:19:48.019474 [ 3 ] {} <Debug> HTTP-Session: 56216cd5-47d8-407e-af45-15748968089d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4471 | 2024.02.09 21:19:48.019597 [ 3 ] {cf71df32-f6bf-469f-ba78-36bb65ed9d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4472 | 2024.02.09 21:19:48.019655 [ 3 ] {cf71df32-f6bf-469f-ba78-36bb65ed9d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4473 | 2024.02.09 21:19:48.019807 [ 3 ] {cf71df32-f6bf-469f-ba78-36bb65ed9d2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4474 | 2024.02.09 21:19:48.020268 [ 3 ] {cf71df32-f6bf-469f-ba78-36bb65ed9d2d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4475 | 2024.02.09 21:19:48.020520 [ 3 ] {cf71df32-f6bf-469f-ba78-36bb65ed9d2d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
4476 | 2024.02.09 21:19:48.020677 [ 3 ] {cf71df32-f6bf-469f-ba78-36bb65ed9d2d} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0. | ||
4477 | 2024.02.09 21:19:48.020785 [ 3 ] {cf71df32-f6bf-469f-ba78-36bb65ed9d2d} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001154451 sec., 42444 rows/sec., 3.36 MiB/sec. | ||
4478 | 2024.02.09 21:19:48.020924 [ 3 ] {cf71df32-f6bf-469f-ba78-36bb65ed9d2d} <Debug> DynamicQueryHandler: Done processing query | ||
4479 | 2024.02.09 21:19:48.020948 [ 3 ] {cf71df32-f6bf-469f-ba78-36bb65ed9d2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4480 | 2024.02.09 21:19:48.020964 [ 3 ] {} <Debug> HTTP-Session: 56216cd5-47d8-407e-af45-15748968089d Destroying unnamed session | ||
4481 | 2024.02.09 21:19:48.021081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4482 | 2024.02.09 21:19:48.021126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4483 | 2024.02.09 21:19:48.021144 [ 3 ] {} <Debug> HTTP-Session: 19e24b64-fa6f-47f4-8e89-a73aeed28045 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4484 | 2024.02.09 21:19:48.021160 [ 3 ] {} <Debug> HTTP-Session: 19e24b64-fa6f-47f4-8e89-a73aeed28045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4485 | 2024.02.09 21:19:48.021229 [ 3 ] {03283ca4-e2b7-4bbe-aa1c-03d421373239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4486 | 2024.02.09 21:19:48.021269 [ 3 ] {03283ca4-e2b7-4bbe-aa1c-03d421373239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4487 | 2024.02.09 21:19:48.021374 [ 3 ] {03283ca4-e2b7-4bbe-aa1c-03d421373239} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4488 | 2024.02.09 21:19:48.021666 [ 3 ] {03283ca4-e2b7-4bbe-aa1c-03d421373239} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4489 | 2024.02.09 21:19:48.021865 [ 3 ] {03283ca4-e2b7-4bbe-aa1c-03d421373239} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4490 | 2024.02.09 21:19:48.022011 [ 3 ] {03283ca4-e2b7-4bbe-aa1c-03d421373239} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0. | ||
4491 | 2024.02.09 21:19:48.022104 [ 3 ] {03283ca4-e2b7-4bbe-aa1c-03d421373239} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000847356 sec., 2360 rows/sec., 201.68 KiB/sec. | ||
4492 | 2024.02.09 21:19:48.022281 [ 3 ] {03283ca4-e2b7-4bbe-aa1c-03d421373239} <Debug> DynamicQueryHandler: Done processing query | ||
4493 | 2024.02.09 21:19:48.022305 [ 3 ] {03283ca4-e2b7-4bbe-aa1c-03d421373239} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4494 | 2024.02.09 21:19:48.022321 [ 3 ] {} <Debug> HTTP-Session: 19e24b64-fa6f-47f4-8e89-a73aeed28045 Destroying unnamed session | ||
4495 | 2024.02.09 21:19:48.022490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4496 | 2024.02.09 21:19:48.022534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4497 | 2024.02.09 21:19:48.022552 [ 3 ] {} <Debug> HTTP-Session: 124f6f52-ec84-4fbe-a325-58818d15aeab Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4498 | 2024.02.09 21:19:48.022569 [ 3 ] {} <Debug> HTTP-Session: 124f6f52-ec84-4fbe-a325-58818d15aeab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4499 | 2024.02.09 21:19:48.022642 [ 3 ] {b320bbc6-7677-42d5-a731-cd24d3ab9bd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4500 | 2024.02.09 21:19:48.022681 [ 3 ] {b320bbc6-7677-42d5-a731-cd24d3ab9bd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4501 | 2024.02.09 21:19:48.022793 [ 3 ] {b320bbc6-7677-42d5-a731-cd24d3ab9bd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4502 | 2024.02.09 21:19:48.023160 [ 3 ] {b320bbc6-7677-42d5-a731-cd24d3ab9bd8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4503 | 2024.02.09 21:19:48.023372 [ 3 ] {b320bbc6-7677-42d5-a731-cd24d3ab9bd8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
4504 | 2024.02.09 21:19:48.023516 [ 3 ] {b320bbc6-7677-42d5-a731-cd24d3ab9bd8} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0. | ||
4505 | 2024.02.09 21:19:48.023610 [ 3 ] {b320bbc6-7677-42d5-a731-cd24d3ab9bd8} <Information> executeQuery: Read 148 rows, 14.73 KiB in 0.000942557 sec., 157019 rows/sec., 15.26 MiB/sec. | ||
4506 | 2024.02.09 21:19:48.023722 [ 3 ] {b320bbc6-7677-42d5-a731-cd24d3ab9bd8} <Debug> DynamicQueryHandler: Done processing query | ||
4507 | 2024.02.09 21:19:48.023745 [ 3 ] {b320bbc6-7677-42d5-a731-cd24d3ab9bd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4508 | 2024.02.09 21:19:48.023761 [ 3 ] {} <Debug> HTTP-Session: 124f6f52-ec84-4fbe-a325-58818d15aeab Destroying unnamed session | ||
4509 | 2024.02.09 21:19:48.023866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4510 | 2024.02.09 21:19:48.023910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4511 | 2024.02.09 21:19:48.023928 [ 3 ] {} <Debug> HTTP-Session: 56f01ed8-1835-4838-b73d-cdc2fb3c1eeb Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4512 | 2024.02.09 21:19:48.023944 [ 3 ] {} <Debug> HTTP-Session: 56f01ed8-1835-4838-b73d-cdc2fb3c1eeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4513 | 2024.02.09 21:19:48.024011 [ 3 ] {775625a3-ab84-4d41-b3a1-d4853f5b7a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4514 | 2024.02.09 21:19:48.024049 [ 3 ] {775625a3-ab84-4d41-b3a1-d4853f5b7a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4515 | 2024.02.09 21:19:48.024149 [ 3 ] {775625a3-ab84-4d41-b3a1-d4853f5b7a6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4516 | 2024.02.09 21:19:48.024440 [ 3 ] {775625a3-ab84-4d41-b3a1-d4853f5b7a6b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4517 | 2024.02.09 21:19:48.024645 [ 3 ] {775625a3-ab84-4d41-b3a1-d4853f5b7a6b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4518 | 2024.02.09 21:19:48.024801 [ 3 ] {775625a3-ab84-4d41-b3a1-d4853f5b7a6b} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0. | ||
4519 | 2024.02.09 21:19:48.024896 [ 3 ] {775625a3-ab84-4d41-b3a1-d4853f5b7a6b} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000854736 sec., 2339 rows/sec., 163.38 KiB/sec. | ||
4520 | 2024.02.09 21:19:48.025010 [ 3 ] {775625a3-ab84-4d41-b3a1-d4853f5b7a6b} <Debug> DynamicQueryHandler: Done processing query | ||
4521 | 2024.02.09 21:19:48.025033 [ 3 ] {775625a3-ab84-4d41-b3a1-d4853f5b7a6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4522 | 2024.02.09 21:19:48.025048 [ 3 ] {} <Debug> HTTP-Session: 56f01ed8-1835-4838-b73d-cdc2fb3c1eeb Destroying unnamed session | ||
4523 | 2024.02.09 21:19:48.025149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4524 | 2024.02.09 21:19:48.025193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4525 | 2024.02.09 21:19:48.025211 [ 3 ] {} <Debug> HTTP-Session: 961f0be5-1c1c-4f54-9175-6bd2d0e902cd Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4526 | 2024.02.09 21:19:48.025229 [ 3 ] {} <Debug> HTTP-Session: 961f0be5-1c1c-4f54-9175-6bd2d0e902cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4527 | 2024.02.09 21:19:48.025301 [ 3 ] {b5c56d97-3d37-430b-902a-db19a3a340b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4528 | 2024.02.09 21:19:48.025339 [ 3 ] {b5c56d97-3d37-430b-902a-db19a3a340b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4529 | 2024.02.09 21:19:48.025442 [ 3 ] {b5c56d97-3d37-430b-902a-db19a3a340b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4530 | 2024.02.09 21:19:48.025741 [ 3 ] {b5c56d97-3d37-430b-902a-db19a3a340b5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4531 | 2024.02.09 21:19:48.025939 [ 3 ] {b5c56d97-3d37-430b-902a-db19a3a340b5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
4532 | 2024.02.09 21:19:48.026083 [ 3 ] {b5c56d97-3d37-430b-902a-db19a3a340b5} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0. | ||
4533 | 2024.02.09 21:19:48.026176 [ 3 ] {b5c56d97-3d37-430b-902a-db19a3a340b5} <Information> executeQuery: Read 51 rows, 4.09 KiB in 0.000848035 sec., 60139 rows/sec., 4.71 MiB/sec. | ||
4534 | 2024.02.09 21:19:48.026288 [ 3 ] {b5c56d97-3d37-430b-902a-db19a3a340b5} <Debug> DynamicQueryHandler: Done processing query | ||
4535 | 2024.02.09 21:19:48.026312 [ 3 ] {b5c56d97-3d37-430b-902a-db19a3a340b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
4536 | 2024.02.09 21:19:48.026327 [ 3 ] {} <Debug> HTTP-Session: 961f0be5-1c1c-4f54-9175-6bd2d0e902cd Destroying unnamed session | ||
4537 | 2024.02.09 21:19:48.026426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4538 | 2024.02.09 21:19:48.026470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4539 | 2024.02.09 21:19:48.026490 [ 3 ] {} <Debug> HTTP-Session: 023b9298-5db8-486d-8d7b-b95577716bf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4540 | 2024.02.09 21:19:48.026506 [ 3 ] {} <Debug> HTTP-Session: 023b9298-5db8-486d-8d7b-b95577716bf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4541 | 2024.02.09 21:19:48.026574 [ 3 ] {06d5493f-a46e-435d-9cc5-f2ffaded3159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4542 | 2024.02.09 21:19:48.026617 [ 3 ] {06d5493f-a46e-435d-9cc5-f2ffaded3159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4543 | 2024.02.09 21:19:48.026734 [ 3 ] {06d5493f-a46e-435d-9cc5-f2ffaded3159} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4544 | 2024.02.09 21:19:48.026993 [ 3 ] {06d5493f-a46e-435d-9cc5-f2ffaded3159} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4545 | 2024.02.09 21:19:48.027249 [ 3 ] {06d5493f-a46e-435d-9cc5-f2ffaded3159} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4546 | 2024.02.09 21:19:48.027425 [ 3 ] {06d5493f-a46e-435d-9cc5-f2ffaded3159} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0. | ||
4547 | 2024.02.09 21:19:48.027520 [ 3 ] {06d5493f-a46e-435d-9cc5-f2ffaded3159} <Information> executeQuery: Read 1 rows, 72.00 B in 0.000918717 sec., 1088 rows/sec., 76.53 KiB/sec. | ||
4548 | 2024.02.09 21:19:48.027635 [ 3 ] {06d5493f-a46e-435d-9cc5-f2ffaded3159} <Debug> DynamicQueryHandler: Done processing query | ||
4549 | 2024.02.09 21:19:48.027658 [ 3 ] {06d5493f-a46e-435d-9cc5-f2ffaded3159} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4550 | 2024.02.09 21:19:48.027674 [ 3 ] {} <Debug> HTTP-Session: 023b9298-5db8-486d-8d7b-b95577716bf6 Destroying unnamed session | ||
4551 | 2024.02.09 21:19:48.027811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4552 | 2024.02.09 21:19:48.027856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4553 | 2024.02.09 21:19:48.027876 [ 3 ] {} <Debug> HTTP-Session: d0037b09-7edf-4adf-8b94-322eeff9c808 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4554 | 2024.02.09 21:19:48.027892 [ 3 ] {} <Debug> HTTP-Session: d0037b09-7edf-4adf-8b94-322eeff9c808 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4555 | 2024.02.09 21:19:48.027976 [ 3 ] {0706808e-c04b-41cf-b12b-620692dedc4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4556 | 2024.02.09 21:19:48.028020 [ 3 ] {0706808e-c04b-41cf-b12b-620692dedc4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4557 | 2024.02.09 21:19:48.028152 [ 3 ] {0706808e-c04b-41cf-b12b-620692dedc4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4558 | 2024.02.09 21:19:48.028629 [ 3 ] {0706808e-c04b-41cf-b12b-620692dedc4a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4559 | 2024.02.09 21:19:48.028939 [ 3 ] {0706808e-c04b-41cf-b12b-620692dedc4a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
4560 | 2024.02.09 21:19:48.029115 [ 3 ] {0706808e-c04b-41cf-b12b-620692dedc4a} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0. | ||
4561 | 2024.02.09 21:19:48.029214 [ 3 ] {0706808e-c04b-41cf-b12b-620692dedc4a} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001210412 sec., 40482 rows/sec., 54.63 MiB/sec. | ||
4562 | 2024.02.09 21:19:48.029340 [ 3 ] {0706808e-c04b-41cf-b12b-620692dedc4a} <Debug> DynamicQueryHandler: Done processing query | ||
4563 | 2024.02.09 21:19:48.029362 [ 3 ] {0706808e-c04b-41cf-b12b-620692dedc4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4564 | 2024.02.09 21:19:48.029379 [ 3 ] {} <Debug> HTTP-Session: d0037b09-7edf-4adf-8b94-322eeff9c808 Destroying unnamed session | ||
4565 | 2024.02.09 21:19:51.767781 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4566 | 2024.02.09 21:19:51.767835 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4567 | 2024.02.09 21:19:53.019022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4568 | 2024.02.09 21:19:53.019148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4569 | 2024.02.09 21:19:53.019184 [ 3 ] {} <Debug> HTTP-Session: b1e5af2b-a73d-4d8e-a7e8-526537bec967 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4570 | 2024.02.09 21:19:53.019213 [ 3 ] {} <Debug> HTTP-Session: b1e5af2b-a73d-4d8e-a7e8-526537bec967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4571 | 2024.02.09 21:19:53.019350 [ 3 ] {bc8752cc-8bc4-48b7-bab8-5bdefe3d178d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4572 | 2024.02.09 21:19:53.019418 [ 3 ] {bc8752cc-8bc4-48b7-bab8-5bdefe3d178d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4573 | 2024.02.09 21:19:53.019598 [ 3 ] {bc8752cc-8bc4-48b7-bab8-5bdefe3d178d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4574 | 2024.02.09 21:19:53.020084 [ 3 ] {bc8752cc-8bc4-48b7-bab8-5bdefe3d178d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4575 | 2024.02.09 21:19:53.020361 [ 3 ] {bc8752cc-8bc4-48b7-bab8-5bdefe3d178d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
4576 | 2024.02.09 21:19:53.020525 [ 3 ] {bc8752cc-8bc4-48b7-bab8-5bdefe3d178d} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0. | ||
4577 | 2024.02.09 21:19:53.020641 [ 3 ] {bc8752cc-8bc4-48b7-bab8-5bdefe3d178d} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001249353 sec., 2401 rows/sec., 194.63 KiB/sec. | ||
4578 | 2024.02.09 21:19:53.020781 [ 3 ] {bc8752cc-8bc4-48b7-bab8-5bdefe3d178d} <Debug> DynamicQueryHandler: Done processing query | ||
4579 | 2024.02.09 21:19:53.020806 [ 3 ] {bc8752cc-8bc4-48b7-bab8-5bdefe3d178d} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4580 | 2024.02.09 21:19:53.020822 [ 3 ] {} <Debug> HTTP-Session: b1e5af2b-a73d-4d8e-a7e8-526537bec967 Destroying unnamed session | ||
4581 | 2024.02.09 21:19:53.020932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4582 | 2024.02.09 21:19:53.020985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4583 | 2024.02.09 21:19:53.021005 [ 3 ] {} <Debug> HTTP-Session: 7c97d681-76bd-42e6-b40c-de5df589b975 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4584 | 2024.02.09 21:19:53.021025 [ 3 ] {} <Debug> HTTP-Session: 7c97d681-76bd-42e6-b40c-de5df589b975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4585 | 2024.02.09 21:19:53.021104 [ 3 ] {b656a332-3fba-459b-88e8-226125b8701a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4586 | 2024.02.09 21:19:53.021147 [ 3 ] {b656a332-3fba-459b-88e8-226125b8701a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4587 | 2024.02.09 21:19:53.021282 [ 3 ] {b656a332-3fba-459b-88e8-226125b8701a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4588 | 2024.02.09 21:19:53.021572 [ 3 ] {b656a332-3fba-459b-88e8-226125b8701a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4589 | 2024.02.09 21:19:53.021780 [ 3 ] {b656a332-3fba-459b-88e8-226125b8701a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4590 | 2024.02.09 21:19:53.021928 [ 3 ] {b656a332-3fba-459b-88e8-226125b8701a} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0. | ||
4591 | 2024.02.09 21:19:53.022027 [ 3 ] {b656a332-3fba-459b-88e8-226125b8701a} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000893526 sec., 2238 rows/sec., 191.26 KiB/sec. | ||
4592 | 2024.02.09 21:19:53.022214 [ 3 ] {b656a332-3fba-459b-88e8-226125b8701a} <Debug> DynamicQueryHandler: Done processing query | ||
4593 | 2024.02.09 21:19:53.022238 [ 3 ] {b656a332-3fba-459b-88e8-226125b8701a} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4594 | 2024.02.09 21:19:53.022254 [ 3 ] {} <Debug> HTTP-Session: 7c97d681-76bd-42e6-b40c-de5df589b975 Destroying unnamed session | ||
4595 | 2024.02.09 21:19:53.022408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4596 | 2024.02.09 21:19:53.022467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4597 | 2024.02.09 21:19:53.022486 [ 3 ] {} <Debug> HTTP-Session: f2c975eb-2596-4339-a115-1ac1c20429d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4598 | 2024.02.09 21:19:53.022529 [ 3 ] {} <Debug> HTTP-Session: f2c975eb-2596-4339-a115-1ac1c20429d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4599 | 2024.02.09 21:19:53.022605 [ 3 ] {c16e56f7-4256-4304-8000-8643c18e0b5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4600 | 2024.02.09 21:19:53.022645 [ 3 ] {c16e56f7-4256-4304-8000-8643c18e0b5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4601 | 2024.02.09 21:19:53.022765 [ 3 ] {c16e56f7-4256-4304-8000-8643c18e0b5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4602 | 2024.02.09 21:19:53.023067 [ 3 ] {c16e56f7-4256-4304-8000-8643c18e0b5c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4603 | 2024.02.09 21:19:53.023277 [ 3 ] {c16e56f7-4256-4304-8000-8643c18e0b5c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
4604 | 2024.02.09 21:19:53.023423 [ 3 ] {c16e56f7-4256-4304-8000-8643c18e0b5c} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0. | ||
4605 | 2024.02.09 21:19:53.023525 [ 3 ] {c16e56f7-4256-4304-8000-8643c18e0b5c} <Information> executeQuery: Read 46 rows, 3.68 KiB in 0.000893346 sec., 51491 rows/sec., 4.02 MiB/sec. | ||
4606 | 2024.02.09 21:19:53.023648 [ 3 ] {c16e56f7-4256-4304-8000-8643c18e0b5c} <Debug> DynamicQueryHandler: Done processing query | ||
4607 | 2024.02.09 21:19:53.023670 [ 3 ] {c16e56f7-4256-4304-8000-8643c18e0b5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4608 | 2024.02.09 21:19:53.023686 [ 3 ] {} <Debug> HTTP-Session: f2c975eb-2596-4339-a115-1ac1c20429d6 Destroying unnamed session | ||
4609 | 2024.02.09 21:19:53.023781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4610 | 2024.02.09 21:19:53.023827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4611 | 2024.02.09 21:19:53.023846 [ 3 ] {} <Debug> HTTP-Session: 839f8067-e814-4e93-8ea5-5a883bc5d72d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4612 | 2024.02.09 21:19:53.023862 [ 3 ] {} <Debug> HTTP-Session: 839f8067-e814-4e93-8ea5-5a883bc5d72d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4613 | 2024.02.09 21:19:53.023932 [ 3 ] {6caad0f8-c55a-42da-9772-9efc2465af3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4614 | 2024.02.09 21:19:53.023970 [ 3 ] {6caad0f8-c55a-42da-9772-9efc2465af3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4615 | 2024.02.09 21:19:53.024074 [ 3 ] {6caad0f8-c55a-42da-9772-9efc2465af3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4616 | 2024.02.09 21:19:53.024356 [ 3 ] {6caad0f8-c55a-42da-9772-9efc2465af3f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4617 | 2024.02.09 21:19:53.024557 [ 3 ] {6caad0f8-c55a-42da-9772-9efc2465af3f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4618 | 2024.02.09 21:19:53.024701 [ 3 ] {6caad0f8-c55a-42da-9772-9efc2465af3f} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0. | ||
4619 | 2024.02.09 21:19:53.024795 [ 3 ] {6caad0f8-c55a-42da-9772-9efc2465af3f} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000836825 sec., 2389 rows/sec., 166.88 KiB/sec. | ||
4620 | 2024.02.09 21:19:53.024906 [ 3 ] {6caad0f8-c55a-42da-9772-9efc2465af3f} <Debug> DynamicQueryHandler: Done processing query | ||
4621 | 2024.02.09 21:19:53.024928 [ 3 ] {6caad0f8-c55a-42da-9772-9efc2465af3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4622 | 2024.02.09 21:19:53.024943 [ 3 ] {} <Debug> HTTP-Session: 839f8067-e814-4e93-8ea5-5a883bc5d72d Destroying unnamed session | ||
4623 | 2024.02.09 21:19:53.025059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4624 | 2024.02.09 21:19:53.025103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4625 | 2024.02.09 21:19:53.025122 [ 3 ] {} <Debug> HTTP-Session: 4f52097c-6d99-49da-a295-3819cae013f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4626 | 2024.02.09 21:19:53.025139 [ 3 ] {} <Debug> HTTP-Session: 4f52097c-6d99-49da-a295-3819cae013f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4627 | 2024.02.09 21:19:53.025211 [ 3 ] {10f6e843-ce20-431f-9913-316a42cd128e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4628 | 2024.02.09 21:19:53.025250 [ 3 ] {10f6e843-ce20-431f-9913-316a42cd128e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4629 | 2024.02.09 21:19:53.025352 [ 3 ] {10f6e843-ce20-431f-9913-316a42cd128e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4630 | 2024.02.09 21:19:53.025707 [ 3 ] {10f6e843-ce20-431f-9913-316a42cd128e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4631 | 2024.02.09 21:19:53.025918 [ 3 ] {10f6e843-ce20-431f-9913-316a42cd128e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
4632 | 2024.02.09 21:19:53.026064 [ 3 ] {10f6e843-ce20-431f-9913-316a42cd128e} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0. | ||
4633 | 2024.02.09 21:19:53.026155 [ 3 ] {10f6e843-ce20-431f-9913-316a42cd128e} <Information> executeQuery: Read 29 rows, 2.30 KiB in 0.000916997 sec., 31624 rows/sec., 2.45 MiB/sec. | ||
4634 | 2024.02.09 21:19:53.026265 [ 3 ] {10f6e843-ce20-431f-9913-316a42cd128e} <Debug> DynamicQueryHandler: Done processing query | ||
4635 | 2024.02.09 21:19:53.026288 [ 3 ] {10f6e843-ce20-431f-9913-316a42cd128e} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4636 | 2024.02.09 21:19:53.026303 [ 3 ] {} <Debug> HTTP-Session: 4f52097c-6d99-49da-a295-3819cae013f0 Destroying unnamed session | ||
4637 | 2024.02.09 21:19:53.026402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4638 | 2024.02.09 21:19:53.026446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4639 | 2024.02.09 21:19:53.026466 [ 3 ] {} <Debug> HTTP-Session: 789875b1-8fd9-4a79-ad72-2a9513ac216a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4640 | 2024.02.09 21:19:53.026483 [ 3 ] {} <Debug> HTTP-Session: 789875b1-8fd9-4a79-ad72-2a9513ac216a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4641 | 2024.02.09 21:19:53.026556 [ 3 ] {e5491beb-435a-4fab-8a8d-c63ebcf186aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4642 | 2024.02.09 21:19:53.026600 [ 3 ] {e5491beb-435a-4fab-8a8d-c63ebcf186aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4643 | 2024.02.09 21:19:53.026717 [ 3 ] {e5491beb-435a-4fab-8a8d-c63ebcf186aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4644 | 2024.02.09 21:19:53.027013 [ 3 ] {e5491beb-435a-4fab-8a8d-c63ebcf186aa} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4645 | 2024.02.09 21:19:53.027287 [ 3 ] {e5491beb-435a-4fab-8a8d-c63ebcf186aa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4646 | 2024.02.09 21:19:53.027481 [ 3 ] {e5491beb-435a-4fab-8a8d-c63ebcf186aa} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0. | ||
4647 | 2024.02.09 21:19:53.027584 [ 3 ] {e5491beb-435a-4fab-8a8d-c63ebcf186aa} <Information> executeQuery: Read 37 rows, 2.67 KiB in 0.000998828 sec., 37043 rows/sec., 2.61 MiB/sec. | ||
4648 | 2024.02.09 21:19:53.027711 [ 3 ] {e5491beb-435a-4fab-8a8d-c63ebcf186aa} <Debug> DynamicQueryHandler: Done processing query | ||
4649 | 2024.02.09 21:19:53.027734 [ 3 ] {e5491beb-435a-4fab-8a8d-c63ebcf186aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4650 | 2024.02.09 21:19:53.027750 [ 3 ] {} <Debug> HTTP-Session: 789875b1-8fd9-4a79-ad72-2a9513ac216a Destroying unnamed session | ||
4651 | 2024.02.09 21:19:53.027856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4652 | 2024.02.09 21:19:53.027903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4653 | 2024.02.09 21:19:53.027922 [ 3 ] {} <Debug> HTTP-Session: 727e2cc8-f449-4331-982b-e2133df707ee Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4654 | 2024.02.09 21:19:53.027938 [ 3 ] {} <Debug> HTTP-Session: 727e2cc8-f449-4331-982b-e2133df707ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4655 | 2024.02.09 21:19:53.028009 [ 3 ] {11dd68ac-52e2-4287-9848-16847da4c215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4656 | 2024.02.09 21:19:53.028053 [ 3 ] {11dd68ac-52e2-4287-9848-16847da4c215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4657 | 2024.02.09 21:19:53.028183 [ 3 ] {11dd68ac-52e2-4287-9848-16847da4c215} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4658 | 2024.02.09 21:19:53.028485 [ 3 ] {11dd68ac-52e2-4287-9848-16847da4c215} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4659 | 2024.02.09 21:19:53.028748 [ 3 ] {11dd68ac-52e2-4287-9848-16847da4c215} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
4660 | 2024.02.09 21:19:53.028930 [ 3 ] {11dd68ac-52e2-4287-9848-16847da4c215} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0. | ||
4661 | 2024.02.09 21:19:53.029029 [ 3 ] {11dd68ac-52e2-4287-9848-16847da4c215} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.000993188 sec., 3020 rows/sec., 4.08 MiB/sec. | ||
4662 | 2024.02.09 21:19:53.029157 [ 3 ] {11dd68ac-52e2-4287-9848-16847da4c215} <Debug> DynamicQueryHandler: Done processing query | ||
4663 | 2024.02.09 21:19:53.029181 [ 3 ] {11dd68ac-52e2-4287-9848-16847da4c215} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4664 | 2024.02.09 21:19:53.029197 [ 3 ] {} <Debug> HTTP-Session: 727e2cc8-f449-4331-982b-e2133df707ee Destroying unnamed session | ||
4665 | 2024.02.09 21:19:58.019694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4666 | 2024.02.09 21:19:58.019845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4667 | 2024.02.09 21:19:58.019879 [ 3 ] {} <Debug> HTTP-Session: 66cc3348-c20b-490e-9aae-144ef59a30d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4668 | 2024.02.09 21:19:58.019908 [ 3 ] {} <Debug> HTTP-Session: 66cc3348-c20b-490e-9aae-144ef59a30d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4669 | 2024.02.09 21:19:58.020053 [ 3 ] {df839a0c-c202-4214-9400-614b4db9f1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4670 | 2024.02.09 21:19:58.020122 [ 3 ] {df839a0c-c202-4214-9400-614b4db9f1d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4671 | 2024.02.09 21:19:58.020305 [ 3 ] {df839a0c-c202-4214-9400-614b4db9f1d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4672 | 2024.02.09 21:19:58.020782 [ 3 ] {df839a0c-c202-4214-9400-614b4db9f1d8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4673 | 2024.02.09 21:19:58.021076 [ 3 ] {df839a0c-c202-4214-9400-614b4db9f1d8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
4674 | 2024.02.09 21:19:58.021256 [ 3 ] {df839a0c-c202-4214-9400-614b4db9f1d8} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0. | ||
4675 | 2024.02.09 21:19:58.021393 [ 3 ] {df839a0c-c202-4214-9400-614b4db9f1d8} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001295014 sec., 37837 rows/sec., 3.00 MiB/sec. | ||
4676 | 2024.02.09 21:19:58.021550 [ 3 ] {df839a0c-c202-4214-9400-614b4db9f1d8} <Debug> DynamicQueryHandler: Done processing query | ||
4677 | 2024.02.09 21:19:58.021577 [ 3 ] {df839a0c-c202-4214-9400-614b4db9f1d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4678 | 2024.02.09 21:19:58.021593 [ 3 ] {} <Debug> HTTP-Session: 66cc3348-c20b-490e-9aae-144ef59a30d9 Destroying unnamed session | ||
4679 | 2024.02.09 21:19:58.021755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4680 | 2024.02.09 21:19:58.021809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4681 | 2024.02.09 21:19:58.021831 [ 3 ] {} <Debug> HTTP-Session: 7987fcc6-4424-488d-978e-60676dfedd61 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4682 | 2024.02.09 21:19:58.021849 [ 3 ] {} <Debug> HTTP-Session: 7987fcc6-4424-488d-978e-60676dfedd61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4683 | 2024.02.09 21:19:58.021937 [ 3 ] {75484cd8-2937-4b72-b6c2-f3fb1d6a210e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4684 | 2024.02.09 21:19:58.021982 [ 3 ] {75484cd8-2937-4b72-b6c2-f3fb1d6a210e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4685 | 2024.02.09 21:19:58.022092 [ 3 ] {75484cd8-2937-4b72-b6c2-f3fb1d6a210e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4686 | 2024.02.09 21:19:58.022512 [ 3 ] {75484cd8-2937-4b72-b6c2-f3fb1d6a210e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4687 | 2024.02.09 21:19:58.022753 [ 3 ] {75484cd8-2937-4b72-b6c2-f3fb1d6a210e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
4688 | 2024.02.09 21:19:58.022924 [ 3 ] {75484cd8-2937-4b72-b6c2-f3fb1d6a210e} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0. | ||
4689 | 2024.02.09 21:19:58.023066 [ 3 ] {75484cd8-2937-4b72-b6c2-f3fb1d6a210e} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.00109973 sec., 133669 rows/sec., 13.00 MiB/sec. | ||
4690 | 2024.02.09 21:19:58.023190 [ 3 ] {75484cd8-2937-4b72-b6c2-f3fb1d6a210e} <Debug> DynamicQueryHandler: Done processing query | ||
4691 | 2024.02.09 21:19:58.023214 [ 3 ] {75484cd8-2937-4b72-b6c2-f3fb1d6a210e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4692 | 2024.02.09 21:19:58.023229 [ 3 ] {} <Debug> HTTP-Session: 7987fcc6-4424-488d-978e-60676dfedd61 Destroying unnamed session | ||
4693 | 2024.02.09 21:19:58.023353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4694 | 2024.02.09 21:19:58.023401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4695 | 2024.02.09 21:19:58.023421 [ 3 ] {} <Debug> HTTP-Session: 9101505e-088b-4dc6-ad45-5ef6ece807db Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4696 | 2024.02.09 21:19:58.023438 [ 3 ] {} <Debug> HTTP-Session: 9101505e-088b-4dc6-ad45-5ef6ece807db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4697 | 2024.02.09 21:19:58.023516 [ 3 ] {e92e96c6-116c-4667-b309-29edf3754cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4698 | 2024.02.09 21:19:58.023556 [ 3 ] {e92e96c6-116c-4667-b309-29edf3754cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4699 | 2024.02.09 21:19:58.023661 [ 3 ] {e92e96c6-116c-4667-b309-29edf3754cb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4700 | 2024.02.09 21:19:58.023991 [ 3 ] {e92e96c6-116c-4667-b309-29edf3754cb5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4701 | 2024.02.09 21:19:58.024204 [ 3 ] {e92e96c6-116c-4667-b309-29edf3754cb5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
4702 | 2024.02.09 21:19:58.024355 [ 3 ] {e92e96c6-116c-4667-b309-29edf3754cb5} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0. | ||
4703 | 2024.02.09 21:19:58.024485 [ 3 ] {e92e96c6-116c-4667-b309-29edf3754cb5} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000940047 sec., 52125 rows/sec., 4.08 MiB/sec. | ||
4704 | 2024.02.09 21:19:58.024641 [ 3 ] {e92e96c6-116c-4667-b309-29edf3754cb5} <Debug> DynamicQueryHandler: Done processing query | ||
4705 | 2024.02.09 21:19:58.024682 [ 3 ] {e92e96c6-116c-4667-b309-29edf3754cb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
4706 | 2024.02.09 21:19:58.024705 [ 3 ] {} <Debug> HTTP-Session: 9101505e-088b-4dc6-ad45-5ef6ece807db Destroying unnamed session | ||
4707 | 2024.02.09 21:19:58.024889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4708 | 2024.02.09 21:19:58.024935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4709 | 2024.02.09 21:19:58.024955 [ 3 ] {} <Debug> HTTP-Session: 134e6b97-bf42-4346-8ce4-9d23504c9e60 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4710 | 2024.02.09 21:19:58.024972 [ 3 ] {} <Debug> HTTP-Session: 134e6b97-bf42-4346-8ce4-9d23504c9e60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4711 | 2024.02.09 21:19:58.025063 [ 3 ] {925f6e0c-f041-4c79-8b19-27024039c794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4712 | 2024.02.09 21:19:58.025110 [ 3 ] {925f6e0c-f041-4c79-8b19-27024039c794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4713 | 2024.02.09 21:19:58.025263 [ 3 ] {925f6e0c-f041-4c79-8b19-27024039c794} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4714 | 2024.02.09 21:19:58.025780 [ 3 ] {925f6e0c-f041-4c79-8b19-27024039c794} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
4715 | 2024.02.09 21:19:58.026104 [ 3 ] {925f6e0c-f041-4c79-8b19-27024039c794} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
4716 | 2024.02.09 21:19:58.026291 [ 3 ] {925f6e0c-f041-4c79-8b19-27024039c794} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0. | ||
4717 | 2024.02.09 21:19:58.026420 [ 3 ] {925f6e0c-f041-4c79-8b19-27024039c794} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001328525 sec., 36883 rows/sec., 49.77 MiB/sec. | ||
4718 | 2024.02.09 21:19:58.026550 [ 3 ] {925f6e0c-f041-4c79-8b19-27024039c794} <Debug> DynamicQueryHandler: Done processing query | ||
4719 | 2024.02.09 21:19:58.026574 [ 3 ] {925f6e0c-f041-4c79-8b19-27024039c794} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4720 | 2024.02.09 21:19:58.026589 [ 3 ] {} <Debug> HTTP-Session: 134e6b97-bf42-4346-8ce4-9d23504c9e60 Destroying unnamed session | ||
4721 | 2024.02.09 21:20:03.016734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4722 | 2024.02.09 21:20:03.016853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4723 | 2024.02.09 21:20:03.016879 [ 3 ] {} <Debug> HTTP-Session: 741281d1-91bc-44de-a5ce-b2f3ef873ffd Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4724 | 2024.02.09 21:20:03.016903 [ 3 ] {} <Debug> HTTP-Session: 741281d1-91bc-44de-a5ce-b2f3ef873ffd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4725 | 2024.02.09 21:20:03.017025 [ 3 ] {65bea87f-45a9-4c46-a571-abf480683444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4726 | 2024.02.09 21:20:03.017086 [ 3 ] {65bea87f-45a9-4c46-a571-abf480683444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4727 | 2024.02.09 21:20:03.017243 [ 3 ] {65bea87f-45a9-4c46-a571-abf480683444} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4728 | 2024.02.09 21:20:03.017619 [ 3 ] {65bea87f-45a9-4c46-a571-abf480683444} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4729 | 2024.02.09 21:20:03.017870 [ 3 ] {65bea87f-45a9-4c46-a571-abf480683444} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
4730 | 2024.02.09 21:20:03.018035 [ 3 ] {65bea87f-45a9-4c46-a571-abf480683444} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0. | ||
4731 | 2024.02.09 21:20:03.018173 [ 3 ] {65bea87f-45a9-4c46-a571-abf480683444} <Information> executeQuery: Read 3 rows, 249.00 B in 0.00110876 sec., 2705 rows/sec., 219.31 KiB/sec. | ||
4732 | 2024.02.09 21:20:03.018306 [ 3 ] {65bea87f-45a9-4c46-a571-abf480683444} <Debug> DynamicQueryHandler: Done processing query | ||
4733 | 2024.02.09 21:20:03.018330 [ 3 ] {65bea87f-45a9-4c46-a571-abf480683444} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4734 | 2024.02.09 21:20:03.018345 [ 3 ] {} <Debug> HTTP-Session: 741281d1-91bc-44de-a5ce-b2f3ef873ffd Destroying unnamed session | ||
4735 | 2024.02.09 21:20:03.018457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4736 | 2024.02.09 21:20:03.018501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4737 | 2024.02.09 21:20:03.018522 [ 3 ] {} <Debug> HTTP-Session: 4434662b-8fe7-4055-babf-e7c1839815fc Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4738 | 2024.02.09 21:20:03.018539 [ 3 ] {} <Debug> HTTP-Session: 4434662b-8fe7-4055-babf-e7c1839815fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4739 | 2024.02.09 21:20:03.018609 [ 3 ] {35b68f40-2b45-4c52-9d77-46024e5a7308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4740 | 2024.02.09 21:20:03.018649 [ 3 ] {35b68f40-2b45-4c52-9d77-46024e5a7308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4741 | 2024.02.09 21:20:03.018754 [ 3 ] {35b68f40-2b45-4c52-9d77-46024e5a7308} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4742 | 2024.02.09 21:20:03.019095 [ 3 ] {35b68f40-2b45-4c52-9d77-46024e5a7308} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4743 | 2024.02.09 21:20:03.019309 [ 3 ] {35b68f40-2b45-4c52-9d77-46024e5a7308} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
4744 | 2024.02.09 21:20:03.019469 [ 3 ] {35b68f40-2b45-4c52-9d77-46024e5a7308} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0. | ||
4745 | 2024.02.09 21:20:03.019592 [ 3 ] {35b68f40-2b45-4c52-9d77-46024e5a7308} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000951088 sec., 9462 rows/sec., 867.63 KiB/sec. | ||
4746 | 2024.02.09 21:20:03.019590 [ 124 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
4747 | 2024.02.09 21:20:03.019704 [ 124 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4748 | 2024.02.09 21:20:03.019762 [ 3 ] {35b68f40-2b45-4c52-9d77-46024e5a7308} <Debug> DynamicQueryHandler: Done processing query | ||
4749 | 2024.02.09 21:20:03.019802 [ 3 ] {35b68f40-2b45-4c52-9d77-46024e5a7308} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
4750 | 2024.02.09 21:20:03.019803 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact | ||
4751 | 2024.02.09 21:20:03.019823 [ 3 ] {} <Debug> HTTP-Session: 4434662b-8fe7-4055-babf-e7c1839815fc Destroying unnamed session | ||
4752 | 2024.02.09 21:20:03.019887 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4753 | 2024.02.09 21:20:03.019914 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 196 rows starting from the beginning of the part | ||
4754 | 2024.02.09 21:20:03.019952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4755 | 2024.02.09 21:20:03.020009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4756 | 2024.02.09 21:20:03.020041 [ 3 ] {} <Debug> HTTP-Session: 60033f61-f080-403f-b780-84a6b30f1acb Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4757 | 2024.02.09 21:20:03.020044 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 10 rows starting from the beginning of the part | ||
4758 | 2024.02.09 21:20:03.020059 [ 3 ] {} <Debug> HTTP-Session: 60033f61-f080-403f-b780-84a6b30f1acb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4759 | 2024.02.09 21:20:03.020174 [ 3 ] {8b071367-075c-49e6-bba5-3062d82223fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4760 | 2024.02.09 21:20:03.020182 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 148 rows starting from the beginning of the part | ||
4761 | 2024.02.09 21:20:03.020233 [ 3 ] {8b071367-075c-49e6-bba5-3062d82223fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4762 | 2024.02.09 21:20:03.020333 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 46 rows starting from the beginning of the part | ||
4763 | 2024.02.09 21:20:03.020475 [ 3 ] {8b071367-075c-49e6-bba5-3062d82223fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4764 | 2024.02.09 21:20:03.020488 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 147 rows starting from the beginning of the part | ||
4765 | 2024.02.09 21:20:03.020602 [ 23 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 9 rows starting from the beginning of the part | ||
4766 | 2024.02.09 21:20:03.020900 [ 3 ] {8b071367-075c-49e6-bba5-3062d82223fc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4767 | 2024.02.09 21:20:03.021166 [ 3 ] {8b071367-075c-49e6-bba5-3062d82223fc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
4768 | 2024.02.09 21:20:03.021353 [ 3 ] {8b071367-075c-49e6-bba5-3062d82223fc} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0. | ||
4769 | 2024.02.09 21:20:03.021554 [ 124 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
4770 | 2024.02.09 21:20:03.021622 [ 3 ] {8b071367-075c-49e6-bba5-3062d82223fc} <Information> executeQuery: Read 3 rows, 246.00 B in 0.001401636 sec., 2140 rows/sec., 171.40 KiB/sec. | ||
4771 | 2024.02.09 21:20:03.021668 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 556 rows, containing 4 columns (4 merged, 0 gathered) in 0.001896215 sec., 293215.6954775698 rows/sec., 27.49 MiB/sec. | ||
4772 | 2024.02.09 21:20:03.021701 [ 124 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4773 | 2024.02.09 21:20:03.021982 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact | ||
4774 | 2024.02.09 21:20:03.021984 [ 3 ] {8b071367-075c-49e6-bba5-3062d82223fc} <Debug> DynamicQueryHandler: Done processing query | ||
4775 | 2024.02.09 21:20:03.022038 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
4776 | 2024.02.09 21:20:03.022057 [ 3 ] {8b071367-075c-49e6-bba5-3062d82223fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4777 | 2024.02.09 21:20:03.022126 [ 3 ] {} <Debug> HTTP-Session: 60033f61-f080-403f-b780-84a6b30f1acb Destroying unnamed session | ||
4778 | 2024.02.09 21:20:03.022239 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4779 | 2024.02.09 21:20:03.022339 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 102 rows starting from the beginning of the part | ||
4780 | 2024.02.09 21:20:03.022423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4781 | 2024.02.09 21:20:03.022563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4782 | 2024.02.09 21:20:03.022625 [ 3 ] {} <Debug> HTTP-Session: bf7389d7-46a0-460b-9c1b-c6b5e64159f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4783 | 2024.02.09 21:20:03.022642 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_46_9} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9. | ||
4784 | 2024.02.09 21:20:03.022679 [ 3 ] {} <Debug> HTTP-Session: bf7389d7-46a0-460b-9c1b-c6b5e64159f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4785 | 2024.02.09 21:20:03.022736 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part | ||
4786 | 2024.02.09 21:20:03.022842 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_46_9} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_41_8 to all_46_46_0 | ||
4787 | 2024.02.09 21:20:03.022908 [ 3 ] {e2b79955-c26a-4771-84cd-d896682d8756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4788 | 2024.02.09 21:20:03.022958 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 51 rows starting from the beginning of the part | ||
4789 | 2024.02.09 21:20:03.023060 [ 3 ] {e2b79955-c26a-4771-84cd-d896682d8756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4790 | 2024.02.09 21:20:03.023209 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 29 rows starting from the beginning of the part | ||
4791 | 2024.02.09 21:20:03.023396 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 49 rows starting from the beginning of the part | ||
4792 | 2024.02.09 21:20:03.023421 [ 3 ] {e2b79955-c26a-4771-84cd-d896682d8756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4793 | 2024.02.09 21:20:03.023524 [ 23 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 3 rows starting from the beginning of the part | ||
4794 | 2024.02.09 21:20:03.023925 [ 3 ] {e2b79955-c26a-4771-84cd-d896682d8756} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4795 | 2024.02.09 21:20:03.024352 [ 3 ] {e2b79955-c26a-4771-84cd-d896682d8756} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
4796 | 2024.02.09 21:20:03.024411 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 239 rows, containing 4 columns (4 merged, 0 gathered) in 0.002588298 sec., 92338.67197671984 rows/sec., 7.21 MiB/sec. | ||
4797 | 2024.02.09 21:20:03.024575 [ 17 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
4798 | 2024.02.09 21:20:03.024649 [ 3 ] {e2b79955-c26a-4771-84cd-d896682d8756} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0. | ||
4799 | 2024.02.09 21:20:03.024841 [ 3 ] {e2b79955-c26a-4771-84cd-d896682d8756} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001878804 sec., 1596 rows/sec., 2.15 MiB/sec. | ||
4800 | 2024.02.09 21:20:03.024885 [ 17 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_46_9} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9. | ||
4801 | 2024.02.09 21:20:03.025030 [ 17 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_46_9} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_41_8 to all_46_46_0 | ||
4802 | 2024.02.09 21:20:03.025061 [ 3 ] {e2b79955-c26a-4771-84cd-d896682d8756} <Debug> DynamicQueryHandler: Done processing query | ||
4803 | 2024.02.09 21:20:03.025128 [ 3 ] {e2b79955-c26a-4771-84cd-d896682d8756} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4804 | 2024.02.09 21:20:03.025153 [ 3 ] {} <Debug> HTTP-Session: bf7389d7-46a0-460b-9c1b-c6b5e64159f0 Destroying unnamed session | ||
4805 | 2024.02.09 21:20:04.153276 [ 124 ] {} <Debug> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
4806 | 2024.02.09 21:20:04.153339 [ 124 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4807 | 2024.02.09 21:20:04.153462 [ 9 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact | ||
4808 | 2024.02.09 21:20:04.153665 [ 9 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4809 | 2024.02.09 21:20:04.153723 [ 9 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 8 rows starting from the beginning of the part | ||
4810 | 2024.02.09 21:20:04.153922 [ 9 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
4811 | 2024.02.09 21:20:04.154085 [ 9 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
4812 | 2024.02.09 21:20:04.154234 [ 9 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
4813 | 2024.02.09 21:20:04.154374 [ 9 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
4814 | 2024.02.09 21:20:04.154993 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001602249 sec., 9985.963480083308 rows/sec., 838.66 KiB/sec. | ||
4815 | 2024.02.09 21:20:04.155104 [ 9 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
4816 | 2024.02.09 21:20:04.155298 [ 9 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_14_3} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3. | ||
4817 | 2024.02.09 21:20:04.155361 [ 9 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_14_3} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99) (MergerMutator): Merged 5 parts: from all_1_10_2 to all_14_14_0 | ||
4818 | 2024.02.09 21:20:05.910971 [ 122 ] {} <Debug> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
4819 | 2024.02.09 21:20:05.911060 [ 122 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4820 | 2024.02.09 21:20:05.911188 [ 23 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact | ||
4821 | 2024.02.09 21:20:05.911329 [ 23 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4822 | 2024.02.09 21:20:05.911366 [ 23 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 8 rows starting from the beginning of the part | ||
4823 | 2024.02.09 21:20:05.911497 [ 23 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
4824 | 2024.02.09 21:20:05.911580 [ 23 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
4825 | 2024.02.09 21:20:05.911660 [ 23 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
4826 | 2024.02.09 21:20:05.911734 [ 23 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
4827 | 2024.02.09 21:20:05.912305 [ 21 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001182662 sec., 13528.801973852209 rows/sec., 944.64 KiB/sec. | ||
4828 | 2024.02.09 21:20:05.912426 [ 23 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
4829 | 2024.02.09 21:20:05.912607 [ 23 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_14_3} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3. | ||
4830 | 2024.02.09 21:20:05.912667 [ 23 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_14_3} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9) (MergerMutator): Merged 5 parts: from all_1_10_2 to all_14_14_0 | ||
4831 | 2024.02.09 21:20:06.767873 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4832 | 2024.02.09 21:20:06.767924 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4833 | 2024.02.09 21:20:08.019091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4834 | 2024.02.09 21:20:08.019219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4835 | 2024.02.09 21:20:08.019250 [ 3 ] {} <Debug> HTTP-Session: 5887e4b4-197a-4068-a758-ffcc569a13f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4836 | 2024.02.09 21:20:08.019278 [ 3 ] {} <Debug> HTTP-Session: 5887e4b4-197a-4068-a758-ffcc569a13f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4837 | 2024.02.09 21:20:08.019415 [ 3 ] {e018cbf9-846b-4552-8d85-fe81f1190256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4838 | 2024.02.09 21:20:08.019482 [ 3 ] {e018cbf9-846b-4552-8d85-fe81f1190256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4839 | 2024.02.09 21:20:08.019648 [ 3 ] {e018cbf9-846b-4552-8d85-fe81f1190256} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4840 | 2024.02.09 21:20:08.020060 [ 3 ] {e018cbf9-846b-4552-8d85-fe81f1190256} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4841 | 2024.02.09 21:20:08.020304 [ 3 ] {e018cbf9-846b-4552-8d85-fe81f1190256} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
4842 | 2024.02.09 21:20:08.020469 [ 3 ] {e018cbf9-846b-4552-8d85-fe81f1190256} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0. | ||
4843 | 2024.02.09 21:20:08.020595 [ 3 ] {e018cbf9-846b-4552-8d85-fe81f1190256} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001132801 sec., 43255 rows/sec., 3.42 MiB/sec. | ||
4844 | 2024.02.09 21:20:08.020603 [ 120 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
4845 | 2024.02.09 21:20:08.020725 [ 120 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4846 | 2024.02.09 21:20:08.020786 [ 3 ] {e018cbf9-846b-4552-8d85-fe81f1190256} <Debug> DynamicQueryHandler: Done processing query | ||
4847 | 2024.02.09 21:20:08.020823 [ 3 ] {e018cbf9-846b-4552-8d85-fe81f1190256} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4848 | 2024.02.09 21:20:08.020827 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact | ||
4849 | 2024.02.09 21:20:08.020840 [ 3 ] {} <Debug> HTTP-Session: 5887e4b4-197a-4068-a758-ffcc569a13f8 Destroying unnamed session | ||
4850 | 2024.02.09 21:20:08.020923 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4851 | 2024.02.09 21:20:08.020957 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 52 rows starting from the beginning of the part | ||
4852 | 2024.02.09 21:20:08.021004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4853 | 2024.02.09 21:20:08.021054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4854 | 2024.02.09 21:20:08.021082 [ 3 ] {} <Debug> HTTP-Session: 8bced7af-ca9a-45c9-b6a8-ce9386397496 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4855 | 2024.02.09 21:20:08.021108 [ 3 ] {} <Debug> HTTP-Session: 8bced7af-ca9a-45c9-b6a8-ce9386397496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4856 | 2024.02.09 21:20:08.021108 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 49 rows starting from the beginning of the part | ||
4857 | 2024.02.09 21:20:08.021215 [ 3 ] {61c04f7a-a1ef-4ded-aa2f-81909aaf2f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4858 | 2024.02.09 21:20:08.021271 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 3 rows starting from the beginning of the part | ||
4859 | 2024.02.09 21:20:08.021276 [ 3 ] {61c04f7a-a1ef-4ded-aa2f-81909aaf2f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4860 | 2024.02.09 21:20:08.021456 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 49 rows starting from the beginning of the part | ||
4861 | 2024.02.09 21:20:08.021536 [ 3 ] {61c04f7a-a1ef-4ded-aa2f-81909aaf2f3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4862 | 2024.02.09 21:20:08.021617 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 3 rows starting from the beginning of the part | ||
4863 | 2024.02.09 21:20:08.021713 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 49 rows starting from the beginning of the part | ||
4864 | 2024.02.09 21:20:08.022124 [ 3 ] {61c04f7a-a1ef-4ded-aa2f-81909aaf2f3e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4865 | 2024.02.09 21:20:08.022432 [ 3 ] {61c04f7a-a1ef-4ded-aa2f-81909aaf2f3e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
4866 | 2024.02.09 21:20:08.022569 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 4 columns (4 merged, 0 gathered) in 0.001796384 sec., 114118.13955145447 rows/sec., 9.03 MiB/sec. | ||
4867 | 2024.02.09 21:20:08.022638 [ 3 ] {61c04f7a-a1ef-4ded-aa2f-81909aaf2f3e} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0. | ||
4868 | 2024.02.09 21:20:08.022775 [ 20 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
4869 | 2024.02.09 21:20:08.022814 [ 3 ] {61c04f7a-a1ef-4ded-aa2f-81909aaf2f3e} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.001559109 sec., 94284 rows/sec., 9.17 MiB/sec. | ||
4870 | 2024.02.09 21:20:08.022984 [ 3 ] {61c04f7a-a1ef-4ded-aa2f-81909aaf2f3e} <Debug> DynamicQueryHandler: Done processing query | ||
4871 | 2024.02.09 21:20:08.023017 [ 3 ] {61c04f7a-a1ef-4ded-aa2f-81909aaf2f3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4872 | 2024.02.09 21:20:08.023053 [ 3 ] {} <Debug> HTTP-Session: 8bced7af-ca9a-45c9-b6a8-ce9386397496 Destroying unnamed session | ||
4873 | 2024.02.09 21:20:08.023100 [ 20 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_46_9} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9. | ||
4874 | 2024.02.09 21:20:08.023176 [ 20 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_46_9} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_41_8 to all_46_46_0 | ||
4875 | 2024.02.09 21:20:08.023213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4876 | 2024.02.09 21:20:08.023300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4877 | 2024.02.09 21:20:08.023321 [ 3 ] {} <Debug> HTTP-Session: 92e9eb16-3fc1-43dd-a410-ae9dac24209e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4878 | 2024.02.09 21:20:08.023337 [ 3 ] {} <Debug> HTTP-Session: 92e9eb16-3fc1-43dd-a410-ae9dac24209e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4879 | 2024.02.09 21:20:08.023411 [ 3 ] {f57f2169-81e7-4a7c-be96-0662b6872ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4880 | 2024.02.09 21:20:08.023450 [ 3 ] {f57f2169-81e7-4a7c-be96-0662b6872ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4881 | 2024.02.09 21:20:08.023565 [ 3 ] {f57f2169-81e7-4a7c-be96-0662b6872ce4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4882 | 2024.02.09 21:20:08.023870 [ 3 ] {f57f2169-81e7-4a7c-be96-0662b6872ce4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4883 | 2024.02.09 21:20:08.024076 [ 3 ] {f57f2169-81e7-4a7c-be96-0662b6872ce4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
4884 | 2024.02.09 21:20:08.024226 [ 3 ] {f57f2169-81e7-4a7c-be96-0662b6872ce4} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0. | ||
4885 | 2024.02.09 21:20:08.024342 [ 3 ] {f57f2169-81e7-4a7c-be96-0662b6872ce4} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000903006 sec., 54263 rows/sec., 4.24 MiB/sec. | ||
4886 | 2024.02.09 21:20:08.024447 [ 3 ] {f57f2169-81e7-4a7c-be96-0662b6872ce4} <Debug> DynamicQueryHandler: Done processing query | ||
4887 | 2024.02.09 21:20:08.024469 [ 3 ] {f57f2169-81e7-4a7c-be96-0662b6872ce4} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
4888 | 2024.02.09 21:20:08.024485 [ 3 ] {} <Debug> HTTP-Session: 92e9eb16-3fc1-43dd-a410-ae9dac24209e Destroying unnamed session | ||
4889 | 2024.02.09 21:20:08.024665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4890 | 2024.02.09 21:20:08.024708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4891 | 2024.02.09 21:20:08.024727 [ 3 ] {} <Debug> HTTP-Session: 5dce6093-c83b-46a6-a622-765827756d1c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4892 | 2024.02.09 21:20:08.024743 [ 3 ] {} <Debug> HTTP-Session: 5dce6093-c83b-46a6-a622-765827756d1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4893 | 2024.02.09 21:20:08.024823 [ 3 ] {96d72065-97b2-4d65-afb8-47d6dd914aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4894 | 2024.02.09 21:20:08.024868 [ 3 ] {96d72065-97b2-4d65-afb8-47d6dd914aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4895 | 2024.02.09 21:20:08.025003 [ 3 ] {96d72065-97b2-4d65-afb8-47d6dd914aed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4896 | 2024.02.09 21:20:08.025477 [ 3 ] {96d72065-97b2-4d65-afb8-47d6dd914aed} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4897 | 2024.02.09 21:20:08.025790 [ 3 ] {96d72065-97b2-4d65-afb8-47d6dd914aed} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
4898 | 2024.02.09 21:20:08.025968 [ 3 ] {96d72065-97b2-4d65-afb8-47d6dd914aed} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0. | ||
4899 | 2024.02.09 21:20:08.026090 [ 120 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
4900 | 2024.02.09 21:20:08.026105 [ 3 ] {96d72065-97b2-4d65-afb8-47d6dd914aed} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001253123 sec., 39102 rows/sec., 52.77 MiB/sec. | ||
4901 | 2024.02.09 21:20:08.026137 [ 120 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4902 | 2024.02.09 21:20:08.026258 [ 15 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact | ||
4903 | 2024.02.09 21:20:08.026303 [ 3 ] {96d72065-97b2-4d65-afb8-47d6dd914aed} <Debug> DynamicQueryHandler: Done processing query | ||
4904 | 2024.02.09 21:20:08.026333 [ 3 ] {96d72065-97b2-4d65-afb8-47d6dd914aed} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4905 | 2024.02.09 21:20:08.026360 [ 3 ] {} <Debug> HTTP-Session: 5dce6093-c83b-46a6-a622-765827756d1c Destroying unnamed session | ||
4906 | 2024.02.09 21:20:08.026372 [ 15 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4907 | 2024.02.09 21:20:08.026402 [ 15 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1062 rows starting from the beginning of the part | ||
4908 | 2024.02.09 21:20:08.026504 [ 15 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 49 rows starting from the beginning of the part | ||
4909 | 2024.02.09 21:20:08.026593 [ 15 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 3 rows starting from the beginning of the part | ||
4910 | 2024.02.09 21:20:08.026680 [ 15 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 49 rows starting from the beginning of the part | ||
4911 | 2024.02.09 21:20:08.026764 [ 15 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 3 rows starting from the beginning of the part | ||
4912 | 2024.02.09 21:20:08.026847 [ 15 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 49 rows starting from the beginning of the part | ||
4913 | 2024.02.09 21:20:08.029377 [ 20 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1215 rows, containing 6 columns (6 merged, 0 gathered) in 0.003181969 sec., 381839.0436864721 rows/sec., 515.27 MiB/sec. | ||
4914 | 2024.02.09 21:20:08.030258 [ 20 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
4915 | 2024.02.09 21:20:08.030604 [ 20 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9. | ||
4916 | 2024.02.09 21:20:08.030669 [ 20 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_41_8 to all_46_46_0 | ||
4917 | 2024.02.09 21:20:08.030745 [ 20 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_46_9: 9.26 MiB. | ||
4918 | 2024.02.09 21:20:13.016909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4919 | 2024.02.09 21:20:13.017052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4920 | 2024.02.09 21:20:13.017083 [ 3 ] {} <Debug> HTTP-Session: 4b1942fa-8d75-4f9d-9476-9e8c13ab2232 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4921 | 2024.02.09 21:20:13.017111 [ 3 ] {} <Debug> HTTP-Session: 4b1942fa-8d75-4f9d-9476-9e8c13ab2232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4922 | 2024.02.09 21:20:13.017257 [ 3 ] {c3f4994b-da0a-41bc-bed5-51b9927c9f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4923 | 2024.02.09 21:20:13.017325 [ 3 ] {c3f4994b-da0a-41bc-bed5-51b9927c9f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4924 | 2024.02.09 21:20:13.017504 [ 3 ] {c3f4994b-da0a-41bc-bed5-51b9927c9f1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4925 | 2024.02.09 21:20:13.017919 [ 3 ] {c3f4994b-da0a-41bc-bed5-51b9927c9f1b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4926 | 2024.02.09 21:20:13.018190 [ 3 ] {c3f4994b-da0a-41bc-bed5-51b9927c9f1b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
4927 | 2024.02.09 21:20:13.018367 [ 3 ] {c3f4994b-da0a-41bc-bed5-51b9927c9f1b} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0. | ||
4928 | 2024.02.09 21:20:13.018505 [ 3 ] {c3f4994b-da0a-41bc-bed5-51b9927c9f1b} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001202312 sec., 2495 rows/sec., 202.25 KiB/sec. | ||
4929 | 2024.02.09 21:20:13.018653 [ 3 ] {c3f4994b-da0a-41bc-bed5-51b9927c9f1b} <Debug> DynamicQueryHandler: Done processing query | ||
4930 | 2024.02.09 21:20:13.018679 [ 3 ] {c3f4994b-da0a-41bc-bed5-51b9927c9f1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4931 | 2024.02.09 21:20:13.018695 [ 3 ] {} <Debug> HTTP-Session: 4b1942fa-8d75-4f9d-9476-9e8c13ab2232 Destroying unnamed session | ||
4932 | 2024.02.09 21:20:13.018812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4933 | 2024.02.09 21:20:13.018859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4934 | 2024.02.09 21:20:13.018879 [ 3 ] {} <Debug> HTTP-Session: 840c600b-62bb-434d-b605-aae60d3decb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4935 | 2024.02.09 21:20:13.018896 [ 3 ] {} <Debug> HTTP-Session: 840c600b-62bb-434d-b605-aae60d3decb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4936 | 2024.02.09 21:20:13.018966 [ 3 ] {09005a75-2bd7-477a-b62e-c8e08d0ab8c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4937 | 2024.02.09 21:20:13.019006 [ 3 ] {09005a75-2bd7-477a-b62e-c8e08d0ab8c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4938 | 2024.02.09 21:20:13.019118 [ 3 ] {09005a75-2bd7-477a-b62e-c8e08d0ab8c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4939 | 2024.02.09 21:20:13.019471 [ 3 ] {09005a75-2bd7-477a-b62e-c8e08d0ab8c2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4940 | 2024.02.09 21:20:13.019702 [ 3 ] {09005a75-2bd7-477a-b62e-c8e08d0ab8c2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
4941 | 2024.02.09 21:20:13.019857 [ 3 ] {09005a75-2bd7-477a-b62e-c8e08d0ab8c2} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0. | ||
4942 | 2024.02.09 21:20:13.019983 [ 3 ] {09005a75-2bd7-477a-b62e-c8e08d0ab8c2} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000989648 sec., 9094 rows/sec., 833.83 KiB/sec. | ||
4943 | 2024.02.09 21:20:13.020112 [ 3 ] {09005a75-2bd7-477a-b62e-c8e08d0ab8c2} <Debug> DynamicQueryHandler: Done processing query | ||
4944 | 2024.02.09 21:20:13.020135 [ 3 ] {09005a75-2bd7-477a-b62e-c8e08d0ab8c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
4945 | 2024.02.09 21:20:13.020151 [ 3 ] {} <Debug> HTTP-Session: 840c600b-62bb-434d-b605-aae60d3decb1 Destroying unnamed session | ||
4946 | 2024.02.09 21:20:13.020263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4947 | 2024.02.09 21:20:13.020309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4948 | 2024.02.09 21:20:13.020328 [ 3 ] {} <Debug> HTTP-Session: e4854c66-2134-4164-90bf-dd45c13fb978 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4949 | 2024.02.09 21:20:13.020344 [ 3 ] {} <Debug> HTTP-Session: e4854c66-2134-4164-90bf-dd45c13fb978 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4950 | 2024.02.09 21:20:13.020410 [ 3 ] {371044ac-ebef-487d-a01f-b0578d501115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4951 | 2024.02.09 21:20:13.020448 [ 3 ] {371044ac-ebef-487d-a01f-b0578d501115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4952 | 2024.02.09 21:20:13.020553 [ 3 ] {371044ac-ebef-487d-a01f-b0578d501115} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4953 | 2024.02.09 21:20:13.020834 [ 3 ] {371044ac-ebef-487d-a01f-b0578d501115} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4954 | 2024.02.09 21:20:13.021041 [ 3 ] {371044ac-ebef-487d-a01f-b0578d501115} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
4955 | 2024.02.09 21:20:13.021197 [ 3 ] {371044ac-ebef-487d-a01f-b0578d501115} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0. | ||
4956 | 2024.02.09 21:20:13.021333 [ 3 ] {371044ac-ebef-487d-a01f-b0578d501115} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000888567 sec., 3376 rows/sec., 270.36 KiB/sec. | ||
4957 | 2024.02.09 21:20:13.021463 [ 3 ] {371044ac-ebef-487d-a01f-b0578d501115} <Debug> DynamicQueryHandler: Done processing query | ||
4958 | 2024.02.09 21:20:13.021487 [ 3 ] {371044ac-ebef-487d-a01f-b0578d501115} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
4959 | 2024.02.09 21:20:13.021502 [ 3 ] {} <Debug> HTTP-Session: e4854c66-2134-4164-90bf-dd45c13fb978 Destroying unnamed session | ||
4960 | 2024.02.09 21:20:13.021644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4961 | 2024.02.09 21:20:13.021688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4962 | 2024.02.09 21:20:13.021708 [ 3 ] {} <Debug> HTTP-Session: 424d2353-3c39-4372-80e5-9a961198c4ae Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4963 | 2024.02.09 21:20:13.021724 [ 3 ] {} <Debug> HTTP-Session: 424d2353-3c39-4372-80e5-9a961198c4ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4964 | 2024.02.09 21:20:13.021795 [ 3 ] {5f33c459-8174-468a-b4fd-f765ff93afdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4965 | 2024.02.09 21:20:13.021839 [ 3 ] {5f33c459-8174-468a-b4fd-f765ff93afdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4966 | 2024.02.09 21:20:13.021978 [ 3 ] {5f33c459-8174-468a-b4fd-f765ff93afdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4967 | 2024.02.09 21:20:13.022276 [ 3 ] {5f33c459-8174-468a-b4fd-f765ff93afdb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4968 | 2024.02.09 21:20:13.022552 [ 3 ] {5f33c459-8174-468a-b4fd-f765ff93afdb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
4969 | 2024.02.09 21:20:13.022727 [ 3 ] {5f33c459-8174-468a-b4fd-f765ff93afdb} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0. | ||
4970 | 2024.02.09 21:20:13.022857 [ 3 ] {5f33c459-8174-468a-b4fd-f765ff93afdb} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001027618 sec., 2919 rows/sec., 3.94 MiB/sec. | ||
4971 | 2024.02.09 21:20:13.023067 [ 3 ] {5f33c459-8174-468a-b4fd-f765ff93afdb} <Debug> DynamicQueryHandler: Done processing query | ||
4972 | 2024.02.09 21:20:13.023092 [ 3 ] {5f33c459-8174-468a-b4fd-f765ff93afdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4973 | 2024.02.09 21:20:13.023108 [ 3 ] {} <Debug> HTTP-Session: 424d2353-3c39-4372-80e5-9a961198c4ae Destroying unnamed session | ||
4974 | 2024.02.09 21:20:18.019754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4975 | 2024.02.09 21:20:18.019874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4976 | 2024.02.09 21:20:18.019900 [ 3 ] {} <Debug> HTTP-Session: 294866b7-a73b-4846-9d7e-2ef61158c606 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4977 | 2024.02.09 21:20:18.019923 [ 3 ] {} <Debug> HTTP-Session: 294866b7-a73b-4846-9d7e-2ef61158c606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4978 | 2024.02.09 21:20:18.020047 [ 3 ] {fca63b57-f29c-4e79-a65a-a068cc6bf866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4979 | 2024.02.09 21:20:18.020107 [ 3 ] {fca63b57-f29c-4e79-a65a-a068cc6bf866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4980 | 2024.02.09 21:20:18.020266 [ 3 ] {fca63b57-f29c-4e79-a65a-a068cc6bf866} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4981 | 2024.02.09 21:20:18.020725 [ 3 ] {fca63b57-f29c-4e79-a65a-a068cc6bf866} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4982 | 2024.02.09 21:20:18.020983 [ 3 ] {fca63b57-f29c-4e79-a65a-a068cc6bf866} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
4983 | 2024.02.09 21:20:18.021152 [ 3 ] {fca63b57-f29c-4e79-a65a-a068cc6bf866} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0. | ||
4984 | 2024.02.09 21:20:18.021263 [ 3 ] {fca63b57-f29c-4e79-a65a-a068cc6bf866} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001180742 sec., 41499 rows/sec., 3.28 MiB/sec. | ||
4985 | 2024.02.09 21:20:18.021402 [ 3 ] {fca63b57-f29c-4e79-a65a-a068cc6bf866} <Debug> DynamicQueryHandler: Done processing query | ||
4986 | 2024.02.09 21:20:18.021427 [ 3 ] {fca63b57-f29c-4e79-a65a-a068cc6bf866} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
4987 | 2024.02.09 21:20:18.021443 [ 3 ] {} <Debug> HTTP-Session: 294866b7-a73b-4846-9d7e-2ef61158c606 Destroying unnamed session | ||
4988 | 2024.02.09 21:20:18.021609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4989 | 2024.02.09 21:20:18.021655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4990 | 2024.02.09 21:20:18.021675 [ 3 ] {} <Debug> HTTP-Session: 31ca27f8-2e24-46a9-96eb-ae80ce3a8b80 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
4991 | 2024.02.09 21:20:18.021692 [ 3 ] {} <Debug> HTTP-Session: 31ca27f8-2e24-46a9-96eb-ae80ce3a8b80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4992 | 2024.02.09 21:20:18.021768 [ 3 ] {e54ed0db-6eed-469e-b230-ce7344194667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4993 | 2024.02.09 21:20:18.021806 [ 3 ] {e54ed0db-6eed-469e-b230-ce7344194667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4994 | 2024.02.09 21:20:18.021910 [ 3 ] {e54ed0db-6eed-469e-b230-ce7344194667} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4995 | 2024.02.09 21:20:18.022302 [ 3 ] {e54ed0db-6eed-469e-b230-ce7344194667} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
4996 | 2024.02.09 21:20:18.022531 [ 3 ] {e54ed0db-6eed-469e-b230-ce7344194667} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
4997 | 2024.02.09 21:20:18.022678 [ 3 ] {e54ed0db-6eed-469e-b230-ce7344194667} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0. | ||
4998 | 2024.02.09 21:20:18.022776 [ 3 ] {e54ed0db-6eed-469e-b230-ce7344194667} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.000981468 sec., 149775 rows/sec., 14.57 MiB/sec. | ||
4999 | 2024.02.09 21:20:18.022895 [ 3 ] {e54ed0db-6eed-469e-b230-ce7344194667} <Debug> DynamicQueryHandler: Done processing query | ||
5000 | 2024.02.09 21:20:18.022919 [ 3 ] {e54ed0db-6eed-469e-b230-ce7344194667} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5001 | 2024.02.09 21:20:18.022934 [ 3 ] {} <Debug> HTTP-Session: 31ca27f8-2e24-46a9-96eb-ae80ce3a8b80 Destroying unnamed session | ||
5002 | 2024.02.09 21:20:18.023069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5003 | 2024.02.09 21:20:18.023113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5004 | 2024.02.09 21:20:18.023132 [ 3 ] {} <Debug> HTTP-Session: 424b6fa6-235a-4308-b3c3-543c58009a43 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5005 | 2024.02.09 21:20:18.023149 [ 3 ] {} <Debug> HTTP-Session: 424b6fa6-235a-4308-b3c3-543c58009a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5006 | 2024.02.09 21:20:18.023223 [ 3 ] {7a56d587-3d1b-439d-827b-d5b8bf297f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5007 | 2024.02.09 21:20:18.023261 [ 3 ] {7a56d587-3d1b-439d-827b-d5b8bf297f92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5008 | 2024.02.09 21:20:18.023364 [ 3 ] {7a56d587-3d1b-439d-827b-d5b8bf297f92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5009 | 2024.02.09 21:20:18.023668 [ 3 ] {7a56d587-3d1b-439d-827b-d5b8bf297f92} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5010 | 2024.02.09 21:20:18.023872 [ 3 ] {7a56d587-3d1b-439d-827b-d5b8bf297f92} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5011 | 2024.02.09 21:20:18.024018 [ 3 ] {7a56d587-3d1b-439d-827b-d5b8bf297f92} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0. | ||
5012 | 2024.02.09 21:20:18.024114 [ 3 ] {7a56d587-3d1b-439d-827b-d5b8bf297f92} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000863336 sec., 56756 rows/sec., 4.44 MiB/sec. | ||
5013 | 2024.02.09 21:20:18.024232 [ 3 ] {7a56d587-3d1b-439d-827b-d5b8bf297f92} <Debug> DynamicQueryHandler: Done processing query | ||
5014 | 2024.02.09 21:20:18.024257 [ 3 ] {7a56d587-3d1b-439d-827b-d5b8bf297f92} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
5015 | 2024.02.09 21:20:18.024273 [ 3 ] {} <Debug> HTTP-Session: 424b6fa6-235a-4308-b3c3-543c58009a43 Destroying unnamed session | ||
5016 | 2024.02.09 21:20:18.024446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5017 | 2024.02.09 21:20:18.024490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5018 | 2024.02.09 21:20:18.024510 [ 3 ] {} <Debug> HTTP-Session: f12d5ab2-b79d-4f6a-93b8-8a3c4670fae3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5019 | 2024.02.09 21:20:18.024526 [ 3 ] {} <Debug> HTTP-Session: f12d5ab2-b79d-4f6a-93b8-8a3c4670fae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5020 | 2024.02.09 21:20:18.024612 [ 3 ] {17189e58-4527-4e20-9b4e-2b6111357015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5021 | 2024.02.09 21:20:18.024656 [ 3 ] {17189e58-4527-4e20-9b4e-2b6111357015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5022 | 2024.02.09 21:20:18.024788 [ 3 ] {17189e58-4527-4e20-9b4e-2b6111357015} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5023 | 2024.02.09 21:20:18.025274 [ 3 ] {17189e58-4527-4e20-9b4e-2b6111357015} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5024 | 2024.02.09 21:20:18.025595 [ 3 ] {17189e58-4527-4e20-9b4e-2b6111357015} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
5025 | 2024.02.09 21:20:18.025772 [ 3 ] {17189e58-4527-4e20-9b4e-2b6111357015} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0. | ||
5026 | 2024.02.09 21:20:18.025874 [ 3 ] {17189e58-4527-4e20-9b4e-2b6111357015} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001235752 sec., 39651 rows/sec., 53.51 MiB/sec. | ||
5027 | 2024.02.09 21:20:18.026010 [ 3 ] {17189e58-4527-4e20-9b4e-2b6111357015} <Debug> DynamicQueryHandler: Done processing query | ||
5028 | 2024.02.09 21:20:18.026034 [ 3 ] {17189e58-4527-4e20-9b4e-2b6111357015} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5029 | 2024.02.09 21:20:18.026049 [ 3 ] {} <Debug> HTTP-Session: f12d5ab2-b79d-4f6a-93b8-8a3c4670fae3 Destroying unnamed session | ||
5030 | 2024.02.09 21:20:21.767976 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5031 | 2024.02.09 21:20:21.768036 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5032 | 2024.02.09 21:20:23.018084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5033 | 2024.02.09 21:20:23.018232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5034 | 2024.02.09 21:20:23.018264 [ 3 ] {} <Debug> HTTP-Session: 60770cb9-8b29-40a1-82e2-761e7f5b1a1e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5035 | 2024.02.09 21:20:23.018291 [ 3 ] {} <Debug> HTTP-Session: 60770cb9-8b29-40a1-82e2-761e7f5b1a1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5036 | 2024.02.09 21:20:23.018428 [ 3 ] {d365d378-a5ad-4fd1-bea5-18f4adbe1841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5037 | 2024.02.09 21:20:23.018496 [ 3 ] {d365d378-a5ad-4fd1-bea5-18f4adbe1841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5038 | 2024.02.09 21:20:23.018678 [ 3 ] {d365d378-a5ad-4fd1-bea5-18f4adbe1841} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5039 | 2024.02.09 21:20:23.019109 [ 3 ] {d365d378-a5ad-4fd1-bea5-18f4adbe1841} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5040 | 2024.02.09 21:20:23.019373 [ 3 ] {d365d378-a5ad-4fd1-bea5-18f4adbe1841} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5041 | 2024.02.09 21:20:23.019538 [ 3 ] {d365d378-a5ad-4fd1-bea5-18f4adbe1841} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0. | ||
5042 | 2024.02.09 21:20:23.019657 [ 3 ] {d365d378-a5ad-4fd1-bea5-18f4adbe1841} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001189122 sec., 2522 rows/sec., 204.49 KiB/sec. | ||
5043 | 2024.02.09 21:20:23.019814 [ 3 ] {d365d378-a5ad-4fd1-bea5-18f4adbe1841} <Debug> DynamicQueryHandler: Done processing query | ||
5044 | 2024.02.09 21:20:23.019837 [ 3 ] {d365d378-a5ad-4fd1-bea5-18f4adbe1841} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5045 | 2024.02.09 21:20:23.019853 [ 3 ] {} <Debug> HTTP-Session: 60770cb9-8b29-40a1-82e2-761e7f5b1a1e Destroying unnamed session | ||
5046 | 2024.02.09 21:20:23.019981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5047 | 2024.02.09 21:20:23.020027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5048 | 2024.02.09 21:20:23.020047 [ 3 ] {} <Debug> HTTP-Session: a4ff00fc-3980-4482-a910-3549db61dc3d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5049 | 2024.02.09 21:20:23.020063 [ 3 ] {} <Debug> HTTP-Session: a4ff00fc-3980-4482-a910-3549db61dc3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5050 | 2024.02.09 21:20:23.020134 [ 3 ] {15e8ed6a-a1e5-469b-ad9e-6a03a0590a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5051 | 2024.02.09 21:20:23.020174 [ 3 ] {15e8ed6a-a1e5-469b-ad9e-6a03a0590a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5052 | 2024.02.09 21:20:23.020279 [ 3 ] {15e8ed6a-a1e5-469b-ad9e-6a03a0590a42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5053 | 2024.02.09 21:20:23.020630 [ 3 ] {15e8ed6a-a1e5-469b-ad9e-6a03a0590a42} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5054 | 2024.02.09 21:20:23.020849 [ 3 ] {15e8ed6a-a1e5-469b-ad9e-6a03a0590a42} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5055 | 2024.02.09 21:20:23.021000 [ 3 ] {15e8ed6a-a1e5-469b-ad9e-6a03a0590a42} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0. | ||
5056 | 2024.02.09 21:20:23.021125 [ 3 ] {15e8ed6a-a1e5-469b-ad9e-6a03a0590a42} <Information> executeQuery: Read 45 rows, 3.59 KiB in 0.000959848 sec., 46882 rows/sec., 3.65 MiB/sec. | ||
5057 | 2024.02.09 21:20:23.021249 [ 3 ] {15e8ed6a-a1e5-469b-ad9e-6a03a0590a42} <Debug> DynamicQueryHandler: Done processing query | ||
5058 | 2024.02.09 21:20:23.021273 [ 3 ] {15e8ed6a-a1e5-469b-ad9e-6a03a0590a42} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5059 | 2024.02.09 21:20:23.021288 [ 3 ] {} <Debug> HTTP-Session: a4ff00fc-3980-4482-a910-3549db61dc3d Destroying unnamed session | ||
5060 | 2024.02.09 21:20:23.021421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5061 | 2024.02.09 21:20:23.021466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5062 | 2024.02.09 21:20:23.021485 [ 3 ] {} <Debug> HTTP-Session: c9703458-6f61-452f-9cd1-d2c35582f96d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5063 | 2024.02.09 21:20:23.021501 [ 3 ] {} <Debug> HTTP-Session: c9703458-6f61-452f-9cd1-d2c35582f96d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5064 | 2024.02.09 21:20:23.021571 [ 3 ] {636de653-1172-405f-8b9b-0ebca6960cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5065 | 2024.02.09 21:20:23.021610 [ 3 ] {636de653-1172-405f-8b9b-0ebca6960cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5066 | 2024.02.09 21:20:23.021716 [ 3 ] {636de653-1172-405f-8b9b-0ebca6960cec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5067 | 2024.02.09 21:20:23.022016 [ 3 ] {636de653-1172-405f-8b9b-0ebca6960cec} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5068 | 2024.02.09 21:20:23.022218 [ 3 ] {636de653-1172-405f-8b9b-0ebca6960cec} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5069 | 2024.02.09 21:20:23.022368 [ 3 ] {636de653-1172-405f-8b9b-0ebca6960cec} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0. | ||
5070 | 2024.02.09 21:20:23.022493 [ 3 ] {636de653-1172-405f-8b9b-0ebca6960cec} <Information> executeQuery: Read 27 rows, 2.14 KiB in 0.000892836 sec., 30240 rows/sec., 2.34 MiB/sec. | ||
5071 | 2024.02.09 21:20:23.022628 [ 3 ] {636de653-1172-405f-8b9b-0ebca6960cec} <Debug> DynamicQueryHandler: Done processing query | ||
5072 | 2024.02.09 21:20:23.022652 [ 3 ] {636de653-1172-405f-8b9b-0ebca6960cec} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5073 | 2024.02.09 21:20:23.022668 [ 3 ] {} <Debug> HTTP-Session: c9703458-6f61-452f-9cd1-d2c35582f96d Destroying unnamed session | ||
5074 | 2024.02.09 21:20:23.022804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5075 | 2024.02.09 21:20:23.022850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5076 | 2024.02.09 21:20:23.022870 [ 3 ] {} <Debug> HTTP-Session: 2a4d70a1-f754-4a8b-a2e7-0d310efbe411 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5077 | 2024.02.09 21:20:23.022886 [ 3 ] {} <Debug> HTTP-Session: 2a4d70a1-f754-4a8b-a2e7-0d310efbe411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5078 | 2024.02.09 21:20:23.022959 [ 3 ] {d3dd175b-8987-4f41-8a19-cb1149f1451c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5079 | 2024.02.09 21:20:23.023003 [ 3 ] {d3dd175b-8987-4f41-8a19-cb1149f1451c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5080 | 2024.02.09 21:20:23.023126 [ 3 ] {d3dd175b-8987-4f41-8a19-cb1149f1451c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5081 | 2024.02.09 21:20:23.023434 [ 3 ] {d3dd175b-8987-4f41-8a19-cb1149f1451c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5082 | 2024.02.09 21:20:23.023693 [ 3 ] {d3dd175b-8987-4f41-8a19-cb1149f1451c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5083 | 2024.02.09 21:20:23.023872 [ 3 ] {d3dd175b-8987-4f41-8a19-cb1149f1451c} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0. | ||
5084 | 2024.02.09 21:20:23.023968 [ 3 ] {d3dd175b-8987-4f41-8a19-cb1149f1451c} <Information> executeQuery: Read 36 rows, 2.60 KiB in 0.000980768 sec., 36705 rows/sec., 2.59 MiB/sec. | ||
5085 | 2024.02.09 21:20:23.024085 [ 3 ] {d3dd175b-8987-4f41-8a19-cb1149f1451c} <Debug> DynamicQueryHandler: Done processing query | ||
5086 | 2024.02.09 21:20:23.024109 [ 3 ] {d3dd175b-8987-4f41-8a19-cb1149f1451c} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5087 | 2024.02.09 21:20:23.024124 [ 3 ] {} <Debug> HTTP-Session: 2a4d70a1-f754-4a8b-a2e7-0d310efbe411 Destroying unnamed session | ||
5088 | 2024.02.09 21:20:23.024271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5089 | 2024.02.09 21:20:23.024316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5090 | 2024.02.09 21:20:23.024336 [ 3 ] {} <Debug> HTTP-Session: 48d49eea-36b3-4e14-8d0f-533e74efad17 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5091 | 2024.02.09 21:20:23.024352 [ 3 ] {} <Debug> HTTP-Session: 48d49eea-36b3-4e14-8d0f-533e74efad17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5092 | 2024.02.09 21:20:23.024422 [ 3 ] {c86312fd-447d-48c2-a579-96baca04ea41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5093 | 2024.02.09 21:20:23.024466 [ 3 ] {c86312fd-447d-48c2-a579-96baca04ea41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5094 | 2024.02.09 21:20:23.024598 [ 3 ] {c86312fd-447d-48c2-a579-96baca04ea41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5095 | 2024.02.09 21:20:23.024896 [ 3 ] {c86312fd-447d-48c2-a579-96baca04ea41} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5096 | 2024.02.09 21:20:23.025161 [ 3 ] {c86312fd-447d-48c2-a579-96baca04ea41} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5097 | 2024.02.09 21:20:23.025349 [ 3 ] {c86312fd-447d-48c2-a579-96baca04ea41} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0. | ||
5098 | 2024.02.09 21:20:23.025448 [ 3 ] {c86312fd-447d-48c2-a579-96baca04ea41} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.000999549 sec., 3001 rows/sec., 4.05 MiB/sec. | ||
5099 | 2024.02.09 21:20:23.025575 [ 3 ] {c86312fd-447d-48c2-a579-96baca04ea41} <Debug> DynamicQueryHandler: Done processing query | ||
5100 | 2024.02.09 21:20:23.025598 [ 3 ] {c86312fd-447d-48c2-a579-96baca04ea41} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5101 | 2024.02.09 21:20:23.025614 [ 3 ] {} <Debug> HTTP-Session: 48d49eea-36b3-4e14-8d0f-533e74efad17 Destroying unnamed session | ||
5102 | 2024.02.09 21:20:28.019297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5103 | 2024.02.09 21:20:28.019430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5104 | 2024.02.09 21:20:28.019461 [ 3 ] {} <Debug> HTTP-Session: 7515f625-e718-4499-a22a-8dd6985cf8c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5105 | 2024.02.09 21:20:28.019490 [ 3 ] {} <Debug> HTTP-Session: 7515f625-e718-4499-a22a-8dd6985cf8c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5106 | 2024.02.09 21:20:28.019630 [ 3 ] {1f88e869-8875-428c-a915-a4d0fa7ac941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5107 | 2024.02.09 21:20:28.019698 [ 3 ] {1f88e869-8875-428c-a915-a4d0fa7ac941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5108 | 2024.02.09 21:20:28.019881 [ 3 ] {1f88e869-8875-428c-a915-a4d0fa7ac941} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5109 | 2024.02.09 21:20:28.020350 [ 3 ] {1f88e869-8875-428c-a915-a4d0fa7ac941} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5110 | 2024.02.09 21:20:28.020619 [ 3 ] {1f88e869-8875-428c-a915-a4d0fa7ac941} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5111 | 2024.02.09 21:20:28.020783 [ 3 ] {1f88e869-8875-428c-a915-a4d0fa7ac941} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0. | ||
5112 | 2024.02.09 21:20:28.020904 [ 3 ] {1f88e869-8875-428c-a915-a4d0fa7ac941} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001237073 sec., 39609 rows/sec., 3.14 MiB/sec. | ||
5113 | 2024.02.09 21:20:28.021054 [ 3 ] {1f88e869-8875-428c-a915-a4d0fa7ac941} <Debug> DynamicQueryHandler: Done processing query | ||
5114 | 2024.02.09 21:20:28.021080 [ 3 ] {1f88e869-8875-428c-a915-a4d0fa7ac941} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5115 | 2024.02.09 21:20:28.021096 [ 3 ] {} <Debug> HTTP-Session: 7515f625-e718-4499-a22a-8dd6985cf8c9 Destroying unnamed session | ||
5116 | 2024.02.09 21:20:28.021215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5117 | 2024.02.09 21:20:28.021261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5118 | 2024.02.09 21:20:28.021281 [ 3 ] {} <Debug> HTTP-Session: 74ed2e05-a5fa-40af-84d0-08cc6c1c4983 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5119 | 2024.02.09 21:20:28.021298 [ 3 ] {} <Debug> HTTP-Session: 74ed2e05-a5fa-40af-84d0-08cc6c1c4983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5120 | 2024.02.09 21:20:28.021368 [ 3 ] {9b447a1e-aa1c-437f-9bec-6f17c8aca98c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5121 | 2024.02.09 21:20:28.021408 [ 3 ] {9b447a1e-aa1c-437f-9bec-6f17c8aca98c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5122 | 2024.02.09 21:20:28.021518 [ 3 ] {9b447a1e-aa1c-437f-9bec-6f17c8aca98c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5123 | 2024.02.09 21:20:28.021819 [ 3 ] {9b447a1e-aa1c-437f-9bec-6f17c8aca98c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5124 | 2024.02.09 21:20:28.022026 [ 3 ] {9b447a1e-aa1c-437f-9bec-6f17c8aca98c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5125 | 2024.02.09 21:20:28.022177 [ 3 ] {9b447a1e-aa1c-437f-9bec-6f17c8aca98c} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0. | ||
5126 | 2024.02.09 21:20:28.022299 [ 3 ] {9b447a1e-aa1c-437f-9bec-6f17c8aca98c} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000897637 sec., 2228 rows/sec., 190.39 KiB/sec. | ||
5127 | 2024.02.09 21:20:28.022489 [ 3 ] {9b447a1e-aa1c-437f-9bec-6f17c8aca98c} <Debug> DynamicQueryHandler: Done processing query | ||
5128 | 2024.02.09 21:20:28.022513 [ 3 ] {9b447a1e-aa1c-437f-9bec-6f17c8aca98c} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5129 | 2024.02.09 21:20:28.022529 [ 3 ] {} <Debug> HTTP-Session: 74ed2e05-a5fa-40af-84d0-08cc6c1c4983 Destroying unnamed session | ||
5130 | 2024.02.09 21:20:28.022703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5131 | 2024.02.09 21:20:28.022750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5132 | 2024.02.09 21:20:28.022769 [ 3 ] {} <Debug> HTTP-Session: 8ec79a25-ec6b-436a-aaed-f699369ba49c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5133 | 2024.02.09 21:20:28.022786 [ 3 ] {} <Debug> HTTP-Session: 8ec79a25-ec6b-436a-aaed-f699369ba49c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5134 | 2024.02.09 21:20:28.022861 [ 3 ] {53aff6e8-930d-4c0f-9414-731ffd1ae387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5135 | 2024.02.09 21:20:28.022901 [ 3 ] {53aff6e8-930d-4c0f-9414-731ffd1ae387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5136 | 2024.02.09 21:20:28.023020 [ 3 ] {53aff6e8-930d-4c0f-9414-731ffd1ae387} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5137 | 2024.02.09 21:20:28.023413 [ 3 ] {53aff6e8-930d-4c0f-9414-731ffd1ae387} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5138 | 2024.02.09 21:20:28.023635 [ 3 ] {53aff6e8-930d-4c0f-9414-731ffd1ae387} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
5139 | 2024.02.09 21:20:28.023786 [ 3 ] {53aff6e8-930d-4c0f-9414-731ffd1ae387} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0. | ||
5140 | 2024.02.09 21:20:28.023887 [ 3 ] {53aff6e8-930d-4c0f-9414-731ffd1ae387} <Information> executeQuery: Read 148 rows, 14.73 KiB in 0.000998119 sec., 148278 rows/sec., 14.41 MiB/sec. | ||
5141 | 2024.02.09 21:20:28.023915 [ 109 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
5142 | 2024.02.09 21:20:28.024025 [ 109 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5143 | 2024.02.09 21:20:28.024045 [ 3 ] {53aff6e8-930d-4c0f-9414-731ffd1ae387} <Debug> DynamicQueryHandler: Done processing query | ||
5144 | 2024.02.09 21:20:28.024093 [ 3 ] {53aff6e8-930d-4c0f-9414-731ffd1ae387} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5145 | 2024.02.09 21:20:28.024137 [ 3 ] {} <Debug> HTTP-Session: 8ec79a25-ec6b-436a-aaed-f699369ba49c Destroying unnamed session | ||
5146 | 2024.02.09 21:20:28.024168 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact | ||
5147 | 2024.02.09 21:20:28.024327 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5148 | 2024.02.09 21:20:28.024385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5149 | 2024.02.09 21:20:28.024446 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 196 rows starting from the beginning of the part | ||
5150 | 2024.02.09 21:20:28.024497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5151 | 2024.02.09 21:20:28.024523 [ 3 ] {} <Debug> HTTP-Session: 536a5210-ac0e-4114-9478-ac48000ba8d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5152 | 2024.02.09 21:20:28.024545 [ 3 ] {} <Debug> HTTP-Session: 536a5210-ac0e-4114-9478-ac48000ba8d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5153 | 2024.02.09 21:20:28.024640 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 147 rows starting from the beginning of the part | ||
5154 | 2024.02.09 21:20:28.024659 [ 3 ] {6b4b95a4-15fe-41a7-acaa-60a51c2a00c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5155 | 2024.02.09 21:20:28.024711 [ 3 ] {6b4b95a4-15fe-41a7-acaa-60a51c2a00c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5156 | 2024.02.09 21:20:28.024801 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 9 rows starting from the beginning of the part | ||
5157 | 2024.02.09 21:20:28.024955 [ 3 ] {6b4b95a4-15fe-41a7-acaa-60a51c2a00c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5158 | 2024.02.09 21:20:28.024976 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 147 rows starting from the beginning of the part | ||
5159 | 2024.02.09 21:20:28.025141 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 45 rows starting from the beginning of the part | ||
5160 | 2024.02.09 21:20:28.025336 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 148 rows starting from the beginning of the part | ||
5161 | 2024.02.09 21:20:28.025433 [ 3 ] {6b4b95a4-15fe-41a7-acaa-60a51c2a00c7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5162 | 2024.02.09 21:20:28.025721 [ 3 ] {6b4b95a4-15fe-41a7-acaa-60a51c2a00c7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5163 | 2024.02.09 21:20:28.025929 [ 3 ] {6b4b95a4-15fe-41a7-acaa-60a51c2a00c7} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0. | ||
5164 | 2024.02.09 21:20:28.026070 [ 3 ] {6b4b95a4-15fe-41a7-acaa-60a51c2a00c7} <Information> executeQuery: Read 2 rows, 143.00 B in 0.001373185 sec., 1456 rows/sec., 101.70 KiB/sec. | ||
5165 | 2024.02.09 21:20:28.026394 [ 3 ] {6b4b95a4-15fe-41a7-acaa-60a51c2a00c7} <Debug> DynamicQueryHandler: Done processing query | ||
5166 | 2024.02.09 21:20:28.026425 [ 3 ] {6b4b95a4-15fe-41a7-acaa-60a51c2a00c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5167 | 2024.02.09 21:20:28.026445 [ 3 ] {} <Debug> HTTP-Session: 536a5210-ac0e-4114-9478-ac48000ba8d9 Destroying unnamed session | ||
5168 | 2024.02.09 21:20:28.026470 [ 24 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 4 columns (4 merged, 0 gathered) in 0.002368443 sec., 292175.0702887931 rows/sec., 27.63 MiB/sec. | ||
5169 | 2024.02.09 21:20:28.026595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5170 | 2024.02.09 21:20:28.026633 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
5171 | 2024.02.09 21:20:28.026653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5172 | 2024.02.09 21:20:28.026680 [ 3 ] {} <Debug> HTTP-Session: d05ccab5-49c0-4652-911e-4744e228d9b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5173 | 2024.02.09 21:20:28.026697 [ 3 ] {} <Debug> HTTP-Session: d05ccab5-49c0-4652-911e-4744e228d9b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5174 | 2024.02.09 21:20:28.026780 [ 3 ] {46d8bd90-964b-41fd-a1d9-2aee889cf061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5175 | 2024.02.09 21:20:28.026815 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_51_10} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10. | ||
5176 | 2024.02.09 21:20:28.026829 [ 3 ] {46d8bd90-964b-41fd-a1d9-2aee889cf061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5177 | 2024.02.09 21:20:28.026895 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_51_10} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_46_9 to all_51_51_0 | ||
5178 | 2024.02.09 21:20:28.026995 [ 3 ] {46d8bd90-964b-41fd-a1d9-2aee889cf061} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5179 | 2024.02.09 21:20:28.027343 [ 3 ] {46d8bd90-964b-41fd-a1d9-2aee889cf061} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5180 | 2024.02.09 21:20:28.027551 [ 3 ] {46d8bd90-964b-41fd-a1d9-2aee889cf061} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
5181 | 2024.02.09 21:20:28.027702 [ 3 ] {46d8bd90-964b-41fd-a1d9-2aee889cf061} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0. | ||
5182 | 2024.02.09 21:20:28.027820 [ 109 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
5183 | 2024.02.09 21:20:28.027829 [ 3 ] {46d8bd90-964b-41fd-a1d9-2aee889cf061} <Information> executeQuery: Read 51 rows, 4.09 KiB in 0.001005479 sec., 50722 rows/sec., 3.97 MiB/sec. | ||
5184 | 2024.02.09 21:20:28.027881 [ 109 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5185 | 2024.02.09 21:20:28.027955 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact | ||
5186 | 2024.02.09 21:20:28.028060 [ 3 ] {46d8bd90-964b-41fd-a1d9-2aee889cf061} <Debug> DynamicQueryHandler: Done processing query | ||
5187 | 2024.02.09 21:20:28.028107 [ 3 ] {46d8bd90-964b-41fd-a1d9-2aee889cf061} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
5188 | 2024.02.09 21:20:28.028110 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5189 | 2024.02.09 21:20:28.028139 [ 3 ] {} <Debug> HTTP-Session: d05ccab5-49c0-4652-911e-4744e228d9b2 Destroying unnamed session | ||
5190 | 2024.02.09 21:20:28.028180 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 102 rows starting from the beginning of the part | ||
5191 | 2024.02.09 21:20:28.028304 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 49 rows starting from the beginning of the part | ||
5192 | 2024.02.09 21:20:28.028342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5193 | 2024.02.09 21:20:28.028433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5194 | 2024.02.09 21:20:28.028487 [ 3 ] {} <Debug> HTTP-Session: 8ad36298-59ed-43cf-aaa4-be8cc2adc2da Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5195 | 2024.02.09 21:20:28.028497 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 3 rows starting from the beginning of the part | ||
5196 | 2024.02.09 21:20:28.028514 [ 3 ] {} <Debug> HTTP-Session: 8ad36298-59ed-43cf-aaa4-be8cc2adc2da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5197 | 2024.02.09 21:20:28.028715 [ 3 ] {d9f4a569-e712-409d-a151-ae362d276e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5198 | 2024.02.09 21:20:28.028730 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 49 rows starting from the beginning of the part | ||
5199 | 2024.02.09 21:20:28.028813 [ 3 ] {d9f4a569-e712-409d-a151-ae362d276e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5200 | 2024.02.09 21:20:28.028994 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 27 rows starting from the beginning of the part | ||
5201 | 2024.02.09 21:20:28.029339 [ 21 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 51 rows starting from the beginning of the part | ||
5202 | 2024.02.09 21:20:28.029353 [ 3 ] {d9f4a569-e712-409d-a151-ae362d276e08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5203 | 2024.02.09 21:20:28.030010 [ 3 ] {d9f4a569-e712-409d-a151-ae362d276e08} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5204 | 2024.02.09 21:20:28.030658 [ 3 ] {d9f4a569-e712-409d-a151-ae362d276e08} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5205 | 2024.02.09 21:20:28.030894 [ 24 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 4 columns (4 merged, 0 gathered) in 0.002973174 sec., 94511.79110270708 rows/sec., 7.38 MiB/sec. | ||
5206 | 2024.02.09 21:20:28.030995 [ 3 ] {d9f4a569-e712-409d-a151-ae362d276e08} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0. | ||
5207 | 2024.02.09 21:20:28.031089 [ 24 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
5208 | 2024.02.09 21:20:28.031163 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
5209 | 2024.02.09 21:20:28.031267 [ 109 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5210 | 2024.02.09 21:20:28.031275 [ 3 ] {d9f4a569-e712-409d-a151-ae362d276e08} <Information> executeQuery: Read 1 rows, 72.00 B in 0.002494776 sec., 400 rows/sec., 28.18 KiB/sec. | ||
5211 | 2024.02.09 21:20:28.031382 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact | ||
5212 | 2024.02.09 21:20:28.031664 [ 24 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_51_10} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10. | ||
5213 | 2024.02.09 21:20:28.031749 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5214 | 2024.02.09 21:20:28.031839 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 551 rows starting from the beginning of the part | ||
5215 | 2024.02.09 21:20:28.031911 [ 24 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_51_10} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_46_9 to all_51_51_0 | ||
5216 | 2024.02.09 21:20:28.031905 [ 3 ] {d9f4a569-e712-409d-a151-ae362d276e08} <Debug> DynamicQueryHandler: Done processing query | ||
5217 | 2024.02.09 21:20:28.031994 [ 3 ] {d9f4a569-e712-409d-a151-ae362d276e08} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5218 | 2024.02.09 21:20:28.032125 [ 3 ] {} <Debug> HTTP-Session: 8ad36298-59ed-43cf-aaa4-be8cc2adc2da Destroying unnamed session | ||
5219 | 2024.02.09 21:20:28.032206 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
5220 | 2024.02.09 21:20:28.032305 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
5221 | 2024.02.09 21:20:28.032402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5222 | 2024.02.09 21:20:28.032452 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 37 rows starting from the beginning of the part | ||
5223 | 2024.02.09 21:20:28.032515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5224 | 2024.02.09 21:20:28.032552 [ 3 ] {} <Debug> HTTP-Session: ac1e59fc-6a6f-4e26-9d76-0a7dee91cfc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5225 | 2024.02.09 21:20:28.032600 [ 3 ] {} <Debug> HTTP-Session: ac1e59fc-6a6f-4e26-9d76-0a7dee91cfc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5226 | 2024.02.09 21:20:28.032667 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
5227 | 2024.02.09 21:20:28.032820 [ 3 ] {30183d32-6b2b-4cd8-80a9-5af119be8566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5228 | 2024.02.09 21:20:28.032924 [ 21 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
5229 | 2024.02.09 21:20:28.032938 [ 3 ] {30183d32-6b2b-4cd8-80a9-5af119be8566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5230 | 2024.02.09 21:20:28.033594 [ 3 ] {30183d32-6b2b-4cd8-80a9-5af119be8566} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5231 | 2024.02.09 21:20:28.034681 [ 3 ] {30183d32-6b2b-4cd8-80a9-5af119be8566} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5232 | 2024.02.09 21:20:28.034689 [ 24 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 627 rows, containing 5 columns (5 merged, 0 gathered) in 0.003370022 sec., 186052.1978788269 rows/sec., 13.12 MiB/sec. | ||
5233 | 2024.02.09 21:20:28.034891 [ 24 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
5234 | 2024.02.09 21:20:28.035207 [ 3 ] {30183d32-6b2b-4cd8-80a9-5af119be8566} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5235 | 2024.02.09 21:20:28.035216 [ 24 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_20_4} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4. | ||
5236 | 2024.02.09 21:20:28.035312 [ 24 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_20_4} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7) (MergerMutator): Merged 6 parts: from all_1_15_3 to all_20_20_0 | ||
5237 | 2024.02.09 21:20:28.035532 [ 3 ] {30183d32-6b2b-4cd8-80a9-5af119be8566} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0. | ||
5238 | 2024.02.09 21:20:28.035700 [ 3 ] {30183d32-6b2b-4cd8-80a9-5af119be8566} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.002831512 sec., 17305 rows/sec., 23.35 MiB/sec. | ||
5239 | 2024.02.09 21:20:28.035871 [ 3 ] {30183d32-6b2b-4cd8-80a9-5af119be8566} <Debug> DynamicQueryHandler: Done processing query | ||
5240 | 2024.02.09 21:20:28.035900 [ 3 ] {30183d32-6b2b-4cd8-80a9-5af119be8566} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5241 | 2024.02.09 21:20:28.035920 [ 3 ] {} <Debug> HTTP-Session: ac1e59fc-6a6f-4e26-9d76-0a7dee91cfc5 Destroying unnamed session | ||
5242 | 2024.02.09 21:20:33.017380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5243 | 2024.02.09 21:20:33.017515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5244 | 2024.02.09 21:20:33.017543 [ 3 ] {} <Debug> HTTP-Session: 0c937e0e-0f56-40b6-96b7-208123c6941d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5245 | 2024.02.09 21:20:33.017569 [ 3 ] {} <Debug> HTTP-Session: 0c937e0e-0f56-40b6-96b7-208123c6941d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5246 | 2024.02.09 21:20:33.017707 [ 3 ] {3f06e9c3-ab2a-402f-b1f1-5c1b1e3d7902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5247 | 2024.02.09 21:20:33.017772 [ 3 ] {3f06e9c3-ab2a-402f-b1f1-5c1b1e3d7902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5248 | 2024.02.09 21:20:33.017943 [ 3 ] {3f06e9c3-ab2a-402f-b1f1-5c1b1e3d7902} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5249 | 2024.02.09 21:20:33.018393 [ 3 ] {3f06e9c3-ab2a-402f-b1f1-5c1b1e3d7902} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5250 | 2024.02.09 21:20:33.018687 [ 3 ] {3f06e9c3-ab2a-402f-b1f1-5c1b1e3d7902} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
5251 | 2024.02.09 21:20:33.018877 [ 3 ] {3f06e9c3-ab2a-402f-b1f1-5c1b1e3d7902} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0. | ||
5252 | 2024.02.09 21:20:33.019001 [ 3 ] {3f06e9c3-ab2a-402f-b1f1-5c1b1e3d7902} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001259673 sec., 2381 rows/sec., 193.04 KiB/sec. | ||
5253 | 2024.02.09 21:20:33.019029 [ 106 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
5254 | 2024.02.09 21:20:33.019160 [ 106 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5255 | 2024.02.09 21:20:33.019229 [ 3 ] {3f06e9c3-ab2a-402f-b1f1-5c1b1e3d7902} <Debug> DynamicQueryHandler: Done processing query | ||
5256 | 2024.02.09 21:20:33.019267 [ 11 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact | ||
5257 | 2024.02.09 21:20:33.019274 [ 3 ] {3f06e9c3-ab2a-402f-b1f1-5c1b1e3d7902} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5258 | 2024.02.09 21:20:33.019347 [ 3 ] {} <Debug> HTTP-Session: 0c937e0e-0f56-40b6-96b7-208123c6941d Destroying unnamed session | ||
5259 | 2024.02.09 21:20:33.019413 [ 11 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5260 | 2024.02.09 21:20:33.019448 [ 11 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 52 rows starting from the beginning of the part | ||
5261 | 2024.02.09 21:20:33.019530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5262 | 2024.02.09 21:20:33.019625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5263 | 2024.02.09 21:20:33.019664 [ 11 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 3 rows starting from the beginning of the part | ||
5264 | 2024.02.09 21:20:33.019674 [ 3 ] {} <Debug> HTTP-Session: cee2ed51-a297-4b40-b3e6-11cddd4a3c4b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5265 | 2024.02.09 21:20:33.019732 [ 3 ] {} <Debug> HTTP-Session: cee2ed51-a297-4b40-b3e6-11cddd4a3c4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5266 | 2024.02.09 21:20:33.019913 [ 11 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 49 rows starting from the beginning of the part | ||
5267 | 2024.02.09 21:20:33.019944 [ 3 ] {f891dad4-5366-49aa-84ba-4b0815160eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5268 | 2024.02.09 21:20:33.020031 [ 3 ] {f891dad4-5366-49aa-84ba-4b0815160eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5269 | 2024.02.09 21:20:33.020150 [ 11 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 3 rows starting from the beginning of the part | ||
5270 | 2024.02.09 21:20:33.020444 [ 11 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 49 rows starting from the beginning of the part | ||
5271 | 2024.02.09 21:20:33.020523 [ 3 ] {f891dad4-5366-49aa-84ba-4b0815160eba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5272 | 2024.02.09 21:20:33.020713 [ 11 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 3 rows starting from the beginning of the part | ||
5273 | 2024.02.09 21:20:33.021264 [ 3 ] {f891dad4-5366-49aa-84ba-4b0815160eba} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5274 | 2024.02.09 21:20:33.021728 [ 3 ] {f891dad4-5366-49aa-84ba-4b0815160eba} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
5275 | 2024.02.09 21:20:33.022093 [ 3 ] {f891dad4-5366-49aa-84ba-4b0815160eba} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0. | ||
5276 | 2024.02.09 21:20:33.022188 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 4 columns (4 merged, 0 gathered) in 0.002970615 sec., 53524.27022687222 rows/sec., 4.24 MiB/sec. | ||
5277 | 2024.02.09 21:20:33.022326 [ 3 ] {f891dad4-5366-49aa-84ba-4b0815160eba} <Information> executeQuery: Read 9 rows, 845.00 B in 0.002312843 sec., 3891 rows/sec., 356.79 KiB/sec. | ||
5278 | 2024.02.09 21:20:33.022406 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
5279 | 2024.02.09 21:20:33.022680 [ 3 ] {f891dad4-5366-49aa-84ba-4b0815160eba} <Debug> DynamicQueryHandler: Done processing query | ||
5280 | 2024.02.09 21:20:33.022716 [ 3 ] {f891dad4-5366-49aa-84ba-4b0815160eba} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
5281 | 2024.02.09 21:20:33.022750 [ 3 ] {} <Debug> HTTP-Session: cee2ed51-a297-4b40-b3e6-11cddd4a3c4b Destroying unnamed session | ||
5282 | 2024.02.09 21:20:33.022769 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_51_10} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10. | ||
5283 | 2024.02.09 21:20:33.022860 [ 24 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_51_10} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_46_9 to all_51_51_0 | ||
5284 | 2024.02.09 21:20:33.022963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5285 | 2024.02.09 21:20:33.023016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5286 | 2024.02.09 21:20:33.023038 [ 3 ] {} <Debug> HTTP-Session: a0e9b1fe-a6a2-480c-9807-57f456d7d0ef Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5287 | 2024.02.09 21:20:33.023055 [ 3 ] {} <Debug> HTTP-Session: a0e9b1fe-a6a2-480c-9807-57f456d7d0ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5288 | 2024.02.09 21:20:33.023126 [ 3 ] {5eb6313b-308a-4a0f-9d6d-09ef6f578d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5289 | 2024.02.09 21:20:33.023168 [ 3 ] {5eb6313b-308a-4a0f-9d6d-09ef6f578d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5290 | 2024.02.09 21:20:33.023292 [ 3 ] {5eb6313b-308a-4a0f-9d6d-09ef6f578d0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5291 | 2024.02.09 21:20:33.023577 [ 3 ] {5eb6313b-308a-4a0f-9d6d-09ef6f578d0d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5292 | 2024.02.09 21:20:33.023805 [ 3 ] {5eb6313b-308a-4a0f-9d6d-09ef6f578d0d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
5293 | 2024.02.09 21:20:33.023960 [ 3 ] {5eb6313b-308a-4a0f-9d6d-09ef6f578d0d} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0. | ||
5294 | 2024.02.09 21:20:33.024080 [ 3 ] {5eb6313b-308a-4a0f-9d6d-09ef6f578d0d} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000918076 sec., 3267 rows/sec., 261.67 KiB/sec. | ||
5295 | 2024.02.09 21:20:33.024247 [ 3 ] {5eb6313b-308a-4a0f-9d6d-09ef6f578d0d} <Debug> DynamicQueryHandler: Done processing query | ||
5296 | 2024.02.09 21:20:33.024271 [ 3 ] {5eb6313b-308a-4a0f-9d6d-09ef6f578d0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5297 | 2024.02.09 21:20:33.024289 [ 3 ] {} <Debug> HTTP-Session: a0e9b1fe-a6a2-480c-9807-57f456d7d0ef Destroying unnamed session | ||
5298 | 2024.02.09 21:20:33.024413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5299 | 2024.02.09 21:20:33.024458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5300 | 2024.02.09 21:20:33.024478 [ 3 ] {} <Debug> HTTP-Session: 2747adf5-8119-43f6-be34-402fa50e5d87 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5301 | 2024.02.09 21:20:33.024495 [ 3 ] {} <Debug> HTTP-Session: 2747adf5-8119-43f6-be34-402fa50e5d87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5302 | 2024.02.09 21:20:33.024568 [ 3 ] {d5e18dcc-941d-4444-9fe7-9c359945f421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5303 | 2024.02.09 21:20:33.024615 [ 3 ] {d5e18dcc-941d-4444-9fe7-9c359945f421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5304 | 2024.02.09 21:20:33.024757 [ 3 ] {d5e18dcc-941d-4444-9fe7-9c359945f421} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5305 | 2024.02.09 21:20:33.025084 [ 3 ] {d5e18dcc-941d-4444-9fe7-9c359945f421} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5306 | 2024.02.09 21:20:33.025381 [ 3 ] {d5e18dcc-941d-4444-9fe7-9c359945f421} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
5307 | 2024.02.09 21:20:33.025566 [ 3 ] {d5e18dcc-941d-4444-9fe7-9c359945f421} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0. | ||
5308 | 2024.02.09 21:20:33.025685 [ 106 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
5309 | 2024.02.09 21:20:33.025694 [ 3 ] {d5e18dcc-941d-4444-9fe7-9c359945f421} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.00108804 sec., 2757 rows/sec., 3.72 MiB/sec. | ||
5310 | 2024.02.09 21:20:33.025746 [ 106 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5311 | 2024.02.09 21:20:33.025943 [ 11 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact | ||
5312 | 2024.02.09 21:20:33.026017 [ 3 ] {d5e18dcc-941d-4444-9fe7-9c359945f421} <Debug> DynamicQueryHandler: Done processing query | ||
5313 | 2024.02.09 21:20:33.026060 [ 3 ] {d5e18dcc-941d-4444-9fe7-9c359945f421} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5314 | 2024.02.09 21:20:33.026107 [ 3 ] {} <Debug> HTTP-Session: 2747adf5-8119-43f6-be34-402fa50e5d87 Destroying unnamed session | ||
5315 | 2024.02.09 21:20:33.026161 [ 11 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5316 | 2024.02.09 21:20:33.026199 [ 11 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1215 rows starting from the beginning of the part | ||
5317 | 2024.02.09 21:20:33.026308 [ 11 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 3 rows starting from the beginning of the part | ||
5318 | 2024.02.09 21:20:33.026404 [ 11 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 49 rows starting from the beginning of the part | ||
5319 | 2024.02.09 21:20:33.026494 [ 11 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 3 rows starting from the beginning of the part | ||
5320 | 2024.02.09 21:20:33.026581 [ 11 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 49 rows starting from the beginning of the part | ||
5321 | 2024.02.09 21:20:33.026669 [ 11 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 3 rows starting from the beginning of the part | ||
5322 | 2024.02.09 21:20:33.029184 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1322 rows, containing 6 columns (6 merged, 0 gathered) in 0.003376262 sec., 391557.29028138216 rows/sec., 528.39 MiB/sec. | ||
5323 | 2024.02.09 21:20:33.029970 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
5324 | 2024.02.09 21:20:33.030263 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10. | ||
5325 | 2024.02.09 21:20:33.030340 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_46_9 to all_51_51_0 | ||
5326 | 2024.02.09 21:20:33.030430 [ 14 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_51_10: 8.49 MiB. | ||
5327 | 2024.02.09 21:20:34.000126 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.38 MiB, peak 245.23 MiB, will set to 236.68 MiB (RSS), difference: -3.70 MiB | ||
5328 | 2024.02.09 21:20:36.768077 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5329 | 2024.02.09 21:20:36.768136 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5330 | 2024.02.09 21:20:38.019146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5331 | 2024.02.09 21:20:38.019277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5332 | 2024.02.09 21:20:38.019308 [ 3 ] {} <Debug> HTTP-Session: 56380b22-2684-41cb-a888-a0a87ccd1dd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5333 | 2024.02.09 21:20:38.019337 [ 3 ] {} <Debug> HTTP-Session: 56380b22-2684-41cb-a888-a0a87ccd1dd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5334 | 2024.02.09 21:20:38.019480 [ 3 ] {daff39fb-61f2-4d3c-9069-873826533c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5335 | 2024.02.09 21:20:38.019548 [ 3 ] {daff39fb-61f2-4d3c-9069-873826533c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5336 | 2024.02.09 21:20:38.019731 [ 3 ] {daff39fb-61f2-4d3c-9069-873826533c77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5337 | 2024.02.09 21:20:38.020240 [ 3 ] {daff39fb-61f2-4d3c-9069-873826533c77} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5338 | 2024.02.09 21:20:38.020516 [ 3 ] {daff39fb-61f2-4d3c-9069-873826533c77} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
5339 | 2024.02.09 21:20:38.020680 [ 3 ] {daff39fb-61f2-4d3c-9069-873826533c77} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0. | ||
5340 | 2024.02.09 21:20:38.020793 [ 3 ] {daff39fb-61f2-4d3c-9069-873826533c77} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001273663 sec., 38471 rows/sec., 3.05 MiB/sec. | ||
5341 | 2024.02.09 21:20:38.020933 [ 3 ] {daff39fb-61f2-4d3c-9069-873826533c77} <Debug> DynamicQueryHandler: Done processing query | ||
5342 | 2024.02.09 21:20:38.020958 [ 3 ] {daff39fb-61f2-4d3c-9069-873826533c77} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5343 | 2024.02.09 21:20:38.020975 [ 3 ] {} <Debug> HTTP-Session: 56380b22-2684-41cb-a888-a0a87ccd1dd1 Destroying unnamed session | ||
5344 | 2024.02.09 21:20:38.021117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5345 | 2024.02.09 21:20:38.021190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5346 | 2024.02.09 21:20:38.021209 [ 3 ] {} <Debug> HTTP-Session: 0ddd2fa2-0a1d-4aaa-a706-7db922853656 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5347 | 2024.02.09 21:20:38.021226 [ 3 ] {} <Debug> HTTP-Session: 0ddd2fa2-0a1d-4aaa-a706-7db922853656 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5348 | 2024.02.09 21:20:38.021305 [ 3 ] {c42f71e2-e239-424f-8151-1ed1b7ef6886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5349 | 2024.02.09 21:20:38.021346 [ 3 ] {c42f71e2-e239-424f-8151-1ed1b7ef6886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5350 | 2024.02.09 21:20:38.021453 [ 3 ] {c42f71e2-e239-424f-8151-1ed1b7ef6886} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5351 | 2024.02.09 21:20:38.021851 [ 3 ] {c42f71e2-e239-424f-8151-1ed1b7ef6886} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5352 | 2024.02.09 21:20:38.022069 [ 3 ] {c42f71e2-e239-424f-8151-1ed1b7ef6886} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
5353 | 2024.02.09 21:20:38.022223 [ 3 ] {c42f71e2-e239-424f-8151-1ed1b7ef6886} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0. | ||
5354 | 2024.02.09 21:20:38.022318 [ 3 ] {c42f71e2-e239-424f-8151-1ed1b7ef6886} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.000984388 sec., 149331 rows/sec., 14.52 MiB/sec. | ||
5355 | 2024.02.09 21:20:38.022469 [ 3 ] {c42f71e2-e239-424f-8151-1ed1b7ef6886} <Debug> DynamicQueryHandler: Done processing query | ||
5356 | 2024.02.09 21:20:38.022526 [ 3 ] {c42f71e2-e239-424f-8151-1ed1b7ef6886} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5357 | 2024.02.09 21:20:38.022543 [ 3 ] {} <Debug> HTTP-Session: 0ddd2fa2-0a1d-4aaa-a706-7db922853656 Destroying unnamed session | ||
5358 | 2024.02.09 21:20:38.022673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5359 | 2024.02.09 21:20:38.022718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5360 | 2024.02.09 21:20:38.022737 [ 3 ] {} <Debug> HTTP-Session: 272525da-b4ef-4e56-9311-65b03224f647 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5361 | 2024.02.09 21:20:38.022755 [ 3 ] {} <Debug> HTTP-Session: 272525da-b4ef-4e56-9311-65b03224f647 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5362 | 2024.02.09 21:20:38.022829 [ 3 ] {d484f131-1061-4ed2-9797-7af622d09042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5363 | 2024.02.09 21:20:38.022871 [ 3 ] {d484f131-1061-4ed2-9797-7af622d09042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5364 | 2024.02.09 21:20:38.022985 [ 3 ] {d484f131-1061-4ed2-9797-7af622d09042} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5365 | 2024.02.09 21:20:38.023268 [ 3 ] {d484f131-1061-4ed2-9797-7af622d09042} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5366 | 2024.02.09 21:20:38.023485 [ 3 ] {d484f131-1061-4ed2-9797-7af622d09042} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
5367 | 2024.02.09 21:20:38.023639 [ 3 ] {d484f131-1061-4ed2-9797-7af622d09042} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0. | ||
5368 | 2024.02.09 21:20:38.023741 [ 3 ] {d484f131-1061-4ed2-9797-7af622d09042} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000882817 sec., 55504 rows/sec., 4.34 MiB/sec. | ||
5369 | 2024.02.09 21:20:38.023892 [ 3 ] {d484f131-1061-4ed2-9797-7af622d09042} <Debug> DynamicQueryHandler: Done processing query | ||
5370 | 2024.02.09 21:20:38.023936 [ 3 ] {d484f131-1061-4ed2-9797-7af622d09042} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
5371 | 2024.02.09 21:20:38.023956 [ 3 ] {} <Debug> HTTP-Session: 272525da-b4ef-4e56-9311-65b03224f647 Destroying unnamed session | ||
5372 | 2024.02.09 21:20:38.024146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5373 | 2024.02.09 21:20:38.024192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5374 | 2024.02.09 21:20:38.024212 [ 3 ] {} <Debug> HTTP-Session: 460ed259-4eed-4dca-947f-310ca91a2619 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5375 | 2024.02.09 21:20:38.024230 [ 3 ] {} <Debug> HTTP-Session: 460ed259-4eed-4dca-947f-310ca91a2619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5376 | 2024.02.09 21:20:38.024320 [ 3 ] {b9c64a27-ec9b-4cd7-9583-180611028014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5377 | 2024.02.09 21:20:38.024367 [ 3 ] {b9c64a27-ec9b-4cd7-9583-180611028014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5378 | 2024.02.09 21:20:38.024510 [ 3 ] {b9c64a27-ec9b-4cd7-9583-180611028014} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5379 | 2024.02.09 21:20:38.024971 [ 3 ] {b9c64a27-ec9b-4cd7-9583-180611028014} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
5380 | 2024.02.09 21:20:38.025281 [ 3 ] {b9c64a27-ec9b-4cd7-9583-180611028014} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
5381 | 2024.02.09 21:20:38.025463 [ 3 ] {b9c64a27-ec9b-4cd7-9583-180611028014} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0. | ||
5382 | 2024.02.09 21:20:38.025564 [ 3 ] {b9c64a27-ec9b-4cd7-9583-180611028014} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001215622 sec., 40308 rows/sec., 54.39 MiB/sec. | ||
5383 | 2024.02.09 21:20:38.025710 [ 3 ] {b9c64a27-ec9b-4cd7-9583-180611028014} <Debug> DynamicQueryHandler: Done processing query | ||
5384 | 2024.02.09 21:20:38.025736 [ 3 ] {b9c64a27-ec9b-4cd7-9583-180611028014} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5385 | 2024.02.09 21:20:38.025752 [ 3 ] {} <Debug> HTTP-Session: 460ed259-4eed-4dca-947f-310ca91a2619 Destroying unnamed session | ||
5386 | 2024.02.09 21:20:43.017502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5387 | 2024.02.09 21:20:43.017619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5388 | 2024.02.09 21:20:43.017645 [ 3 ] {} <Debug> HTTP-Session: 7db12b7a-ad39-4489-be99-b8bf9f357315 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5389 | 2024.02.09 21:20:43.017669 [ 3 ] {} <Debug> HTTP-Session: 7db12b7a-ad39-4489-be99-b8bf9f357315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5390 | 2024.02.09 21:20:43.017793 [ 3 ] {1331d924-a20d-47d5-97a9-62a525f1830a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5391 | 2024.02.09 21:20:43.017855 [ 3 ] {1331d924-a20d-47d5-97a9-62a525f1830a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5392 | 2024.02.09 21:20:43.018011 [ 3 ] {1331d924-a20d-47d5-97a9-62a525f1830a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5393 | 2024.02.09 21:20:43.018408 [ 3 ] {1331d924-a20d-47d5-97a9-62a525f1830a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5394 | 2024.02.09 21:20:43.018661 [ 3 ] {1331d924-a20d-47d5-97a9-62a525f1830a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
5395 | 2024.02.09 21:20:43.018827 [ 3 ] {1331d924-a20d-47d5-97a9-62a525f1830a} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0. | ||
5396 | 2024.02.09 21:20:43.018944 [ 3 ] {1331d924-a20d-47d5-97a9-62a525f1830a} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001116231 sec., 2687 rows/sec., 217.84 KiB/sec. | ||
5397 | 2024.02.09 21:20:43.019084 [ 3 ] {1331d924-a20d-47d5-97a9-62a525f1830a} <Debug> DynamicQueryHandler: Done processing query | ||
5398 | 2024.02.09 21:20:43.019109 [ 3 ] {1331d924-a20d-47d5-97a9-62a525f1830a} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5399 | 2024.02.09 21:20:43.019126 [ 3 ] {} <Debug> HTTP-Session: 7db12b7a-ad39-4489-be99-b8bf9f357315 Destroying unnamed session | ||
5400 | 2024.02.09 21:20:43.019241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5401 | 2024.02.09 21:20:43.019287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5402 | 2024.02.09 21:20:43.019307 [ 3 ] {} <Debug> HTTP-Session: ea97b3f7-d7c9-4559-8fc0-59d709ecf591 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5403 | 2024.02.09 21:20:43.019325 [ 3 ] {} <Debug> HTTP-Session: ea97b3f7-d7c9-4559-8fc0-59d709ecf591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5404 | 2024.02.09 21:20:43.019395 [ 3 ] {d69fcce3-ee0f-4e9c-9ab2-84c92cc27371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5405 | 2024.02.09 21:20:43.019435 [ 3 ] {d69fcce3-ee0f-4e9c-9ab2-84c92cc27371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5406 | 2024.02.09 21:20:43.019544 [ 3 ] {d69fcce3-ee0f-4e9c-9ab2-84c92cc27371} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5407 | 2024.02.09 21:20:43.019818 [ 3 ] {d69fcce3-ee0f-4e9c-9ab2-84c92cc27371} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5408 | 2024.02.09 21:20:43.020021 [ 3 ] {d69fcce3-ee0f-4e9c-9ab2-84c92cc27371} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5409 | 2024.02.09 21:20:43.020175 [ 3 ] {d69fcce3-ee0f-4e9c-9ab2-84c92cc27371} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0. | ||
5410 | 2024.02.09 21:20:43.020294 [ 3 ] {d69fcce3-ee0f-4e9c-9ab2-84c92cc27371} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000870776 sec., 2296 rows/sec., 196.26 KiB/sec. | ||
5411 | 2024.02.09 21:20:43.020399 [ 3 ] {d69fcce3-ee0f-4e9c-9ab2-84c92cc27371} <Debug> DynamicQueryHandler: Done processing query | ||
5412 | 2024.02.09 21:20:43.020422 [ 3 ] {d69fcce3-ee0f-4e9c-9ab2-84c92cc27371} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5413 | 2024.02.09 21:20:43.020438 [ 3 ] {} <Debug> HTTP-Session: ea97b3f7-d7c9-4559-8fc0-59d709ecf591 Destroying unnamed session | ||
5414 | 2024.02.09 21:20:43.020553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5415 | 2024.02.09 21:20:43.020597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5416 | 2024.02.09 21:20:43.020615 [ 3 ] {} <Debug> HTTP-Session: e8196faf-9475-4c7a-99c2-857aace220e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5417 | 2024.02.09 21:20:43.020631 [ 3 ] {} <Debug> HTTP-Session: e8196faf-9475-4c7a-99c2-857aace220e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5418 | 2024.02.09 21:20:43.020702 [ 3 ] {f3f19d55-ff2f-4225-aa88-6959ac84673d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5419 | 2024.02.09 21:20:43.020742 [ 3 ] {f3f19d55-ff2f-4225-aa88-6959ac84673d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5420 | 2024.02.09 21:20:43.020847 [ 3 ] {f3f19d55-ff2f-4225-aa88-6959ac84673d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5421 | 2024.02.09 21:20:43.021101 [ 3 ] {f3f19d55-ff2f-4225-aa88-6959ac84673d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5422 | 2024.02.09 21:20:43.021313 [ 3 ] {f3f19d55-ff2f-4225-aa88-6959ac84673d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
5423 | 2024.02.09 21:20:43.021462 [ 3 ] {f3f19d55-ff2f-4225-aa88-6959ac84673d} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0. | ||
5424 | 2024.02.09 21:20:43.021578 [ 3 ] {f3f19d55-ff2f-4225-aa88-6959ac84673d} <Information> executeQuery: Read 10 rows, 936.00 B in 0.000847126 sec., 11804 rows/sec., 1.05 MiB/sec. | ||
5425 | 2024.02.09 21:20:43.021712 [ 3 ] {f3f19d55-ff2f-4225-aa88-6959ac84673d} <Debug> DynamicQueryHandler: Done processing query | ||
5426 | 2024.02.09 21:20:43.021750 [ 3 ] {f3f19d55-ff2f-4225-aa88-6959ac84673d} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
5427 | 2024.02.09 21:20:43.021769 [ 3 ] {} <Debug> HTTP-Session: e8196faf-9475-4c7a-99c2-857aace220e1 Destroying unnamed session | ||
5428 | 2024.02.09 21:20:43.021896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5429 | 2024.02.09 21:20:43.021942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5430 | 2024.02.09 21:20:43.021962 [ 3 ] {} <Debug> HTTP-Session: d06e3d2b-c8e7-4a2c-8d1b-05f4b5d7323e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5431 | 2024.02.09 21:20:43.021979 [ 3 ] {} <Debug> HTTP-Session: d06e3d2b-c8e7-4a2c-8d1b-05f4b5d7323e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5432 | 2024.02.09 21:20:43.022048 [ 3 ] {23735f15-38dc-46a7-b46c-6bdd7188c851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5433 | 2024.02.09 21:20:43.022088 [ 3 ] {23735f15-38dc-46a7-b46c-6bdd7188c851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5434 | 2024.02.09 21:20:43.022202 [ 3 ] {23735f15-38dc-46a7-b46c-6bdd7188c851} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5435 | 2024.02.09 21:20:43.022453 [ 3 ] {23735f15-38dc-46a7-b46c-6bdd7188c851} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5436 | 2024.02.09 21:20:43.022654 [ 3 ] {23735f15-38dc-46a7-b46c-6bdd7188c851} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5437 | 2024.02.09 21:20:43.022806 [ 3 ] {23735f15-38dc-46a7-b46c-6bdd7188c851} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0. | ||
5438 | 2024.02.09 21:20:43.022920 [ 3 ] {23735f15-38dc-46a7-b46c-6bdd7188c851} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000844175 sec., 2369 rows/sec., 165.43 KiB/sec. | ||
5439 | 2024.02.09 21:20:43.023021 [ 3 ] {23735f15-38dc-46a7-b46c-6bdd7188c851} <Debug> DynamicQueryHandler: Done processing query | ||
5440 | 2024.02.09 21:20:43.023044 [ 3 ] {23735f15-38dc-46a7-b46c-6bdd7188c851} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5441 | 2024.02.09 21:20:43.023060 [ 3 ] {} <Debug> HTTP-Session: d06e3d2b-c8e7-4a2c-8d1b-05f4b5d7323e Destroying unnamed session | ||
5442 | 2024.02.09 21:20:43.023211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5443 | 2024.02.09 21:20:43.023255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5444 | 2024.02.09 21:20:43.023273 [ 3 ] {} <Debug> HTTP-Session: db3de308-7f7e-473e-bd27-a98877d5272a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5445 | 2024.02.09 21:20:43.023291 [ 3 ] {} <Debug> HTTP-Session: db3de308-7f7e-473e-bd27-a98877d5272a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5446 | 2024.02.09 21:20:43.023360 [ 3 ] {de6ea1fb-df4b-49c1-ab93-5196b7949990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5447 | 2024.02.09 21:20:43.023400 [ 3 ] {de6ea1fb-df4b-49c1-ab93-5196b7949990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5448 | 2024.02.09 21:20:43.023503 [ 3 ] {de6ea1fb-df4b-49c1-ab93-5196b7949990} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5449 | 2024.02.09 21:20:43.023746 [ 3 ] {de6ea1fb-df4b-49c1-ab93-5196b7949990} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5450 | 2024.02.09 21:20:43.023943 [ 3 ] {de6ea1fb-df4b-49c1-ab93-5196b7949990} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
5451 | 2024.02.09 21:20:43.024093 [ 3 ] {de6ea1fb-df4b-49c1-ab93-5196b7949990} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0. | ||
5452 | 2024.02.09 21:20:43.024210 [ 3 ] {de6ea1fb-df4b-49c1-ab93-5196b7949990} <Information> executeQuery: Read 5 rows, 413.00 B in 0.000821725 sec., 6084 rows/sec., 490.82 KiB/sec. | ||
5453 | 2024.02.09 21:20:43.024323 [ 3 ] {de6ea1fb-df4b-49c1-ab93-5196b7949990} <Debug> DynamicQueryHandler: Done processing query | ||
5454 | 2024.02.09 21:20:43.024347 [ 3 ] {de6ea1fb-df4b-49c1-ab93-5196b7949990} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
5455 | 2024.02.09 21:20:43.024362 [ 3 ] {} <Debug> HTTP-Session: db3de308-7f7e-473e-bd27-a98877d5272a Destroying unnamed session | ||
5456 | 2024.02.09 21:20:43.024457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5457 | 2024.02.09 21:20:43.024501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5458 | 2024.02.09 21:20:43.024522 [ 3 ] {} <Debug> HTTP-Session: 78dc0f93-3711-4e2e-852e-a55b812d5697 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5459 | 2024.02.09 21:20:43.024538 [ 3 ] {} <Debug> HTTP-Session: 78dc0f93-3711-4e2e-852e-a55b812d5697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5460 | 2024.02.09 21:20:43.024606 [ 3 ] {95ec9b06-8d2a-41c7-8d0d-82f230f1e5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5461 | 2024.02.09 21:20:43.024649 [ 3 ] {95ec9b06-8d2a-41c7-8d0d-82f230f1e5b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5462 | 2024.02.09 21:20:43.024770 [ 3 ] {95ec9b06-8d2a-41c7-8d0d-82f230f1e5b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5463 | 2024.02.09 21:20:43.025091 [ 3 ] {95ec9b06-8d2a-41c7-8d0d-82f230f1e5b5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5464 | 2024.02.09 21:20:43.025345 [ 3 ] {95ec9b06-8d2a-41c7-8d0d-82f230f1e5b5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5465 | 2024.02.09 21:20:43.025528 [ 3 ] {95ec9b06-8d2a-41c7-8d0d-82f230f1e5b5} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0. | ||
5466 | 2024.02.09 21:20:43.025646 [ 3 ] {95ec9b06-8d2a-41c7-8d0d-82f230f1e5b5} <Information> executeQuery: Read 1 rows, 72.00 B in 0.001009729 sec., 990 rows/sec., 69.64 KiB/sec. | ||
5467 | 2024.02.09 21:20:43.025795 [ 3 ] {95ec9b06-8d2a-41c7-8d0d-82f230f1e5b5} <Debug> DynamicQueryHandler: Done processing query | ||
5468 | 2024.02.09 21:20:43.025820 [ 3 ] {95ec9b06-8d2a-41c7-8d0d-82f230f1e5b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5469 | 2024.02.09 21:20:43.025836 [ 3 ] {} <Debug> HTTP-Session: 78dc0f93-3711-4e2e-852e-a55b812d5697 Destroying unnamed session | ||
5470 | 2024.02.09 21:20:43.025942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5471 | 2024.02.09 21:20:43.025987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5472 | 2024.02.09 21:20:43.026007 [ 3 ] {} <Debug> HTTP-Session: 80e80ad4-7bf5-4e93-8666-5176fb79b212 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5473 | 2024.02.09 21:20:43.026024 [ 3 ] {} <Debug> HTTP-Session: 80e80ad4-7bf5-4e93-8666-5176fb79b212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5474 | 2024.02.09 21:20:43.026098 [ 3 ] {53f63513-33ce-44c9-ad60-1e49a48eb93a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5475 | 2024.02.09 21:20:43.026144 [ 3 ] {53f63513-33ce-44c9-ad60-1e49a48eb93a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5476 | 2024.02.09 21:20:43.026283 [ 3 ] {53f63513-33ce-44c9-ad60-1e49a48eb93a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5477 | 2024.02.09 21:20:43.026582 [ 3 ] {53f63513-33ce-44c9-ad60-1e49a48eb93a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5478 | 2024.02.09 21:20:43.026851 [ 3 ] {53f63513-33ce-44c9-ad60-1e49a48eb93a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
5479 | 2024.02.09 21:20:43.027034 [ 3 ] {53f63513-33ce-44c9-ad60-1e49a48eb93a} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0. | ||
5480 | 2024.02.09 21:20:43.027149 [ 3 ] {53f63513-33ce-44c9-ad60-1e49a48eb93a} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001022629 sec., 2933 rows/sec., 3.96 MiB/sec. | ||
5481 | 2024.02.09 21:20:43.027278 [ 3 ] {53f63513-33ce-44c9-ad60-1e49a48eb93a} <Debug> DynamicQueryHandler: Done processing query | ||
5482 | 2024.02.09 21:20:43.027302 [ 3 ] {53f63513-33ce-44c9-ad60-1e49a48eb93a} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5483 | 2024.02.09 21:20:43.027319 [ 3 ] {} <Debug> HTTP-Session: 80e80ad4-7bf5-4e93-8666-5176fb79b212 Destroying unnamed session | ||
5484 | 2024.02.09 21:20:48.019343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5485 | 2024.02.09 21:20:48.019461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5486 | 2024.02.09 21:20:48.019488 [ 3 ] {} <Debug> HTTP-Session: 563f3ea2-1f41-4543-8493-ad56364f9ffe Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5487 | 2024.02.09 21:20:48.019513 [ 3 ] {} <Debug> HTTP-Session: 563f3ea2-1f41-4543-8493-ad56364f9ffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5488 | 2024.02.09 21:20:48.019640 [ 3 ] {96e04acf-8345-40cc-816a-b2ad9dd30eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5489 | 2024.02.09 21:20:48.019701 [ 3 ] {96e04acf-8345-40cc-816a-b2ad9dd30eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5490 | 2024.02.09 21:20:48.019861 [ 3 ] {96e04acf-8345-40cc-816a-b2ad9dd30eaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5491 | 2024.02.09 21:20:48.020326 [ 3 ] {96e04acf-8345-40cc-816a-b2ad9dd30eaf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5492 | 2024.02.09 21:20:48.020590 [ 3 ] {96e04acf-8345-40cc-816a-b2ad9dd30eaf} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
5493 | 2024.02.09 21:20:48.020752 [ 3 ] {96e04acf-8345-40cc-816a-b2ad9dd30eaf} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0. | ||
5494 | 2024.02.09 21:20:48.020867 [ 3 ] {96e04acf-8345-40cc-816a-b2ad9dd30eaf} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001192922 sec., 41075 rows/sec., 3.25 MiB/sec. | ||
5495 | 2024.02.09 21:20:48.021012 [ 3 ] {96e04acf-8345-40cc-816a-b2ad9dd30eaf} <Debug> DynamicQueryHandler: Done processing query | ||
5496 | 2024.02.09 21:20:48.021038 [ 3 ] {96e04acf-8345-40cc-816a-b2ad9dd30eaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5497 | 2024.02.09 21:20:48.021055 [ 3 ] {} <Debug> HTTP-Session: 563f3ea2-1f41-4543-8493-ad56364f9ffe Destroying unnamed session | ||
5498 | 2024.02.09 21:20:48.021178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5499 | 2024.02.09 21:20:48.021232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5500 | 2024.02.09 21:20:48.021253 [ 3 ] {} <Debug> HTTP-Session: b43f86d7-eefb-4d5d-ae31-54200c7b7e5a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5501 | 2024.02.09 21:20:48.021271 [ 3 ] {} <Debug> HTTP-Session: b43f86d7-eefb-4d5d-ae31-54200c7b7e5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5502 | 2024.02.09 21:20:48.021343 [ 3 ] {98d46cd8-2103-4b0e-b815-f11b8444efcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5503 | 2024.02.09 21:20:48.021384 [ 3 ] {98d46cd8-2103-4b0e-b815-f11b8444efcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5504 | 2024.02.09 21:20:48.021495 [ 3 ] {98d46cd8-2103-4b0e-b815-f11b8444efcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5505 | 2024.02.09 21:20:48.021786 [ 3 ] {98d46cd8-2103-4b0e-b815-f11b8444efcb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5506 | 2024.02.09 21:20:48.021994 [ 3 ] {98d46cd8-2103-4b0e-b815-f11b8444efcb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5507 | 2024.02.09 21:20:48.022151 [ 3 ] {98d46cd8-2103-4b0e-b815-f11b8444efcb} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0. | ||
5508 | 2024.02.09 21:20:48.022253 [ 3 ] {98d46cd8-2103-4b0e-b815-f11b8444efcb} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000878116 sec., 2277 rows/sec., 194.62 KiB/sec. | ||
5509 | 2024.02.09 21:20:48.022376 [ 3 ] {98d46cd8-2103-4b0e-b815-f11b8444efcb} <Debug> DynamicQueryHandler: Done processing query | ||
5510 | 2024.02.09 21:20:48.022401 [ 3 ] {98d46cd8-2103-4b0e-b815-f11b8444efcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5511 | 2024.02.09 21:20:48.022417 [ 3 ] {} <Debug> HTTP-Session: b43f86d7-eefb-4d5d-ae31-54200c7b7e5a Destroying unnamed session | ||
5512 | 2024.02.09 21:20:48.022565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5513 | 2024.02.09 21:20:48.022611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5514 | 2024.02.09 21:20:48.022632 [ 3 ] {} <Debug> HTTP-Session: b18dab09-04c1-42c5-a2d0-037529571b33 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5515 | 2024.02.09 21:20:48.022649 [ 3 ] {} <Debug> HTTP-Session: b18dab09-04c1-42c5-a2d0-037529571b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5516 | 2024.02.09 21:20:48.022731 [ 3 ] {112d7c16-a6c2-4b4c-adc4-646dac792390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5517 | 2024.02.09 21:20:48.022769 [ 3 ] {112d7c16-a6c2-4b4c-adc4-646dac792390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5518 | 2024.02.09 21:20:48.022875 [ 3 ] {112d7c16-a6c2-4b4c-adc4-646dac792390} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5519 | 2024.02.09 21:20:48.023249 [ 3 ] {112d7c16-a6c2-4b4c-adc4-646dac792390} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5520 | 2024.02.09 21:20:48.023465 [ 3 ] {112d7c16-a6c2-4b4c-adc4-646dac792390} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
5521 | 2024.02.09 21:20:48.023611 [ 3 ] {112d7c16-a6c2-4b4c-adc4-646dac792390} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0. | ||
5522 | 2024.02.09 21:20:48.023729 [ 3 ] {112d7c16-a6c2-4b4c-adc4-646dac792390} <Information> executeQuery: Read 148 rows, 14.73 KiB in 0.000960458 sec., 154093 rows/sec., 14.98 MiB/sec. | ||
5523 | 2024.02.09 21:20:48.023848 [ 3 ] {112d7c16-a6c2-4b4c-adc4-646dac792390} <Debug> DynamicQueryHandler: Done processing query | ||
5524 | 2024.02.09 21:20:48.023873 [ 3 ] {112d7c16-a6c2-4b4c-adc4-646dac792390} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5525 | 2024.02.09 21:20:48.023889 [ 3 ] {} <Debug> HTTP-Session: b18dab09-04c1-42c5-a2d0-037529571b33 Destroying unnamed session | ||
5526 | 2024.02.09 21:20:48.024045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5527 | 2024.02.09 21:20:48.024091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5528 | 2024.02.09 21:20:48.024110 [ 3 ] {} <Debug> HTTP-Session: 193eee1d-ba5c-492f-8375-98739f7ce006 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5529 | 2024.02.09 21:20:48.024128 [ 3 ] {} <Debug> HTTP-Session: 193eee1d-ba5c-492f-8375-98739f7ce006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5530 | 2024.02.09 21:20:48.024200 [ 3 ] {46b861d1-d636-4d23-8a9e-a43fb54792e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5531 | 2024.02.09 21:20:48.024239 [ 3 ] {46b861d1-d636-4d23-8a9e-a43fb54792e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5532 | 2024.02.09 21:20:48.024347 [ 3 ] {46b861d1-d636-4d23-8a9e-a43fb54792e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5533 | 2024.02.09 21:20:48.024605 [ 3 ] {46b861d1-d636-4d23-8a9e-a43fb54792e6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5534 | 2024.02.09 21:20:48.024810 [ 3 ] {46b861d1-d636-4d23-8a9e-a43fb54792e6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5535 | 2024.02.09 21:20:48.024962 [ 3 ] {46b861d1-d636-4d23-8a9e-a43fb54792e6} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0. | ||
5536 | 2024.02.09 21:20:48.025074 [ 3 ] {46b861d1-d636-4d23-8a9e-a43fb54792e6} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000843886 sec., 2369 rows/sec., 165.48 KiB/sec. | ||
5537 | 2024.02.09 21:20:48.025192 [ 3 ] {46b861d1-d636-4d23-8a9e-a43fb54792e6} <Debug> DynamicQueryHandler: Done processing query | ||
5538 | 2024.02.09 21:20:48.025217 [ 3 ] {46b861d1-d636-4d23-8a9e-a43fb54792e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5539 | 2024.02.09 21:20:48.025234 [ 3 ] {} <Debug> HTTP-Session: 193eee1d-ba5c-492f-8375-98739f7ce006 Destroying unnamed session | ||
5540 | 2024.02.09 21:20:48.025393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5541 | 2024.02.09 21:20:48.025439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5542 | 2024.02.09 21:20:48.025458 [ 3 ] {} <Debug> HTTP-Session: d59595df-d5a4-4ed4-9cdd-8777a04c643a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5543 | 2024.02.09 21:20:48.025475 [ 3 ] {} <Debug> HTTP-Session: d59595df-d5a4-4ed4-9cdd-8777a04c643a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5544 | 2024.02.09 21:20:48.025548 [ 3 ] {b121cf4d-e5ec-4cf9-abb1-01b31848ae54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5545 | 2024.02.09 21:20:48.025586 [ 3 ] {b121cf4d-e5ec-4cf9-abb1-01b31848ae54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5546 | 2024.02.09 21:20:48.025694 [ 3 ] {b121cf4d-e5ec-4cf9-abb1-01b31848ae54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5547 | 2024.02.09 21:20:48.025993 [ 3 ] {b121cf4d-e5ec-4cf9-abb1-01b31848ae54} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5548 | 2024.02.09 21:20:48.026200 [ 3 ] {b121cf4d-e5ec-4cf9-abb1-01b31848ae54} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
5549 | 2024.02.09 21:20:48.026356 [ 3 ] {b121cf4d-e5ec-4cf9-abb1-01b31848ae54} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0. | ||
5550 | 2024.02.09 21:20:48.026475 [ 3 ] {b121cf4d-e5ec-4cf9-abb1-01b31848ae54} <Information> executeQuery: Read 51 rows, 4.09 KiB in 0.000895647 sec., 56942 rows/sec., 4.46 MiB/sec. | ||
5551 | 2024.02.09 21:20:48.026630 [ 3 ] {b121cf4d-e5ec-4cf9-abb1-01b31848ae54} <Debug> DynamicQueryHandler: Done processing query | ||
5552 | 2024.02.09 21:20:48.026672 [ 3 ] {b121cf4d-e5ec-4cf9-abb1-01b31848ae54} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
5553 | 2024.02.09 21:20:48.026701 [ 3 ] {} <Debug> HTTP-Session: d59595df-d5a4-4ed4-9cdd-8777a04c643a Destroying unnamed session | ||
5554 | 2024.02.09 21:20:48.026857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5555 | 2024.02.09 21:20:48.026902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5556 | 2024.02.09 21:20:48.026921 [ 3 ] {} <Debug> HTTP-Session: c2045368-dc76-48ea-b637-f53afe1f3a0f Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5557 | 2024.02.09 21:20:48.026938 [ 3 ] {} <Debug> HTTP-Session: c2045368-dc76-48ea-b637-f53afe1f3a0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5558 | 2024.02.09 21:20:48.027009 [ 3 ] {44ad2ca9-a3af-4b38-83e0-37d3f4613c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5559 | 2024.02.09 21:20:48.027051 [ 3 ] {44ad2ca9-a3af-4b38-83e0-37d3f4613c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5560 | 2024.02.09 21:20:48.027191 [ 3 ] {44ad2ca9-a3af-4b38-83e0-37d3f4613c69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5561 | 2024.02.09 21:20:48.027450 [ 3 ] {44ad2ca9-a3af-4b38-83e0-37d3f4613c69} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5562 | 2024.02.09 21:20:48.027707 [ 3 ] {44ad2ca9-a3af-4b38-83e0-37d3f4613c69} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5563 | 2024.02.09 21:20:48.027883 [ 3 ] {44ad2ca9-a3af-4b38-83e0-37d3f4613c69} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0. | ||
5564 | 2024.02.09 21:20:48.028004 [ 3 ] {44ad2ca9-a3af-4b38-83e0-37d3f4613c69} <Information> executeQuery: Read 1 rows, 72.00 B in 0.000964788 sec., 1036 rows/sec., 72.88 KiB/sec. | ||
5565 | 2024.02.09 21:20:48.028203 [ 3 ] {44ad2ca9-a3af-4b38-83e0-37d3f4613c69} <Debug> DynamicQueryHandler: Done processing query | ||
5566 | 2024.02.09 21:20:48.028228 [ 3 ] {44ad2ca9-a3af-4b38-83e0-37d3f4613c69} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5567 | 2024.02.09 21:20:48.028245 [ 3 ] {} <Debug> HTTP-Session: c2045368-dc76-48ea-b637-f53afe1f3a0f Destroying unnamed session | ||
5568 | 2024.02.09 21:20:48.028388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5569 | 2024.02.09 21:20:48.028433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5570 | 2024.02.09 21:20:48.028452 [ 3 ] {} <Debug> HTTP-Session: cfb68d86-3711-4ab5-9a36-0f3d5f999e22 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5571 | 2024.02.09 21:20:48.028469 [ 3 ] {} <Debug> HTTP-Session: cfb68d86-3711-4ab5-9a36-0f3d5f999e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5572 | 2024.02.09 21:20:48.028558 [ 3 ] {f6d08087-c6bd-426e-a443-04f3018f13bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5573 | 2024.02.09 21:20:48.028605 [ 3 ] {f6d08087-c6bd-426e-a443-04f3018f13bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5574 | 2024.02.09 21:20:48.028757 [ 3 ] {f6d08087-c6bd-426e-a443-04f3018f13bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5575 | 2024.02.09 21:20:48.029349 [ 3 ] {f6d08087-c6bd-426e-a443-04f3018f13bb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5576 | 2024.02.09 21:20:48.029658 [ 3 ] {f6d08087-c6bd-426e-a443-04f3018f13bb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
5577 | 2024.02.09 21:20:48.029834 [ 3 ] {f6d08087-c6bd-426e-a443-04f3018f13bb} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0. | ||
5578 | 2024.02.09 21:20:48.029956 [ 3 ] {f6d08087-c6bd-426e-a443-04f3018f13bb} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001368136 sec., 35815 rows/sec., 48.33 MiB/sec. | ||
5579 | 2024.02.09 21:20:48.030082 [ 3 ] {f6d08087-c6bd-426e-a443-04f3018f13bb} <Debug> DynamicQueryHandler: Done processing query | ||
5580 | 2024.02.09 21:20:48.030106 [ 3 ] {f6d08087-c6bd-426e-a443-04f3018f13bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5581 | 2024.02.09 21:20:48.030123 [ 3 ] {} <Debug> HTTP-Session: cfb68d86-3711-4ab5-9a36-0f3d5f999e22 Destroying unnamed session | ||
5582 | 2024.02.09 21:20:51.768178 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5583 | 2024.02.09 21:20:51.768227 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5584 | 2024.02.09 21:20:53.018520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5585 | 2024.02.09 21:20:53.018647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5586 | 2024.02.09 21:20:53.018672 [ 3 ] {} <Debug> HTTP-Session: b3b534cd-754b-44df-82ac-7b6aa6c7283f Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5587 | 2024.02.09 21:20:53.018696 [ 3 ] {} <Debug> HTTP-Session: b3b534cd-754b-44df-82ac-7b6aa6c7283f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5588 | 2024.02.09 21:20:53.018819 [ 3 ] {76c91877-090f-401a-966a-56858a8e1b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5589 | 2024.02.09 21:20:53.018879 [ 3 ] {76c91877-090f-401a-966a-56858a8e1b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5590 | 2024.02.09 21:20:53.019038 [ 3 ] {76c91877-090f-401a-966a-56858a8e1b40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5591 | 2024.02.09 21:20:53.019521 [ 3 ] {76c91877-090f-401a-966a-56858a8e1b40} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5592 | 2024.02.09 21:20:53.019790 [ 3 ] {76c91877-090f-401a-966a-56858a8e1b40} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
5593 | 2024.02.09 21:20:53.019958 [ 3 ] {76c91877-090f-401a-966a-56858a8e1b40} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0. | ||
5594 | 2024.02.09 21:20:53.020100 [ 3 ] {76c91877-090f-401a-966a-56858a8e1b40} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001241332 sec., 2416 rows/sec., 195.89 KiB/sec. | ||
5595 | 2024.02.09 21:20:53.020275 [ 3 ] {76c91877-090f-401a-966a-56858a8e1b40} <Debug> DynamicQueryHandler: Done processing query | ||
5596 | 2024.02.09 21:20:53.020302 [ 3 ] {76c91877-090f-401a-966a-56858a8e1b40} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5597 | 2024.02.09 21:20:53.020318 [ 3 ] {} <Debug> HTTP-Session: b3b534cd-754b-44df-82ac-7b6aa6c7283f Destroying unnamed session | ||
5598 | 2024.02.09 21:20:53.020434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5599 | 2024.02.09 21:20:53.020495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5600 | 2024.02.09 21:20:53.020516 [ 3 ] {} <Debug> HTTP-Session: 1913fb69-617d-44fd-89ba-c0694334b93d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5601 | 2024.02.09 21:20:53.020534 [ 3 ] {} <Debug> HTTP-Session: 1913fb69-617d-44fd-89ba-c0694334b93d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5602 | 2024.02.09 21:20:53.020610 [ 3 ] {3146696b-71b3-4902-a413-f47c7192f1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5603 | 2024.02.09 21:20:53.020652 [ 3 ] {3146696b-71b3-4902-a413-f47c7192f1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5604 | 2024.02.09 21:20:53.020774 [ 3 ] {3146696b-71b3-4902-a413-f47c7192f1c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5605 | 2024.02.09 21:20:53.021127 [ 3 ] {3146696b-71b3-4902-a413-f47c7192f1c4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5606 | 2024.02.09 21:20:53.021353 [ 3 ] {3146696b-71b3-4902-a413-f47c7192f1c4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5607 | 2024.02.09 21:20:53.021510 [ 3 ] {3146696b-71b3-4902-a413-f47c7192f1c4} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0. | ||
5608 | 2024.02.09 21:20:53.021642 [ 3 ] {3146696b-71b3-4902-a413-f47c7192f1c4} <Information> executeQuery: Read 2 rows, 175.00 B in 0.001002758 sec., 1994 rows/sec., 170.43 KiB/sec. | ||
5609 | 2024.02.09 21:20:53.021778 [ 3 ] {3146696b-71b3-4902-a413-f47c7192f1c4} <Debug> DynamicQueryHandler: Done processing query | ||
5610 | 2024.02.09 21:20:53.021802 [ 3 ] {3146696b-71b3-4902-a413-f47c7192f1c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5611 | 2024.02.09 21:20:53.021818 [ 3 ] {} <Debug> HTTP-Session: 1913fb69-617d-44fd-89ba-c0694334b93d Destroying unnamed session | ||
5612 | 2024.02.09 21:20:53.021969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5613 | 2024.02.09 21:20:53.022018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5614 | 2024.02.09 21:20:53.022038 [ 3 ] {} <Debug> HTTP-Session: fb5fef56-82eb-44d9-a694-42032ad5aa46 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5615 | 2024.02.09 21:20:53.022055 [ 3 ] {} <Debug> HTTP-Session: fb5fef56-82eb-44d9-a694-42032ad5aa46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5616 | 2024.02.09 21:20:53.022129 [ 3 ] {31a3f370-4b7f-4338-aaac-fb542d6ab990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5617 | 2024.02.09 21:20:53.022168 [ 3 ] {31a3f370-4b7f-4338-aaac-fb542d6ab990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5618 | 2024.02.09 21:20:53.022274 [ 3 ] {31a3f370-4b7f-4338-aaac-fb542d6ab990} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5619 | 2024.02.09 21:20:53.022575 [ 3 ] {31a3f370-4b7f-4338-aaac-fb542d6ab990} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5620 | 2024.02.09 21:20:53.022787 [ 3 ] {31a3f370-4b7f-4338-aaac-fb542d6ab990} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
5621 | 2024.02.09 21:20:53.022938 [ 3 ] {31a3f370-4b7f-4338-aaac-fb542d6ab990} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0. | ||
5622 | 2024.02.09 21:20:53.023050 [ 92 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
5623 | 2024.02.09 21:20:53.023062 [ 3 ] {31a3f370-4b7f-4338-aaac-fb542d6ab990} <Information> executeQuery: Read 46 rows, 3.68 KiB in 0.000898527 sec., 51194 rows/sec., 4.00 MiB/sec. | ||
5624 | 2024.02.09 21:20:53.023138 [ 92 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5625 | 2024.02.09 21:20:53.023314 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact | ||
5626 | 2024.02.09 21:20:53.023335 [ 3 ] {31a3f370-4b7f-4338-aaac-fb542d6ab990} <Debug> DynamicQueryHandler: Done processing query | ||
5627 | 2024.02.09 21:20:53.023405 [ 3 ] {31a3f370-4b7f-4338-aaac-fb542d6ab990} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5628 | 2024.02.09 21:20:53.023452 [ 3 ] {} <Debug> HTTP-Session: fb5fef56-82eb-44d9-a694-42032ad5aa46 Destroying unnamed session | ||
5629 | 2024.02.09 21:20:53.023499 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5630 | 2024.02.09 21:20:53.023540 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 196 rows starting from the beginning of the part | ||
5631 | 2024.02.09 21:20:53.023637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5632 | 2024.02.09 21:20:53.023698 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 9 rows starting from the beginning of the part | ||
5633 | 2024.02.09 21:20:53.023721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5634 | 2024.02.09 21:20:53.023770 [ 3 ] {} <Debug> HTTP-Session: ef3cb2c6-e72d-45d7-ac82-0d327a282aa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5635 | 2024.02.09 21:20:53.023802 [ 3 ] {} <Debug> HTTP-Session: ef3cb2c6-e72d-45d7-ac82-0d327a282aa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5636 | 2024.02.09 21:20:53.023917 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 147 rows starting from the beginning of the part | ||
5637 | 2024.02.09 21:20:53.024011 [ 3 ] {a8921f26-b895-402d-a8ef-5be74e59a62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5638 | 2024.02.09 21:20:53.024125 [ 3 ] {a8921f26-b895-402d-a8ef-5be74e59a62f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5639 | 2024.02.09 21:20:53.024159 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 10 rows starting from the beginning of the part | ||
5640 | 2024.02.09 21:20:53.024481 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 148 rows starting from the beginning of the part | ||
5641 | 2024.02.09 21:20:53.024594 [ 3 ] {a8921f26-b895-402d-a8ef-5be74e59a62f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5642 | 2024.02.09 21:20:53.024763 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 46 rows starting from the beginning of the part | ||
5643 | 2024.02.09 21:20:53.025300 [ 3 ] {a8921f26-b895-402d-a8ef-5be74e59a62f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5644 | 2024.02.09 21:20:53.025700 [ 3 ] {a8921f26-b895-402d-a8ef-5be74e59a62f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5645 | 2024.02.09 21:20:53.025968 [ 3 ] {a8921f26-b895-402d-a8ef-5be74e59a62f} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0. | ||
5646 | 2024.02.09 21:20:53.026235 [ 3 ] {a8921f26-b895-402d-a8ef-5be74e59a62f} <Information> executeQuery: Read 2 rows, 143.00 B in 0.0021581 sec., 926 rows/sec., 64.71 KiB/sec. | ||
5647 | 2024.02.09 21:20:53.026613 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 556 rows, containing 4 columns (4 merged, 0 gathered) in 0.003397822 sec., 163634.23392985272 rows/sec., 15.34 MiB/sec. | ||
5648 | 2024.02.09 21:20:53.026637 [ 3 ] {a8921f26-b895-402d-a8ef-5be74e59a62f} <Debug> DynamicQueryHandler: Done processing query | ||
5649 | 2024.02.09 21:20:53.026695 [ 3 ] {a8921f26-b895-402d-a8ef-5be74e59a62f} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5650 | 2024.02.09 21:20:53.026718 [ 3 ] {} <Debug> HTTP-Session: ef3cb2c6-e72d-45d7-ac82-0d327a282aa7 Destroying unnamed session | ||
5651 | 2024.02.09 21:20:53.026807 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
5652 | 2024.02.09 21:20:53.026886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5653 | 2024.02.09 21:20:53.026943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5654 | 2024.02.09 21:20:53.026974 [ 3 ] {} <Debug> HTTP-Session: a1c54239-9171-45e0-adb5-05a1f6cc23ab Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5655 | 2024.02.09 21:20:53.026995 [ 3 ] {} <Debug> HTTP-Session: a1c54239-9171-45e0-adb5-05a1f6cc23ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5656 | 2024.02.09 21:20:53.027095 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_56_11} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11. | ||
5657 | 2024.02.09 21:20:53.027134 [ 3 ] {eeec0705-d12d-4158-bdbd-1a2de1e859eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5658 | 2024.02.09 21:20:53.027204 [ 3 ] {eeec0705-d12d-4158-bdbd-1a2de1e859eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5659 | 2024.02.09 21:20:53.027233 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_56_11} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_51_10 to all_56_56_0 | ||
5660 | 2024.02.09 21:20:53.027459 [ 3 ] {eeec0705-d12d-4158-bdbd-1a2de1e859eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5661 | 2024.02.09 21:20:53.027768 [ 3 ] {eeec0705-d12d-4158-bdbd-1a2de1e859eb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5662 | 2024.02.09 21:20:53.027983 [ 3 ] {eeec0705-d12d-4158-bdbd-1a2de1e859eb} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
5663 | 2024.02.09 21:20:53.028134 [ 3 ] {eeec0705-d12d-4158-bdbd-1a2de1e859eb} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0. | ||
5664 | 2024.02.09 21:20:53.028233 [ 3 ] {eeec0705-d12d-4158-bdbd-1a2de1e859eb} <Information> executeQuery: Read 29 rows, 2.30 KiB in 0.001050099 sec., 27616 rows/sec., 2.14 MiB/sec. | ||
5665 | 2024.02.09 21:20:53.028226 [ 91 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
5666 | 2024.02.09 21:20:53.028288 [ 91 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5667 | 2024.02.09 21:20:53.028374 [ 3 ] {eeec0705-d12d-4158-bdbd-1a2de1e859eb} <Debug> DynamicQueryHandler: Done processing query | ||
5668 | 2024.02.09 21:20:53.028380 [ 11 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact | ||
5669 | 2024.02.09 21:20:53.028404 [ 3 ] {eeec0705-d12d-4158-bdbd-1a2de1e859eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5670 | 2024.02.09 21:20:53.028437 [ 3 ] {} <Debug> HTTP-Session: a1c54239-9171-45e0-adb5-05a1f6cc23ab Destroying unnamed session | ||
5671 | 2024.02.09 21:20:53.028514 [ 11 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5672 | 2024.02.09 21:20:53.028550 [ 11 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 102 rows starting from the beginning of the part | ||
5673 | 2024.02.09 21:20:53.028626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7232, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5674 | 2024.02.09 21:20:53.028706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5675 | 2024.02.09 21:20:53.028758 [ 3 ] {} <Debug> HTTP-Session: 74ae1e1e-0904-4f6d-88a6-8c52fb3e52ec Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5676 | 2024.02.09 21:20:53.028759 [ 11 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 3 rows starting from the beginning of the part | ||
5677 | 2024.02.09 21:20:53.028785 [ 3 ] {} <Debug> HTTP-Session: 74ae1e1e-0904-4f6d-88a6-8c52fb3e52ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5678 | 2024.02.09 21:20:53.029020 [ 11 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 49 rows starting from the beginning of the part | ||
5679 | 2024.02.09 21:20:53.029020 [ 3 ] {44cfe46d-3ae1-4784-8d94-f7fc5b7a2598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5680 | 2024.02.09 21:20:53.029129 [ 3 ] {44cfe46d-3ae1-4784-8d94-f7fc5b7a2598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5681 | 2024.02.09 21:20:53.029205 [ 11 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 5 rows starting from the beginning of the part | ||
5682 | 2024.02.09 21:20:53.029523 [ 11 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 51 rows starting from the beginning of the part | ||
5683 | 2024.02.09 21:20:53.029671 [ 3 ] {44cfe46d-3ae1-4784-8d94-f7fc5b7a2598} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5684 | 2024.02.09 21:20:53.029799 [ 11 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 29 rows starting from the beginning of the part | ||
5685 | 2024.02.09 21:20:53.030386 [ 3 ] {44cfe46d-3ae1-4784-8d94-f7fc5b7a2598} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5686 | 2024.02.09 21:20:53.031089 [ 3 ] {44cfe46d-3ae1-4784-8d94-f7fc5b7a2598} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5687 | 2024.02.09 21:20:53.031301 [ 11 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 239 rows, containing 4 columns (4 merged, 0 gathered) in 0.002955214 sec., 80874.00777067246 rows/sec., 6.32 MiB/sec. | ||
5688 | 2024.02.09 21:20:53.031431 [ 3 ] {44cfe46d-3ae1-4784-8d94-f7fc5b7a2598} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0. | ||
5689 | 2024.02.09 21:20:53.031458 [ 11 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
5690 | 2024.02.09 21:20:53.031619 [ 3 ] {44cfe46d-3ae1-4784-8d94-f7fc5b7a2598} <Information> executeQuery: Read 37 rows, 2.67 KiB in 0.002516016 sec., 14705 rows/sec., 1.04 MiB/sec. | ||
5691 | 2024.02.09 21:20:53.031803 [ 11 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_56_11} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11. | ||
5692 | 2024.02.09 21:20:53.031933 [ 11 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_56_11} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_51_10 to all_56_56_0 | ||
5693 | 2024.02.09 21:20:53.031935 [ 3 ] {44cfe46d-3ae1-4784-8d94-f7fc5b7a2598} <Debug> DynamicQueryHandler: Done processing query | ||
5694 | 2024.02.09 21:20:53.031985 [ 3 ] {44cfe46d-3ae1-4784-8d94-f7fc5b7a2598} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5695 | 2024.02.09 21:20:53.032044 [ 3 ] {} <Debug> HTTP-Session: 74ae1e1e-0904-4f6d-88a6-8c52fb3e52ec Destroying unnamed session | ||
5696 | 2024.02.09 21:20:53.032173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5697 | 2024.02.09 21:20:53.032217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5698 | 2024.02.09 21:20:53.032237 [ 3 ] {} <Debug> HTTP-Session: 0f3b7f58-323b-4570-89e8-b345ca212cca Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5699 | 2024.02.09 21:20:53.032253 [ 3 ] {} <Debug> HTTP-Session: 0f3b7f58-323b-4570-89e8-b345ca212cca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5700 | 2024.02.09 21:20:53.032327 [ 3 ] {e8a2c35a-ada3-470e-a982-6ce8bd46a206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5701 | 2024.02.09 21:20:53.032373 [ 3 ] {e8a2c35a-ada3-470e-a982-6ce8bd46a206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5702 | 2024.02.09 21:20:53.032526 [ 3 ] {e8a2c35a-ada3-470e-a982-6ce8bd46a206} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5703 | 2024.02.09 21:20:53.032868 [ 3 ] {e8a2c35a-ada3-470e-a982-6ce8bd46a206} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5704 | 2024.02.09 21:20:53.033147 [ 3 ] {e8a2c35a-ada3-470e-a982-6ce8bd46a206} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
5705 | 2024.02.09 21:20:53.033323 [ 3 ] {e8a2c35a-ada3-470e-a982-6ce8bd46a206} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0. | ||
5706 | 2024.02.09 21:20:53.033427 [ 3 ] {e8a2c35a-ada3-470e-a982-6ce8bd46a206} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001071719 sec., 2799 rows/sec., 3.78 MiB/sec. | ||
5707 | 2024.02.09 21:20:53.033552 [ 3 ] {e8a2c35a-ada3-470e-a982-6ce8bd46a206} <Debug> DynamicQueryHandler: Done processing query | ||
5708 | 2024.02.09 21:20:53.033575 [ 3 ] {e8a2c35a-ada3-470e-a982-6ce8bd46a206} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5709 | 2024.02.09 21:20:53.033591 [ 3 ] {} <Debug> HTTP-Session: 0f3b7f58-323b-4570-89e8-b345ca212cca Destroying unnamed session | ||
5710 | 2024.02.09 21:20:58.019926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5711 | 2024.02.09 21:20:58.020074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5712 | 2024.02.09 21:20:58.020105 [ 3 ] {} <Debug> HTTP-Session: 5f2f1eba-9fab-499e-a61e-cc693d04d7cf Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5713 | 2024.02.09 21:20:58.020134 [ 3 ] {} <Debug> HTTP-Session: 5f2f1eba-9fab-499e-a61e-cc693d04d7cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5714 | 2024.02.09 21:20:58.020280 [ 3 ] {e00cc723-addb-464b-b97e-4f9e479ce0ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5715 | 2024.02.09 21:20:58.020347 [ 3 ] {e00cc723-addb-464b-b97e-4f9e479ce0ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5716 | 2024.02.09 21:20:58.020533 [ 3 ] {e00cc723-addb-464b-b97e-4f9e479ce0ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5717 | 2024.02.09 21:20:58.021010 [ 3 ] {e00cc723-addb-464b-b97e-4f9e479ce0ed} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5718 | 2024.02.09 21:20:58.021310 [ 3 ] {e00cc723-addb-464b-b97e-4f9e479ce0ed} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
5719 | 2024.02.09 21:20:58.021482 [ 3 ] {e00cc723-addb-464b-b97e-4f9e479ce0ed} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0. | ||
5720 | 2024.02.09 21:20:58.021618 [ 3 ] {e00cc723-addb-464b-b97e-4f9e479ce0ed} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001290244 sec., 37977 rows/sec., 3.01 MiB/sec. | ||
5721 | 2024.02.09 21:20:58.021625 [ 88 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
5722 | 2024.02.09 21:20:58.021754 [ 88 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5723 | 2024.02.09 21:20:58.021824 [ 3 ] {e00cc723-addb-464b-b97e-4f9e479ce0ed} <Debug> DynamicQueryHandler: Done processing query | ||
5724 | 2024.02.09 21:20:58.021878 [ 3 ] {e00cc723-addb-464b-b97e-4f9e479ce0ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5725 | 2024.02.09 21:20:58.021900 [ 3 ] {} <Debug> HTTP-Session: 5f2f1eba-9fab-499e-a61e-cc693d04d7cf Destroying unnamed session | ||
5726 | 2024.02.09 21:20:58.021906 [ 13 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact | ||
5727 | 2024.02.09 21:20:58.022084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5728 | 2024.02.09 21:20:58.022132 [ 13 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5729 | 2024.02.09 21:20:58.022179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5730 | 2024.02.09 21:20:58.022195 [ 13 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 52 rows starting from the beginning of the part | ||
5731 | 2024.02.09 21:20:58.022227 [ 3 ] {} <Debug> HTTP-Session: fb446398-234a-443f-a1a1-b1c15ec4fb54 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5732 | 2024.02.09 21:20:58.022257 [ 3 ] {} <Debug> HTTP-Session: fb446398-234a-443f-a1a1-b1c15ec4fb54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5733 | 2024.02.09 21:20:58.022501 [ 3 ] {2dc78359-8d76-46a2-9fd1-1036f3e7df34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5734 | 2024.02.09 21:20:58.022522 [ 13 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 49 rows starting from the beginning of the part | ||
5735 | 2024.02.09 21:20:58.022577 [ 3 ] {2dc78359-8d76-46a2-9fd1-1036f3e7df34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5736 | 2024.02.09 21:20:58.022837 [ 13 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 3 rows starting from the beginning of the part | ||
5737 | 2024.02.09 21:20:58.023032 [ 3 ] {2dc78359-8d76-46a2-9fd1-1036f3e7df34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5738 | 2024.02.09 21:20:58.023152 [ 13 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 49 rows starting from the beginning of the part | ||
5739 | 2024.02.09 21:20:58.023296 [ 13 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 3 rows starting from the beginning of the part | ||
5740 | 2024.02.09 21:20:58.023393 [ 13 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 49 rows starting from the beginning of the part | ||
5741 | 2024.02.09 21:20:58.023996 [ 3 ] {2dc78359-8d76-46a2-9fd1-1036f3e7df34} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5742 | 2024.02.09 21:20:58.024459 [ 3 ] {2dc78359-8d76-46a2-9fd1-1036f3e7df34} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
5743 | 2024.02.09 21:20:58.024800 [ 3 ] {2dc78359-8d76-46a2-9fd1-1036f3e7df34} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0. | ||
5744 | 2024.02.09 21:20:58.025019 [ 10 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 4 columns (4 merged, 0 gathered) in 0.003140368 sec., 65278.973674422865 rows/sec., 5.17 MiB/sec. | ||
5745 | 2024.02.09 21:20:58.025054 [ 3 ] {2dc78359-8d76-46a2-9fd1-1036f3e7df34} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.002509346 sec., 58581 rows/sec., 5.70 MiB/sec. | ||
5746 | 2024.02.09 21:20:58.025335 [ 3 ] {2dc78359-8d76-46a2-9fd1-1036f3e7df34} <Debug> DynamicQueryHandler: Done processing query | ||
5747 | 2024.02.09 21:20:58.025368 [ 3 ] {2dc78359-8d76-46a2-9fd1-1036f3e7df34} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5748 | 2024.02.09 21:20:58.025378 [ 10 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
5749 | 2024.02.09 21:20:58.025400 [ 3 ] {} <Debug> HTTP-Session: fb446398-234a-443f-a1a1-b1c15ec4fb54 Destroying unnamed session | ||
5750 | 2024.02.09 21:20:58.025579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5751 | 2024.02.09 21:20:58.025640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5752 | 2024.02.09 21:20:58.025664 [ 3 ] {} <Debug> HTTP-Session: 5e0f55e0-a571-4b0b-bb36-4a9658280c8b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5753 | 2024.02.09 21:20:58.025688 [ 3 ] {} <Debug> HTTP-Session: 5e0f55e0-a571-4b0b-bb36-4a9658280c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5754 | 2024.02.09 21:20:58.025835 [ 10 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_56_11} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11. | ||
5755 | 2024.02.09 21:20:58.025844 [ 3 ] {b4f28d42-e037-4df5-aa74-515bb600cfd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5756 | 2024.02.09 21:20:58.025933 [ 3 ] {b4f28d42-e037-4df5-aa74-515bb600cfd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5757 | 2024.02.09 21:20:58.026011 [ 10 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_56_11} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_51_10 to all_56_56_0 | ||
5758 | 2024.02.09 21:20:58.026212 [ 3 ] {b4f28d42-e037-4df5-aa74-515bb600cfd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5759 | 2024.02.09 21:20:58.026522 [ 3 ] {b4f28d42-e037-4df5-aa74-515bb600cfd5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5760 | 2024.02.09 21:20:58.026744 [ 3 ] {b4f28d42-e037-4df5-aa74-515bb600cfd5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
5761 | 2024.02.09 21:20:58.026892 [ 3 ] {b4f28d42-e037-4df5-aa74-515bb600cfd5} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0. | ||
5762 | 2024.02.09 21:20:58.026994 [ 3 ] {b4f28d42-e037-4df5-aa74-515bb600cfd5} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.00108191 sec., 45290 rows/sec., 3.54 MiB/sec. | ||
5763 | 2024.02.09 21:20:58.027137 [ 3 ] {b4f28d42-e037-4df5-aa74-515bb600cfd5} <Debug> DynamicQueryHandler: Done processing query | ||
5764 | 2024.02.09 21:20:58.027179 [ 3 ] {b4f28d42-e037-4df5-aa74-515bb600cfd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
5765 | 2024.02.09 21:20:58.027200 [ 3 ] {} <Debug> HTTP-Session: 5e0f55e0-a571-4b0b-bb36-4a9658280c8b Destroying unnamed session | ||
5766 | 2024.02.09 21:20:58.027404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5767 | 2024.02.09 21:20:58.027448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5768 | 2024.02.09 21:20:58.027467 [ 3 ] {} <Debug> HTTP-Session: 70a07000-80f9-4e9e-9ecf-6812ac88290e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5769 | 2024.02.09 21:20:58.027485 [ 3 ] {} <Debug> HTTP-Session: 70a07000-80f9-4e9e-9ecf-6812ac88290e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5770 | 2024.02.09 21:20:58.027576 [ 3 ] {fc6f993e-ecd6-44fe-91f2-71f6c7da5640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5771 | 2024.02.09 21:20:58.027623 [ 3 ] {fc6f993e-ecd6-44fe-91f2-71f6c7da5640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5772 | 2024.02.09 21:20:58.027769 [ 3 ] {fc6f993e-ecd6-44fe-91f2-71f6c7da5640} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5773 | 2024.02.09 21:20:58.028280 [ 3 ] {fc6f993e-ecd6-44fe-91f2-71f6c7da5640} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5774 | 2024.02.09 21:20:58.028609 [ 3 ] {fc6f993e-ecd6-44fe-91f2-71f6c7da5640} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
5775 | 2024.02.09 21:20:58.028792 [ 3 ] {fc6f993e-ecd6-44fe-91f2-71f6c7da5640} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0. | ||
5776 | 2024.02.09 21:20:58.028896 [ 3 ] {fc6f993e-ecd6-44fe-91f2-71f6c7da5640} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001292603 sec., 37908 rows/sec., 51.15 MiB/sec. | ||
5777 | 2024.02.09 21:20:58.028891 [ 87 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
5778 | 2024.02.09 21:20:58.028963 [ 87 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5779 | 2024.02.09 21:20:58.029055 [ 3 ] {fc6f993e-ecd6-44fe-91f2-71f6c7da5640} <Debug> DynamicQueryHandler: Done processing query | ||
5780 | 2024.02.09 21:20:58.029071 [ 13 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact | ||
5781 | 2024.02.09 21:20:58.029090 [ 3 ] {fc6f993e-ecd6-44fe-91f2-71f6c7da5640} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5782 | 2024.02.09 21:20:58.029128 [ 3 ] {} <Debug> HTTP-Session: 70a07000-80f9-4e9e-9ecf-6812ac88290e Destroying unnamed session | ||
5783 | 2024.02.09 21:20:58.029216 [ 13 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5784 | 2024.02.09 21:20:58.029256 [ 13 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1322 rows starting from the beginning of the part | ||
5785 | 2024.02.09 21:20:58.029384 [ 13 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 49 rows starting from the beginning of the part | ||
5786 | 2024.02.09 21:20:58.029498 [ 13 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 3 rows starting from the beginning of the part | ||
5787 | 2024.02.09 21:20:58.029606 [ 13 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 49 rows starting from the beginning of the part | ||
5788 | 2024.02.09 21:20:58.029715 [ 13 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 3 rows starting from the beginning of the part | ||
5789 | 2024.02.09 21:20:58.029820 [ 13 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 49 rows starting from the beginning of the part | ||
5790 | 2024.02.09 21:20:58.033183 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1475 rows, containing 6 columns (6 merged, 0 gathered) in 0.004158086 sec., 354730.5178392174 rows/sec., 478.69 MiB/sec. | ||
5791 | 2024.02.09 21:20:58.034207 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
5792 | 2024.02.09 21:20:58.034434 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11. | ||
5793 | 2024.02.09 21:20:58.034496 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_51_10 to all_56_56_0 | ||
5794 | 2024.02.09 21:20:58.034574 [ 19 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_56_11: 8.66 MiB. | ||
5795 | 2024.02.09 21:20:59.000194 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.85 MiB, peak 245.48 MiB, will set to 238.07 MiB (RSS), difference: 1.23 MiB | ||
5796 | 2024.02.09 21:21:03.017327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5797 | 2024.02.09 21:21:03.017462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5798 | 2024.02.09 21:21:03.017492 [ 3 ] {} <Debug> HTTP-Session: f58830bb-14e7-4c2d-ab35-b5d1e96a3a4a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5799 | 2024.02.09 21:21:03.017522 [ 3 ] {} <Debug> HTTP-Session: f58830bb-14e7-4c2d-ab35-b5d1e96a3a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5800 | 2024.02.09 21:21:03.017661 [ 3 ] {d8b11e3d-641b-41e4-b2d8-968e4e640662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5801 | 2024.02.09 21:21:03.017728 [ 3 ] {d8b11e3d-641b-41e4-b2d8-968e4e640662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5802 | 2024.02.09 21:21:03.017911 [ 3 ] {d8b11e3d-641b-41e4-b2d8-968e4e640662} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5803 | 2024.02.09 21:21:03.018382 [ 3 ] {d8b11e3d-641b-41e4-b2d8-968e4e640662} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5804 | 2024.02.09 21:21:03.018652 [ 3 ] {d8b11e3d-641b-41e4-b2d8-968e4e640662} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
5805 | 2024.02.09 21:21:03.018815 [ 3 ] {d8b11e3d-641b-41e4-b2d8-968e4e640662} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0. | ||
5806 | 2024.02.09 21:21:03.018936 [ 3 ] {d8b11e3d-641b-41e4-b2d8-968e4e640662} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001231892 sec., 2435 rows/sec., 197.39 KiB/sec. | ||
5807 | 2024.02.09 21:21:03.019070 [ 3 ] {d8b11e3d-641b-41e4-b2d8-968e4e640662} <Debug> DynamicQueryHandler: Done processing query | ||
5808 | 2024.02.09 21:21:03.019094 [ 3 ] {d8b11e3d-641b-41e4-b2d8-968e4e640662} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5809 | 2024.02.09 21:21:03.019110 [ 3 ] {} <Debug> HTTP-Session: f58830bb-14e7-4c2d-ab35-b5d1e96a3a4a Destroying unnamed session | ||
5810 | 2024.02.09 21:21:03.019235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5811 | 2024.02.09 21:21:03.019279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5812 | 2024.02.09 21:21:03.019299 [ 3 ] {} <Debug> HTTP-Session: b97b730e-0ed8-4917-9ed7-9d0ffc2d3710 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5813 | 2024.02.09 21:21:03.019315 [ 3 ] {} <Debug> HTTP-Session: b97b730e-0ed8-4917-9ed7-9d0ffc2d3710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5814 | 2024.02.09 21:21:03.019386 [ 3 ] {51777113-5386-47e9-b90a-2abd92431a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5815 | 2024.02.09 21:21:03.019427 [ 3 ] {51777113-5386-47e9-b90a-2abd92431a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5816 | 2024.02.09 21:21:03.019530 [ 3 ] {51777113-5386-47e9-b90a-2abd92431a16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5817 | 2024.02.09 21:21:03.019818 [ 3 ] {51777113-5386-47e9-b90a-2abd92431a16} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5818 | 2024.02.09 21:21:03.020024 [ 3 ] {51777113-5386-47e9-b90a-2abd92431a16} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
5819 | 2024.02.09 21:21:03.020178 [ 3 ] {51777113-5386-47e9-b90a-2abd92431a16} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0. | ||
5820 | 2024.02.09 21:21:03.020304 [ 3 ] {51777113-5386-47e9-b90a-2abd92431a16} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000888746 sec., 10126 rows/sec., 928.49 KiB/sec. | ||
5821 | 2024.02.09 21:21:03.020421 [ 3 ] {51777113-5386-47e9-b90a-2abd92431a16} <Debug> DynamicQueryHandler: Done processing query | ||
5822 | 2024.02.09 21:21:03.020444 [ 3 ] {51777113-5386-47e9-b90a-2abd92431a16} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
5823 | 2024.02.09 21:21:03.020460 [ 3 ] {} <Debug> HTTP-Session: b97b730e-0ed8-4917-9ed7-9d0ffc2d3710 Destroying unnamed session | ||
5824 | 2024.02.09 21:21:03.020571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5825 | 2024.02.09 21:21:03.020617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5826 | 2024.02.09 21:21:03.020635 [ 3 ] {} <Debug> HTTP-Session: 8a82eab5-db5c-4895-8c16-f8e082b7df29 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5827 | 2024.02.09 21:21:03.020652 [ 3 ] {} <Debug> HTTP-Session: 8a82eab5-db5c-4895-8c16-f8e082b7df29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5828 | 2024.02.09 21:21:03.020721 [ 3 ] {9f3e030f-c452-4cf8-a3bc-feadb4bc15a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5829 | 2024.02.09 21:21:03.020759 [ 3 ] {9f3e030f-c452-4cf8-a3bc-feadb4bc15a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5830 | 2024.02.09 21:21:03.020864 [ 3 ] {9f3e030f-c452-4cf8-a3bc-feadb4bc15a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5831 | 2024.02.09 21:21:03.021125 [ 3 ] {9f3e030f-c452-4cf8-a3bc-feadb4bc15a5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5832 | 2024.02.09 21:21:03.021328 [ 3 ] {9f3e030f-c452-4cf8-a3bc-feadb4bc15a5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
5833 | 2024.02.09 21:21:03.021474 [ 3 ] {9f3e030f-c452-4cf8-a3bc-feadb4bc15a5} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0. | ||
5834 | 2024.02.09 21:21:03.021595 [ 3 ] {9f3e030f-c452-4cf8-a3bc-feadb4bc15a5} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000845975 sec., 3546 rows/sec., 283.97 KiB/sec. | ||
5835 | 2024.02.09 21:21:03.021737 [ 3 ] {9f3e030f-c452-4cf8-a3bc-feadb4bc15a5} <Debug> DynamicQueryHandler: Done processing query | ||
5836 | 2024.02.09 21:21:03.021781 [ 3 ] {9f3e030f-c452-4cf8-a3bc-feadb4bc15a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5837 | 2024.02.09 21:21:03.021809 [ 3 ] {} <Debug> HTTP-Session: 8a82eab5-db5c-4895-8c16-f8e082b7df29 Destroying unnamed session | ||
5838 | 2024.02.09 21:21:03.021943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5839 | 2024.02.09 21:21:03.021986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5840 | 2024.02.09 21:21:03.022004 [ 3 ] {} <Debug> HTTP-Session: b2236c4c-1f56-4eca-b77e-7c9897aee172 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5841 | 2024.02.09 21:21:03.022021 [ 3 ] {} <Debug> HTTP-Session: b2236c4c-1f56-4eca-b77e-7c9897aee172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5842 | 2024.02.09 21:21:03.022095 [ 3 ] {5a008565-2549-4bc7-9c39-a83737e56754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5843 | 2024.02.09 21:21:03.022142 [ 3 ] {5a008565-2549-4bc7-9c39-a83737e56754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5844 | 2024.02.09 21:21:03.022291 [ 3 ] {5a008565-2549-4bc7-9c39-a83737e56754} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5845 | 2024.02.09 21:21:03.022570 [ 3 ] {5a008565-2549-4bc7-9c39-a83737e56754} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5846 | 2024.02.09 21:21:03.022845 [ 3 ] {5a008565-2549-4bc7-9c39-a83737e56754} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
5847 | 2024.02.09 21:21:03.023024 [ 3 ] {5a008565-2549-4bc7-9c39-a83737e56754} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0. | ||
5848 | 2024.02.09 21:21:03.023148 [ 3 ] {5a008565-2549-4bc7-9c39-a83737e56754} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001025739 sec., 2924 rows/sec., 3.95 MiB/sec. | ||
5849 | 2024.02.09 21:21:03.023298 [ 3 ] {5a008565-2549-4bc7-9c39-a83737e56754} <Debug> DynamicQueryHandler: Done processing query | ||
5850 | 2024.02.09 21:21:03.023322 [ 3 ] {5a008565-2549-4bc7-9c39-a83737e56754} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5851 | 2024.02.09 21:21:03.023339 [ 3 ] {} <Debug> HTTP-Session: b2236c4c-1f56-4eca-b77e-7c9897aee172 Destroying unnamed session | ||
5852 | 2024.02.09 21:21:05.585815 [ 83 ] {} <Debug> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
5853 | 2024.02.09 21:21:05.585904 [ 83 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5854 | 2024.02.09 21:21:05.585981 [ 12 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact | ||
5855 | 2024.02.09 21:21:05.586128 [ 12 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5856 | 2024.02.09 21:21:05.586161 [ 12 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 8 rows starting from the beginning of the part | ||
5857 | 2024.02.09 21:21:05.586274 [ 12 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
5858 | 2024.02.09 21:21:05.586361 [ 12 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
5859 | 2024.02.09 21:21:05.586439 [ 12 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
5860 | 2024.02.09 21:21:05.586513 [ 12 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
5861 | 2024.02.09 21:21:05.587047 [ 12 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.00109852 sec., 14565.0511597422 rows/sec., 1016.99 KiB/sec. | ||
5862 | 2024.02.09 21:21:05.587126 [ 12 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
5863 | 2024.02.09 21:21:05.587290 [ 12 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_18_4} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4. | ||
5864 | 2024.02.09 21:21:05.587352 [ 12 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_18_4} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9) (MergerMutator): Merged 5 parts: from all_1_14_3 to all_18_18_0 | ||
5865 | 2024.02.09 21:21:05.925886 [ 83 ] {} <Debug> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
5866 | 2024.02.09 21:21:05.925966 [ 83 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5867 | 2024.02.09 21:21:05.926073 [ 19 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact | ||
5868 | 2024.02.09 21:21:05.926244 [ 19 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5869 | 2024.02.09 21:21:05.926301 [ 19 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 8 rows starting from the beginning of the part | ||
5870 | 2024.02.09 21:21:05.926475 [ 19 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
5871 | 2024.02.09 21:21:05.926623 [ 19 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
5872 | 2024.02.09 21:21:05.926759 [ 19 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
5873 | 2024.02.09 21:21:05.926885 [ 19 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
5874 | 2024.02.09 21:21:05.927714 [ 19 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001689761 sec., 9468.794699368727 rows/sec., 795.23 KiB/sec. | ||
5875 | 2024.02.09 21:21:05.927799 [ 19 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
5876 | 2024.02.09 21:21:05.927961 [ 19 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_18_4} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4. | ||
5877 | 2024.02.09 21:21:05.928012 [ 19 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_18_4} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99) (MergerMutator): Merged 5 parts: from all_1_14_3 to all_18_18_0 | ||
5878 | 2024.02.09 21:21:06.768471 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5879 | 2024.02.09 21:21:06.768526 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5880 | 2024.02.09 21:21:08.019408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5881 | 2024.02.09 21:21:08.019520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5882 | 2024.02.09 21:21:08.019551 [ 3 ] {} <Debug> HTTP-Session: cc0dbe63-2af9-461e-aa5e-e9f59d09d05f Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5883 | 2024.02.09 21:21:08.019576 [ 3 ] {} <Debug> HTTP-Session: cc0dbe63-2af9-461e-aa5e-e9f59d09d05f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5884 | 2024.02.09 21:21:08.019702 [ 3 ] {d87207a4-fb84-4a8b-b08e-d8a13a2589f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5885 | 2024.02.09 21:21:08.019762 [ 3 ] {d87207a4-fb84-4a8b-b08e-d8a13a2589f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5886 | 2024.02.09 21:21:08.019921 [ 3 ] {d87207a4-fb84-4a8b-b08e-d8a13a2589f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5887 | 2024.02.09 21:21:08.020382 [ 3 ] {d87207a4-fb84-4a8b-b08e-d8a13a2589f9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5888 | 2024.02.09 21:21:08.020654 [ 3 ] {d87207a4-fb84-4a8b-b08e-d8a13a2589f9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
5889 | 2024.02.09 21:21:08.020818 [ 3 ] {d87207a4-fb84-4a8b-b08e-d8a13a2589f9} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0. | ||
5890 | 2024.02.09 21:21:08.020958 [ 3 ] {d87207a4-fb84-4a8b-b08e-d8a13a2589f9} <Information> executeQuery: Read 49 rows, 3.97 KiB in 0.001217893 sec., 40233 rows/sec., 3.18 MiB/sec. | ||
5891 | 2024.02.09 21:21:08.021109 [ 3 ] {d87207a4-fb84-4a8b-b08e-d8a13a2589f9} <Debug> DynamicQueryHandler: Done processing query | ||
5892 | 2024.02.09 21:21:08.021136 [ 3 ] {d87207a4-fb84-4a8b-b08e-d8a13a2589f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5893 | 2024.02.09 21:21:08.021152 [ 3 ] {} <Debug> HTTP-Session: cc0dbe63-2af9-461e-aa5e-e9f59d09d05f Destroying unnamed session | ||
5894 | 2024.02.09 21:21:08.021325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 23625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5895 | 2024.02.09 21:21:08.021378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5896 | 2024.02.09 21:21:08.021398 [ 3 ] {} <Debug> HTTP-Session: b65533af-6cdb-4c9f-b07f-c1398b2707d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5897 | 2024.02.09 21:21:08.021418 [ 3 ] {} <Debug> HTTP-Session: b65533af-6cdb-4c9f-b07f-c1398b2707d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5898 | 2024.02.09 21:21:08.021507 [ 3 ] {acb0c1f2-b5c7-4bbe-8ef7-c9721116b09b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5899 | 2024.02.09 21:21:08.021551 [ 3 ] {acb0c1f2-b5c7-4bbe-8ef7-c9721116b09b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5900 | 2024.02.09 21:21:08.021662 [ 3 ] {acb0c1f2-b5c7-4bbe-8ef7-c9721116b09b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5901 | 2024.02.09 21:21:08.022071 [ 3 ] {acb0c1f2-b5c7-4bbe-8ef7-c9721116b09b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5902 | 2024.02.09 21:21:08.022297 [ 3 ] {acb0c1f2-b5c7-4bbe-8ef7-c9721116b09b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
5903 | 2024.02.09 21:21:08.022446 [ 3 ] {acb0c1f2-b5c7-4bbe-8ef7-c9721116b09b} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0. | ||
5904 | 2024.02.09 21:21:08.022570 [ 3 ] {acb0c1f2-b5c7-4bbe-8ef7-c9721116b09b} <Information> executeQuery: Read 147 rows, 14.64 KiB in 0.001034319 sec., 142122 rows/sec., 13.82 MiB/sec. | ||
5905 | 2024.02.09 21:21:08.022691 [ 3 ] {acb0c1f2-b5c7-4bbe-8ef7-c9721116b09b} <Debug> DynamicQueryHandler: Done processing query | ||
5906 | 2024.02.09 21:21:08.022715 [ 3 ] {acb0c1f2-b5c7-4bbe-8ef7-c9721116b09b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5907 | 2024.02.09 21:21:08.022731 [ 3 ] {} <Debug> HTTP-Session: b65533af-6cdb-4c9f-b07f-c1398b2707d4 Destroying unnamed session | ||
5908 | 2024.02.09 21:21:08.022855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5909 | 2024.02.09 21:21:08.022901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5910 | 2024.02.09 21:21:08.022920 [ 3 ] {} <Debug> HTTP-Session: d34aa5e8-3b38-4e74-826e-812206096c4a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5911 | 2024.02.09 21:21:08.022937 [ 3 ] {} <Debug> HTTP-Session: d34aa5e8-3b38-4e74-826e-812206096c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5912 | 2024.02.09 21:21:08.023011 [ 3 ] {af7fabad-c8a3-426a-bd8d-d898124694e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5913 | 2024.02.09 21:21:08.023050 [ 3 ] {af7fabad-c8a3-426a-bd8d-d898124694e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5914 | 2024.02.09 21:21:08.023157 [ 3 ] {af7fabad-c8a3-426a-bd8d-d898124694e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5915 | 2024.02.09 21:21:08.023462 [ 3 ] {af7fabad-c8a3-426a-bd8d-d898124694e0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5916 | 2024.02.09 21:21:08.023671 [ 3 ] {af7fabad-c8a3-426a-bd8d-d898124694e0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
5917 | 2024.02.09 21:21:08.023819 [ 3 ] {af7fabad-c8a3-426a-bd8d-d898124694e0} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0. | ||
5918 | 2024.02.09 21:21:08.023927 [ 3 ] {af7fabad-c8a3-426a-bd8d-d898124694e0} <Information> executeQuery: Read 49 rows, 3.92 KiB in 0.000889226 sec., 55104 rows/sec., 4.31 MiB/sec. | ||
5919 | 2024.02.09 21:21:08.024053 [ 3 ] {af7fabad-c8a3-426a-bd8d-d898124694e0} <Debug> DynamicQueryHandler: Done processing query | ||
5920 | 2024.02.09 21:21:08.024076 [ 3 ] {af7fabad-c8a3-426a-bd8d-d898124694e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
5921 | 2024.02.09 21:21:08.024091 [ 3 ] {} <Debug> HTTP-Session: d34aa5e8-3b38-4e74-826e-812206096c4a Destroying unnamed session | ||
5922 | 2024.02.09 21:21:08.024304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 52427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5923 | 2024.02.09 21:21:08.024349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5924 | 2024.02.09 21:21:08.024367 [ 3 ] {} <Debug> HTTP-Session: 2a814e56-528d-415c-975a-1a3ba58adabe Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5925 | 2024.02.09 21:21:08.024384 [ 3 ] {} <Debug> HTTP-Session: 2a814e56-528d-415c-975a-1a3ba58adabe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5926 | 2024.02.09 21:21:08.024477 [ 3 ] {8778d604-0ed0-479c-9052-488b4df6db9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5927 | 2024.02.09 21:21:08.024521 [ 3 ] {8778d604-0ed0-479c-9052-488b4df6db9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5928 | 2024.02.09 21:21:08.024656 [ 3 ] {8778d604-0ed0-479c-9052-488b4df6db9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5929 | 2024.02.09 21:21:08.025164 [ 3 ] {8778d604-0ed0-479c-9052-488b4df6db9f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5930 | 2024.02.09 21:21:08.025493 [ 3 ] {8778d604-0ed0-479c-9052-488b4df6db9f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
5931 | 2024.02.09 21:21:08.025676 [ 3 ] {8778d604-0ed0-479c-9052-488b4df6db9f} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0. | ||
5932 | 2024.02.09 21:21:08.025812 [ 3 ] {8778d604-0ed0-479c-9052-488b4df6db9f} <Information> executeQuery: Read 49 rows, 67.71 KiB in 0.001298974 sec., 37722 rows/sec., 50.90 MiB/sec. | ||
5933 | 2024.02.09 21:21:08.025941 [ 3 ] {8778d604-0ed0-479c-9052-488b4df6db9f} <Debug> DynamicQueryHandler: Done processing query | ||
5934 | 2024.02.09 21:21:08.025964 [ 3 ] {8778d604-0ed0-479c-9052-488b4df6db9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5935 | 2024.02.09 21:21:08.025979 [ 3 ] {} <Debug> HTTP-Session: 2a814e56-528d-415c-975a-1a3ba58adabe Destroying unnamed session | ||
5936 | 2024.02.09 21:21:13.017240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5937 | 2024.02.09 21:21:13.017405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5938 | 2024.02.09 21:21:13.017435 [ 3 ] {} <Debug> HTTP-Session: 995a2607-c4c1-4120-bc16-be26311b858c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5939 | 2024.02.09 21:21:13.017463 [ 3 ] {} <Debug> HTTP-Session: 995a2607-c4c1-4120-bc16-be26311b858c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5940 | 2024.02.09 21:21:13.017601 [ 3 ] {b511dd77-5c84-49e3-a959-5231b8beeb4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5941 | 2024.02.09 21:21:13.017669 [ 3 ] {b511dd77-5c84-49e3-a959-5231b8beeb4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5942 | 2024.02.09 21:21:13.017850 [ 3 ] {b511dd77-5c84-49e3-a959-5231b8beeb4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5943 | 2024.02.09 21:21:13.018363 [ 3 ] {b511dd77-5c84-49e3-a959-5231b8beeb4c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5944 | 2024.02.09 21:21:13.018632 [ 3 ] {b511dd77-5c84-49e3-a959-5231b8beeb4c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
5945 | 2024.02.09 21:21:13.018797 [ 3 ] {b511dd77-5c84-49e3-a959-5231b8beeb4c} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0. | ||
5946 | 2024.02.09 21:21:13.018913 [ 3 ] {b511dd77-5c84-49e3-a959-5231b8beeb4c} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001272953 sec., 2356 rows/sec., 191.02 KiB/sec. | ||
5947 | 2024.02.09 21:21:13.019110 [ 3 ] {b511dd77-5c84-49e3-a959-5231b8beeb4c} <Debug> DynamicQueryHandler: Done processing query | ||
5948 | 2024.02.09 21:21:13.019155 [ 3 ] {b511dd77-5c84-49e3-a959-5231b8beeb4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5949 | 2024.02.09 21:21:13.019174 [ 3 ] {} <Debug> HTTP-Session: 995a2607-c4c1-4120-bc16-be26311b858c Destroying unnamed session | ||
5950 | 2024.02.09 21:21:13.019293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5951 | 2024.02.09 21:21:13.019339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5952 | 2024.02.09 21:21:13.019358 [ 3 ] {} <Debug> HTTP-Session: aec69241-928b-46ce-9aab-94297453910c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5953 | 2024.02.09 21:21:13.019375 [ 3 ] {} <Debug> HTTP-Session: aec69241-928b-46ce-9aab-94297453910c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5954 | 2024.02.09 21:21:13.019449 [ 3 ] {3a41a3fb-44f3-42ba-8bf3-1c5d508505f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5955 | 2024.02.09 21:21:13.019490 [ 3 ] {3a41a3fb-44f3-42ba-8bf3-1c5d508505f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5956 | 2024.02.09 21:21:13.019610 [ 3 ] {3a41a3fb-44f3-42ba-8bf3-1c5d508505f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5957 | 2024.02.09 21:21:13.019911 [ 3 ] {3a41a3fb-44f3-42ba-8bf3-1c5d508505f7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5958 | 2024.02.09 21:21:13.020123 [ 3 ] {3a41a3fb-44f3-42ba-8bf3-1c5d508505f7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
5959 | 2024.02.09 21:21:13.020275 [ 3 ] {3a41a3fb-44f3-42ba-8bf3-1c5d508505f7} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0. | ||
5960 | 2024.02.09 21:21:13.020397 [ 3 ] {3a41a3fb-44f3-42ba-8bf3-1c5d508505f7} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000910936 sec., 9879 rows/sec., 905.88 KiB/sec. | ||
5961 | 2024.02.09 21:21:13.020512 [ 3 ] {3a41a3fb-44f3-42ba-8bf3-1c5d508505f7} <Debug> DynamicQueryHandler: Done processing query | ||
5962 | 2024.02.09 21:21:13.020534 [ 3 ] {3a41a3fb-44f3-42ba-8bf3-1c5d508505f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
5963 | 2024.02.09 21:21:13.020550 [ 3 ] {} <Debug> HTTP-Session: aec69241-928b-46ce-9aab-94297453910c Destroying unnamed session | ||
5964 | 2024.02.09 21:21:13.020667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5965 | 2024.02.09 21:21:13.020712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5966 | 2024.02.09 21:21:13.020730 [ 3 ] {} <Debug> HTTP-Session: 339b4885-38cf-46e6-b3a3-22cc03d88cc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5967 | 2024.02.09 21:21:13.020747 [ 3 ] {} <Debug> HTTP-Session: 339b4885-38cf-46e6-b3a3-22cc03d88cc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5968 | 2024.02.09 21:21:13.020815 [ 3 ] {ee923752-e23d-4e3a-88b6-29892b4571a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5969 | 2024.02.09 21:21:13.020854 [ 3 ] {ee923752-e23d-4e3a-88b6-29892b4571a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5970 | 2024.02.09 21:21:13.020959 [ 3 ] {ee923752-e23d-4e3a-88b6-29892b4571a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5971 | 2024.02.09 21:21:13.021235 [ 3 ] {ee923752-e23d-4e3a-88b6-29892b4571a9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5972 | 2024.02.09 21:21:13.021444 [ 3 ] {ee923752-e23d-4e3a-88b6-29892b4571a9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
5973 | 2024.02.09 21:21:13.021594 [ 3 ] {ee923752-e23d-4e3a-88b6-29892b4571a9} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0. | ||
5974 | 2024.02.09 21:21:13.021689 [ 3 ] {ee923752-e23d-4e3a-88b6-29892b4571a9} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000846305 sec., 3544 rows/sec., 283.86 KiB/sec. | ||
5975 | 2024.02.09 21:21:13.021845 [ 3 ] {ee923752-e23d-4e3a-88b6-29892b4571a9} <Debug> DynamicQueryHandler: Done processing query | ||
5976 | 2024.02.09 21:21:13.021879 [ 3 ] {ee923752-e23d-4e3a-88b6-29892b4571a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
5977 | 2024.02.09 21:21:13.021929 [ 3 ] {} <Debug> HTTP-Session: 339b4885-38cf-46e6-b3a3-22cc03d88cc2 Destroying unnamed session | ||
5978 | 2024.02.09 21:21:13.022069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5979 | 2024.02.09 21:21:13.022114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5980 | 2024.02.09 21:21:13.022134 [ 3 ] {} <Debug> HTTP-Session: aa7306c1-b94d-4e42-8214-55c5210e0282 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5981 | 2024.02.09 21:21:13.022150 [ 3 ] {} <Debug> HTTP-Session: aa7306c1-b94d-4e42-8214-55c5210e0282 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5982 | 2024.02.09 21:21:13.022222 [ 3 ] {ba5917e6-515a-4c2b-9b5f-ffadc0728e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5983 | 2024.02.09 21:21:13.022269 [ 3 ] {ba5917e6-515a-4c2b-9b5f-ffadc0728e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5984 | 2024.02.09 21:21:13.022417 [ 3 ] {ba5917e6-515a-4c2b-9b5f-ffadc0728e6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5985 | 2024.02.09 21:21:13.022721 [ 3 ] {ba5917e6-515a-4c2b-9b5f-ffadc0728e6e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
5986 | 2024.02.09 21:21:13.023000 [ 3 ] {ba5917e6-515a-4c2b-9b5f-ffadc0728e6e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
5987 | 2024.02.09 21:21:13.023200 [ 3 ] {ba5917e6-515a-4c2b-9b5f-ffadc0728e6e} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0. | ||
5988 | 2024.02.09 21:21:13.023320 [ 3 ] {ba5917e6-515a-4c2b-9b5f-ffadc0728e6e} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001061469 sec., 2826 rows/sec., 3.81 MiB/sec. | ||
5989 | 2024.02.09 21:21:13.023468 [ 3 ] {ba5917e6-515a-4c2b-9b5f-ffadc0728e6e} <Debug> DynamicQueryHandler: Done processing query | ||
5990 | 2024.02.09 21:21:13.023491 [ 3 ] {ba5917e6-515a-4c2b-9b5f-ffadc0728e6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
5991 | 2024.02.09 21:21:13.023507 [ 3 ] {} <Debug> HTTP-Session: aa7306c1-b94d-4e42-8214-55c5210e0282 Destroying unnamed session | ||
5992 | 2024.02.09 21:21:18.020421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5993 | 2024.02.09 21:21:18.020540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5994 | 2024.02.09 21:21:18.020572 [ 3 ] {} <Debug> HTTP-Session: c0abad30-9eab-4d46-b711-b1057962e491 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
5995 | 2024.02.09 21:21:18.020600 [ 3 ] {} <Debug> HTTP-Session: c0abad30-9eab-4d46-b711-b1057962e491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5996 | 2024.02.09 21:21:18.020746 [ 3 ] {31e2ce73-b848-415a-beb3-472ed0d6fa9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5997 | 2024.02.09 21:21:18.020815 [ 3 ] {31e2ce73-b848-415a-beb3-472ed0d6fa9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5998 | 2024.02.09 21:21:18.020995 [ 3 ] {31e2ce73-b848-415a-beb3-472ed0d6fa9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5999 | 2024.02.09 21:21:18.021497 [ 3 ] {31e2ce73-b848-415a-beb3-472ed0d6fa9a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6000 | 2024.02.09 21:21:18.021759 [ 3 ] {31e2ce73-b848-415a-beb3-472ed0d6fa9a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
6001 | 2024.02.09 21:21:18.021926 [ 3 ] {31e2ce73-b848-415a-beb3-472ed0d6fa9a} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0. | ||
6002 | 2024.02.09 21:21:18.022036 [ 3 ] {31e2ce73-b848-415a-beb3-472ed0d6fa9a} <Information> executeQuery: Read 57 rows, 4.62 KiB in 0.001253193 sec., 45483 rows/sec., 3.60 MiB/sec. | ||
6003 | 2024.02.09 21:21:18.022187 [ 3 ] {31e2ce73-b848-415a-beb3-472ed0d6fa9a} <Debug> DynamicQueryHandler: Done processing query | ||
6004 | 2024.02.09 21:21:18.022214 [ 3 ] {31e2ce73-b848-415a-beb3-472ed0d6fa9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
6005 | 2024.02.09 21:21:18.022235 [ 3 ] {} <Debug> HTTP-Session: c0abad30-9eab-4d46-b711-b1057962e491 Destroying unnamed session | ||
6006 | 2024.02.09 21:21:18.022398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 27224, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6007 | 2024.02.09 21:21:18.022443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6008 | 2024.02.09 21:21:18.022462 [ 3 ] {} <Debug> HTTP-Session: fa21255f-96a2-49a4-a780-a524a858e1f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6009 | 2024.02.09 21:21:18.022479 [ 3 ] {} <Debug> HTTP-Session: fa21255f-96a2-49a4-a780-a524a858e1f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6010 | 2024.02.09 21:21:18.022560 [ 3 ] {071305a0-db7a-4424-9a3a-2d21ca9cc434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6011 | 2024.02.09 21:21:18.022599 [ 3 ] {071305a0-db7a-4424-9a3a-2d21ca9cc434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6012 | 2024.02.09 21:21:18.022704 [ 3 ] {071305a0-db7a-4424-9a3a-2d21ca9cc434} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6013 | 2024.02.09 21:21:18.023131 [ 3 ] {071305a0-db7a-4424-9a3a-2d21ca9cc434} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6014 | 2024.02.09 21:21:18.023353 [ 3 ] {071305a0-db7a-4424-9a3a-2d21ca9cc434} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
6015 | 2024.02.09 21:21:18.023503 [ 3 ] {071305a0-db7a-4424-9a3a-2d21ca9cc434} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0. | ||
6016 | 2024.02.09 21:21:18.023612 [ 3 ] {071305a0-db7a-4424-9a3a-2d21ca9cc434} <Information> executeQuery: Read 171 rows, 16.78 KiB in 0.001017779 sec., 168012 rows/sec., 16.10 MiB/sec. | ||
6017 | 2024.02.09 21:21:18.023630 [ 74 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
6018 | 2024.02.09 21:21:18.023745 [ 74 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6019 | 2024.02.09 21:21:18.023788 [ 3 ] {071305a0-db7a-4424-9a3a-2d21ca9cc434} <Debug> DynamicQueryHandler: Done processing query | ||
6020 | 2024.02.09 21:21:18.023842 [ 3 ] {071305a0-db7a-4424-9a3a-2d21ca9cc434} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6021 | 2024.02.09 21:21:18.023876 [ 3 ] {} <Debug> HTTP-Session: fa21255f-96a2-49a4-a780-a524a858e1f3 Destroying unnamed session | ||
6022 | 2024.02.09 21:21:18.023883 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact | ||
6023 | 2024.02.09 21:21:18.024071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 11415, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6024 | 2024.02.09 21:21:18.024087 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6025 | 2024.02.09 21:21:18.024155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6026 | 2024.02.09 21:21:18.024167 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 196 rows starting from the beginning of the part | ||
6027 | 2024.02.09 21:21:18.024196 [ 3 ] {} <Debug> HTTP-Session: d262622e-abac-4163-bc0d-169ce496f2e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6028 | 2024.02.09 21:21:18.024225 [ 3 ] {} <Debug> HTTP-Session: d262622e-abac-4163-bc0d-169ce496f2e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6029 | 2024.02.09 21:21:18.024395 [ 3 ] {b5e19237-cdfc-4387-a704-322913f78a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6030 | 2024.02.09 21:21:18.024483 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 147 rows starting from the beginning of the part | ||
6031 | 2024.02.09 21:21:18.024497 [ 3 ] {b5e19237-cdfc-4387-a704-322913f78a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6032 | 2024.02.09 21:21:18.024835 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 9 rows starting from the beginning of the part | ||
6033 | 2024.02.09 21:21:18.024961 [ 3 ] {b5e19237-cdfc-4387-a704-322913f78a9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6034 | 2024.02.09 21:21:18.025107 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 147 rows starting from the beginning of the part | ||
6035 | 2024.02.09 21:21:18.025284 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 9 rows starting from the beginning of the part | ||
6036 | 2024.02.09 21:21:18.025595 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 171 rows starting from the beginning of the part | ||
6037 | 2024.02.09 21:21:18.025786 [ 3 ] {b5e19237-cdfc-4387-a704-322913f78a9c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6038 | 2024.02.09 21:21:18.026272 [ 3 ] {b5e19237-cdfc-4387-a704-322913f78a9c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
6039 | 2024.02.09 21:21:18.026590 [ 3 ] {b5e19237-cdfc-4387-a704-322913f78a9c} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0. | ||
6040 | 2024.02.09 21:21:18.026777 [ 74 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
6041 | 2024.02.09 21:21:18.026868 [ 74 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6042 | 2024.02.09 21:21:18.026902 [ 3 ] {b5e19237-cdfc-4387-a704-322913f78a9c} <Information> executeQuery: Read 67 rows, 5.38 KiB in 0.002441765 sec., 27439 rows/sec., 2.15 MiB/sec. | ||
6043 | 2024.02.09 21:21:18.027046 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact | ||
6044 | 2024.02.09 21:21:18.027295 [ 3 ] {b5e19237-cdfc-4387-a704-322913f78a9c} <Debug> DynamicQueryHandler: Done processing query | ||
6045 | 2024.02.09 21:21:18.027354 [ 3 ] {b5e19237-cdfc-4387-a704-322913f78a9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
6046 | 2024.02.09 21:21:18.027418 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6047 | 2024.02.09 21:21:18.027433 [ 3 ] {} <Debug> HTTP-Session: d262622e-abac-4163-bc0d-169ce496f2e5 Destroying unnamed session | ||
6048 | 2024.02.09 21:21:18.027555 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 102 rows starting from the beginning of the part | ||
6049 | 2024.02.09 21:21:18.027694 [ 9 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 679 rows, containing 4 columns (4 merged, 0 gathered) in 0.003887041 sec., 174683.00437273495 rows/sec., 16.66 MiB/sec. | ||
6050 | 2024.02.09 21:21:18.027714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 60976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6051 | 2024.02.09 21:21:18.027803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6052 | 2024.02.09 21:21:18.027806 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 49 rows starting from the beginning of the part | ||
6053 | 2024.02.09 21:21:18.027867 [ 3 ] {} <Debug> HTTP-Session: 9b1bb18b-3e48-48a8-a836-ff65a67969ab Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6054 | 2024.02.09 21:21:18.027925 [ 3 ] {} <Debug> HTTP-Session: 9b1bb18b-3e48-48a8-a836-ff65a67969ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6055 | 2024.02.09 21:21:18.027929 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
6056 | 2024.02.09 21:21:18.028146 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 3 rows starting from the beginning of the part | ||
6057 | 2024.02.09 21:21:18.028217 [ 3 ] {6f3f8f73-0336-475c-8b93-d11f7c103de0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6058 | 2024.02.09 21:21:18.028327 [ 3 ] {6f3f8f73-0336-475c-8b93-d11f7c103de0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6059 | 2024.02.09 21:21:18.028364 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 49 rows starting from the beginning of the part | ||
6060 | 2024.02.09 21:21:18.028450 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_61_12} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12. | ||
6061 | 2024.02.09 21:21:18.028656 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_61_12} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_56_11 to all_61_61_0 | ||
6062 | 2024.02.09 21:21:18.028728 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 3 rows starting from the beginning of the part | ||
6063 | 2024.02.09 21:21:18.029030 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 67 rows starting from the beginning of the part | ||
6064 | 2024.02.09 21:21:18.029049 [ 3 ] {6f3f8f73-0336-475c-8b93-d11f7c103de0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6065 | 2024.02.09 21:21:18.030018 [ 3 ] {6f3f8f73-0336-475c-8b93-d11f7c103de0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6066 | 2024.02.09 21:21:18.030029 [ 9 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 273 rows, containing 4 columns (4 merged, 0 gathered) in 0.003087166 sec., 88430.61889124199 rows/sec., 6.92 MiB/sec. | ||
6067 | 2024.02.09 21:21:18.030160 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
6068 | 2024.02.09 21:21:18.030360 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_61_12} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12. | ||
6069 | 2024.02.09 21:21:18.030425 [ 19 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_61_12} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_56_11 to all_61_61_0 | ||
6070 | 2024.02.09 21:21:18.030436 [ 3 ] {6f3f8f73-0336-475c-8b93-d11f7c103de0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
6071 | 2024.02.09 21:21:18.030644 [ 3 ] {6f3f8f73-0336-475c-8b93-d11f7c103de0} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0. | ||
6072 | 2024.02.09 21:21:18.030775 [ 3 ] {6f3f8f73-0336-475c-8b93-d11f7c103de0} <Information> executeQuery: Read 57 rows, 78.76 KiB in 0.002518676 sec., 22630 rows/sec., 30.54 MiB/sec. | ||
6073 | 2024.02.09 21:21:18.030907 [ 3 ] {6f3f8f73-0336-475c-8b93-d11f7c103de0} <Debug> DynamicQueryHandler: Done processing query | ||
6074 | 2024.02.09 21:21:18.030931 [ 3 ] {6f3f8f73-0336-475c-8b93-d11f7c103de0} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6075 | 2024.02.09 21:21:18.030948 [ 3 ] {} <Debug> HTTP-Session: 9b1bb18b-3e48-48a8-a836-ff65a67969ab Destroying unnamed session | ||
6076 | 2024.02.09 21:21:18.031085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 2460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6077 | 2024.02.09 21:21:18.031132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6078 | 2024.02.09 21:21:18.031151 [ 3 ] {} <Debug> HTTP-Session: 3703a2e3-6958-4788-9e47-d6bee780ce34 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6079 | 2024.02.09 21:21:18.031168 [ 3 ] {} <Debug> HTTP-Session: 3703a2e3-6958-4788-9e47-d6bee780ce34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6080 | 2024.02.09 21:21:18.031239 [ 3 ] {0c9e99af-d12d-4adb-a722-5fce60fa150b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6081 | 2024.02.09 21:21:18.031281 [ 3 ] {0c9e99af-d12d-4adb-a722-5fce60fa150b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6082 | 2024.02.09 21:21:18.031390 [ 3 ] {0c9e99af-d12d-4adb-a722-5fce60fa150b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6083 | 2024.02.09 21:21:18.031667 [ 3 ] {0c9e99af-d12d-4adb-a722-5fce60fa150b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6084 | 2024.02.09 21:21:18.031918 [ 3 ] {0c9e99af-d12d-4adb-a722-5fce60fa150b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
6085 | 2024.02.09 21:21:18.032097 [ 3 ] {0c9e99af-d12d-4adb-a722-5fce60fa150b} <Trace> oximeter.measurements_i64 (e554db26-32ab-43b2-9c9b-7387240ead26): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
6086 | 2024.02.09 21:21:18.032220 [ 3 ] {0c9e99af-d12d-4adb-a722-5fce60fa150b} <Information> executeQuery: Read 15 rows, 1.09 KiB in 0.000946918 sec., 15840 rows/sec., 1.12 MiB/sec. | ||
6087 | 2024.02.09 21:21:18.032339 [ 3 ] {0c9e99af-d12d-4adb-a722-5fce60fa150b} <Debug> DynamicQueryHandler: Done processing query | ||
6088 | 2024.02.09 21:21:18.032362 [ 3 ] {0c9e99af-d12d-4adb-a722-5fce60fa150b} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6089 | 2024.02.09 21:21:18.032377 [ 3 ] {} <Debug> HTTP-Session: 3703a2e3-6958-4788-9e47-d6bee780ce34 Destroying unnamed session | ||
6090 | 2024.02.09 21:21:21.768785 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6091 | 2024.02.09 21:21:21.768851 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6092 | 2024.02.09 21:21:23.018540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6093 | 2024.02.09 21:21:23.018637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6094 | 2024.02.09 21:21:23.018661 [ 3 ] {} <Debug> HTTP-Session: b913a19c-22bd-4fc9-9822-d7becdc9c185 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6095 | 2024.02.09 21:21:23.018686 [ 3 ] {} <Debug> HTTP-Session: b913a19c-22bd-4fc9-9822-d7becdc9c185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6096 | 2024.02.09 21:21:23.018808 [ 3 ] {5097bb05-f055-4fe2-b340-5e039f0f0d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6097 | 2024.02.09 21:21:23.018867 [ 3 ] {5097bb05-f055-4fe2-b340-5e039f0f0d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6098 | 2024.02.09 21:21:23.019033 [ 3 ] {5097bb05-f055-4fe2-b340-5e039f0f0d57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6099 | 2024.02.09 21:21:23.019450 [ 3 ] {5097bb05-f055-4fe2-b340-5e039f0f0d57} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6100 | 2024.02.09 21:21:23.019703 [ 3 ] {5097bb05-f055-4fe2-b340-5e039f0f0d57} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
6101 | 2024.02.09 21:21:23.019867 [ 3 ] {5097bb05-f055-4fe2-b340-5e039f0f0d57} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0. | ||
6102 | 2024.02.09 21:21:23.019982 [ 3 ] {5097bb05-f055-4fe2-b340-5e039f0f0d57} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001136111 sec., 2640 rows/sec., 214.03 KiB/sec. | ||
6103 | 2024.02.09 21:21:23.019999 [ 56 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
6104 | 2024.02.09 21:21:23.020095 [ 56 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6105 | 2024.02.09 21:21:23.020179 [ 3 ] {5097bb05-f055-4fe2-b340-5e039f0f0d57} <Debug> DynamicQueryHandler: Done processing query | ||
6106 | 2024.02.09 21:21:23.020220 [ 3 ] {5097bb05-f055-4fe2-b340-5e039f0f0d57} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6107 | 2024.02.09 21:21:23.020221 [ 17 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact | ||
6108 | 2024.02.09 21:21:23.020245 [ 3 ] {} <Debug> HTTP-Session: b913a19c-22bd-4fc9-9822-d7becdc9c185 Destroying unnamed session | ||
6109 | 2024.02.09 21:21:23.020382 [ 17 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6110 | 2024.02.09 21:21:23.020445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6111 | 2024.02.09 21:21:23.020449 [ 17 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 52 rows starting from the beginning of the part | ||
6112 | 2024.02.09 21:21:23.020550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6113 | 2024.02.09 21:21:23.020594 [ 3 ] {} <Debug> HTTP-Session: e90e55ce-e537-4784-9095-2a904b3ba6fd Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6114 | 2024.02.09 21:21:23.020626 [ 3 ] {} <Debug> HTTP-Session: e90e55ce-e537-4784-9095-2a904b3ba6fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6115 | 2024.02.09 21:21:23.020820 [ 17 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 3 rows starting from the beginning of the part | ||
6116 | 2024.02.09 21:21:23.020833 [ 3 ] {d9ef5608-84d5-4986-9069-dc7923d5b1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6117 | 2024.02.09 21:21:23.020919 [ 3 ] {d9ef5608-84d5-4986-9069-dc7923d5b1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6118 | 2024.02.09 21:21:23.021102 [ 17 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 49 rows starting from the beginning of the part | ||
6119 | 2024.02.09 21:21:23.021367 [ 3 ] {d9ef5608-84d5-4986-9069-dc7923d5b1a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6120 | 2024.02.09 21:21:23.021399 [ 17 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 3 rows starting from the beginning of the part | ||
6121 | 2024.02.09 21:21:23.021586 [ 17 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 57 rows starting from the beginning of the part | ||
6122 | 2024.02.09 21:21:23.021863 [ 17 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 3 rows starting from the beginning of the part | ||
6123 | 2024.02.09 21:21:23.022192 [ 3 ] {d9ef5608-84d5-4986-9069-dc7923d5b1a9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6124 | 2024.02.09 21:21:23.022614 [ 3 ] {d9ef5608-84d5-4986-9069-dc7923d5b1a9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
6125 | 2024.02.09 21:21:23.022933 [ 3 ] {d9ef5608-84d5-4986-9069-dc7923d5b1a9} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0. | ||
6126 | 2024.02.09 21:21:23.023200 [ 3 ] {d9ef5608-84d5-4986-9069-dc7923d5b1a9} <Information> executeQuery: Read 45 rows, 3.59 KiB in 0.002293962 sec., 19616 rows/sec., 1.53 MiB/sec. | ||
6127 | 2024.02.09 21:21:23.023626 [ 17 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 4 columns (4 merged, 0 gathered) in 0.003463814 sec., 48212.75045369064 rows/sec., 3.82 MiB/sec. | ||
6128 | 2024.02.09 21:21:23.023633 [ 3 ] {d9ef5608-84d5-4986-9069-dc7923d5b1a9} <Debug> DynamicQueryHandler: Done processing query | ||
6129 | 2024.02.09 21:21:23.023692 [ 3 ] {d9ef5608-84d5-4986-9069-dc7923d5b1a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
6130 | 2024.02.09 21:21:23.023728 [ 3 ] {} <Debug> HTTP-Session: e90e55ce-e537-4784-9095-2a904b3ba6fd Destroying unnamed session | ||
6131 | 2024.02.09 21:21:23.023773 [ 17 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
6132 | 2024.02.09 21:21:23.023912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6133 | 2024.02.09 21:21:23.023982 [ 17 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_61_12} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12. | ||
6134 | 2024.02.09 21:21:23.023991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6135 | 2024.02.09 21:21:23.024036 [ 3 ] {} <Debug> HTTP-Session: 735ada19-292d-461c-98a9-d89b4d9f6956 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6136 | 2024.02.09 21:21:23.024062 [ 3 ] {} <Debug> HTTP-Session: 735ada19-292d-461c-98a9-d89b4d9f6956 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6137 | 2024.02.09 21:21:23.024083 [ 17 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_61_12} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_56_11 to all_61_61_0 | ||
6138 | 2024.02.09 21:21:23.024226 [ 3 ] {7606b252-0f30-4056-9745-db9da686344a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6139 | 2024.02.09 21:21:23.024271 [ 3 ] {7606b252-0f30-4056-9745-db9da686344a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6140 | 2024.02.09 21:21:23.024392 [ 3 ] {7606b252-0f30-4056-9745-db9da686344a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6141 | 2024.02.09 21:21:23.024707 [ 3 ] {7606b252-0f30-4056-9745-db9da686344a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6142 | 2024.02.09 21:21:23.024930 [ 3 ] {7606b252-0f30-4056-9745-db9da686344a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
6143 | 2024.02.09 21:21:23.025091 [ 3 ] {7606b252-0f30-4056-9745-db9da686344a} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0. | ||
6144 | 2024.02.09 21:21:23.025217 [ 3 ] {7606b252-0f30-4056-9745-db9da686344a} <Information> executeQuery: Read 27 rows, 2.14 KiB in 0.000951088 sec., 28388 rows/sec., 2.20 MiB/sec. | ||
6145 | 2024.02.09 21:21:23.025376 [ 3 ] {7606b252-0f30-4056-9745-db9da686344a} <Debug> DynamicQueryHandler: Done processing query | ||
6146 | 2024.02.09 21:21:23.025421 [ 3 ] {7606b252-0f30-4056-9745-db9da686344a} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
6147 | 2024.02.09 21:21:23.025441 [ 3 ] {} <Debug> HTTP-Session: 735ada19-292d-461c-98a9-d89b4d9f6956 Destroying unnamed session | ||
6148 | 2024.02.09 21:21:23.025560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7042, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6149 | 2024.02.09 21:21:23.025604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6150 | 2024.02.09 21:21:23.025623 [ 3 ] {} <Debug> HTTP-Session: eea3c106-287a-4249-9b71-895c3883b07c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6151 | 2024.02.09 21:21:23.025639 [ 3 ] {} <Debug> HTTP-Session: eea3c106-287a-4249-9b71-895c3883b07c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6152 | 2024.02.09 21:21:23.025715 [ 3 ] {283388d3-e9b2-4001-96c0-83cc184d3019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6153 | 2024.02.09 21:21:23.025759 [ 3 ] {283388d3-e9b2-4001-96c0-83cc184d3019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6154 | 2024.02.09 21:21:23.025885 [ 3 ] {283388d3-e9b2-4001-96c0-83cc184d3019} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6155 | 2024.02.09 21:21:23.026258 [ 3 ] {283388d3-e9b2-4001-96c0-83cc184d3019} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6156 | 2024.02.09 21:21:23.026526 [ 3 ] {283388d3-e9b2-4001-96c0-83cc184d3019} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6157 | 2024.02.09 21:21:23.026705 [ 3 ] {283388d3-e9b2-4001-96c0-83cc184d3019} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0. | ||
6158 | 2024.02.09 21:21:23.026838 [ 3 ] {283388d3-e9b2-4001-96c0-83cc184d3019} <Information> executeQuery: Read 36 rows, 2.60 KiB in 0.00109311 sec., 32933 rows/sec., 2.32 MiB/sec. | ||
6159 | 2024.02.09 21:21:23.027058 [ 3 ] {283388d3-e9b2-4001-96c0-83cc184d3019} <Debug> DynamicQueryHandler: Done processing query | ||
6160 | 2024.02.09 21:21:23.027081 [ 3 ] {283388d3-e9b2-4001-96c0-83cc184d3019} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
6161 | 2024.02.09 21:21:23.027097 [ 3 ] {} <Debug> HTTP-Session: eea3c106-287a-4249-9b71-895c3883b07c Destroying unnamed session | ||
6162 | 2024.02.09 21:21:23.027213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6163 | 2024.02.09 21:21:23.027257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6164 | 2024.02.09 21:21:23.027275 [ 3 ] {} <Debug> HTTP-Session: de97aedc-40e3-46ad-84cd-59d413697170 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6165 | 2024.02.09 21:21:23.027292 [ 3 ] {} <Debug> HTTP-Session: de97aedc-40e3-46ad-84cd-59d413697170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6166 | 2024.02.09 21:21:23.027364 [ 3 ] {f857f89e-3d97-4774-ba93-0a096aad4345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6167 | 2024.02.09 21:21:23.027410 [ 3 ] {f857f89e-3d97-4774-ba93-0a096aad4345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6168 | 2024.02.09 21:21:23.027563 [ 3 ] {f857f89e-3d97-4774-ba93-0a096aad4345} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6169 | 2024.02.09 21:21:23.027892 [ 3 ] {f857f89e-3d97-4774-ba93-0a096aad4345} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6170 | 2024.02.09 21:21:23.028167 [ 3 ] {f857f89e-3d97-4774-ba93-0a096aad4345} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
6171 | 2024.02.09 21:21:23.028348 [ 3 ] {f857f89e-3d97-4774-ba93-0a096aad4345} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0. | ||
6172 | 2024.02.09 21:21:23.028468 [ 56 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
6173 | 2024.02.09 21:21:23.028486 [ 3 ] {f857f89e-3d97-4774-ba93-0a096aad4345} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.00108748 sec., 2758 rows/sec., 3.72 MiB/sec. | ||
6174 | 2024.02.09 21:21:23.028529 [ 56 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6175 | 2024.02.09 21:21:23.028671 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact | ||
6176 | 2024.02.09 21:21:23.028706 [ 3 ] {f857f89e-3d97-4774-ba93-0a096aad4345} <Debug> DynamicQueryHandler: Done processing query | ||
6177 | 2024.02.09 21:21:23.028731 [ 3 ] {f857f89e-3d97-4774-ba93-0a096aad4345} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
6178 | 2024.02.09 21:21:23.028756 [ 3 ] {} <Debug> HTTP-Session: de97aedc-40e3-46ad-84cd-59d413697170 Destroying unnamed session | ||
6179 | 2024.02.09 21:21:23.028796 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6180 | 2024.02.09 21:21:23.028832 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1475 rows starting from the beginning of the part | ||
6181 | 2024.02.09 21:21:23.028958 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 3 rows starting from the beginning of the part | ||
6182 | 2024.02.09 21:21:23.029073 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 49 rows starting from the beginning of the part | ||
6183 | 2024.02.09 21:21:23.029176 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 3 rows starting from the beginning of the part | ||
6184 | 2024.02.09 21:21:23.029278 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 57 rows starting from the beginning of the part | ||
6185 | 2024.02.09 21:21:23.029381 [ 19 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 3 rows starting from the beginning of the part | ||
6186 | 2024.02.09 21:21:23.033429 [ 17 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1590 rows, containing 6 columns (6 merged, 0 gathered) in 0.004837249 sec., 328699.2255308751 rows/sec., 443.56 MiB/sec. | ||
6187 | 2024.02.09 21:21:23.034684 [ 17 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
6188 | 2024.02.09 21:21:23.034910 [ 17 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12. | ||
6189 | 2024.02.09 21:21:23.034975 [ 17 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_56_11 to all_61_61_0 | ||
6190 | 2024.02.09 21:21:23.035050 [ 17 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_61_12: 8.61 MiB. | ||
6191 | 2024.02.09 21:21:28.020315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6192 | 2024.02.09 21:21:28.020439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6193 | 2024.02.09 21:21:28.020465 [ 3 ] {} <Debug> HTTP-Session: ba5d2fb8-ca51-4037-8312-18e5c047c522 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6194 | 2024.02.09 21:21:28.020489 [ 3 ] {} <Debug> HTTP-Session: ba5d2fb8-ca51-4037-8312-18e5c047c522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6195 | 2024.02.09 21:21:28.020618 [ 3 ] {7bf815ac-44f4-4506-8ac2-961a2abf4005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6196 | 2024.02.09 21:21:28.020678 [ 3 ] {7bf815ac-44f4-4506-8ac2-961a2abf4005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6197 | 2024.02.09 21:21:28.020835 [ 3 ] {7bf815ac-44f4-4506-8ac2-961a2abf4005} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6198 | 2024.02.09 21:21:28.021272 [ 3 ] {7bf815ac-44f4-4506-8ac2-961a2abf4005} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6199 | 2024.02.09 21:21:28.021528 [ 3 ] {7bf815ac-44f4-4506-8ac2-961a2abf4005} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
6200 | 2024.02.09 21:21:28.021693 [ 3 ] {7bf815ac-44f4-4506-8ac2-961a2abf4005} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0. | ||
6201 | 2024.02.09 21:21:28.021815 [ 3 ] {7bf815ac-44f4-4506-8ac2-961a2abf4005} <Information> executeQuery: Read 61 rows, 4.94 KiB in 0.001163901 sec., 52409 rows/sec., 4.15 MiB/sec. | ||
6202 | 2024.02.09 21:21:28.021957 [ 3 ] {7bf815ac-44f4-4506-8ac2-961a2abf4005} <Debug> DynamicQueryHandler: Done processing query | ||
6203 | 2024.02.09 21:21:28.021982 [ 3 ] {7bf815ac-44f4-4506-8ac2-961a2abf4005} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
6204 | 2024.02.09 21:21:28.021997 [ 3 ] {} <Debug> HTTP-Session: ba5d2fb8-ca51-4037-8312-18e5c047c522 Destroying unnamed session | ||
6205 | 2024.02.09 21:21:28.022117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6206 | 2024.02.09 21:21:28.022162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6207 | 2024.02.09 21:21:28.022182 [ 3 ] {} <Debug> HTTP-Session: eb7e4b60-67da-4184-835a-a9867de1f229 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6208 | 2024.02.09 21:21:28.022199 [ 3 ] {} <Debug> HTTP-Session: eb7e4b60-67da-4184-835a-a9867de1f229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6209 | 2024.02.09 21:21:28.022267 [ 3 ] {0f3053ac-9a7e-43e6-8abf-2fe97ec38f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6210 | 2024.02.09 21:21:28.022306 [ 3 ] {0f3053ac-9a7e-43e6-8abf-2fe97ec38f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6211 | 2024.02.09 21:21:28.022413 [ 3 ] {0f3053ac-9a7e-43e6-8abf-2fe97ec38f11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6212 | 2024.02.09 21:21:28.022683 [ 3 ] {0f3053ac-9a7e-43e6-8abf-2fe97ec38f11} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6213 | 2024.02.09 21:21:28.022886 [ 3 ] {0f3053ac-9a7e-43e6-8abf-2fe97ec38f11} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6214 | 2024.02.09 21:21:28.023044 [ 3 ] {0f3053ac-9a7e-43e6-8abf-2fe97ec38f11} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0. | ||
6215 | 2024.02.09 21:21:28.023158 [ 3 ] {0f3053ac-9a7e-43e6-8abf-2fe97ec38f11} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000858516 sec., 2329 rows/sec., 199.06 KiB/sec. | ||
6216 | 2024.02.09 21:21:28.023407 [ 3 ] {0f3053ac-9a7e-43e6-8abf-2fe97ec38f11} <Debug> DynamicQueryHandler: Done processing query | ||
6217 | 2024.02.09 21:21:28.023431 [ 3 ] {0f3053ac-9a7e-43e6-8abf-2fe97ec38f11} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6218 | 2024.02.09 21:21:28.023447 [ 3 ] {} <Debug> HTTP-Session: eb7e4b60-67da-4184-835a-a9867de1f229 Destroying unnamed session | ||
6219 | 2024.02.09 21:21:28.023618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 29234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6220 | 2024.02.09 21:21:28.023663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6221 | 2024.02.09 21:21:28.023682 [ 3 ] {} <Debug> HTTP-Session: c77916c1-7370-49f6-a458-855d89ffd2d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6222 | 2024.02.09 21:21:28.023698 [ 3 ] {} <Debug> HTTP-Session: c77916c1-7370-49f6-a458-855d89ffd2d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6223 | 2024.02.09 21:21:28.023775 [ 3 ] {dbb6383c-1432-40e0-926d-3ba89595b1b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6224 | 2024.02.09 21:21:28.023814 [ 3 ] {dbb6383c-1432-40e0-926d-3ba89595b1b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6225 | 2024.02.09 21:21:28.023933 [ 3 ] {dbb6383c-1432-40e0-926d-3ba89595b1b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6226 | 2024.02.09 21:21:28.024357 [ 3 ] {dbb6383c-1432-40e0-926d-3ba89595b1b7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6227 | 2024.02.09 21:21:28.024580 [ 3 ] {dbb6383c-1432-40e0-926d-3ba89595b1b7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
6228 | 2024.02.09 21:21:28.024733 [ 3 ] {dbb6383c-1432-40e0-926d-3ba89595b1b7} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0. | ||
6229 | 2024.02.09 21:21:28.024859 [ 3 ] {dbb6383c-1432-40e0-926d-3ba89595b1b7} <Information> executeQuery: Read 184 rows, 18.00 KiB in 0.001054759 sec., 174447 rows/sec., 16.67 MiB/sec. | ||
6230 | 2024.02.09 21:21:28.024981 [ 3 ] {dbb6383c-1432-40e0-926d-3ba89595b1b7} <Debug> DynamicQueryHandler: Done processing query | ||
6231 | 2024.02.09 21:21:28.025003 [ 3 ] {dbb6383c-1432-40e0-926d-3ba89595b1b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6232 | 2024.02.09 21:21:28.025019 [ 3 ] {} <Debug> HTTP-Session: c77916c1-7370-49f6-a458-855d89ffd2d6 Destroying unnamed session | ||
6233 | 2024.02.09 21:21:28.025166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6234 | 2024.02.09 21:21:28.025212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6235 | 2024.02.09 21:21:28.025230 [ 3 ] {} <Debug> HTTP-Session: 6f09a77e-6b53-4414-81a0-f4f458a7a866 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6236 | 2024.02.09 21:21:28.025247 [ 3 ] {} <Debug> HTTP-Session: 6f09a77e-6b53-4414-81a0-f4f458a7a866 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6237 | 2024.02.09 21:21:28.025314 [ 3 ] {7b0f7a95-03e7-47bb-898b-228c3c8acf13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6238 | 2024.02.09 21:21:28.025352 [ 3 ] {7b0f7a95-03e7-47bb-898b-228c3c8acf13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6239 | 2024.02.09 21:21:28.025458 [ 3 ] {7b0f7a95-03e7-47bb-898b-228c3c8acf13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6240 | 2024.02.09 21:21:28.025785 [ 3 ] {7b0f7a95-03e7-47bb-898b-228c3c8acf13} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6241 | 2024.02.09 21:21:28.026002 [ 3 ] {7b0f7a95-03e7-47bb-898b-228c3c8acf13} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6242 | 2024.02.09 21:21:28.026158 [ 3 ] {7b0f7a95-03e7-47bb-898b-228c3c8acf13} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0. | ||
6243 | 2024.02.09 21:21:28.026252 [ 3 ] {7b0f7a95-03e7-47bb-898b-228c3c8acf13} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000910287 sec., 2197 rows/sec., 153.41 KiB/sec. | ||
6244 | 2024.02.09 21:21:28.026409 [ 3 ] {7b0f7a95-03e7-47bb-898b-228c3c8acf13} <Debug> DynamicQueryHandler: Done processing query | ||
6245 | 2024.02.09 21:21:28.026433 [ 3 ] {7b0f7a95-03e7-47bb-898b-228c3c8acf13} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6246 | 2024.02.09 21:21:28.026449 [ 3 ] {} <Debug> HTTP-Session: 6f09a77e-6b53-4414-81a0-f4f458a7a866 Destroying unnamed session | ||
6247 | 2024.02.09 21:21:28.026570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 10728, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6248 | 2024.02.09 21:21:28.026614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6249 | 2024.02.09 21:21:28.026633 [ 3 ] {} <Debug> HTTP-Session: dd6f7a95-b74f-45f4-8ac7-e4d6de8024dd Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6250 | 2024.02.09 21:21:28.026649 [ 3 ] {} <Debug> HTTP-Session: dd6f7a95-b74f-45f4-8ac7-e4d6de8024dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6251 | 2024.02.09 21:21:28.026724 [ 3 ] {1ba62d69-3e2f-4ed1-a5ca-a0f6ec6394d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6252 | 2024.02.09 21:21:28.026763 [ 3 ] {1ba62d69-3e2f-4ed1-a5ca-a0f6ec6394d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6253 | 2024.02.09 21:21:28.026871 [ 3 ] {1ba62d69-3e2f-4ed1-a5ca-a0f6ec6394d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6254 | 2024.02.09 21:21:28.027200 [ 3 ] {1ba62d69-3e2f-4ed1-a5ca-a0f6ec6394d0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6255 | 2024.02.09 21:21:28.027408 [ 3 ] {1ba62d69-3e2f-4ed1-a5ca-a0f6ec6394d0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
6256 | 2024.02.09 21:21:28.027558 [ 3 ] {1ba62d69-3e2f-4ed1-a5ca-a0f6ec6394d0} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0. | ||
6257 | 2024.02.09 21:21:28.027676 [ 3 ] {1ba62d69-3e2f-4ed1-a5ca-a0f6ec6394d0} <Information> executeQuery: Read 63 rows, 5.05 KiB in 0.000922837 sec., 68267 rows/sec., 5.34 MiB/sec. | ||
6258 | 2024.02.09 21:21:28.027791 [ 3 ] {1ba62d69-3e2f-4ed1-a5ca-a0f6ec6394d0} <Debug> DynamicQueryHandler: Done processing query | ||
6259 | 2024.02.09 21:21:28.027813 [ 3 ] {1ba62d69-3e2f-4ed1-a5ca-a0f6ec6394d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
6260 | 2024.02.09 21:21:28.027828 [ 3 ] {} <Debug> HTTP-Session: dd6f7a95-b74f-45f4-8ac7-e4d6de8024dd Destroying unnamed session | ||
6261 | 2024.02.09 21:21:28.027957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6262 | 2024.02.09 21:21:28.028001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6263 | 2024.02.09 21:21:28.028019 [ 3 ] {} <Debug> HTTP-Session: 8790c637-fffc-4bb0-9091-b95500a38196 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6264 | 2024.02.09 21:21:28.028035 [ 3 ] {} <Debug> HTTP-Session: 8790c637-fffc-4bb0-9091-b95500a38196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6265 | 2024.02.09 21:21:28.028103 [ 3 ] {cd3fa65a-6f6c-42d5-803b-9ddba3600f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6266 | 2024.02.09 21:21:28.028147 [ 3 ] {cd3fa65a-6f6c-42d5-803b-9ddba3600f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6267 | 2024.02.09 21:21:28.028269 [ 3 ] {cd3fa65a-6f6c-42d5-803b-9ddba3600f1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6268 | 2024.02.09 21:21:28.028534 [ 3 ] {cd3fa65a-6f6c-42d5-803b-9ddba3600f1b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6269 | 2024.02.09 21:21:28.028789 [ 3 ] {cd3fa65a-6f6c-42d5-803b-9ddba3600f1b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6270 | 2024.02.09 21:21:28.028970 [ 3 ] {cd3fa65a-6f6c-42d5-803b-9ddba3600f1b} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0. | ||
6271 | 2024.02.09 21:21:28.029103 [ 3 ] {cd3fa65a-6f6c-42d5-803b-9ddba3600f1b} <Information> executeQuery: Read 1 rows, 72.00 B in 0.000964558 sec., 1036 rows/sec., 72.90 KiB/sec. | ||
6272 | 2024.02.09 21:21:28.029097 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
6273 | 2024.02.09 21:21:28.029213 [ 65 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6274 | 2024.02.09 21:21:28.029291 [ 3 ] {cd3fa65a-6f6c-42d5-803b-9ddba3600f1b} <Debug> DynamicQueryHandler: Done processing query | ||
6275 | 2024.02.09 21:21:28.029354 [ 3 ] {cd3fa65a-6f6c-42d5-803b-9ddba3600f1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6276 | 2024.02.09 21:21:28.029397 [ 3 ] {} <Debug> HTTP-Session: 8790c637-fffc-4bb0-9091-b95500a38196 Destroying unnamed session | ||
6277 | 2024.02.09 21:21:28.029397 [ 20 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact | ||
6278 | 2024.02.09 21:21:28.029572 [ 20 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6279 | 2024.02.09 21:21:28.029622 [ 20 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 627 rows starting from the beginning of the part | ||
6280 | 2024.02.09 21:21:28.029657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 65249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6281 | 2024.02.09 21:21:28.029748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6282 | 2024.02.09 21:21:28.029774 [ 3 ] {} <Debug> HTTP-Session: 9b46e72d-fb90-4007-bf92-8e83cb891daf Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6283 | 2024.02.09 21:21:28.029831 [ 3 ] {} <Debug> HTTP-Session: 9b46e72d-fb90-4007-bf92-8e83cb891daf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6284 | 2024.02.09 21:21:28.029902 [ 20 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
6285 | 2024.02.09 21:21:28.030059 [ 3 ] {caca618c-45ea-4bb5-a37a-24f467c4f8f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6286 | 2024.02.09 21:21:28.030199 [ 3 ] {caca618c-45ea-4bb5-a37a-24f467c4f8f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6287 | 2024.02.09 21:21:28.030212 [ 20 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
6288 | 2024.02.09 21:21:28.030562 [ 20 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 37 rows starting from the beginning of the part | ||
6289 | 2024.02.09 21:21:28.030804 [ 3 ] {caca618c-45ea-4bb5-a37a-24f467c4f8f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6290 | 2024.02.09 21:21:28.030838 [ 20 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
6291 | 2024.02.09 21:21:28.031036 [ 20 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
6292 | 2024.02.09 21:21:28.031802 [ 3 ] {caca618c-45ea-4bb5-a37a-24f467c4f8f5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6293 | 2024.02.09 21:21:28.032558 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 703 rows, containing 5 columns (5 merged, 0 gathered) in 0.003278581 sec., 214422.03197053846 rows/sec., 15.12 MiB/sec. | ||
6294 | 2024.02.09 21:21:28.032581 [ 3 ] {caca618c-45ea-4bb5-a37a-24f467c4f8f5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
6295 | 2024.02.09 21:21:28.032692 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
6296 | 2024.02.09 21:21:28.032805 [ 3 ] {caca618c-45ea-4bb5-a37a-24f467c4f8f5} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0. | ||
6297 | 2024.02.09 21:21:28.032972 [ 3 ] {caca618c-45ea-4bb5-a37a-24f467c4f8f5} <Information> executeQuery: Read 61 rows, 84.29 KiB in 0.002855942 sec., 21358 rows/sec., 28.82 MiB/sec. | ||
6298 | 2024.02.09 21:21:28.032993 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_25_5} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5. | ||
6299 | 2024.02.09 21:21:28.033106 [ 19 ] {ed009545-d078-4b76-bfa6-4d8b4f1b94b7::all_1_25_5} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7) (MergerMutator): Merged 6 parts: from all_1_20_4 to all_25_25_0 | ||
6300 | 2024.02.09 21:21:28.033145 [ 3 ] {caca618c-45ea-4bb5-a37a-24f467c4f8f5} <Debug> DynamicQueryHandler: Done processing query | ||
6301 | 2024.02.09 21:21:28.033183 [ 3 ] {caca618c-45ea-4bb5-a37a-24f467c4f8f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6302 | 2024.02.09 21:21:28.033209 [ 3 ] {} <Debug> HTTP-Session: 9b46e72d-fb90-4007-bf92-8e83cb891daf Destroying unnamed session | ||
6303 | 2024.02.09 21:21:33.017161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6304 | 2024.02.09 21:21:33.017344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6305 | 2024.02.09 21:21:33.017391 [ 3 ] {} <Debug> HTTP-Session: 998c52cf-5d8a-430d-a23d-4dd7990d152c Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6306 | 2024.02.09 21:21:33.017431 [ 3 ] {} <Debug> HTTP-Session: 998c52cf-5d8a-430d-a23d-4dd7990d152c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6307 | 2024.02.09 21:21:33.017627 [ 3 ] {1ab782ed-be88-437e-82dd-08faeb81a371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6308 | 2024.02.09 21:21:33.017725 [ 3 ] {1ab782ed-be88-437e-82dd-08faeb81a371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6309 | 2024.02.09 21:21:33.017990 [ 3 ] {1ab782ed-be88-437e-82dd-08faeb81a371} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6310 | 2024.02.09 21:21:33.018427 [ 3 ] {1ab782ed-be88-437e-82dd-08faeb81a371} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6311 | 2024.02.09 21:21:33.018703 [ 3 ] {1ab782ed-be88-437e-82dd-08faeb81a371} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
6312 | 2024.02.09 21:21:33.018879 [ 3 ] {1ab782ed-be88-437e-82dd-08faeb81a371} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0. | ||
6313 | 2024.02.09 21:21:33.019000 [ 3 ] {1ab782ed-be88-437e-82dd-08faeb81a371} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001316224 sec., 2279 rows/sec., 184.74 KiB/sec. | ||
6314 | 2024.02.09 21:21:33.019151 [ 3 ] {1ab782ed-be88-437e-82dd-08faeb81a371} <Debug> DynamicQueryHandler: Done processing query | ||
6315 | 2024.02.09 21:21:33.019175 [ 3 ] {1ab782ed-be88-437e-82dd-08faeb81a371} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6316 | 2024.02.09 21:21:33.019191 [ 3 ] {} <Debug> HTTP-Session: 998c52cf-5d8a-430d-a23d-4dd7990d152c Destroying unnamed session | ||
6317 | 2024.02.09 21:21:33.019321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6318 | 2024.02.09 21:21:33.019366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6319 | 2024.02.09 21:21:33.019385 [ 3 ] {} <Debug> HTTP-Session: 0947f57e-2834-4c5e-80aa-dd2c28d828aa Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6320 | 2024.02.09 21:21:33.019401 [ 3 ] {} <Debug> HTTP-Session: 0947f57e-2834-4c5e-80aa-dd2c28d828aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6321 | 2024.02.09 21:21:33.019473 [ 3 ] {b01e46e7-7183-458c-a576-7d16e85fda0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6322 | 2024.02.09 21:21:33.019517 [ 3 ] {b01e46e7-7183-458c-a576-7d16e85fda0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6323 | 2024.02.09 21:21:33.019624 [ 3 ] {b01e46e7-7183-458c-a576-7d16e85fda0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6324 | 2024.02.09 21:21:33.019931 [ 3 ] {b01e46e7-7183-458c-a576-7d16e85fda0e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6325 | 2024.02.09 21:21:33.020138 [ 3 ] {b01e46e7-7183-458c-a576-7d16e85fda0e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
6326 | 2024.02.09 21:21:33.020291 [ 3 ] {b01e46e7-7183-458c-a576-7d16e85fda0e} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0. | ||
6327 | 2024.02.09 21:21:33.020398 [ 3 ] {b01e46e7-7183-458c-a576-7d16e85fda0e} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000896677 sec., 10037 rows/sec., 920.28 KiB/sec. | ||
6328 | 2024.02.09 21:21:33.020518 [ 3 ] {b01e46e7-7183-458c-a576-7d16e85fda0e} <Debug> DynamicQueryHandler: Done processing query | ||
6329 | 2024.02.09 21:21:33.020541 [ 3 ] {b01e46e7-7183-458c-a576-7d16e85fda0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
6330 | 2024.02.09 21:21:33.020557 [ 3 ] {} <Debug> HTTP-Session: 0947f57e-2834-4c5e-80aa-dd2c28d828aa Destroying unnamed session | ||
6331 | 2024.02.09 21:21:33.020690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6332 | 2024.02.09 21:21:33.020737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6333 | 2024.02.09 21:21:33.020757 [ 3 ] {} <Debug> HTTP-Session: 69f5af6f-1697-4074-b72f-d6791397f451 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6334 | 2024.02.09 21:21:33.020773 [ 3 ] {} <Debug> HTTP-Session: 69f5af6f-1697-4074-b72f-d6791397f451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6335 | 2024.02.09 21:21:33.020854 [ 3 ] {06942608-b193-44bb-8626-89062fbdc4c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6336 | 2024.02.09 21:21:33.020908 [ 3 ] {06942608-b193-44bb-8626-89062fbdc4c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6337 | 2024.02.09 21:21:33.021017 [ 3 ] {06942608-b193-44bb-8626-89062fbdc4c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6338 | 2024.02.09 21:21:33.021300 [ 3 ] {06942608-b193-44bb-8626-89062fbdc4c0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6339 | 2024.02.09 21:21:33.021513 [ 3 ] {06942608-b193-44bb-8626-89062fbdc4c0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
6340 | 2024.02.09 21:21:33.021674 [ 3 ] {06942608-b193-44bb-8626-89062fbdc4c0} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0. | ||
6341 | 2024.02.09 21:21:33.021777 [ 3 ] {06942608-b193-44bb-8626-89062fbdc4c0} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000884286 sec., 3392 rows/sec., 271.67 KiB/sec. | ||
6342 | 2024.02.09 21:21:33.021893 [ 3 ] {06942608-b193-44bb-8626-89062fbdc4c0} <Debug> DynamicQueryHandler: Done processing query | ||
6343 | 2024.02.09 21:21:33.021916 [ 3 ] {06942608-b193-44bb-8626-89062fbdc4c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6344 | 2024.02.09 21:21:33.021932 [ 3 ] {} <Debug> HTTP-Session: 69f5af6f-1697-4074-b72f-d6791397f451 Destroying unnamed session | ||
6345 | 2024.02.09 21:21:33.022063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6346 | 2024.02.09 21:21:33.022107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6347 | 2024.02.09 21:21:33.022128 [ 3 ] {} <Debug> HTTP-Session: cd415523-91ea-47a8-bbc6-d54d45313ccb Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6348 | 2024.02.09 21:21:33.022144 [ 3 ] {} <Debug> HTTP-Session: cd415523-91ea-47a8-bbc6-d54d45313ccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6349 | 2024.02.09 21:21:33.022216 [ 3 ] {aab17f54-3d75-4de5-9869-938ecde5e72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6350 | 2024.02.09 21:21:33.022262 [ 3 ] {aab17f54-3d75-4de5-9869-938ecde5e72e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6351 | 2024.02.09 21:21:33.022398 [ 3 ] {aab17f54-3d75-4de5-9869-938ecde5e72e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6352 | 2024.02.09 21:21:33.022699 [ 3 ] {aab17f54-3d75-4de5-9869-938ecde5e72e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 13.00 GiB. | ||
6353 | 2024.02.09 21:21:33.022977 [ 3 ] {aab17f54-3d75-4de5-9869-938ecde5e72e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
6354 | 2024.02.09 21:21:33.023167 [ 3 ] {aab17f54-3d75-4de5-9869-938ecde5e72e} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0. | ||
6355 | 2024.02.09 21:21:33.023269 [ 3 ] {aab17f54-3d75-4de5-9869-938ecde5e72e} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001024959 sec., 2926 rows/sec., 3.95 MiB/sec. | ||
6356 | 2024.02.09 21:21:33.023394 [ 3 ] {aab17f54-3d75-4de5-9869-938ecde5e72e} <Debug> DynamicQueryHandler: Done processing query | ||
6357 | 2024.02.09 21:21:33.023418 [ 3 ] {aab17f54-3d75-4de5-9869-938ecde5e72e} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
6358 | 2024.02.09 21:21:33.023433 [ 3 ] {} <Debug> HTTP-Session: cd415523-91ea-47a8-bbc6-d54d45313ccb Destroying unnamed session | ||
6359 | 2024.02.09 21:21:36.769119 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6360 | 2024.02.09 21:21:36.769233 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6361 | 2024.02.09 21:21:38.020098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6362 | 2024.02.09 21:21:38.020205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6363 | 2024.02.09 21:21:38.020232 [ 3 ] {} <Debug> HTTP-Session: 4cf62453-716b-4873-abb6-84cd620578b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6364 | 2024.02.09 21:21:38.020256 [ 3 ] {} <Debug> HTTP-Session: 4cf62453-716b-4873-abb6-84cd620578b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6365 | 2024.02.09 21:21:38.020381 [ 3 ] {c0dc733f-053f-4d6e-b3f8-2dc717466878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6366 | 2024.02.09 21:21:38.020442 [ 3 ] {c0dc733f-053f-4d6e-b3f8-2dc717466878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6367 | 2024.02.09 21:21:38.020599 [ 3 ] {c0dc733f-053f-4d6e-b3f8-2dc717466878} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6368 | 2024.02.09 21:21:38.021077 [ 3 ] {c0dc733f-053f-4d6e-b3f8-2dc717466878} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6369 | 2024.02.09 21:21:38.021349 [ 3 ] {c0dc733f-053f-4d6e-b3f8-2dc717466878} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
6370 | 2024.02.09 21:21:38.021520 [ 3 ] {c0dc733f-053f-4d6e-b3f8-2dc717466878} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0. | ||
6371 | 2024.02.09 21:21:38.021658 [ 3 ] {c0dc733f-053f-4d6e-b3f8-2dc717466878} <Information> executeQuery: Read 61 rows, 4.94 KiB in 0.001234863 sec., 49398 rows/sec., 3.91 MiB/sec. | ||
6372 | 2024.02.09 21:21:38.021827 [ 3 ] {c0dc733f-053f-4d6e-b3f8-2dc717466878} <Debug> DynamicQueryHandler: Done processing query | ||
6373 | 2024.02.09 21:21:38.021854 [ 3 ] {c0dc733f-053f-4d6e-b3f8-2dc717466878} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
6374 | 2024.02.09 21:21:38.021870 [ 3 ] {} <Debug> HTTP-Session: 4cf62453-716b-4873-abb6-84cd620578b2 Destroying unnamed session | ||
6375 | 2024.02.09 21:21:38.022037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 29084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6376 | 2024.02.09 21:21:38.022092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6377 | 2024.02.09 21:21:38.022114 [ 3 ] {} <Debug> HTTP-Session: 2571ecf6-e9c2-4fd1-a6ab-6ed4e6002a4b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6378 | 2024.02.09 21:21:38.022133 [ 3 ] {} <Debug> HTTP-Session: 2571ecf6-e9c2-4fd1-a6ab-6ed4e6002a4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6379 | 2024.02.09 21:21:38.022219 [ 3 ] {6675f50e-6dc5-460d-a588-b07c70a8218d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6380 | 2024.02.09 21:21:38.022263 [ 3 ] {6675f50e-6dc5-460d-a588-b07c70a8218d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6381 | 2024.02.09 21:21:38.022372 [ 3 ] {6675f50e-6dc5-460d-a588-b07c70a8218d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6382 | 2024.02.09 21:21:38.022797 [ 3 ] {6675f50e-6dc5-460d-a588-b07c70a8218d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6383 | 2024.02.09 21:21:38.023028 [ 3 ] {6675f50e-6dc5-460d-a588-b07c70a8218d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
6384 | 2024.02.09 21:21:38.023186 [ 3 ] {6675f50e-6dc5-460d-a588-b07c70a8218d} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0. | ||
6385 | 2024.02.09 21:21:38.023318 [ 3 ] {6675f50e-6dc5-460d-a588-b07c70a8218d} <Information> executeQuery: Read 183 rows, 17.91 KiB in 0.001064189 sec., 171961 rows/sec., 16.44 MiB/sec. | ||
6386 | 2024.02.09 21:21:38.023445 [ 3 ] {6675f50e-6dc5-460d-a588-b07c70a8218d} <Debug> DynamicQueryHandler: Done processing query | ||
6387 | 2024.02.09 21:21:38.023470 [ 3 ] {6675f50e-6dc5-460d-a588-b07c70a8218d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6388 | 2024.02.09 21:21:38.023485 [ 3 ] {} <Debug> HTTP-Session: 2571ecf6-e9c2-4fd1-a6ab-6ed4e6002a4b Destroying unnamed session | ||
6389 | 2024.02.09 21:21:38.023615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 10385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6390 | 2024.02.09 21:21:38.023661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6391 | 2024.02.09 21:21:38.023680 [ 3 ] {} <Debug> HTTP-Session: 3440a348-4e30-4704-bfa5-b83270340798 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6392 | 2024.02.09 21:21:38.023698 [ 3 ] {} <Debug> HTTP-Session: 3440a348-4e30-4704-bfa5-b83270340798 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6393 | 2024.02.09 21:21:38.023772 [ 3 ] {8d240711-77d2-42e3-b0c4-62f206fe5ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6394 | 2024.02.09 21:21:38.023812 [ 3 ] {8d240711-77d2-42e3-b0c4-62f206fe5ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6395 | 2024.02.09 21:21:38.023919 [ 3 ] {8d240711-77d2-42e3-b0c4-62f206fe5ebc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6396 | 2024.02.09 21:21:38.024239 [ 3 ] {8d240711-77d2-42e3-b0c4-62f206fe5ebc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6397 | 2024.02.09 21:21:38.024455 [ 3 ] {8d240711-77d2-42e3-b0c4-62f206fe5ebc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
6398 | 2024.02.09 21:21:38.024609 [ 3 ] {8d240711-77d2-42e3-b0c4-62f206fe5ebc} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0. | ||
6399 | 2024.02.09 21:21:38.024731 [ 3 ] {8d240711-77d2-42e3-b0c4-62f206fe5ebc} <Information> executeQuery: Read 61 rows, 4.88 KiB in 0.000920997 sec., 66232 rows/sec., 5.18 MiB/sec. | ||
6400 | 2024.02.09 21:21:38.024899 [ 3 ] {8d240711-77d2-42e3-b0c4-62f206fe5ebc} <Debug> DynamicQueryHandler: Done processing query | ||
6401 | 2024.02.09 21:21:38.024946 [ 3 ] {8d240711-77d2-42e3-b0c4-62f206fe5ebc} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
6402 | 2024.02.09 21:21:38.024981 [ 3 ] {} <Debug> HTTP-Session: 3440a348-4e30-4704-bfa5-b83270340798 Destroying unnamed session | ||
6403 | 2024.02.09 21:21:38.025235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 65249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6404 | 2024.02.09 21:21:38.025296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6405 | 2024.02.09 21:21:38.025317 [ 3 ] {} <Debug> HTTP-Session: c89b5cad-a2a4-464d-8eae-a248babeb9e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6406 | 2024.02.09 21:21:38.025336 [ 3 ] {} <Debug> HTTP-Session: c89b5cad-a2a4-464d-8eae-a248babeb9e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6407 | 2024.02.09 21:21:38.025438 [ 3 ] {826c6610-5a77-421b-acc9-eb33f23e0267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6408 | 2024.02.09 21:21:38.025488 [ 3 ] {826c6610-5a77-421b-acc9-eb33f23e0267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6409 | 2024.02.09 21:21:38.025644 [ 3 ] {826c6610-5a77-421b-acc9-eb33f23e0267} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6410 | 2024.02.09 21:21:38.026217 [ 3 ] {826c6610-5a77-421b-acc9-eb33f23e0267} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6411 | 2024.02.09 21:21:38.026571 [ 3 ] {826c6610-5a77-421b-acc9-eb33f23e0267} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
6412 | 2024.02.09 21:21:38.026762 [ 3 ] {826c6610-5a77-421b-acc9-eb33f23e0267} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0. | ||
6413 | 2024.02.09 21:21:38.026894 [ 3 ] {826c6610-5a77-421b-acc9-eb33f23e0267} <Information> executeQuery: Read 61 rows, 84.29 KiB in 0.001425446 sec., 42793 rows/sec., 57.75 MiB/sec. | ||
6414 | 2024.02.09 21:21:38.027025 [ 3 ] {826c6610-5a77-421b-acc9-eb33f23e0267} <Debug> DynamicQueryHandler: Done processing query | ||
6415 | 2024.02.09 21:21:38.027049 [ 3 ] {826c6610-5a77-421b-acc9-eb33f23e0267} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6416 | 2024.02.09 21:21:38.027064 [ 3 ] {} <Debug> HTTP-Session: c89b5cad-a2a4-464d-8eae-a248babeb9e0 Destroying unnamed session | ||
6417 | 2024.02.09 21:21:43.017337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6418 | 2024.02.09 21:21:43.017476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6419 | 2024.02.09 21:21:43.017502 [ 3 ] {} <Debug> HTTP-Session: 7ba2aac0-04bf-4d48-a958-1e74eee6b4fa Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6420 | 2024.02.09 21:21:43.017526 [ 3 ] {} <Debug> HTTP-Session: 7ba2aac0-04bf-4d48-a958-1e74eee6b4fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6421 | 2024.02.09 21:21:43.017652 [ 3 ] {d353f794-df56-4d78-9b55-d88d4cec8704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6422 | 2024.02.09 21:21:43.017714 [ 3 ] {d353f794-df56-4d78-9b55-d88d4cec8704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6423 | 2024.02.09 21:21:43.017875 [ 3 ] {d353f794-df56-4d78-9b55-d88d4cec8704} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6424 | 2024.02.09 21:21:43.018274 [ 3 ] {d353f794-df56-4d78-9b55-d88d4cec8704} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6425 | 2024.02.09 21:21:43.018545 [ 3 ] {d353f794-df56-4d78-9b55-d88d4cec8704} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
6426 | 2024.02.09 21:21:43.018728 [ 3 ] {d353f794-df56-4d78-9b55-d88d4cec8704} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0. | ||
6427 | 2024.02.09 21:21:43.018861 [ 3 ] {d353f794-df56-4d78-9b55-d88d4cec8704} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001171072 sec., 2561 rows/sec., 207.64 KiB/sec. | ||
6428 | 2024.02.09 21:21:43.019020 [ 3 ] {d353f794-df56-4d78-9b55-d88d4cec8704} <Debug> DynamicQueryHandler: Done processing query | ||
6429 | 2024.02.09 21:21:43.019046 [ 3 ] {d353f794-df56-4d78-9b55-d88d4cec8704} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6430 | 2024.02.09 21:21:43.019061 [ 3 ] {} <Debug> HTTP-Session: 7ba2aac0-04bf-4d48-a958-1e74eee6b4fa Destroying unnamed session | ||
6431 | 2024.02.09 21:21:43.019185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6432 | 2024.02.09 21:21:43.019233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6433 | 2024.02.09 21:21:43.019252 [ 3 ] {} <Debug> HTTP-Session: f8f819f2-1156-469e-acca-08304620bbc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6434 | 2024.02.09 21:21:43.019270 [ 3 ] {} <Debug> HTTP-Session: f8f819f2-1156-469e-acca-08304620bbc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6435 | 2024.02.09 21:21:43.019340 [ 3 ] {7b7e840d-59d7-473b-ae6f-18aac4a75ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6436 | 2024.02.09 21:21:43.019380 [ 3 ] {7b7e840d-59d7-473b-ae6f-18aac4a75ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6437 | 2024.02.09 21:21:43.019489 [ 3 ] {7b7e840d-59d7-473b-ae6f-18aac4a75ccf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6438 | 2024.02.09 21:21:43.019751 [ 3 ] {7b7e840d-59d7-473b-ae6f-18aac4a75ccf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6439 | 2024.02.09 21:21:43.019958 [ 3 ] {7b7e840d-59d7-473b-ae6f-18aac4a75ccf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6440 | 2024.02.09 21:21:43.020116 [ 3 ] {7b7e840d-59d7-473b-ae6f-18aac4a75ccf} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0. | ||
6441 | 2024.02.09 21:21:43.020236 [ 3 ] {7b7e840d-59d7-473b-ae6f-18aac4a75ccf} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000867626 sec., 2305 rows/sec., 196.97 KiB/sec. | ||
6442 | 2024.02.09 21:21:43.020353 [ 3 ] {7b7e840d-59d7-473b-ae6f-18aac4a75ccf} <Debug> DynamicQueryHandler: Done processing query | ||
6443 | 2024.02.09 21:21:43.020377 [ 3 ] {7b7e840d-59d7-473b-ae6f-18aac4a75ccf} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6444 | 2024.02.09 21:21:43.020393 [ 3 ] {} <Debug> HTTP-Session: f8f819f2-1156-469e-acca-08304620bbc3 Destroying unnamed session | ||
6445 | 2024.02.09 21:21:43.020542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6446 | 2024.02.09 21:21:43.020589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6447 | 2024.02.09 21:21:43.020609 [ 3 ] {} <Debug> HTTP-Session: 317c5822-e599-4e86-adc3-a4f5429e5f53 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6448 | 2024.02.09 21:21:43.020625 [ 3 ] {} <Debug> HTTP-Session: 317c5822-e599-4e86-adc3-a4f5429e5f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6449 | 2024.02.09 21:21:43.020695 [ 3 ] {6994984c-e656-4fb4-8f68-4bc7e120b186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6450 | 2024.02.09 21:21:43.020736 [ 3 ] {6994984c-e656-4fb4-8f68-4bc7e120b186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6451 | 2024.02.09 21:21:43.020843 [ 3 ] {6994984c-e656-4fb4-8f68-4bc7e120b186} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6452 | 2024.02.09 21:21:43.021112 [ 3 ] {6994984c-e656-4fb4-8f68-4bc7e120b186} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6453 | 2024.02.09 21:21:43.021323 [ 3 ] {6994984c-e656-4fb4-8f68-4bc7e120b186} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
6454 | 2024.02.09 21:21:43.021484 [ 3 ] {6994984c-e656-4fb4-8f68-4bc7e120b186} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0. | ||
6455 | 2024.02.09 21:21:43.021604 [ 3 ] {6994984c-e656-4fb4-8f68-4bc7e120b186} <Information> executeQuery: Read 10 rows, 936.00 B in 0.000872106 sec., 11466 rows/sec., 1.02 MiB/sec. | ||
6456 | 2024.02.09 21:21:43.021602 [ 77 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
6457 | 2024.02.09 21:21:43.021714 [ 77 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6458 | 2024.02.09 21:21:43.021776 [ 3 ] {6994984c-e656-4fb4-8f68-4bc7e120b186} <Debug> DynamicQueryHandler: Done processing query | ||
6459 | 2024.02.09 21:21:43.021815 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact | ||
6460 | 2024.02.09 21:21:43.021821 [ 3 ] {6994984c-e656-4fb4-8f68-4bc7e120b186} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
6461 | 2024.02.09 21:21:43.021890 [ 3 ] {} <Debug> HTTP-Session: 317c5822-e599-4e86-adc3-a4f5429e5f53 Destroying unnamed session | ||
6462 | 2024.02.09 21:21:43.021963 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6463 | 2024.02.09 21:21:43.022004 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 220 rows starting from the beginning of the part | ||
6464 | 2024.02.09 21:21:43.022076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6465 | 2024.02.09 21:21:43.022168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6466 | 2024.02.09 21:21:43.022219 [ 3 ] {} <Debug> HTTP-Session: a4ec2752-bd59-4023-a2d6-d3f2212f4f47 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6467 | 2024.02.09 21:21:43.022238 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 45 rows starting from the beginning of the part | ||
6468 | 2024.02.09 21:21:43.022247 [ 3 ] {} <Debug> HTTP-Session: a4ec2752-bd59-4023-a2d6-d3f2212f4f47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6469 | 2024.02.09 21:21:43.022477 [ 3 ] {ed542d05-d9f6-42f1-9d57-f630d03bc6f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6470 | 2024.02.09 21:21:43.022490 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 184 rows starting from the beginning of the part | ||
6471 | 2024.02.09 21:21:43.022570 [ 3 ] {ed542d05-d9f6-42f1-9d57-f630d03bc6f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6472 | 2024.02.09 21:21:43.022766 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 9 rows starting from the beginning of the part | ||
6473 | 2024.02.09 21:21:43.023012 [ 3 ] {ed542d05-d9f6-42f1-9d57-f630d03bc6f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6474 | 2024.02.09 21:21:43.023042 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 183 rows starting from the beginning of the part | ||
6475 | 2024.02.09 21:21:43.023218 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 10 rows starting from the beginning of the part | ||
6476 | 2024.02.09 21:21:43.023759 [ 3 ] {ed542d05-d9f6-42f1-9d57-f630d03bc6f7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6477 | 2024.02.09 21:21:43.024157 [ 3 ] {ed542d05-d9f6-42f1-9d57-f630d03bc6f7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6478 | 2024.02.09 21:21:43.024459 [ 3 ] {ed542d05-d9f6-42f1-9d57-f630d03bc6f7} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0. | ||
6479 | 2024.02.09 21:21:43.024707 [ 3 ] {ed542d05-d9f6-42f1-9d57-f630d03bc6f7} <Information> executeQuery: Read 2 rows, 143.00 B in 0.00215279 sec., 929 rows/sec., 64.87 KiB/sec. | ||
6480 | 2024.02.09 21:21:43.025137 [ 3 ] {ed542d05-d9f6-42f1-9d57-f630d03bc6f7} <Debug> DynamicQueryHandler: Done processing query | ||
6481 | 2024.02.09 21:21:43.025186 [ 3 ] {ed542d05-d9f6-42f1-9d57-f630d03bc6f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6482 | 2024.02.09 21:21:43.025196 [ 15 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 651 rows, containing 4 columns (4 merged, 0 gathered) in 0.003429943 sec., 189799.0724627202 rows/sec., 17.64 MiB/sec. | ||
6483 | 2024.02.09 21:21:43.025210 [ 3 ] {} <Debug> HTTP-Session: a4ec2752-bd59-4023-a2d6-d3f2212f4f47 Destroying unnamed session | ||
6484 | 2024.02.09 21:21:43.025328 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
6485 | 2024.02.09 21:21:43.025403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6486 | 2024.02.09 21:21:43.025480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6487 | 2024.02.09 21:21:43.025506 [ 3 ] {} <Debug> HTTP-Session: d6543815-889a-4a1d-81a7-9637db1415a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6488 | 2024.02.09 21:21:43.025538 [ 3 ] {} <Debug> HTTP-Session: d6543815-889a-4a1d-81a7-9637db1415a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6489 | 2024.02.09 21:21:43.025571 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_66_13} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13. | ||
6490 | 2024.02.09 21:21:43.025674 [ 3 ] {49682b74-4954-4551-b921-82218283ff40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6491 | 2024.02.09 21:21:43.025685 [ 17 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_66_13} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_61_12 to all_66_66_0 | ||
6492 | 2024.02.09 21:21:43.025738 [ 3 ] {49682b74-4954-4551-b921-82218283ff40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6493 | 2024.02.09 21:21:43.025924 [ 3 ] {49682b74-4954-4551-b921-82218283ff40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6494 | 2024.02.09 21:21:43.026201 [ 3 ] {49682b74-4954-4551-b921-82218283ff40} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6495 | 2024.02.09 21:21:43.026414 [ 3 ] {49682b74-4954-4551-b921-82218283ff40} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
6496 | 2024.02.09 21:21:43.026579 [ 3 ] {49682b74-4954-4551-b921-82218283ff40} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0. | ||
6497 | 2024.02.09 21:21:43.026683 [ 3 ] {49682b74-4954-4551-b921-82218283ff40} <Information> executeQuery: Read 5 rows, 413.00 B in 0.000960607 sec., 5205 rows/sec., 419.86 KiB/sec. | ||
6498 | 2024.02.09 21:21:43.026699 [ 64 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
6499 | 2024.02.09 21:21:43.026812 [ 64 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6500 | 2024.02.09 21:21:43.026838 [ 3 ] {49682b74-4954-4551-b921-82218283ff40} <Debug> DynamicQueryHandler: Done processing query | ||
6501 | 2024.02.09 21:21:43.026875 [ 3 ] {49682b74-4954-4551-b921-82218283ff40} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
6502 | 2024.02.09 21:21:43.026881 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact | ||
6503 | 2024.02.09 21:21:43.026898 [ 3 ] {} <Debug> HTTP-Session: d6543815-889a-4a1d-81a7-9637db1415a8 Destroying unnamed session | ||
6504 | 2024.02.09 21:21:43.027001 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6505 | 2024.02.09 21:21:43.027058 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 113 rows starting from the beginning of the part | ||
6506 | 2024.02.09 21:21:43.027066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6507 | 2024.02.09 21:21:43.027154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6508 | 2024.02.09 21:21:43.027194 [ 3 ] {} <Debug> HTTP-Session: a37ab758-09f2-4262-96bd-05aa4873c809 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6509 | 2024.02.09 21:21:43.027242 [ 3 ] {} <Debug> HTTP-Session: a37ab758-09f2-4262-96bd-05aa4873c809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6510 | 2024.02.09 21:21:43.027300 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 27 rows starting from the beginning of the part | ||
6511 | 2024.02.09 21:21:43.027429 [ 3 ] {6f9ed48f-4e76-46bc-808d-94dd4274adc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6512 | 2024.02.09 21:21:43.027539 [ 3 ] {6f9ed48f-4e76-46bc-808d-94dd4274adc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6513 | 2024.02.09 21:21:43.027575 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 63 rows starting from the beginning of the part | ||
6514 | 2024.02.09 21:21:43.027931 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 3 rows starting from the beginning of the part | ||
6515 | 2024.02.09 21:21:43.028050 [ 3 ] {6f9ed48f-4e76-46bc-808d-94dd4274adc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6516 | 2024.02.09 21:21:43.028208 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 61 rows starting from the beginning of the part | ||
6517 | 2024.02.09 21:21:43.028430 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 5 rows starting from the beginning of the part | ||
6518 | 2024.02.09 21:21:43.028894 [ 3 ] {6f9ed48f-4e76-46bc-808d-94dd4274adc2} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6519 | 2024.02.09 21:21:43.029374 [ 3 ] {6f9ed48f-4e76-46bc-808d-94dd4274adc2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6520 | 2024.02.09 21:21:43.029722 [ 3 ] {6f9ed48f-4e76-46bc-808d-94dd4274adc2} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0. | ||
6521 | 2024.02.09 21:21:43.030023 [ 3 ] {6f9ed48f-4e76-46bc-808d-94dd4274adc2} <Information> executeQuery: Read 1 rows, 72.00 B in 0.002546077 sec., 392 rows/sec., 27.62 KiB/sec. | ||
6522 | 2024.02.09 21:21:43.030030 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 4 columns (4 merged, 0 gathered) in 0.003179069 sec., 85559.6402594596 rows/sec., 6.68 MiB/sec. | ||
6523 | 2024.02.09 21:21:43.030207 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
6524 | 2024.02.09 21:21:43.030250 [ 3 ] {6f9ed48f-4e76-46bc-808d-94dd4274adc2} <Debug> DynamicQueryHandler: Done processing query | ||
6525 | 2024.02.09 21:21:43.030290 [ 3 ] {6f9ed48f-4e76-46bc-808d-94dd4274adc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6526 | 2024.02.09 21:21:43.030322 [ 3 ] {} <Debug> HTTP-Session: a37ab758-09f2-4262-96bd-05aa4873c809 Destroying unnamed session | ||
6527 | 2024.02.09 21:21:43.030428 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_66_13} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13. | ||
6528 | 2024.02.09 21:21:43.030481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6529 | 2024.02.09 21:21:43.030521 [ 20 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_66_13} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_61_12 to all_66_66_0 | ||
6530 | 2024.02.09 21:21:43.030546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6531 | 2024.02.09 21:21:43.030580 [ 3 ] {} <Debug> HTTP-Session: c394722e-a96a-4e0d-b232-2cdfc48cef22 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6532 | 2024.02.09 21:21:43.030619 [ 3 ] {} <Debug> HTTP-Session: c394722e-a96a-4e0d-b232-2cdfc48cef22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6533 | 2024.02.09 21:21:43.030701 [ 3 ] {5da90288-0ac4-4b21-9461-234c71dc39bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6534 | 2024.02.09 21:21:43.030747 [ 3 ] {5da90288-0ac4-4b21-9461-234c71dc39bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6535 | 2024.02.09 21:21:43.030898 [ 3 ] {5da90288-0ac4-4b21-9461-234c71dc39bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6536 | 2024.02.09 21:21:43.031209 [ 3 ] {5da90288-0ac4-4b21-9461-234c71dc39bf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6537 | 2024.02.09 21:21:43.031501 [ 3 ] {5da90288-0ac4-4b21-9461-234c71dc39bf} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
6538 | 2024.02.09 21:21:43.031684 [ 3 ] {5da90288-0ac4-4b21-9461-234c71dc39bf} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0. | ||
6539 | 2024.02.09 21:21:43.031819 [ 3 ] {5da90288-0ac4-4b21-9461-234c71dc39bf} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.00108748 sec., 2758 rows/sec., 3.72 MiB/sec. | ||
6540 | 2024.02.09 21:21:43.031954 [ 3 ] {5da90288-0ac4-4b21-9461-234c71dc39bf} <Debug> DynamicQueryHandler: Done processing query | ||
6541 | 2024.02.09 21:21:43.031981 [ 3 ] {5da90288-0ac4-4b21-9461-234c71dc39bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
6542 | 2024.02.09 21:21:43.031997 [ 3 ] {} <Debug> HTTP-Session: c394722e-a96a-4e0d-b232-2cdfc48cef22 Destroying unnamed session | ||
6543 | 2024.02.09 21:21:48.019850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 8941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6544 | 2024.02.09 21:21:48.019978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6545 | 2024.02.09 21:21:48.020009 [ 3 ] {} <Debug> HTTP-Session: 8adf69f3-168e-4365-8eb3-3ee2df0bf7cb Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6546 | 2024.02.09 21:21:48.020038 [ 3 ] {} <Debug> HTTP-Session: 8adf69f3-168e-4365-8eb3-3ee2df0bf7cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6547 | 2024.02.09 21:21:48.020181 [ 3 ] {67f531d6-69bb-4ae5-937e-22500b2ab15f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6548 | 2024.02.09 21:21:48.020248 [ 3 ] {67f531d6-69bb-4ae5-937e-22500b2ab15f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6549 | 2024.02.09 21:21:48.020420 [ 3 ] {67f531d6-69bb-4ae5-937e-22500b2ab15f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6550 | 2024.02.09 21:21:48.020955 [ 3 ] {67f531d6-69bb-4ae5-937e-22500b2ab15f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6551 | 2024.02.09 21:21:48.021222 [ 3 ] {67f531d6-69bb-4ae5-937e-22500b2ab15f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
6552 | 2024.02.09 21:21:48.021389 [ 3 ] {67f531d6-69bb-4ae5-937e-22500b2ab15f} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0. | ||
6553 | 2024.02.09 21:21:48.021526 [ 69 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
6554 | 2024.02.09 21:21:48.021533 [ 3 ] {67f531d6-69bb-4ae5-937e-22500b2ab15f} <Information> executeQuery: Read 62 rows, 5.03 KiB in 0.001307573 sec., 47416 rows/sec., 3.75 MiB/sec. | ||
6555 | 2024.02.09 21:21:48.021613 [ 69 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6556 | 2024.02.09 21:21:48.021799 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact | ||
6557 | 2024.02.09 21:21:48.021853 [ 3 ] {67f531d6-69bb-4ae5-937e-22500b2ab15f} <Debug> DynamicQueryHandler: Done processing query | ||
6558 | 2024.02.09 21:21:48.021888 [ 3 ] {67f531d6-69bb-4ae5-937e-22500b2ab15f} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
6559 | 2024.02.09 21:21:48.021973 [ 3 ] {} <Debug> HTTP-Session: 8adf69f3-168e-4365-8eb3-3ee2df0bf7cb Destroying unnamed session | ||
6560 | 2024.02.09 21:21:48.022075 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6561 | 2024.02.09 21:21:48.022146 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 60 rows starting from the beginning of the part | ||
6562 | 2024.02.09 21:21:48.022156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6563 | 2024.02.09 21:21:48.022218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6564 | 2024.02.09 21:21:48.022243 [ 3 ] {} <Debug> HTTP-Session: 872c58b2-6462-4a90-addd-3c0215ecfa53 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6565 | 2024.02.09 21:21:48.022278 [ 3 ] {} <Debug> HTTP-Session: 872c58b2-6462-4a90-addd-3c0215ecfa53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6566 | 2024.02.09 21:21:48.022304 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 61 rows starting from the beginning of the part | ||
6567 | 2024.02.09 21:21:48.022398 [ 3 ] {8b961f97-30bc-473c-b107-4a52bb71026d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6568 | 2024.02.09 21:21:48.022425 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 3 rows starting from the beginning of the part | ||
6569 | 2024.02.09 21:21:48.022464 [ 3 ] {8b961f97-30bc-473c-b107-4a52bb71026d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6570 | 2024.02.09 21:21:48.022565 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 61 rows starting from the beginning of the part | ||
6571 | 2024.02.09 21:21:48.022719 [ 3 ] {8b961f97-30bc-473c-b107-4a52bb71026d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6572 | 2024.02.09 21:21:48.022728 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 3 rows starting from the beginning of the part | ||
6573 | 2024.02.09 21:21:48.022851 [ 15 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 62 rows starting from the beginning of the part | ||
6574 | 2024.02.09 21:21:48.023196 [ 3 ] {8b961f97-30bc-473c-b107-4a52bb71026d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6575 | 2024.02.09 21:21:48.023468 [ 3 ] {8b961f97-30bc-473c-b107-4a52bb71026d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6576 | 2024.02.09 21:21:48.023707 [ 3 ] {8b961f97-30bc-473c-b107-4a52bb71026d} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0. | ||
6577 | 2024.02.09 21:21:48.023741 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 250 rows, containing 4 columns (4 merged, 0 gathered) in 0.002063738 sec., 121139.40820007192 rows/sec., 9.59 MiB/sec. | ||
6578 | 2024.02.09 21:21:48.023873 [ 3 ] {8b961f97-30bc-473c-b107-4a52bb71026d} <Information> executeQuery: Read 2 rows, 175.00 B in 0.001430066 sec., 1398 rows/sec., 119.50 KiB/sec. | ||
6579 | 2024.02.09 21:21:48.023974 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
6580 | 2024.02.09 21:21:48.024083 [ 3 ] {8b961f97-30bc-473c-b107-4a52bb71026d} <Debug> DynamicQueryHandler: Done processing query | ||
6581 | 2024.02.09 21:21:48.024114 [ 3 ] {8b961f97-30bc-473c-b107-4a52bb71026d} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6582 | 2024.02.09 21:21:48.024148 [ 3 ] {} <Debug> HTTP-Session: 872c58b2-6462-4a90-addd-3c0215ecfa53 Destroying unnamed session | ||
6583 | 2024.02.09 21:21:48.024268 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_66_13} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13. | ||
6584 | 2024.02.09 21:21:48.024345 [ 16 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_66_13} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_61_12 to all_66_66_0 | ||
6585 | 2024.02.09 21:21:48.024361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 29681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6586 | 2024.02.09 21:21:48.024455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6587 | 2024.02.09 21:21:48.024484 [ 3 ] {} <Debug> HTTP-Session: fedb5669-ba0d-4d1c-b81b-5553061cf0c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6588 | 2024.02.09 21:21:48.024502 [ 3 ] {} <Debug> HTTP-Session: fedb5669-ba0d-4d1c-b81b-5553061cf0c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6589 | 2024.02.09 21:21:48.024584 [ 3 ] {9228ae17-5edc-46e1-bfab-2a2fa0b1b92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6590 | 2024.02.09 21:21:48.024624 [ 3 ] {9228ae17-5edc-46e1-bfab-2a2fa0b1b92e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6591 | 2024.02.09 21:21:48.024742 [ 3 ] {9228ae17-5edc-46e1-bfab-2a2fa0b1b92e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6592 | 2024.02.09 21:21:48.025153 [ 3 ] {9228ae17-5edc-46e1-bfab-2a2fa0b1b92e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6593 | 2024.02.09 21:21:48.025381 [ 3 ] {9228ae17-5edc-46e1-bfab-2a2fa0b1b92e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
6594 | 2024.02.09 21:21:48.025532 [ 3 ] {9228ae17-5edc-46e1-bfab-2a2fa0b1b92e} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0. | ||
6595 | 2024.02.09 21:21:48.025654 [ 3 ] {9228ae17-5edc-46e1-bfab-2a2fa0b1b92e} <Information> executeQuery: Read 187 rows, 18.27 KiB in 0.001040679 sec., 179690 rows/sec., 17.14 MiB/sec. | ||
6596 | 2024.02.09 21:21:48.025780 [ 3 ] {9228ae17-5edc-46e1-bfab-2a2fa0b1b92e} <Debug> DynamicQueryHandler: Done processing query | ||
6597 | 2024.02.09 21:21:48.025805 [ 3 ] {9228ae17-5edc-46e1-bfab-2a2fa0b1b92e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6598 | 2024.02.09 21:21:48.025821 [ 3 ] {} <Debug> HTTP-Session: fedb5669-ba0d-4d1c-b81b-5553061cf0c2 Destroying unnamed session | ||
6599 | 2024.02.09 21:21:48.025926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6600 | 2024.02.09 21:21:48.025974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6601 | 2024.02.09 21:21:48.025992 [ 3 ] {} <Debug> HTTP-Session: 28277266-c854-488d-8bd2-a603ea4949f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6602 | 2024.02.09 21:21:48.026009 [ 3 ] {} <Debug> HTTP-Session: 28277266-c854-488d-8bd2-a603ea4949f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6603 | 2024.02.09 21:21:48.026079 [ 3 ] {c54ffa23-4cb1-40d1-8434-05a9e9a86733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6604 | 2024.02.09 21:21:48.026121 [ 3 ] {c54ffa23-4cb1-40d1-8434-05a9e9a86733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6605 | 2024.02.09 21:21:48.026228 [ 3 ] {c54ffa23-4cb1-40d1-8434-05a9e9a86733} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6606 | 2024.02.09 21:21:48.026494 [ 3 ] {c54ffa23-4cb1-40d1-8434-05a9e9a86733} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6607 | 2024.02.09 21:21:48.026701 [ 3 ] {c54ffa23-4cb1-40d1-8434-05a9e9a86733} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6608 | 2024.02.09 21:21:48.026853 [ 3 ] {c54ffa23-4cb1-40d1-8434-05a9e9a86733} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0. | ||
6609 | 2024.02.09 21:21:48.026973 [ 3 ] {c54ffa23-4cb1-40d1-8434-05a9e9a86733} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000863466 sec., 2316 rows/sec., 161.73 KiB/sec. | ||
6610 | 2024.02.09 21:21:48.027088 [ 3 ] {c54ffa23-4cb1-40d1-8434-05a9e9a86733} <Debug> DynamicQueryHandler: Done processing query | ||
6611 | 2024.02.09 21:21:48.027118 [ 3 ] {c54ffa23-4cb1-40d1-8434-05a9e9a86733} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6612 | 2024.02.09 21:21:48.027134 [ 3 ] {} <Debug> HTTP-Session: 28277266-c854-488d-8bd2-a603ea4949f6 Destroying unnamed session | ||
6613 | 2024.02.09 21:21:48.027250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 10897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6614 | 2024.02.09 21:21:48.027296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6615 | 2024.02.09 21:21:48.027315 [ 3 ] {} <Debug> HTTP-Session: 87a48dcf-8c42-4bf8-83f0-3a4b8d984d44 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6616 | 2024.02.09 21:21:48.027333 [ 3 ] {} <Debug> HTTP-Session: 87a48dcf-8c42-4bf8-83f0-3a4b8d984d44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6617 | 2024.02.09 21:21:48.027408 [ 3 ] {3d4d4e23-e9ef-4f23-8add-761de98cf593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6618 | 2024.02.09 21:21:48.027447 [ 3 ] {3d4d4e23-e9ef-4f23-8add-761de98cf593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6619 | 2024.02.09 21:21:48.027552 [ 3 ] {3d4d4e23-e9ef-4f23-8add-761de98cf593} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6620 | 2024.02.09 21:21:48.027864 [ 3 ] {3d4d4e23-e9ef-4f23-8add-761de98cf593} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6621 | 2024.02.09 21:21:48.028072 [ 3 ] {3d4d4e23-e9ef-4f23-8add-761de98cf593} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
6622 | 2024.02.09 21:21:48.028223 [ 3 ] {3d4d4e23-e9ef-4f23-8add-761de98cf593} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0. | ||
6623 | 2024.02.09 21:21:48.028344 [ 3 ] {3d4d4e23-e9ef-4f23-8add-761de98cf593} <Information> executeQuery: Read 64 rows, 5.13 KiB in 0.000907287 sec., 70539 rows/sec., 5.52 MiB/sec. | ||
6624 | 2024.02.09 21:21:48.028496 [ 3 ] {3d4d4e23-e9ef-4f23-8add-761de98cf593} <Debug> DynamicQueryHandler: Done processing query | ||
6625 | 2024.02.09 21:21:48.028530 [ 3 ] {3d4d4e23-e9ef-4f23-8add-761de98cf593} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
6626 | 2024.02.09 21:21:48.028547 [ 3 ] {} <Debug> HTTP-Session: 87a48dcf-8c42-4bf8-83f0-3a4b8d984d44 Destroying unnamed session | ||
6627 | 2024.02.09 21:21:48.028641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6628 | 2024.02.09 21:21:48.028686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6629 | 2024.02.09 21:21:48.028705 [ 3 ] {} <Debug> HTTP-Session: ba3b4737-fe5d-4f26-98b5-a4514b7104ad Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6630 | 2024.02.09 21:21:48.028722 [ 3 ] {} <Debug> HTTP-Session: ba3b4737-fe5d-4f26-98b5-a4514b7104ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6631 | 2024.02.09 21:21:48.028793 [ 3 ] {cbd088f8-f200-46c3-bf1a-7c0de0912aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6632 | 2024.02.09 21:21:48.028837 [ 3 ] {cbd088f8-f200-46c3-bf1a-7c0de0912aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6633 | 2024.02.09 21:21:48.028965 [ 3 ] {cbd088f8-f200-46c3-bf1a-7c0de0912aa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6634 | 2024.02.09 21:21:48.029235 [ 3 ] {cbd088f8-f200-46c3-bf1a-7c0de0912aa6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6635 | 2024.02.09 21:21:48.029497 [ 3 ] {cbd088f8-f200-46c3-bf1a-7c0de0912aa6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6636 | 2024.02.09 21:21:48.029680 [ 3 ] {cbd088f8-f200-46c3-bf1a-7c0de0912aa6} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0. | ||
6637 | 2024.02.09 21:21:48.029802 [ 3 ] {cbd088f8-f200-46c3-bf1a-7c0de0912aa6} <Information> executeQuery: Read 1 rows, 72.00 B in 0.000980147 sec., 1020 rows/sec., 71.74 KiB/sec. | ||
6638 | 2024.02.09 21:21:48.029946 [ 3 ] {cbd088f8-f200-46c3-bf1a-7c0de0912aa6} <Debug> DynamicQueryHandler: Done processing query | ||
6639 | 2024.02.09 21:21:48.029970 [ 3 ] {cbd088f8-f200-46c3-bf1a-7c0de0912aa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6640 | 2024.02.09 21:21:48.029986 [ 3 ] {} <Debug> HTTP-Session: ba3b4737-fe5d-4f26-98b5-a4514b7104ad Destroying unnamed session | ||
6641 | 2024.02.09 21:21:48.030153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 66317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6642 | 2024.02.09 21:21:48.030198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6643 | 2024.02.09 21:21:48.030218 [ 3 ] {} <Debug> HTTP-Session: f32f4bbc-1e35-47b3-87c7-2c8de64dd5a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6644 | 2024.02.09 21:21:48.030234 [ 3 ] {} <Debug> HTTP-Session: f32f4bbc-1e35-47b3-87c7-2c8de64dd5a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6645 | 2024.02.09 21:21:48.030326 [ 3 ] {f07e6203-b2db-4b55-8c21-91c09a5e5453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6646 | 2024.02.09 21:21:48.030371 [ 3 ] {f07e6203-b2db-4b55-8c21-91c09a5e5453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6647 | 2024.02.09 21:21:48.030506 [ 3 ] {f07e6203-b2db-4b55-8c21-91c09a5e5453} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6648 | 2024.02.09 21:21:48.031049 [ 3 ] {f07e6203-b2db-4b55-8c21-91c09a5e5453} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6649 | 2024.02.09 21:21:48.031380 [ 3 ] {f07e6203-b2db-4b55-8c21-91c09a5e5453} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
6650 | 2024.02.09 21:21:48.031565 [ 3 ] {f07e6203-b2db-4b55-8c21-91c09a5e5453} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0. | ||
6651 | 2024.02.09 21:21:48.031689 [ 69 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
6652 | 2024.02.09 21:21:48.031701 [ 3 ] {f07e6203-b2db-4b55-8c21-91c09a5e5453} <Information> executeQuery: Read 62 rows, 85.67 KiB in 0.001339014 sec., 46302 rows/sec., 62.48 MiB/sec. | ||
6653 | 2024.02.09 21:21:48.031746 [ 69 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6654 | 2024.02.09 21:21:48.031942 [ 20 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact | ||
6655 | 2024.02.09 21:21:48.032009 [ 3 ] {f07e6203-b2db-4b55-8c21-91c09a5e5453} <Debug> DynamicQueryHandler: Done processing query | ||
6656 | 2024.02.09 21:21:48.032081 [ 3 ] {f07e6203-b2db-4b55-8c21-91c09a5e5453} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
6657 | 2024.02.09 21:21:48.032183 [ 3 ] {} <Debug> HTTP-Session: f32f4bbc-1e35-47b3-87c7-2c8de64dd5a0 Destroying unnamed session | ||
6658 | 2024.02.09 21:21:48.032322 [ 20 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6659 | 2024.02.09 21:21:48.032365 [ 20 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1590 rows starting from the beginning of the part | ||
6660 | 2024.02.09 21:21:48.032490 [ 20 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 61 rows starting from the beginning of the part | ||
6661 | 2024.02.09 21:21:48.032588 [ 20 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 3 rows starting from the beginning of the part | ||
6662 | 2024.02.09 21:21:48.032676 [ 20 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 61 rows starting from the beginning of the part | ||
6663 | 2024.02.09 21:21:48.032765 [ 20 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 3 rows starting from the beginning of the part | ||
6664 | 2024.02.09 21:21:48.032852 [ 20 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 62 rows starting from the beginning of the part | ||
6665 | 2024.02.09 21:21:48.038609 [ 16 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1780 rows, containing 6 columns (6 merged, 0 gathered) in 0.006799074 sec., 261800.35693095854 rows/sec., 353.29 MiB/sec. | ||
6666 | 2024.02.09 21:21:48.039324 [ 16 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
6667 | 2024.02.09 21:21:48.039527 [ 16 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13. | ||
6668 | 2024.02.09 21:21:48.039587 [ 16 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_61_12 to all_66_66_0 | ||
6669 | 2024.02.09 21:21:48.039648 [ 16 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_66_13: 13.14 MiB. | ||
6670 | 2024.02.09 21:21:51.769291 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6671 | 2024.02.09 21:21:51.769362 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6672 | 2024.02.09 21:21:53.019064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6673 | 2024.02.09 21:21:53.019220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6674 | 2024.02.09 21:21:53.019262 [ 3 ] {} <Debug> HTTP-Session: 790f3a16-5600-4a98-9539-00193b3246e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6675 | 2024.02.09 21:21:53.019301 [ 3 ] {} <Debug> HTTP-Session: 790f3a16-5600-4a98-9539-00193b3246e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6676 | 2024.02.09 21:21:53.019482 [ 3 ] {df8e06cc-2415-420f-93a2-e0345d50c025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6677 | 2024.02.09 21:21:53.019548 [ 3 ] {df8e06cc-2415-420f-93a2-e0345d50c025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6678 | 2024.02.09 21:21:53.019703 [ 3 ] {df8e06cc-2415-420f-93a2-e0345d50c025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6679 | 2024.02.09 21:21:53.020227 [ 3 ] {df8e06cc-2415-420f-93a2-e0345d50c025} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6680 | 2024.02.09 21:21:53.020497 [ 3 ] {df8e06cc-2415-420f-93a2-e0345d50c025} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
6681 | 2024.02.09 21:21:53.020668 [ 3 ] {df8e06cc-2415-420f-93a2-e0345d50c025} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0. | ||
6682 | 2024.02.09 21:21:53.020787 [ 3 ] {df8e06cc-2415-420f-93a2-e0345d50c025} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001262823 sec., 2375 rows/sec., 192.56 KiB/sec. | ||
6683 | 2024.02.09 21:21:53.020933 [ 3 ] {df8e06cc-2415-420f-93a2-e0345d50c025} <Debug> DynamicQueryHandler: Done processing query | ||
6684 | 2024.02.09 21:21:53.020956 [ 3 ] {df8e06cc-2415-420f-93a2-e0345d50c025} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6685 | 2024.02.09 21:21:53.020972 [ 3 ] {} <Debug> HTTP-Session: 790f3a16-5600-4a98-9539-00193b3246e0 Destroying unnamed session | ||
6686 | 2024.02.09 21:21:53.021095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6687 | 2024.02.09 21:21:53.021142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6688 | 2024.02.09 21:21:53.021163 [ 3 ] {} <Debug> HTTP-Session: e236e9c1-76da-4209-af80-823bf9bd9d1d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6689 | 2024.02.09 21:21:53.021179 [ 3 ] {} <Debug> HTTP-Session: e236e9c1-76da-4209-af80-823bf9bd9d1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6690 | 2024.02.09 21:21:53.021250 [ 3 ] {38c2fc12-d1ef-47bb-8f42-a1a64a843ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6691 | 2024.02.09 21:21:53.021289 [ 3 ] {38c2fc12-d1ef-47bb-8f42-a1a64a843ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6692 | 2024.02.09 21:21:53.021396 [ 3 ] {38c2fc12-d1ef-47bb-8f42-a1a64a843ce0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6693 | 2024.02.09 21:21:53.021713 [ 3 ] {38c2fc12-d1ef-47bb-8f42-a1a64a843ce0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6694 | 2024.02.09 21:21:53.021922 [ 3 ] {38c2fc12-d1ef-47bb-8f42-a1a64a843ce0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6695 | 2024.02.09 21:21:53.022078 [ 3 ] {38c2fc12-d1ef-47bb-8f42-a1a64a843ce0} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0. | ||
6696 | 2024.02.09 21:21:53.022196 [ 3 ] {38c2fc12-d1ef-47bb-8f42-a1a64a843ce0} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000911337 sec., 2194 rows/sec., 187.52 KiB/sec. | ||
6697 | 2024.02.09 21:21:53.022319 [ 3 ] {38c2fc12-d1ef-47bb-8f42-a1a64a843ce0} <Debug> DynamicQueryHandler: Done processing query | ||
6698 | 2024.02.09 21:21:53.022343 [ 3 ] {38c2fc12-d1ef-47bb-8f42-a1a64a843ce0} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6699 | 2024.02.09 21:21:53.022359 [ 3 ] {} <Debug> HTTP-Session: e236e9c1-76da-4209-af80-823bf9bd9d1d Destroying unnamed session | ||
6700 | 2024.02.09 21:21:53.022486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6701 | 2024.02.09 21:21:53.022533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6702 | 2024.02.09 21:21:53.022552 [ 3 ] {} <Debug> HTTP-Session: 2bb9eb3d-7751-4fdd-baf0-89800483639a Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6703 | 2024.02.09 21:21:53.022569 [ 3 ] {} <Debug> HTTP-Session: 2bb9eb3d-7751-4fdd-baf0-89800483639a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6704 | 2024.02.09 21:21:53.022640 [ 3 ] {d476efda-9ed3-4513-861d-a9d9268190e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6705 | 2024.02.09 21:21:53.022678 [ 3 ] {d476efda-9ed3-4513-861d-a9d9268190e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6706 | 2024.02.09 21:21:53.022783 [ 3 ] {d476efda-9ed3-4513-861d-a9d9268190e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6707 | 2024.02.09 21:21:53.023085 [ 3 ] {d476efda-9ed3-4513-861d-a9d9268190e8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6708 | 2024.02.09 21:21:53.023364 [ 3 ] {d476efda-9ed3-4513-861d-a9d9268190e8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
6709 | 2024.02.09 21:21:53.023515 [ 3 ] {d476efda-9ed3-4513-861d-a9d9268190e8} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0. | ||
6710 | 2024.02.09 21:21:53.023625 [ 3 ] {d476efda-9ed3-4513-861d-a9d9268190e8} <Information> executeQuery: Read 46 rows, 3.68 KiB in 0.000947318 sec., 48558 rows/sec., 3.79 MiB/sec. | ||
6711 | 2024.02.09 21:21:53.023742 [ 3 ] {d476efda-9ed3-4513-861d-a9d9268190e8} <Debug> DynamicQueryHandler: Done processing query | ||
6712 | 2024.02.09 21:21:53.023765 [ 3 ] {d476efda-9ed3-4513-861d-a9d9268190e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
6713 | 2024.02.09 21:21:53.023780 [ 3 ] {} <Debug> HTTP-Session: 2bb9eb3d-7751-4fdd-baf0-89800483639a Destroying unnamed session | ||
6714 | 2024.02.09 21:21:53.023923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6715 | 2024.02.09 21:21:53.023967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6716 | 2024.02.09 21:21:53.023986 [ 3 ] {} <Debug> HTTP-Session: 3fb591e8-7f57-4fd7-8745-1816b539fe3d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6717 | 2024.02.09 21:21:53.024002 [ 3 ] {} <Debug> HTTP-Session: 3fb591e8-7f57-4fd7-8745-1816b539fe3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6718 | 2024.02.09 21:21:53.024073 [ 3 ] {c5bf7244-2984-4f78-8913-118ae1f0d241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6719 | 2024.02.09 21:21:53.024113 [ 3 ] {c5bf7244-2984-4f78-8913-118ae1f0d241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6720 | 2024.02.09 21:21:53.024217 [ 3 ] {c5bf7244-2984-4f78-8913-118ae1f0d241} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6721 | 2024.02.09 21:21:53.024494 [ 3 ] {c5bf7244-2984-4f78-8913-118ae1f0d241} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6722 | 2024.02.09 21:21:53.024705 [ 3 ] {c5bf7244-2984-4f78-8913-118ae1f0d241} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6723 | 2024.02.09 21:21:53.024871 [ 3 ] {c5bf7244-2984-4f78-8913-118ae1f0d241} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0. | ||
6724 | 2024.02.09 21:21:53.024979 [ 3 ] {c5bf7244-2984-4f78-8913-118ae1f0d241} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000870546 sec., 2297 rows/sec., 160.41 KiB/sec. | ||
6725 | 2024.02.09 21:21:53.025100 [ 3 ] {c5bf7244-2984-4f78-8913-118ae1f0d241} <Debug> DynamicQueryHandler: Done processing query | ||
6726 | 2024.02.09 21:21:53.025123 [ 3 ] {c5bf7244-2984-4f78-8913-118ae1f0d241} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6727 | 2024.02.09 21:21:53.025139 [ 3 ] {} <Debug> HTTP-Session: 3fb591e8-7f57-4fd7-8745-1816b539fe3d Destroying unnamed session | ||
6728 | 2024.02.09 21:21:53.025255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6729 | 2024.02.09 21:21:53.025299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6730 | 2024.02.09 21:21:53.025317 [ 3 ] {} <Debug> HTTP-Session: 02e73678-2f9a-4b2f-9204-6164524638c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6731 | 2024.02.09 21:21:53.025334 [ 3 ] {} <Debug> HTTP-Session: 02e73678-2f9a-4b2f-9204-6164524638c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6732 | 2024.02.09 21:21:53.025404 [ 3 ] {6aeaa16b-8cfd-4929-9ac9-e1bc56acae34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6733 | 2024.02.09 21:21:53.025441 [ 3 ] {6aeaa16b-8cfd-4929-9ac9-e1bc56acae34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6734 | 2024.02.09 21:21:53.025543 [ 3 ] {6aeaa16b-8cfd-4929-9ac9-e1bc56acae34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6735 | 2024.02.09 21:21:53.025842 [ 3 ] {6aeaa16b-8cfd-4929-9ac9-e1bc56acae34} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6736 | 2024.02.09 21:21:53.026045 [ 3 ] {6aeaa16b-8cfd-4929-9ac9-e1bc56acae34} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
6737 | 2024.02.09 21:21:53.026200 [ 3 ] {6aeaa16b-8cfd-4929-9ac9-e1bc56acae34} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0. | ||
6738 | 2024.02.09 21:21:53.026310 [ 3 ] {6aeaa16b-8cfd-4929-9ac9-e1bc56acae34} <Information> executeQuery: Read 29 rows, 2.30 KiB in 0.000872876 sec., 33223 rows/sec., 2.58 MiB/sec. | ||
6739 | 2024.02.09 21:21:53.026435 [ 3 ] {6aeaa16b-8cfd-4929-9ac9-e1bc56acae34} <Debug> DynamicQueryHandler: Done processing query | ||
6740 | 2024.02.09 21:21:53.026458 [ 3 ] {6aeaa16b-8cfd-4929-9ac9-e1bc56acae34} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
6741 | 2024.02.09 21:21:53.026474 [ 3 ] {} <Debug> HTTP-Session: 02e73678-2f9a-4b2f-9204-6164524638c9 Destroying unnamed session | ||
6742 | 2024.02.09 21:21:53.026634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6743 | 2024.02.09 21:21:53.026678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6744 | 2024.02.09 21:21:53.026696 [ 3 ] {} <Debug> HTTP-Session: 6321a32d-46f9-4a11-b4a5-e060ab4c29bb Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6745 | 2024.02.09 21:21:53.026712 [ 3 ] {} <Debug> HTTP-Session: 6321a32d-46f9-4a11-b4a5-e060ab4c29bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6746 | 2024.02.09 21:21:53.026784 [ 3 ] {34f1dd82-bc42-4be5-a111-1264f6a613f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6747 | 2024.02.09 21:21:53.026827 [ 3 ] {34f1dd82-bc42-4be5-a111-1264f6a613f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6748 | 2024.02.09 21:21:53.026947 [ 3 ] {34f1dd82-bc42-4be5-a111-1264f6a613f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6749 | 2024.02.09 21:21:53.027260 [ 3 ] {34f1dd82-bc42-4be5-a111-1264f6a613f7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6750 | 2024.02.09 21:21:53.027527 [ 3 ] {34f1dd82-bc42-4be5-a111-1264f6a613f7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6751 | 2024.02.09 21:21:53.027703 [ 3 ] {34f1dd82-bc42-4be5-a111-1264f6a613f7} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0. | ||
6752 | 2024.02.09 21:21:53.027812 [ 3 ] {34f1dd82-bc42-4be5-a111-1264f6a613f7} <Information> executeQuery: Read 37 rows, 2.67 KiB in 0.000994409 sec., 37208 rows/sec., 2.62 MiB/sec. | ||
6753 | 2024.02.09 21:21:53.027931 [ 3 ] {34f1dd82-bc42-4be5-a111-1264f6a613f7} <Debug> DynamicQueryHandler: Done processing query | ||
6754 | 2024.02.09 21:21:53.027953 [ 3 ] {34f1dd82-bc42-4be5-a111-1264f6a613f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
6755 | 2024.02.09 21:21:53.027969 [ 3 ] {} <Debug> HTTP-Session: 6321a32d-46f9-4a11-b4a5-e060ab4c29bb Destroying unnamed session | ||
6756 | 2024.02.09 21:21:53.028090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6757 | 2024.02.09 21:21:53.028135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6758 | 2024.02.09 21:21:53.028154 [ 3 ] {} <Debug> HTTP-Session: 69cd9cf5-3657-41ba-9251-20781e5a81a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6759 | 2024.02.09 21:21:53.028170 [ 3 ] {} <Debug> HTTP-Session: 69cd9cf5-3657-41ba-9251-20781e5a81a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6760 | 2024.02.09 21:21:53.028241 [ 3 ] {8421888a-3515-4bd6-ac4a-59c267829cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6761 | 2024.02.09 21:21:53.028285 [ 3 ] {8421888a-3515-4bd6-ac4a-59c267829cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6762 | 2024.02.09 21:21:53.028420 [ 3 ] {8421888a-3515-4bd6-ac4a-59c267829cfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6763 | 2024.02.09 21:21:53.028726 [ 3 ] {8421888a-3515-4bd6-ac4a-59c267829cfc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 12.99 GiB. | ||
6764 | 2024.02.09 21:21:53.028992 [ 3 ] {8421888a-3515-4bd6-ac4a-59c267829cfc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
6765 | 2024.02.09 21:21:53.029170 [ 3 ] {8421888a-3515-4bd6-ac4a-59c267829cfc} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0. | ||
6766 | 2024.02.09 21:21:53.029299 [ 3 ] {8421888a-3515-4bd6-ac4a-59c267829cfc} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001025509 sec., 2925 rows/sec., 3.95 MiB/sec. | ||
6767 | 2024.02.09 21:21:53.029476 [ 3 ] {8421888a-3515-4bd6-ac4a-59c267829cfc} <Debug> DynamicQueryHandler: Done processing query | ||
6768 | 2024.02.09 21:21:53.029511 [ 3 ] {8421888a-3515-4bd6-ac4a-59c267829cfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
6769 | 2024.02.09 21:21:53.029564 [ 3 ] {} <Debug> HTTP-Session: 69cd9cf5-3657-41ba-9251-20781e5a81a3 Destroying unnamed session | ||
6770 | 2024.02.09 21:21:58.021301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 9657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6771 | 2024.02.09 21:21:58.021501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6772 | 2024.02.09 21:21:58.021548 [ 3 ] {} <Debug> HTTP-Session: c6dbc99d-fc5b-4db6-9702-b149829684a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6773 | 2024.02.09 21:21:58.021591 [ 3 ] {} <Debug> HTTP-Session: c6dbc99d-fc5b-4db6-9702-b149829684a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6774 | 2024.02.09 21:21:58.021748 [ 3 ] {efae381e-3a18-433c-be8d-9c9b34ae3d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6775 | 2024.02.09 21:21:58.021808 [ 3 ] {efae381e-3a18-433c-be8d-9c9b34ae3d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6776 | 2024.02.09 21:21:58.021968 [ 3 ] {efae381e-3a18-433c-be8d-9c9b34ae3d21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6777 | 2024.02.09 21:21:58.022490 [ 3 ] {efae381e-3a18-433c-be8d-9c9b34ae3d21} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6778 | 2024.02.09 21:21:58.022765 [ 3 ] {efae381e-3a18-433c-be8d-9c9b34ae3d21} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
6779 | 2024.02.09 21:21:58.022938 [ 3 ] {efae381e-3a18-433c-be8d-9c9b34ae3d21} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0. | ||
6780 | 2024.02.09 21:21:58.023079 [ 3 ] {efae381e-3a18-433c-be8d-9c9b34ae3d21} <Information> executeQuery: Read 67 rows, 5.43 KiB in 0.001296034 sec., 51696 rows/sec., 4.09 MiB/sec. | ||
6781 | 2024.02.09 21:21:58.023230 [ 3 ] {efae381e-3a18-433c-be8d-9c9b34ae3d21} <Debug> DynamicQueryHandler: Done processing query | ||
6782 | 2024.02.09 21:21:58.023255 [ 3 ] {efae381e-3a18-433c-be8d-9c9b34ae3d21} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
6783 | 2024.02.09 21:21:58.023271 [ 3 ] {} <Debug> HTTP-Session: c6dbc99d-fc5b-4db6-9702-b149829684a2 Destroying unnamed session | ||
6784 | 2024.02.09 21:21:58.023437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 31834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6785 | 2024.02.09 21:21:58.023481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6786 | 2024.02.09 21:21:58.023500 [ 3 ] {} <Debug> HTTP-Session: b60f0d41-7edc-45e9-8f8f-5746ff09d244 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6787 | 2024.02.09 21:21:58.023518 [ 3 ] {} <Debug> HTTP-Session: b60f0d41-7edc-45e9-8f8f-5746ff09d244 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6788 | 2024.02.09 21:21:58.023597 [ 3 ] {e95e3afb-c9ff-4cd2-b2c4-7421a38839dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6789 | 2024.02.09 21:21:58.023637 [ 3 ] {e95e3afb-c9ff-4cd2-b2c4-7421a38839dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6790 | 2024.02.09 21:21:58.023742 [ 3 ] {e95e3afb-c9ff-4cd2-b2c4-7421a38839dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6791 | 2024.02.09 21:21:58.024188 [ 3 ] {e95e3afb-c9ff-4cd2-b2c4-7421a38839dc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6792 | 2024.02.09 21:21:58.024411 [ 3 ] {e95e3afb-c9ff-4cd2-b2c4-7421a38839dc} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
6793 | 2024.02.09 21:21:58.024560 [ 3 ] {e95e3afb-c9ff-4cd2-b2c4-7421a38839dc} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0. | ||
6794 | 2024.02.09 21:21:58.024682 [ 3 ] {e95e3afb-c9ff-4cd2-b2c4-7421a38839dc} <Information> executeQuery: Read 201 rows, 19.58 KiB in 0.00105613 sec., 190317 rows/sec., 18.10 MiB/sec. | ||
6795 | 2024.02.09 21:21:58.024790 [ 3 ] {e95e3afb-c9ff-4cd2-b2c4-7421a38839dc} <Debug> DynamicQueryHandler: Done processing query | ||
6796 | 2024.02.09 21:21:58.024813 [ 3 ] {e95e3afb-c9ff-4cd2-b2c4-7421a38839dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6797 | 2024.02.09 21:21:58.024829 [ 3 ] {} <Debug> HTTP-Session: b60f0d41-7edc-45e9-8f8f-5746ff09d244 Destroying unnamed session | ||
6798 | 2024.02.09 21:21:58.024961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 12928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6799 | 2024.02.09 21:21:58.025004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6800 | 2024.02.09 21:21:58.025023 [ 3 ] {} <Debug> HTTP-Session: 37d7fff6-4db4-40b1-a3f3-cc6cd5061f98 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6801 | 2024.02.09 21:21:58.025040 [ 3 ] {} <Debug> HTTP-Session: 37d7fff6-4db4-40b1-a3f3-cc6cd5061f98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6802 | 2024.02.09 21:21:58.025113 [ 3 ] {7cf7a470-064d-4e1d-8984-33d66dcc9ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6803 | 2024.02.09 21:21:58.025152 [ 3 ] {7cf7a470-064d-4e1d-8984-33d66dcc9ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6804 | 2024.02.09 21:21:58.025256 [ 3 ] {7cf7a470-064d-4e1d-8984-33d66dcc9ae9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6805 | 2024.02.09 21:21:58.025624 [ 3 ] {7cf7a470-064d-4e1d-8984-33d66dcc9ae9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6806 | 2024.02.09 21:21:58.025831 [ 3 ] {7cf7a470-064d-4e1d-8984-33d66dcc9ae9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
6807 | 2024.02.09 21:21:58.025978 [ 3 ] {7cf7a470-064d-4e1d-8984-33d66dcc9ae9} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0. | ||
6808 | 2024.02.09 21:21:58.026092 [ 3 ] {7cf7a470-064d-4e1d-8984-33d66dcc9ae9} <Information> executeQuery: Read 76 rows, 6.09 KiB in 0.000950287 sec., 79975 rows/sec., 6.26 MiB/sec. | ||
6809 | 2024.02.09 21:21:58.026211 [ 3 ] {7cf7a470-064d-4e1d-8984-33d66dcc9ae9} <Debug> DynamicQueryHandler: Done processing query | ||
6810 | 2024.02.09 21:21:58.026234 [ 3 ] {7cf7a470-064d-4e1d-8984-33d66dcc9ae9} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
6811 | 2024.02.09 21:21:58.026250 [ 3 ] {} <Debug> HTTP-Session: 37d7fff6-4db4-40b1-a3f3-cc6cd5061f98 Destroying unnamed session | ||
6812 | 2024.02.09 21:21:58.026469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 71658, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6813 | 2024.02.09 21:21:58.026513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6814 | 2024.02.09 21:21:58.026531 [ 3 ] {} <Debug> HTTP-Session: fa3efc1a-77d8-4599-88e9-ea18286818f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6815 | 2024.02.09 21:21:58.026548 [ 3 ] {} <Debug> HTTP-Session: fa3efc1a-77d8-4599-88e9-ea18286818f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6816 | 2024.02.09 21:21:58.026639 [ 3 ] {5a679cb3-6b37-4d1d-a699-ed3420d20846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6817 | 2024.02.09 21:21:58.026684 [ 3 ] {5a679cb3-6b37-4d1d-a699-ed3420d20846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6818 | 2024.02.09 21:21:58.026824 [ 3 ] {5a679cb3-6b37-4d1d-a699-ed3420d20846} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6819 | 2024.02.09 21:21:58.027372 [ 3 ] {5a679cb3-6b37-4d1d-a699-ed3420d20846} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6820 | 2024.02.09 21:21:58.027698 [ 3 ] {5a679cb3-6b37-4d1d-a699-ed3420d20846} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
6821 | 2024.02.09 21:21:58.027877 [ 3 ] {5a679cb3-6b37-4d1d-a699-ed3420d20846} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0. | ||
6822 | 2024.02.09 21:21:58.028003 [ 3 ] {5a679cb3-6b37-4d1d-a699-ed3420d20846} <Information> executeQuery: Read 67 rows, 92.58 KiB in 0.001335344 sec., 50174 rows/sec., 67.71 MiB/sec. | ||
6823 | 2024.02.09 21:21:58.028166 [ 3 ] {5a679cb3-6b37-4d1d-a699-ed3420d20846} <Debug> DynamicQueryHandler: Done processing query | ||
6824 | 2024.02.09 21:21:58.028208 [ 3 ] {5a679cb3-6b37-4d1d-a699-ed3420d20846} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6825 | 2024.02.09 21:21:58.028241 [ 3 ] {} <Debug> HTTP-Session: fa3efc1a-77d8-4599-88e9-ea18286818f5 Destroying unnamed session | ||
6826 | 2024.02.09 21:21:58.028375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6827 | 2024.02.09 21:21:58.028418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6828 | 2024.02.09 21:21:58.028436 [ 3 ] {} <Debug> HTTP-Session: f4059350-693b-4bd0-a937-6e3ff2924297 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6829 | 2024.02.09 21:21:58.028453 [ 3 ] {} <Debug> HTTP-Session: f4059350-693b-4bd0-a937-6e3ff2924297 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6830 | 2024.02.09 21:21:58.028524 [ 3 ] {3bbc30f4-1618-4873-9b29-92c2542f9043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6831 | 2024.02.09 21:21:58.028564 [ 3 ] {3bbc30f4-1618-4873-9b29-92c2542f9043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6832 | 2024.02.09 21:21:58.028680 [ 3 ] {3bbc30f4-1618-4873-9b29-92c2542f9043} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6833 | 2024.02.09 21:21:58.028987 [ 3 ] {3bbc30f4-1618-4873-9b29-92c2542f9043} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6834 | 2024.02.09 21:21:58.029231 [ 3 ] {3bbc30f4-1618-4873-9b29-92c2542f9043} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
6835 | 2024.02.09 21:21:58.029414 [ 3 ] {3bbc30f4-1618-4873-9b29-92c2542f9043} <Trace> oximeter.measurements_i64 (e554db26-32ab-43b2-9c9b-7387240ead26): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
6836 | 2024.02.09 21:21:58.029522 [ 3 ] {3bbc30f4-1618-4873-9b29-92c2542f9043} <Information> executeQuery: Read 9 rows, 651.00 B in 0.000962818 sec., 9347 rows/sec., 660.29 KiB/sec. | ||
6837 | 2024.02.09 21:21:58.029652 [ 3 ] {3bbc30f4-1618-4873-9b29-92c2542f9043} <Debug> DynamicQueryHandler: Done processing query | ||
6838 | 2024.02.09 21:21:58.029675 [ 3 ] {3bbc30f4-1618-4873-9b29-92c2542f9043} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB. | ||
6839 | 2024.02.09 21:21:58.029691 [ 3 ] {} <Debug> HTTP-Session: f4059350-693b-4bd0-a937-6e3ff2924297 Destroying unnamed session | ||
6840 | 2024.02.09 21:22:03.017020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6841 | 2024.02.09 21:22:03.017138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6842 | 2024.02.09 21:22:03.017164 [ 3 ] {} <Debug> HTTP-Session: 246aaf61-ccc4-4bc8-836d-56ff5296d959 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6843 | 2024.02.09 21:22:03.017188 [ 3 ] {} <Debug> HTTP-Session: 246aaf61-ccc4-4bc8-836d-56ff5296d959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6844 | 2024.02.09 21:22:03.017309 [ 3 ] {a7465d8b-e8b2-4bc8-9ac8-85a67fd687d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6845 | 2024.02.09 21:22:03.017368 [ 3 ] {a7465d8b-e8b2-4bc8-9ac8-85a67fd687d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6846 | 2024.02.09 21:22:03.017527 [ 3 ] {a7465d8b-e8b2-4bc8-9ac8-85a67fd687d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6847 | 2024.02.09 21:22:03.017934 [ 3 ] {a7465d8b-e8b2-4bc8-9ac8-85a67fd687d1} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6848 | 2024.02.09 21:22:03.018196 [ 3 ] {a7465d8b-e8b2-4bc8-9ac8-85a67fd687d1} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
6849 | 2024.02.09 21:22:03.018356 [ 3 ] {a7465d8b-e8b2-4bc8-9ac8-85a67fd687d1} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0. | ||
6850 | 2024.02.09 21:22:03.018481 [ 3 ] {a7465d8b-e8b2-4bc8-9ac8-85a67fd687d1} <Information> executeQuery: Read 3 rows, 249.00 B in 0.00113381 sec., 2645 rows/sec., 214.47 KiB/sec. | ||
6851 | 2024.02.09 21:22:03.018622 [ 3 ] {a7465d8b-e8b2-4bc8-9ac8-85a67fd687d1} <Debug> DynamicQueryHandler: Done processing query | ||
6852 | 2024.02.09 21:22:03.018647 [ 3 ] {a7465d8b-e8b2-4bc8-9ac8-85a67fd687d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6853 | 2024.02.09 21:22:03.018663 [ 3 ] {} <Debug> HTTP-Session: 246aaf61-ccc4-4bc8-836d-56ff5296d959 Destroying unnamed session | ||
6854 | 2024.02.09 21:22:03.018774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6855 | 2024.02.09 21:22:03.018823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6856 | 2024.02.09 21:22:03.018842 [ 3 ] {} <Debug> HTTP-Session: 82a2f8e4-3fa4-43b6-9f9b-8c1ce2283340 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6857 | 2024.02.09 21:22:03.018860 [ 3 ] {} <Debug> HTTP-Session: 82a2f8e4-3fa4-43b6-9f9b-8c1ce2283340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6858 | 2024.02.09 21:22:03.018938 [ 3 ] {436012e7-2994-4264-979e-8b729b888dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6859 | 2024.02.09 21:22:03.018979 [ 3 ] {436012e7-2994-4264-979e-8b729b888dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6860 | 2024.02.09 21:22:03.019087 [ 3 ] {436012e7-2994-4264-979e-8b729b888dbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6861 | 2024.02.09 21:22:03.019386 [ 3 ] {436012e7-2994-4264-979e-8b729b888dbb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6862 | 2024.02.09 21:22:03.019589 [ 3 ] {436012e7-2994-4264-979e-8b729b888dbb} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
6863 | 2024.02.09 21:22:03.019744 [ 3 ] {436012e7-2994-4264-979e-8b729b888dbb} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0. | ||
6864 | 2024.02.09 21:22:03.019865 [ 3 ] {436012e7-2994-4264-979e-8b729b888dbb} <Information> executeQuery: Read 9 rows, 845.00 B in 0.000896867 sec., 10034 rows/sec., 920.09 KiB/sec. | ||
6865 | 2024.02.09 21:22:03.019979 [ 3 ] {436012e7-2994-4264-979e-8b729b888dbb} <Debug> DynamicQueryHandler: Done processing query | ||
6866 | 2024.02.09 21:22:03.020001 [ 3 ] {436012e7-2994-4264-979e-8b729b888dbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
6867 | 2024.02.09 21:22:03.020016 [ 3 ] {} <Debug> HTTP-Session: 82a2f8e4-3fa4-43b6-9f9b-8c1ce2283340 Destroying unnamed session | ||
6868 | 2024.02.09 21:22:03.020119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6869 | 2024.02.09 21:22:03.020165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6870 | 2024.02.09 21:22:03.020182 [ 3 ] {} <Debug> HTTP-Session: 496b67a0-16a6-489c-a069-6a49aca05ef9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6871 | 2024.02.09 21:22:03.020199 [ 3 ] {} <Debug> HTTP-Session: 496b67a0-16a6-489c-a069-6a49aca05ef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6872 | 2024.02.09 21:22:03.020268 [ 3 ] {d939a644-04d6-45c5-95e7-89f50e9be9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6873 | 2024.02.09 21:22:03.020305 [ 3 ] {d939a644-04d6-45c5-95e7-89f50e9be9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6874 | 2024.02.09 21:22:03.020411 [ 3 ] {d939a644-04d6-45c5-95e7-89f50e9be9e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6875 | 2024.02.09 21:22:03.020678 [ 3 ] {d939a644-04d6-45c5-95e7-89f50e9be9e6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6876 | 2024.02.09 21:22:03.020881 [ 3 ] {d939a644-04d6-45c5-95e7-89f50e9be9e6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
6877 | 2024.02.09 21:22:03.021053 [ 3 ] {d939a644-04d6-45c5-95e7-89f50e9be9e6} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0. | ||
6878 | 2024.02.09 21:22:03.021169 [ 3 ] {d939a644-04d6-45c5-95e7-89f50e9be9e6} <Information> executeQuery: Read 3 rows, 246.00 B in 0.000873246 sec., 3435 rows/sec., 275.11 KiB/sec. | ||
6879 | 2024.02.09 21:22:03.021281 [ 3 ] {d939a644-04d6-45c5-95e7-89f50e9be9e6} <Debug> DynamicQueryHandler: Done processing query | ||
6880 | 2024.02.09 21:22:03.021304 [ 3 ] {d939a644-04d6-45c5-95e7-89f50e9be9e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
6881 | 2024.02.09 21:22:03.021319 [ 3 ] {} <Debug> HTTP-Session: 496b67a0-16a6-489c-a069-6a49aca05ef9 Destroying unnamed session | ||
6882 | 2024.02.09 21:22:03.021465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6883 | 2024.02.09 21:22:03.021509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6884 | 2024.02.09 21:22:03.021527 [ 3 ] {} <Debug> HTTP-Session: a52895cc-e37b-4dd9-8142-d6e56bff351d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6885 | 2024.02.09 21:22:03.021544 [ 3 ] {} <Debug> HTTP-Session: a52895cc-e37b-4dd9-8142-d6e56bff351d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6886 | 2024.02.09 21:22:03.021615 [ 3 ] {e9933dc0-6639-4424-a7b8-4773758ff349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6887 | 2024.02.09 21:22:03.021683 [ 3 ] {e9933dc0-6639-4424-a7b8-4773758ff349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6888 | 2024.02.09 21:22:03.021821 [ 3 ] {e9933dc0-6639-4424-a7b8-4773758ff349} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6889 | 2024.02.09 21:22:03.022117 [ 3 ] {e9933dc0-6639-4424-a7b8-4773758ff349} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6890 | 2024.02.09 21:22:03.022399 [ 3 ] {e9933dc0-6639-4424-a7b8-4773758ff349} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
6891 | 2024.02.09 21:22:03.022580 [ 3 ] {e9933dc0-6639-4424-a7b8-4773758ff349} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0. | ||
6892 | 2024.02.09 21:22:03.022703 [ 3 ] {e9933dc0-6639-4424-a7b8-4773758ff349} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001036629 sec., 2893 rows/sec., 3.91 MiB/sec. | ||
6893 | 2024.02.09 21:22:03.022826 [ 3 ] {e9933dc0-6639-4424-a7b8-4773758ff349} <Debug> DynamicQueryHandler: Done processing query | ||
6894 | 2024.02.09 21:22:03.022848 [ 3 ] {e9933dc0-6639-4424-a7b8-4773758ff349} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
6895 | 2024.02.09 21:22:03.022863 [ 3 ] {} <Debug> HTTP-Session: a52895cc-e37b-4dd9-8142-d6e56bff351d Destroying unnamed session | ||
6896 | 2024.02.09 21:22:04.523045 [ 76 ] {} <Debug> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
6897 | 2024.02.09 21:22:04.523153 [ 76 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6898 | 2024.02.09 21:22:04.523311 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact | ||
6899 | 2024.02.09 21:22:04.523502 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6900 | 2024.02.09 21:22:04.523556 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 8 rows starting from the beginning of the part | ||
6901 | 2024.02.09 21:22:04.523775 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
6902 | 2024.02.09 21:22:04.523959 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
6903 | 2024.02.09 21:22:04.524136 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
6904 | 2024.02.09 21:22:04.524241 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
6905 | 2024.02.09 21:22:04.524810 [ 24 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001589869 sec., 10063.722231202697 rows/sec., 845.20 KiB/sec. | ||
6906 | 2024.02.09 21:22:04.524913 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
6907 | 2024.02.09 21:22:04.525090 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_22_5} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5. | ||
6908 | 2024.02.09 21:22:04.525155 [ 21 ] {07a6911c-d889-4d9d-936b-55f146a5bc99::all_1_22_5} <Trace> oximeter.fields_ipaddr (07a6911c-d889-4d9d-936b-55f146a5bc99) (MergerMutator): Merged 5 parts: from all_1_18_4 to all_22_22_0 | ||
6909 | 2024.02.09 21:22:05.603463 [ 76 ] {} <Debug> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
6910 | 2024.02.09 21:22:05.603535 [ 76 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6911 | 2024.02.09 21:22:05.603680 [ 14 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact | ||
6912 | 2024.02.09 21:22:05.603880 [ 14 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6913 | 2024.02.09 21:22:05.603913 [ 14 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 8 rows starting from the beginning of the part | ||
6914 | 2024.02.09 21:22:05.604037 [ 14 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
6915 | 2024.02.09 21:22:05.604126 [ 14 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
6916 | 2024.02.09 21:22:05.604205 [ 14 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
6917 | 2024.02.09 21:22:05.604279 [ 14 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
6918 | 2024.02.09 21:22:05.604849 [ 24 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001254513 sec., 12753.95312762801 rows/sec., 890.53 KiB/sec. | ||
6919 | 2024.02.09 21:22:05.604957 [ 14 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
6920 | 2024.02.09 21:22:05.605136 [ 14 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_22_5} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5. | ||
6921 | 2024.02.09 21:22:05.605200 [ 14 ] {b2336d1c-9ef7-4853-b58d-38b6631309b9::all_1_22_5} <Trace> oximeter.fields_u16 (b2336d1c-9ef7-4853-b58d-38b6631309b9) (MergerMutator): Merged 5 parts: from all_1_18_4 to all_22_22_0 | ||
6922 | 2024.02.09 21:22:06.769611 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6923 | 2024.02.09 21:22:06.769699 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6924 | 2024.02.09 21:22:08.020070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 9657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6925 | 2024.02.09 21:22:08.020225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6926 | 2024.02.09 21:22:08.020270 [ 3 ] {} <Debug> HTTP-Session: f7aaed08-3d8e-4a19-b25b-076194f0ddef Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6927 | 2024.02.09 21:22:08.020312 [ 3 ] {} <Debug> HTTP-Session: f7aaed08-3d8e-4a19-b25b-076194f0ddef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6928 | 2024.02.09 21:22:08.020512 [ 3 ] {ef2ceb53-2c7c-4b73-9d00-d4dbf8923e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6929 | 2024.02.09 21:22:08.020610 [ 3 ] {ef2ceb53-2c7c-4b73-9d00-d4dbf8923e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6930 | 2024.02.09 21:22:08.020870 [ 3 ] {ef2ceb53-2c7c-4b73-9d00-d4dbf8923e73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6931 | 2024.02.09 21:22:08.021394 [ 3 ] {ef2ceb53-2c7c-4b73-9d00-d4dbf8923e73} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6932 | 2024.02.09 21:22:08.021658 [ 3 ] {ef2ceb53-2c7c-4b73-9d00-d4dbf8923e73} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
6933 | 2024.02.09 21:22:08.021824 [ 3 ] {ef2ceb53-2c7c-4b73-9d00-d4dbf8923e73} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0. | ||
6934 | 2024.02.09 21:22:08.021948 [ 3 ] {ef2ceb53-2c7c-4b73-9d00-d4dbf8923e73} <Information> executeQuery: Read 67 rows, 5.43 KiB in 0.001380995 sec., 48515 rows/sec., 3.84 MiB/sec. | ||
6935 | 2024.02.09 21:22:08.022106 [ 3 ] {ef2ceb53-2c7c-4b73-9d00-d4dbf8923e73} <Debug> DynamicQueryHandler: Done processing query | ||
6936 | 2024.02.09 21:22:08.022133 [ 3 ] {ef2ceb53-2c7c-4b73-9d00-d4dbf8923e73} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
6937 | 2024.02.09 21:22:08.022149 [ 3 ] {} <Debug> HTTP-Session: f7aaed08-3d8e-4a19-b25b-076194f0ddef Destroying unnamed session | ||
6938 | 2024.02.09 21:22:08.022331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 31834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6939 | 2024.02.09 21:22:08.022377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6940 | 2024.02.09 21:22:08.022396 [ 3 ] {} <Debug> HTTP-Session: 3923fb17-ce15-4d11-a3c7-848e8d9a1e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6941 | 2024.02.09 21:22:08.022413 [ 3 ] {} <Debug> HTTP-Session: 3923fb17-ce15-4d11-a3c7-848e8d9a1e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6942 | 2024.02.09 21:22:08.022495 [ 3 ] {6d73e4d2-8051-4c9f-a5a6-545055685173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6943 | 2024.02.09 21:22:08.022535 [ 3 ] {6d73e4d2-8051-4c9f-a5a6-545055685173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6944 | 2024.02.09 21:22:08.022641 [ 3 ] {6d73e4d2-8051-4c9f-a5a6-545055685173} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6945 | 2024.02.09 21:22:08.023175 [ 3 ] {6d73e4d2-8051-4c9f-a5a6-545055685173} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6946 | 2024.02.09 21:22:08.023397 [ 3 ] {6d73e4d2-8051-4c9f-a5a6-545055685173} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
6947 | 2024.02.09 21:22:08.023544 [ 3 ] {6d73e4d2-8051-4c9f-a5a6-545055685173} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0. | ||
6948 | 2024.02.09 21:22:08.023669 [ 3 ] {6d73e4d2-8051-4c9f-a5a6-545055685173} <Information> executeQuery: Read 201 rows, 19.58 KiB in 0.001140491 sec., 176239 rows/sec., 16.76 MiB/sec. | ||
6949 | 2024.02.09 21:22:08.023664 [ 170 ] {} <Debug> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
6950 | 2024.02.09 21:22:08.023794 [ 170 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6951 | 2024.02.09 21:22:08.023828 [ 3 ] {6d73e4d2-8051-4c9f-a5a6-545055685173} <Debug> DynamicQueryHandler: Done processing query | ||
6952 | 2024.02.09 21:22:08.023879 [ 3 ] {6d73e4d2-8051-4c9f-a5a6-545055685173} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6953 | 2024.02.09 21:22:08.023894 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact | ||
6954 | 2024.02.09 21:22:08.023909 [ 3 ] {} <Debug> HTTP-Session: 3923fb17-ce15-4d11-a3c7-848e8d9a1e5b Destroying unnamed session | ||
6955 | 2024.02.09 21:22:08.024040 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6956 | 2024.02.09 21:22:08.024080 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 232 rows starting from the beginning of the part | ||
6957 | 2024.02.09 21:22:08.024143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 11400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6958 | 2024.02.09 21:22:08.024226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6959 | 2024.02.09 21:22:08.024283 [ 3 ] {} <Debug> HTTP-Session: 7f5c612f-5ab0-43d1-b5ef-9cabafb43a4e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6960 | 2024.02.09 21:22:08.024320 [ 3 ] {} <Debug> HTTP-Session: 7f5c612f-5ab0-43d1-b5ef-9cabafb43a4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6961 | 2024.02.09 21:22:08.024343 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 187 rows starting from the beginning of the part | ||
6962 | 2024.02.09 21:22:08.024510 [ 3 ] {00f03fbf-18f8-42cd-ab14-de922d39773c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6963 | 2024.02.09 21:22:08.024612 [ 3 ] {00f03fbf-18f8-42cd-ab14-de922d39773c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6964 | 2024.02.09 21:22:08.024626 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 46 rows starting from the beginning of the part | ||
6965 | 2024.02.09 21:22:08.025005 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 201 rows starting from the beginning of the part | ||
6966 | 2024.02.09 21:22:08.025045 [ 3 ] {00f03fbf-18f8-42cd-ab14-de922d39773c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6967 | 2024.02.09 21:22:08.025231 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 9 rows starting from the beginning of the part | ||
6968 | 2024.02.09 21:22:08.025363 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 201 rows starting from the beginning of the part | ||
6969 | 2024.02.09 21:22:08.025936 [ 3 ] {00f03fbf-18f8-42cd-ab14-de922d39773c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6970 | 2024.02.09 21:22:08.026307 [ 3 ] {00f03fbf-18f8-42cd-ab14-de922d39773c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
6971 | 2024.02.09 21:22:08.026632 [ 3 ] {00f03fbf-18f8-42cd-ab14-de922d39773c} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0. | ||
6972 | 2024.02.09 21:22:08.026823 [ 170 ] {} <Debug> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
6973 | 2024.02.09 21:22:08.026876 [ 3 ] {00f03fbf-18f8-42cd-ab14-de922d39773c} <Information> executeQuery: Read 67 rows, 5.37 KiB in 0.002310953 sec., 28992 rows/sec., 2.27 MiB/sec. | ||
6974 | 2024.02.09 21:22:08.026890 [ 170 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
6975 | 2024.02.09 21:22:08.027120 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact | ||
6976 | 2024.02.09 21:22:08.027310 [ 3 ] {00f03fbf-18f8-42cd-ab14-de922d39773c} <Debug> DynamicQueryHandler: Done processing query | ||
6977 | 2024.02.09 21:22:08.027415 [ 3 ] {00f03fbf-18f8-42cd-ab14-de922d39773c} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
6978 | 2024.02.09 21:22:08.027457 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6979 | 2024.02.09 21:22:08.027516 [ 3 ] {} <Debug> HTTP-Session: 7f5c612f-5ab0-43d1-b5ef-9cabafb43a4e Destroying unnamed session | ||
6980 | 2024.02.09 21:22:08.027589 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 117 rows starting from the beginning of the part | ||
6981 | 2024.02.09 21:22:08.027646 [ 22 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 876 rows, containing 4 columns (4 merged, 0 gathered) in 0.00380063 sec., 230488.10328813907 rows/sec., 21.53 MiB/sec. | ||
6982 | 2024.02.09 21:22:08.027733 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
6983 | 2024.02.09 21:22:08.027784 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
6984 | 2024.02.09 21:22:08.027886 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 29 rows starting from the beginning of the part | ||
6985 | 2024.02.09 21:22:08.027964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 71658, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6986 | 2024.02.09 21:22:08.028102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6987 | 2024.02.09 21:22:08.028112 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_71_14} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14. | ||
6988 | 2024.02.09 21:22:08.028133 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 76 rows starting from the beginning of the part | ||
6989 | 2024.02.09 21:22:08.028159 [ 3 ] {} <Debug> HTTP-Session: d1521d41-b304-4d03-89d2-056caaf3da6b Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
6990 | 2024.02.09 21:22:08.028228 [ 3 ] {} <Debug> HTTP-Session: d1521d41-b304-4d03-89d2-056caaf3da6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6991 | 2024.02.09 21:22:08.028249 [ 18 ] {6c14061b-22a0-4b26-956e-da421f7bc719::all_1_71_14} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719) (MergerMutator): Merged 6 parts: from all_1_66_13 to all_71_71_0 | ||
6992 | 2024.02.09 21:22:08.028516 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 3 rows starting from the beginning of the part | ||
6993 | 2024.02.09 21:22:08.028597 [ 3 ] {2f517b6b-1c6a-4f4d-acc8-8bf046aeff00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6994 | 2024.02.09 21:22:08.028739 [ 3 ] {2f517b6b-1c6a-4f4d-acc8-8bf046aeff00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6995 | 2024.02.09 21:22:08.028754 [ 14 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 67 rows starting from the beginning of the part | ||
6996 | 2024.02.09 21:22:08.029398 [ 3 ] {2f517b6b-1c6a-4f4d-acc8-8bf046aeff00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6997 | 2024.02.09 21:22:08.029997 [ 24 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 4 columns (4 merged, 0 gathered) in 0.003019116 sec., 117915.31030937533 rows/sec., 9.21 MiB/sec. | ||
6998 | 2024.02.09 21:22:08.030213 [ 24 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
6999 | 2024.02.09 21:22:08.030220 [ 3 ] {2f517b6b-1c6a-4f4d-acc8-8bf046aeff00} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
7000 | 2024.02.09 21:22:08.030502 [ 24 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_71_14} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14. | ||
7001 | 2024.02.09 21:22:08.030606 [ 24 ] {bf2d599f-4565-4878-8841-683708d5a0e2::all_1_71_14} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2) (MergerMutator): Merged 6 parts: from all_1_66_13 to all_71_71_0 | ||
7002 | 2024.02.09 21:22:08.030763 [ 3 ] {2f517b6b-1c6a-4f4d-acc8-8bf046aeff00} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
7003 | 2024.02.09 21:22:08.030963 [ 3 ] {2f517b6b-1c6a-4f4d-acc8-8bf046aeff00} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0. | ||
7004 | 2024.02.09 21:22:08.031105 [ 3 ] {2f517b6b-1c6a-4f4d-acc8-8bf046aeff00} <Information> executeQuery: Read 67 rows, 92.58 KiB in 0.002457136 sec., 27267 rows/sec., 36.80 MiB/sec. | ||
7005 | 2024.02.09 21:22:08.031257 [ 3 ] {2f517b6b-1c6a-4f4d-acc8-8bf046aeff00} <Debug> DynamicQueryHandler: Done processing query | ||
7006 | 2024.02.09 21:22:08.031281 [ 3 ] {2f517b6b-1c6a-4f4d-acc8-8bf046aeff00} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7007 | 2024.02.09 21:22:08.031297 [ 3 ] {} <Debug> HTTP-Session: d1521d41-b304-4d03-89d2-056caaf3da6b Destroying unnamed session | ||
7008 | 2024.02.09 21:22:13.016454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7009 | 2024.02.09 21:22:13.016588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7010 | 2024.02.09 21:22:13.016618 [ 3 ] {} <Debug> HTTP-Session: a2fb80a0-f376-44e9-ac15-fbf54d2de184 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7011 | 2024.02.09 21:22:13.016647 [ 3 ] {} <Debug> HTTP-Session: a2fb80a0-f376-44e9-ac15-fbf54d2de184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7012 | 2024.02.09 21:22:13.016789 [ 3 ] {3d39141f-5ff6-41e2-9993-6c740195c5cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7013 | 2024.02.09 21:22:13.016856 [ 3 ] {3d39141f-5ff6-41e2-9993-6c740195c5cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7014 | 2024.02.09 21:22:13.017041 [ 3 ] {3d39141f-5ff6-41e2-9993-6c740195c5cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7015 | 2024.02.09 21:22:13.017497 [ 3 ] {3d39141f-5ff6-41e2-9993-6c740195c5cf} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
7016 | 2024.02.09 21:22:13.017764 [ 3 ] {3d39141f-5ff6-41e2-9993-6c740195c5cf} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
7017 | 2024.02.09 21:22:13.017934 [ 3 ] {3d39141f-5ff6-41e2-9993-6c740195c5cf} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0. | ||
7018 | 2024.02.09 21:22:13.018060 [ 3 ] {3d39141f-5ff6-41e2-9993-6c740195c5cf} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001225063 sec., 2448 rows/sec., 198.49 KiB/sec. | ||
7019 | 2024.02.09 21:22:13.018074 [ 93 ] {} <Debug> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
7020 | 2024.02.09 21:22:13.018205 [ 93 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
7021 | 2024.02.09 21:22:13.018262 [ 3 ] {3d39141f-5ff6-41e2-9993-6c740195c5cf} <Debug> DynamicQueryHandler: Done processing query | ||
7022 | 2024.02.09 21:22:13.018335 [ 3 ] {3d39141f-5ff6-41e2-9993-6c740195c5cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
7023 | 2024.02.09 21:22:13.018372 [ 18 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact | ||
7024 | 2024.02.09 21:22:13.018384 [ 3 ] {} <Debug> HTTP-Session: a2fb80a0-f376-44e9-ac15-fbf54d2de184 Destroying unnamed session | ||
7025 | 2024.02.09 21:22:13.018614 [ 18 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7026 | 2024.02.09 21:22:13.018629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 1424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7027 | 2024.02.09 21:22:13.018679 [ 18 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 65 rows starting from the beginning of the part | ||
7028 | 2024.02.09 21:22:13.018713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7029 | 2024.02.09 21:22:13.018758 [ 3 ] {} <Debug> HTTP-Session: 349ad173-f1ac-4a35-9911-46538b3584f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7030 | 2024.02.09 21:22:13.018789 [ 3 ] {} <Debug> HTTP-Session: 349ad173-f1ac-4a35-9911-46538b3584f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7031 | 2024.02.09 21:22:13.019000 [ 18 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 3 rows starting from the beginning of the part | ||
7032 | 2024.02.09 21:22:13.019012 [ 3 ] {7108cc15-8f8f-4f9c-b45d-4251b448f488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7033 | 2024.02.09 21:22:13.019110 [ 3 ] {7108cc15-8f8f-4f9c-b45d-4251b448f488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7034 | 2024.02.09 21:22:13.019283 [ 18 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 67 rows starting from the beginning of the part | ||
7035 | 2024.02.09 21:22:13.019598 [ 3 ] {7108cc15-8f8f-4f9c-b45d-4251b448f488} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7036 | 2024.02.09 21:22:13.019617 [ 18 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 3 rows starting from the beginning of the part | ||
7037 | 2024.02.09 21:22:13.019829 [ 18 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 67 rows starting from the beginning of the part | ||
7038 | 2024.02.09 21:22:13.020097 [ 18 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 3 rows starting from the beginning of the part | ||
7039 | 2024.02.09 21:22:13.020367 [ 3 ] {7108cc15-8f8f-4f9c-b45d-4251b448f488} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
7040 | 2024.02.09 21:22:13.020809 [ 3 ] {7108cc15-8f8f-4f9c-b45d-4251b448f488} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
7041 | 2024.02.09 21:22:13.021111 [ 3 ] {7108cc15-8f8f-4f9c-b45d-4251b448f488} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0. | ||
7042 | 2024.02.09 21:22:13.021388 [ 3 ] {7108cc15-8f8f-4f9c-b45d-4251b448f488} <Information> executeQuery: Read 9 rows, 845.00 B in 0.002290842 sec., 3928 rows/sec., 360.21 KiB/sec. | ||
7043 | 2024.02.09 21:22:13.021846 [ 3 ] {7108cc15-8f8f-4f9c-b45d-4251b448f488} <Debug> DynamicQueryHandler: Done processing query | ||
7044 | 2024.02.09 21:22:13.021911 [ 3 ] {7108cc15-8f8f-4f9c-b45d-4251b448f488} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
7045 | 2024.02.09 21:22:13.021952 [ 3 ] {} <Debug> HTTP-Session: 349ad173-f1ac-4a35-9911-46538b3584f9 Destroying unnamed session | ||
7046 | 2024.02.09 21:22:13.021965 [ 10 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 4 columns (4 merged, 0 gathered) in 0.003704839 sec., 56142.79055041258 rows/sec., 4.44 MiB/sec. | ||
7047 | 2024.02.09 21:22:13.022148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7048 | 2024.02.09 21:22:13.022157 [ 18 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
7049 | 2024.02.09 21:22:13.022242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7050 | 2024.02.09 21:22:13.022268 [ 3 ] {} <Debug> HTTP-Session: 42e477a6-b363-4ba2-a879-d8acdbc6cacb Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7051 | 2024.02.09 21:22:13.022295 [ 3 ] {} <Debug> HTTP-Session: 42e477a6-b363-4ba2-a879-d8acdbc6cacb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7052 | 2024.02.09 21:22:13.022410 [ 3 ] {39462fbc-db45-4809-a702-0136daa87ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7053 | 2024.02.09 21:22:13.022450 [ 18 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_71_14} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14. | ||
7054 | 2024.02.09 21:22:13.022471 [ 3 ] {39462fbc-db45-4809-a702-0136daa87ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7055 | 2024.02.09 21:22:13.022565 [ 18 ] {d39685aa-4f83-4d7b-8a4c-5b5d8603b546::all_1_71_14} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546) (MergerMutator): Merged 6 parts: from all_1_66_13 to all_71_71_0 | ||
7056 | 2024.02.09 21:22:13.022759 [ 3 ] {39462fbc-db45-4809-a702-0136daa87ccc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7057 | 2024.02.09 21:22:13.023053 [ 3 ] {39462fbc-db45-4809-a702-0136daa87ccc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
7058 | 2024.02.09 21:22:13.023266 [ 3 ] {39462fbc-db45-4809-a702-0136daa87ccc} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
7059 | 2024.02.09 21:22:13.023415 [ 3 ] {39462fbc-db45-4809-a702-0136daa87ccc} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0. | ||
7060 | 2024.02.09 21:22:13.023538 [ 3 ] {39462fbc-db45-4809-a702-0136daa87ccc} <Information> executeQuery: Read 3 rows, 246.00 B in 0.00108737 sec., 2758 rows/sec., 220.93 KiB/sec. | ||
7061 | 2024.02.09 21:22:13.023669 [ 3 ] {39462fbc-db45-4809-a702-0136daa87ccc} <Debug> DynamicQueryHandler: Done processing query | ||
7062 | 2024.02.09 21:22:13.023695 [ 3 ] {39462fbc-db45-4809-a702-0136daa87ccc} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
7063 | 2024.02.09 21:22:13.023712 [ 3 ] {} <Debug> HTTP-Session: 42e477a6-b363-4ba2-a879-d8acdbc6cacb Destroying unnamed session | ||
7064 | 2024.02.09 21:22:13.023826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7065 | 2024.02.09 21:22:13.023871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7066 | 2024.02.09 21:22:13.023890 [ 3 ] {} <Debug> HTTP-Session: 7f617e49-3335-49a1-af32-fd39be653673 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7067 | 2024.02.09 21:22:13.023906 [ 3 ] {} <Debug> HTTP-Session: 7f617e49-3335-49a1-af32-fd39be653673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7068 | 2024.02.09 21:22:13.023977 [ 3 ] {75d8764e-f75a-4821-b7b7-aaaabefaf198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7069 | 2024.02.09 21:22:13.024022 [ 3 ] {75d8764e-f75a-4821-b7b7-aaaabefaf198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7070 | 2024.02.09 21:22:13.024160 [ 3 ] {75d8764e-f75a-4821-b7b7-aaaabefaf198} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7071 | 2024.02.09 21:22:13.024465 [ 3 ] {75d8764e-f75a-4821-b7b7-aaaabefaf198} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
7072 | 2024.02.09 21:22:13.024756 [ 3 ] {75d8764e-f75a-4821-b7b7-aaaabefaf198} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
7073 | 2024.02.09 21:22:13.024934 [ 3 ] {75d8764e-f75a-4821-b7b7-aaaabefaf198} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0. | ||
7074 | 2024.02.09 21:22:13.025052 [ 93 ] {} <Debug> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
7075 | 2024.02.09 21:22:13.025069 [ 3 ] {75d8764e-f75a-4821-b7b7-aaaabefaf198} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001055979 sec., 2840 rows/sec., 3.83 MiB/sec. | ||
7076 | 2024.02.09 21:22:13.025115 [ 93 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
7077 | 2024.02.09 21:22:13.025285 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact | ||
7078 | 2024.02.09 21:22:13.025332 [ 3 ] {75d8764e-f75a-4821-b7b7-aaaabefaf198} <Debug> DynamicQueryHandler: Done processing query | ||
7079 | 2024.02.09 21:22:13.025375 [ 3 ] {75d8764e-f75a-4821-b7b7-aaaabefaf198} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
7080 | 2024.02.09 21:22:13.025418 [ 3 ] {} <Debug> HTTP-Session: 7f617e49-3335-49a1-af32-fd39be653673 Destroying unnamed session | ||
7081 | 2024.02.09 21:22:13.025478 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7082 | 2024.02.09 21:22:13.025520 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1780 rows starting from the beginning of the part | ||
7083 | 2024.02.09 21:22:13.025652 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 3 rows starting from the beginning of the part | ||
7084 | 2024.02.09 21:22:13.025772 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 67 rows starting from the beginning of the part | ||
7085 | 2024.02.09 21:22:13.025882 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 3 rows starting from the beginning of the part | ||
7086 | 2024.02.09 21:22:13.025989 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 67 rows starting from the beginning of the part | ||
7087 | 2024.02.09 21:22:13.026088 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 3 rows starting from the beginning of the part | ||
7088 | 2024.02.09 21:22:13.030582 [ 18 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1923 rows, containing 6 columns (6 merged, 0 gathered) in 0.005397069 sec., 356304.5052786985 rows/sec., 480.81 MiB/sec. | ||
7089 | 2024.02.09 21:22:13.031358 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
7090 | 2024.02.09 21:22:13.031586 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14. | ||
7091 | 2024.02.09 21:22:13.031655 [ 14 ] {38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f) (MergerMutator): Merged 6 parts: from all_1_66_13 to all_71_71_0 | ||
7092 | 2024.02.09 21:22:13.031728 [ 14 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in 38c78d41-bad2-410f-a6fd-592e4cf0816f::all_1_71_14: 13.18 MiB. | ||
7093 | 2024.02.09 21:22:18.019879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 9800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7094 | 2024.02.09 21:22:18.020026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7095 | 2024.02.09 21:22:18.020057 [ 3 ] {} <Debug> HTTP-Session: 12291be4-9c62-4a85-bdf7-5e9523358a34 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7096 | 2024.02.09 21:22:18.020086 [ 3 ] {} <Debug> HTTP-Session: 12291be4-9c62-4a85-bdf7-5e9523358a34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7097 | 2024.02.09 21:22:18.020227 [ 3 ] {f228ce46-b693-4160-b869-d80117761a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7098 | 2024.02.09 21:22:18.020286 [ 3 ] {f228ce46-b693-4160-b869-d80117761a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7099 | 2024.02.09 21:22:18.020447 [ 3 ] {f228ce46-b693-4160-b869-d80117761a20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7100 | 2024.02.09 21:22:18.020914 [ 3 ] {f228ce46-b693-4160-b869-d80117761a20} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
7101 | 2024.02.09 21:22:18.021207 [ 3 ] {f228ce46-b693-4160-b869-d80117761a20} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
7102 | 2024.02.09 21:22:18.021378 [ 3 ] {f228ce46-b693-4160-b869-d80117761a20} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0. | ||
7103 | 2024.02.09 21:22:18.021510 [ 3 ] {f228ce46-b693-4160-b869-d80117761a20} <Information> executeQuery: Read 68 rows, 5.51 KiB in 0.001250573 sec., 54375 rows/sec., 4.30 MiB/sec. | ||
7104 | 2024.02.09 21:22:18.021671 [ 3 ] {f228ce46-b693-4160-b869-d80117761a20} <Debug> DynamicQueryHandler: Done processing query | ||
7105 | 2024.02.09 21:22:18.021697 [ 3 ] {f228ce46-b693-4160-b869-d80117761a20} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
7106 | 2024.02.09 21:22:18.021714 [ 3 ] {} <Debug> HTTP-Session: 12291be4-9c62-4a85-bdf7-5e9523358a34 Destroying unnamed session | ||
7107 | 2024.02.09 21:22:18.021944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 32281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7108 | 2024.02.09 21:22:18.021997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7109 | 2024.02.09 21:22:18.022017 [ 3 ] {} <Debug> HTTP-Session: 5a47b61d-ac72-4722-b2b9-32d394375e9e Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7110 | 2024.02.09 21:22:18.022036 [ 3 ] {} <Debug> HTTP-Session: 5a47b61d-ac72-4722-b2b9-32d394375e9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7111 | 2024.02.09 21:22:18.022130 [ 3 ] {996378e6-f5af-4890-a928-17c1c8ebd02a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7112 | 2024.02.09 21:22:18.022174 [ 3 ] {996378e6-f5af-4890-a928-17c1c8ebd02a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7113 | 2024.02.09 21:22:18.022284 [ 3 ] {996378e6-f5af-4890-a928-17c1c8ebd02a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7114 | 2024.02.09 21:22:18.022765 [ 3 ] {996378e6-f5af-4890-a928-17c1c8ebd02a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
7115 | 2024.02.09 21:22:18.023000 [ 3 ] {996378e6-f5af-4890-a928-17c1c8ebd02a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
7116 | 2024.02.09 21:22:18.023154 [ 3 ] {996378e6-f5af-4890-a928-17c1c8ebd02a} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0. | ||
7117 | 2024.02.09 21:22:18.023251 [ 3 ] {996378e6-f5af-4890-a928-17c1c8ebd02a} <Information> executeQuery: Read 204 rows, 19.84 KiB in 0.00109131 sec., 186931 rows/sec., 17.76 MiB/sec. | ||
7118 | 2024.02.09 21:22:18.023380 [ 3 ] {996378e6-f5af-4890-a928-17c1c8ebd02a} <Debug> DynamicQueryHandler: Done processing query | ||
7119 | 2024.02.09 21:22:18.023403 [ 3 ] {996378e6-f5af-4890-a928-17c1c8ebd02a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7120 | 2024.02.09 21:22:18.023420 [ 3 ] {} <Debug> HTTP-Session: 5a47b61d-ac72-4722-b2b9-32d394375e9e Destroying unnamed session | ||
7121 | 2024.02.09 21:22:18.023543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 11569, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7122 | 2024.02.09 21:22:18.023591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7123 | 2024.02.09 21:22:18.023610 [ 3 ] {} <Debug> HTTP-Session: f2aabbd2-672e-45b3-b2b1-148a03b1aaa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7124 | 2024.02.09 21:22:18.023628 [ 3 ] {} <Debug> HTTP-Session: f2aabbd2-672e-45b3-b2b1-148a03b1aaa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7125 | 2024.02.09 21:22:18.023707 [ 3 ] {828f487f-f7ab-4700-9d07-0ae2f9d9fd82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7126 | 2024.02.09 21:22:18.023745 [ 3 ] {828f487f-f7ab-4700-9d07-0ae2f9d9fd82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7127 | 2024.02.09 21:22:18.023851 [ 3 ] {828f487f-f7ab-4700-9d07-0ae2f9d9fd82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7128 | 2024.02.09 21:22:18.024170 [ 3 ] {828f487f-f7ab-4700-9d07-0ae2f9d9fd82} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
7129 | 2024.02.09 21:22:18.024384 [ 3 ] {828f487f-f7ab-4700-9d07-0ae2f9d9fd82} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
7130 | 2024.02.09 21:22:18.024535 [ 3 ] {828f487f-f7ab-4700-9d07-0ae2f9d9fd82} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0. | ||
7131 | 2024.02.09 21:22:18.024632 [ 3 ] {828f487f-f7ab-4700-9d07-0ae2f9d9fd82} <Information> executeQuery: Read 68 rows, 5.45 KiB in 0.000898447 sec., 75686 rows/sec., 5.92 MiB/sec. | ||
7132 | 2024.02.09 21:22:18.024749 [ 3 ] {828f487f-f7ab-4700-9d07-0ae2f9d9fd82} <Debug> DynamicQueryHandler: Done processing query | ||
7133 | 2024.02.09 21:22:18.024773 [ 3 ] {828f487f-f7ab-4700-9d07-0ae2f9d9fd82} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
7134 | 2024.02.09 21:22:18.024789 [ 3 ] {} <Debug> HTTP-Session: f2aabbd2-672e-45b3-b2b1-148a03b1aaa3 Destroying unnamed session | ||
7135 | 2024.02.09 21:22:18.025007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 72726, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7136 | 2024.02.09 21:22:18.025053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7137 | 2024.02.09 21:22:18.025071 [ 3 ] {} <Debug> HTTP-Session: 3ffeabf9-f642-425c-b672-4b294051301d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7138 | 2024.02.09 21:22:18.025089 [ 3 ] {} <Debug> HTTP-Session: 3ffeabf9-f642-425c-b672-4b294051301d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7139 | 2024.02.09 21:22:18.025189 [ 3 ] {10aa36f6-da05-463e-aa55-44601b00242f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7140 | 2024.02.09 21:22:18.025235 [ 3 ] {10aa36f6-da05-463e-aa55-44601b00242f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7141 | 2024.02.09 21:22:18.025370 [ 3 ] {10aa36f6-da05-463e-aa55-44601b00242f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7142 | 2024.02.09 21:22:18.025962 [ 3 ] {10aa36f6-da05-463e-aa55-44601b00242f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
7143 | 2024.02.09 21:22:18.026323 [ 3 ] {10aa36f6-da05-463e-aa55-44601b00242f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
7144 | 2024.02.09 21:22:18.026506 [ 3 ] {10aa36f6-da05-463e-aa55-44601b00242f} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0. | ||
7145 | 2024.02.09 21:22:18.026608 [ 3 ] {10aa36f6-da05-463e-aa55-44601b00242f} <Information> executeQuery: Read 68 rows, 93.96 KiB in 0.001391476 sec., 48868 rows/sec., 65.95 MiB/sec. | ||
7146 | 2024.02.09 21:22:18.026781 [ 3 ] {10aa36f6-da05-463e-aa55-44601b00242f} <Debug> DynamicQueryHandler: Done processing query | ||
7147 | 2024.02.09 21:22:18.026830 [ 3 ] {10aa36f6-da05-463e-aa55-44601b00242f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7148 | 2024.02.09 21:22:18.026860 [ 3 ] {} <Debug> HTTP-Session: 3ffeabf9-f642-425c-b672-4b294051301d Destroying unnamed session | ||
7149 | 2024.02.09 21:22:21.769746 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7150 | 2024.02.09 21:22:21.769811 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7151 | 2024.02.09 21:22:23.018594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7152 | 2024.02.09 21:22:23.018693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7153 | 2024.02.09 21:22:23.018718 [ 3 ] {} <Debug> HTTP-Session: 73fab182-e5be-44b2-b2ba-c2386a91b7cc Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7154 | 2024.02.09 21:22:23.018742 [ 3 ] {} <Debug> HTTP-Session: 73fab182-e5be-44b2-b2ba-c2386a91b7cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7155 | 2024.02.09 21:22:23.018865 [ 3 ] {96f74897-8bee-4304-823d-45becfa1beb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7156 | 2024.02.09 21:22:23.018923 [ 3 ] {96f74897-8bee-4304-823d-45becfa1beb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7157 | 2024.02.09 21:22:23.019079 [ 3 ] {96f74897-8bee-4304-823d-45becfa1beb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7158 | 2024.02.09 21:22:23.019499 [ 3 ] {96f74897-8bee-4304-823d-45becfa1beb7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.48 GiB. | ||
7159 | 2024.02.09 21:22:23.019758 [ 3 ] {96f74897-8bee-4304-823d-45becfa1beb7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
7160 | 2024.02.09 21:22:23.019923 [ 3 ] {96f74897-8bee-4304-823d-45becfa1beb7} <Trace> oximeter.fields_i64 (d39685aa-4f83-4d7b-8a4c-5b5d8603b546): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0. | ||
7161 | 2024.02.09 21:22:23.020035 [ 3 ] {96f74897-8bee-4304-823d-45becfa1beb7} <Information> executeQuery: Read 3 rows, 249.00 B in 0.001136241 sec., 2640 rows/sec., 214.01 KiB/sec. | ||
7162 | 2024.02.09 21:22:23.020182 [ 3 ] {96f74897-8bee-4304-823d-45becfa1beb7} <Debug> DynamicQueryHandler: Done processing query | ||
7163 | 2024.02.09 21:22:23.020207 [ 3 ] {96f74897-8bee-4304-823d-45becfa1beb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
7164 | 2024.02.09 21:22:23.020223 [ 3 ] {} <Debug> HTTP-Session: 73fab182-e5be-44b2-b2ba-c2386a91b7cc Destroying unnamed session | ||
7165 | 2024.02.09 21:22:23.020349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 6365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7166 | 2024.02.09 21:22:23.020398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7167 | 2024.02.09 21:22:23.020417 [ 3 ] {} <Debug> HTTP-Session: f8eaf26a-c838-48aa-8463-dbc0a361e9d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7168 | 2024.02.09 21:22:23.020435 [ 3 ] {} <Debug> HTTP-Session: f8eaf26a-c838-48aa-8463-dbc0a361e9d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7169 | 2024.02.09 21:22:23.020514 [ 3 ] {323f4b2b-2053-4af1-b7b2-b5203503d163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7170 | 2024.02.09 21:22:23.020554 [ 3 ] {323f4b2b-2053-4af1-b7b2-b5203503d163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7171 | 2024.02.09 21:22:23.020659 [ 3 ] {323f4b2b-2053-4af1-b7b2-b5203503d163} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7172 | 2024.02.09 21:22:23.020992 [ 3 ] {323f4b2b-2053-4af1-b7b2-b5203503d163} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.48 GiB. | ||
7173 | 2024.02.09 21:22:23.021205 [ 3 ] {323f4b2b-2053-4af1-b7b2-b5203503d163} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
7174 | 2024.02.09 21:22:23.021355 [ 3 ] {323f4b2b-2053-4af1-b7b2-b5203503d163} <Trace> oximeter.fields_string (6c14061b-22a0-4b26-956e-da421f7bc719): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0. | ||
7175 | 2024.02.09 21:22:23.021449 [ 3 ] {323f4b2b-2053-4af1-b7b2-b5203503d163} <Information> executeQuery: Read 45 rows, 3.59 KiB in 0.000908567 sec., 49528 rows/sec., 3.86 MiB/sec. | ||
7176 | 2024.02.09 21:22:23.021565 [ 3 ] {323f4b2b-2053-4af1-b7b2-b5203503d163} <Debug> DynamicQueryHandler: Done processing query | ||
7177 | 2024.02.09 21:22:23.021589 [ 3 ] {323f4b2b-2053-4af1-b7b2-b5203503d163} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
7178 | 2024.02.09 21:22:23.021604 [ 3 ] {} <Debug> HTTP-Session: f8eaf26a-c838-48aa-8463-dbc0a361e9d9 Destroying unnamed session | ||
7179 | 2024.02.09 21:22:23.021720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 4606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7180 | 2024.02.09 21:22:23.021765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7181 | 2024.02.09 21:22:23.021782 [ 3 ] {} <Debug> HTTP-Session: d68aaf6b-6c4e-4bcf-b4c9-0594044a9566 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7182 | 2024.02.09 21:22:23.021799 [ 3 ] {} <Debug> HTTP-Session: d68aaf6b-6c4e-4bcf-b4c9-0594044a9566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7183 | 2024.02.09 21:22:23.021871 [ 3 ] {aa2eabfa-5573-4971-870d-66a39b4818d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7184 | 2024.02.09 21:22:23.021910 [ 3 ] {aa2eabfa-5573-4971-870d-66a39b4818d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7185 | 2024.02.09 21:22:23.022011 [ 3 ] {aa2eabfa-5573-4971-870d-66a39b4818d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7186 | 2024.02.09 21:22:23.022294 [ 3 ] {aa2eabfa-5573-4971-870d-66a39b4818d0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.48 GiB. | ||
7187 | 2024.02.09 21:22:23.022494 [ 3 ] {aa2eabfa-5573-4971-870d-66a39b4818d0} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
7188 | 2024.02.09 21:22:23.022650 [ 3 ] {aa2eabfa-5573-4971-870d-66a39b4818d0} <Trace> oximeter.fields_uuid (bf2d599f-4565-4878-8841-683708d5a0e2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0. | ||
7189 | 2024.02.09 21:22:23.022747 [ 3 ] {aa2eabfa-5573-4971-870d-66a39b4818d0} <Information> executeQuery: Read 27 rows, 2.14 KiB in 0.000847436 sec., 31860 rows/sec., 2.46 MiB/sec. | ||
7190 | 2024.02.09 21:22:23.022875 [ 3 ] {aa2eabfa-5573-4971-870d-66a39b4818d0} <Debug> DynamicQueryHandler: Done processing query | ||
7191 | 2024.02.09 21:22:23.022903 [ 3 ] {aa2eabfa-5573-4971-870d-66a39b4818d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
7192 | 2024.02.09 21:22:23.022929 [ 3 ] {} <Debug> HTTP-Session: d68aaf6b-6c4e-4bcf-b4c9-0594044a9566 Destroying unnamed session | ||
7193 | 2024.02.09 21:22:23.023079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 7042, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7194 | 2024.02.09 21:22:23.023124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7195 | 2024.02.09 21:22:23.023142 [ 3 ] {} <Debug> HTTP-Session: 970ca277-0788-4bae-896b-40f8a43ae378 Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7196 | 2024.02.09 21:22:23.023159 [ 3 ] {} <Debug> HTTP-Session: 970ca277-0788-4bae-896b-40f8a43ae378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7197 | 2024.02.09 21:22:23.023233 [ 3 ] {6a50d08c-acf0-4e9f-8e8c-a0b1c4861074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7198 | 2024.02.09 21:22:23.023276 [ 3 ] {6a50d08c-acf0-4e9f-8e8c-a0b1c4861074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7199 | 2024.02.09 21:22:23.023395 [ 3 ] {6a50d08c-acf0-4e9f-8e8c-a0b1c4861074} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7200 | 2024.02.09 21:22:23.023697 [ 3 ] {6a50d08c-acf0-4e9f-8e8c-a0b1c4861074} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.48 GiB. | ||
7201 | 2024.02.09 21:22:23.023961 [ 3 ] {6a50d08c-acf0-4e9f-8e8c-a0b1c4861074} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7202 | 2024.02.09 21:22:23.024140 [ 3 ] {6a50d08c-acf0-4e9f-8e8c-a0b1c4861074} <Trace> oximeter.measurements_cumulativeu64 (ed009545-d078-4b76-bfa6-4d8b4f1b94b7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0. | ||
7203 | 2024.02.09 21:22:23.024267 [ 3 ] {6a50d08c-acf0-4e9f-8e8c-a0b1c4861074} <Information> executeQuery: Read 36 rows, 2.60 KiB in 0.001000009 sec., 35999 rows/sec., 2.54 MiB/sec. | ||
7204 | 2024.02.09 21:22:23.024432 [ 3 ] {6a50d08c-acf0-4e9f-8e8c-a0b1c4861074} <Debug> DynamicQueryHandler: Done processing query | ||
7205 | 2024.02.09 21:22:23.024455 [ 3 ] {6a50d08c-acf0-4e9f-8e8c-a0b1c4861074} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
7206 | 2024.02.09 21:22:23.024470 [ 3 ] {} <Debug> HTTP-Session: 970ca277-0788-4bae-896b-40f8a43ae378 Destroying unnamed session | ||
7207 | 2024.02.09 21:22:23.024623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52152, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7208 | 2024.02.09 21:22:23.024668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7209 | 2024.02.09 21:22:23.024686 [ 3 ] {} <Debug> HTTP-Session: 4665801f-c43f-4840-a01e-5fc0bf57249d Authenticating user 'default' from [fd00:1122:3344:101::d]:52152 | ||
7210 | 2024.02.09 21:22:23.024703 [ 3 ] {} <Debug> HTTP-Session: 4665801f-c43f-4840-a01e-5fc0bf57249d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7211 | 2024.02.09 21:22:23.024774 [ 3 ] {6309e1ca-f791-4cff-8bd1-603824698aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52152) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7212 | 2024.02.09 21:22:23.024818 [ 3 ] {6309e1ca-f791-4cff-8bd1-603824698aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7213 | 2024.02.09 21:22:23.024957 [ 3 ] {6309e1ca-f791-4cff-8bd1-603824698aac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7214 | 2024.02.09 21:22:23.025255 [ 3 ] {6309e1ca-f791-4cff-8bd1-603824698aac} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.48 GiB. | ||
7215 | 2024.02.09 21:22:23.025526 [ 3 ] {6309e1ca-f791-4cff-8bd1-603824698aac} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
7216 | 2024.02.09 21:22:23.025702 [ 3 ] {6309e1ca-f791-4cff-8bd1-603824698aac} <Trace> oximeter.measurements_histogramf64 (38c78d41-bad2-410f-a6fd-592e4cf0816f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0. | ||
7217 | 2024.02.09 21:22:23.025832 [ 3 ] {6309e1ca-f791-4cff-8bd1-603824698aac} <Information> executeQuery: Read 3 rows, 4.15 KiB in 0.001028219 sec., 2917 rows/sec., 3.94 MiB/sec. | ||
7218 | 2024.02.09 21:22:23.025962 [ 3 ] {6309e1ca-f791-4cff-8bd1-603824698aac} <Debug> DynamicQueryHandler: Done processing query | ||
7219 | 2024.02.09 21:22:23.025985 [ 3 ] {6309e1ca-f791-4cff-8bd1-603824698aac} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
7220 | 2024.02.09 21:22:23.026001 [ 3 ] {} <Debug> HTTP-Session: 4665801f-c43f-4840-a01e-5fc0bf57249d Destroying unnamed session |